comparison perl/meet_the_artist.pl @ 15:b6ba604307fc judyates

[svn r16] changed the menus to a parenthesized form. Final tests for live site completed.
author rlm
date Mon, 12 Apr 2010 05:20:34 -0400
parents 3f6b44aa6b35
children 903b91a97990
comparison
equal deleted inserted replaced
14:34fdec47b0a0 15:b6ba604307fc
96 96
97 <table cellpadding="0" cellspacing="0" width="640"> 97 <table cellpadding="0" cellspacing="0" width="640">
98 98
99 HERE 99 HERE
100 100
101 $menux = '<div class = "menu"><ul class = "menu"><li class = "menu"><a class = "menu" href = "./Meet the Artist1.html">Hunting Pics</a></li><li class = "menu"><a class = "menu" href = "./Meet the Artist2.html">Federal Duck Stamp Entries</a></li></ul></div>'; 101 $menux = '<div class = "menu"><ul class = "menu"><li class = "menu"><a class = "menu" href = "./Meet the Artist1.html">( Hunting Pics</a></li><li class = "menu"><a class = "menu" href = "./Meet the Artist2.html">Federal Duck Stamp Entries )</a></li></ul></div>';
102 print "<tr><td>$menux</td></tr></table>"; 102 print "<tr><td>$menux</td></tr></table>";
103 103
104 104
105 $start = 0; 105 $start = 0;
106 $end = $#namess; 106 $end = $#namess;