ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/menu.inc
(Generate patch)

Comparing web/www/menu.inc (file contents):
Revision 1.4 by tdb, Tue Mar 23 23:43:23 2004 UTC vs.
Revision 1.5 by tdb, Wed Mar 24 23:16:13 2004 UTC

# Line 1 | Line 1
1        <div id="menu">
2          <h3 class="heading">
3 <          <img src="http://nwww.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
3 >          <img src="<!--#include virtual="/cgi-bin/logo.cgi" -->" class="cornerlogo" alt="a random image"/>
4 >          <br />
5            Main
6          </h3>
7 <        <p>
8 <          <a href="http://nwww.i-scream.org/">i-scream Home</a><br />
9 <          <a href="http://nwww.i-scream.org/#news">News</a><br />
10 <          <a href="http://nwww.i-scream.org/#search">Search</a><br />
11 <        </p>
7 >        <ul>
8 >          <li><a href="http://nwww.i-scream.org/">i-scream Home</a></li>
9 >          <li><a href="http://nwww.i-scream.org/#news">News</a></li>
10 >          <li><a href="http://nwww.i-scream.org/#search">Search</a></li>
11 >        </ul>
12          <h3 class="heading">
13            Projects
14          </h3>
15 <        <p>
16 <          <a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a><br />
17 <          <a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a><br />
18 <          <a href="http://nwww.i-scream.org/laroona/">Laroona</a><br />
19 <          <a href="http://nwww.i-scream.org/cms/">CMS</a><br />
20 <          <br />
21 <          <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a><br />
22 <        </p>
15 >        <ul>
16 >          <li><a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a></li>
17 >          <li><a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a></li>
18 >          <li><a href="http://nwww.i-scream.org/laroona/">Laroona</a></li>
19 >          <li><a href="http://nwww.i-scream.org/cms/">CMS</a></li>
20 >        </ul>
21 >        <ul>
22 >          <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
23 >        </ul>
24          <h3 class="heading">
25            Resources
26          </h3>
27 <        <p>
28 <          <a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a><br />
29 <          <a href="http://wiki.i-scream.org/">Wiki</a><br />
30 <          <br />
31 <          <a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a><br />
32 <          <a href="http://nwww.i-scream.org/support.xhtml">Support</a><br />
33 <          <a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a><br />
34 <          <br />
35 <          <a href="http://nwww.i-scream.org/license.xhtml">Licensing</a><br />
36 <        </p>
27 >        <ul>
28 >          <li><a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a></li>
29 >          <li><a href="http://wiki.i-scream.org/">Wiki</a></li>
30 >        </ul>
31 >        <ul>
32 >          <li><a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
33 >          <li><a href="http://nwww.i-scream.org/support.xhtml">Support</a></li>
34 >          <li><a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a></li>
35 >        </ul>
36 >        <ul>
37 >          <li><a href="http://nwww.i-scream.org/license.xhtml">Licensing</a></li>
38 >        </ul>
39          <h3 class="heading">
40            i-scream
41          </h3>
42 <        <p>
43 <          <a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a><br />
44 <          <a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a><br />
45 <        </p>
42 >        <ul>
43 >          <li><a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a></li>
44 >          <li><a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
45 >        </ul>
46          <h3 class="heading">
47            Contact Us
48          </h3>
49 <        <p>
50 <          <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
51 <        </p>
49 >        <ul>
50 >          <li><a href="mailto:dev@i-scream.org">dev@i-scream.org</a></li>
51 >        </ul>
52          <p class="logo">
53 +          <a href="http://validator.w3.org/check/referer">
54 +            <img src="http://nwww.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
55 +          </a>
56 +          <a href="http://jigsaw.w3.org/css-validator/check/referer">
57 +            <img src="http://nwww.i-scream.org/images/vcss.png" alt="Valid CSS!" />
58 +          </a>
59            <a href="http://www.freebsd.org/">
60              <img src="http://nwww.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
61            </a>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines