Parent Directory
|
Revision Log
|
Revision Graph
|
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 = " "; | $ind = " "; |
| 68 | $name = $name1{$fm}; | $name = $name1{$fm}; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |