GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Discussion_Papers
Browse code
- Removed obsolete commented HTML.
master
1 parent
bb4e7d6
commit
6f5b994c09fabe626ed53c18a96a10509b4437be
nstanger
authored
on 1 May 2009
Patch
Showing
1 changed file
Website/menu.htm
Ignore Space
Show notes
View
Website/menu.htm
<hr> <p class="menu"> <?php // year selection menu echo " | "; for ($i = $current_year; $i > 1992 ; $i--) { if ($i != $display_year) { echo "<a href='dpsall.htm?year=$i'>$i</a> | "; } else { echo "<strong>$i</strong> | "; } } ?> </p> <hr>
<!-- <link rel="Stylesheet" href="DPSstyles.css" type="text/css"> <hr> <p class="menu"><a href="dps2005.htm">2005</a> <a href="dps2004.htm">2004</a> <a href="dps2003.htm">2003</a> <a href="dps2002.htm">2002</a> <a href="dps2001.htm">2001</a> <a href="dps2000.htm">2000</a> <a href="dps1999.htm">1999</a> <a href="dps1998.htm">1998</a> <a href="dps1997.htm">1997</a> <a href="dps1996.htm">1996</a> <a href="dps1995.htm">1995</a> <a href="dps1994.htm">1994</a> <a href="dps1993.htm">1993</a></p> <hr> --> <hr> <p class="menu"> <?php // year selection menu echo " | "; for ($i = $current_year; $i > 1992 ; $i--) { if ($i != $display_year) { echo "<a href='dpsall.htm?year=$i'>$i</a> | "; } else { echo "<strong>$i</strong> | "; } } ?> </p> <hr>
Show line notes below