Changeset 12905


Ignore:
Timestamp:
2006-09-28T16:17:21+12:00 (18 years ago)
Author:
mdewsnip
Message:

Split off the static browser quick links into a new macro, for easier formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/perllib/plugins/CICPlug.pm

    r12899 r12905  
    12171217
    12181218    print BROWSER_MACROFILE "package $static_browser_package_name\n\n";
    1219     print BROWSER_MACROFILE "_cicstaticbrowser_ {\n";
     1219    print BROWSER_MACROFILE "_cicstaticbrowserquicklinks_ {\n";
    12201220
    12211221    my %letter_to_ids_mapping;
     
    12261226    }
    12271227
    1228     print BROWSER_MACROFILE "<center><b>";
     1228    print BROWSER_MACROFILE "<b>";
    12291229    foreach my $letter (split(//, "ABCDEFGHIJKLMNOPQRSTUVWXYZ")) {
    12301230    if (defined($letter_to_ids_mapping{$letter})) {
     
    12351235    }
    12361236    }
    1237     print BROWSER_MACROFILE "</b></center>\n";
    1238 
     1237    print BROWSER_MACROFILE "</b>\n";
     1238    print BROWSER_MACROFILE "}\n\n";
     1239
     1240    print BROWSER_MACROFILE "_cicstaticbrowser_ {\n";
    12391241    print BROWSER_MACROFILE "<table cellpadding=\"0\" cellspacing=\"0\" width=\"_pagewidth_\">\n";
    12401242    foreach my $letter (sort(keys %letter_to_ids_mapping)) {
Note: See TracChangeset for help on using the changeset viewer.