]> i-scream Git - www.i-scream.org.git/commitdiff
Add a static copy of the menu. By static I mean doesn't use SSI like the
authorTim Bishop <tim@bishnet.net>
Wed, 24 Mar 2004 23:56:07 +0000 (23:56 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 24 Mar 2004 23:56:07 +0000 (23:56 +0000)
proper menu does. This solves a handful of issues with making that image
at the top both dynamic and cacheable. Downside is we have to keep both
menu files in sync... but that's something we can cope with for now.

www/menu-static.inc [new file with mode: 0644]

diff --git a/www/menu-static.inc b/www/menu-static.inc
new file mode 100644 (file)
index 0000000..fabe393
--- /dev/null
@@ -0,0 +1,63 @@
+      <div id="menu">
+        <h3 class="heading">
+          <img src="http://nwww.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
+          <br />
+          Main
+        </h3>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/">i-scream Home</a></li>
+          <li><a href="http://nwww.i-scream.org/#news">News</a></li>
+          <li><a href="http://nwww.i-scream.org/#search">Search</a></li>
+        </ul>
+        <h3 class="heading">
+          Projects
+        </h3>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a></li>
+          <li><a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a></li>
+          <li><a href="http://nwww.i-scream.org/laroona/">Laroona</a></li>
+          <li><a href="http://nwww.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>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a></li>
+          <li><a href="http://wiki.i-scream.org/">Wiki</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
+          <li><a href="http://nwww.i-scream.org/support.xhtml">Support</a></li>
+          <li><a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a></li>
+        </ul>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/license.xhtml">Licensing</a></li>
+        </ul>
+        <h3 class="heading">
+          i-scream
+        </h3>
+        <ul>
+          <li><a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a></li>
+          <li><a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
+        </ul>
+        <h3 class="heading">
+          Contact Us
+        </h3>
+        <ul>
+          <li><a href="mailto:dev@i-scream.org">dev@i-scream.org</a></li>
+        </ul>
+        <p class="logo">
+          <a href="http://validator.w3.org/check/referer">
+            <img src="http://nwww.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://nwww.i-scream.org/images/vcss.png" alt="Valid CSS!" />
+          </a>
+          <a href="http://www.freebsd.org/">
+            <img src="http://nwww.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
+          </a>
+        </p>
+      </div>
\ No newline at end of file