ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/www/menu.html
Revision: 1.7
Committed: Fri Sep 19 17:53:35 2008 UTC (15 years, 7 months ago) by laffer1
Content type: text/html
Branch: MAIN
Changes since 1.6: +5 -5 lines
Log Message:
Make them lowercase like other menus.

File Contents

# User Rev Content
1 laffer1 1.1 <div class="menu">
2     <ul>
3     <li><a href="/">home<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
4     <ul>
5     <li><a href="/news/">&nbsp;news</a></li>
6     <li><a href="/featured/">&nbsp;featured ports</a></li>
7     <li><a href="/security/">&nbsp;security</a></li>
8     </ul>
9     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
10     </li>
11     </ul>
12     <ul>
13     <li><a href="/about/">about<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
14     <ul>
15     <li><a href="/about/#history">&nbsp;history</a></li>
16     </ul>
17     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
18     </li>
19     <li><a href="/download/">download<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
20     <ul>
21     <li><a href="/notes/">&nbsp;release notes</a></li>
22     <li><a href="/mirmon/">&nbsp;mirror status</a></li>
23     </ul>
24     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
25     </li>
26     </ul>
27     <ul>
28     <li><a href="/screenshots/">screenshots<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
29     <ul>
30     <li><a href="/screenshots/#screencasts">&nbsp;screencasts</a></li>
31     </ul>
32     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
33     </li>
34     </ul>
35     <ul>
36     <li><a href="/community/">community<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
37     <ul>
38     <li><a href="/mailman/listinfo/">&nbsp;mailing lists</a></li>
39     <li><a href="/wiki/">&nbsp;wiki</a></li>
40     <li><a href="http://forums.midnightbsd.org/">&nbsp;forums</a></li>
41     <li><a href="/art/">&nbsp;art project</a></li>
42     <li><a href="/donate/">&nbsp;donations</a></li>
43     </ul>
44     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
45     </li>
46     </ul>
47     <ul>
48     <li><a href="/developers/">developers<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
49 laffer1 1.6 <ul>
50 laffer1 1.7 <li><a href="http://bugreport.midnightbsd.org/">&nbsp;bug reports</a></li>
51     <li><a href="http://cvsweb.midnightbsd.org/">&nbsp;cvsweb</a></li>
52     <li><a href="/cgi-bin/viewvc.cgi/">&nbsp;viewvc</a></li>
53     <li><a href="/magus/">&nbsp;magus</a></li>
54 laffer1 1.5 <li><a href="http://www.ohloh.net/projects/5078">&nbsp;ohloh</a></li>
55 laffer1 1.7 <li><a href="http://cia.vc/stats/project/midnightbsd">&nbsp;cia.vc</a></li>
56 laffer1 1.2 </ul>
57 laffer1 1.1 <!--[if lte IE 6]></td></tr></table></a><![endif]-->
58     </li>
59     </ul>
60     <ul>
61     <li><a href="/support/">support<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
62     <ul>
63     <li><a href="/documentation/">&nbsp;documentation</a></li>
64     </ul>
65     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
66     </li>
67     </ul>
68 laffer1 1.6 </div> <!-- close "menu" div -->