]> i-scream Git - www.i-scream.org.git/blobdiff - www/menu.inc
Another few minor cleanups.
[www.i-scream.org.git] / www / menu.inc
index 98f95fecec1f1a4e6a8fdc191a09cb627ef88e92..712b76adfb842e1e9efc6dfc34d1d427d6ad7401 100644 (file)
@@ -1,53 +1,67 @@
       <div id="menu">
         <h3 class="heading">
-          <img src="http://nwww.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
+          <img src="<!--#include virtual="/cgi-bin/logo.cgi" -->" class="cornerlogo" alt="a random image"/>
+          <br />
           Main
         </h3>
-        <p>
-          <a href="http://nwww.i-scream.org/">i-scream Home</a><br />
-          <a href="http://nwww.i-scream.org/#news">News</a><br />
-          <a href="http://nwww.i-scream.org/#search">Search</a><br />
-        </p>
+        <ul>
+          <li><a href="http://www.i-scream.org/">i-scream Home</a></li>
+          <li><a href="http://www.i-scream.org/#news">News</a></li>
+          <li><a href="http://www.i-scream.org/#search">Search</a></li>
+        </ul>
         <h3 class="heading">
           Projects
         </h3>
-        <p>
-          <a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a><br />
-          <a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a><br />
-          <a href="http://nwww.i-scream.org/laroona/">Laroona</a><br />
-          <a href="http://nwww.i-scream.org/cms/">CMS</a><br />
-          <br />
-          <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a><br />
-        </p>
+        <ul>
+          <li><a href="http://www.i-scream.org/libstatgrab/">libstatgrab</a></li>
+          <li><a href="http://www.i-scream.org/pystatgrab/">pystatgrab</a></li>
+          <li><a href="http://www.i-scream.org/cms/">CMS</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
+        </ul>
         <h3 class="heading">
           Resources
         </h3>
-        <p>
-          <a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a><br />
-          <a href="http://wiki.i-scream.org/">Wiki</a><br />
-          <br />
-          <a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a><br />
-          <a href="http://nwww.i-scream.org/support.xhtml">Support</a><br />
-          <a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a><br />
-          <br />
-          <a href="http://nwww.i-scream.org/license.xhtml">Licensing</a><br />
-        </p>
+        <ul>
+          <li><a href="http://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://www.i-scream.org/git.xhtml">Git Repositories</a></li>
+          <li><a href="http://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://www.i-scream.org/contributing.xhtml">Contributing</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
+          <li><a href="http://www.i-scream.org/support.xhtml">Reporting Bugs</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://www.i-scream.org/license.xhtml">Licensing</a></li>
+        </ul>
         <h3 class="heading">
           i-scream
         </h3>
-        <p>
-          <a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a><br />
-          <a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a><br />
-        </p>
-        <h3 class="heading">
-          Contact Us
-        </h3>
-        <p>
-          <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
-        </p>
+        <ul>
+          <li><a href="http://www.i-scream.org/who.xhtml">Who We Are</a></li>
+          <li><a href="http://www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
+        </ul>
         <p class="logo">
           <a href="http://www.freebsd.org/">
-            <img src="http://nwww.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
+            <img src="http://www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
+          </a>
+          <a href="http://validator.w3.org/check/referer">
+            <img src="http://www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
+          </a>
+          <a href="http://jigsaw.w3.org/css-validator/check/referer">
+            <img src="http://www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
           </a>
         </p>
-      </div>
\ No newline at end of file
+      </div>
+      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+      </script>
+      <script type="text/javascript">
+        _uacct = "UA-1579330-1";
+        urchinTracker();
+      </script>
\ No newline at end of file