/[MITgcm]/mitgcm.org/front_content/Assemble.pl
ViewVC logotype

Diff of /mitgcm.org/front_content/Assemble.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by edhill, Sat Apr 2 22:12:59 2005 UTC revision 1.7 by edhill, Thu Apr 6 19:52:17 2006 UTC
# Line 55  foreach $file (@flist) { Line 55  foreach $file (@flist) {
55      foreach $fm (@flist) {      foreach $fm (@flist) {
56          $ind = "";          $ind = "";
57          $name = $name0{$fm};          $name = $name0{$fm};
58    
59            if ($name eq "Documentation") {
60                $tmp = "<a href=\"http://mitgcm.org/pelican/\">"
61                    . "Documentation</a><br />\n";
62                $menu = join "", $menu, $tmp;
63                next;
64            }
65    
66          if (length($name1{$fm}) > 0) {          if (length($name1{$fm}) > 0) {
67              $ind = "&nbsp;&nbsp;&nbsp;";              $ind = "&nbsp;&nbsp;&nbsp;";
68              $name = $name1{$fm};              $name = $name1{$fm};

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22