[sword-cvs] swordweb/tiles header.jsp,1.15,1.16
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 7 Nov 2003 20:05:36 -0700
Update of /usr/local/cvsroot/swordweb/tiles
In directory www:/tmp/cvs-serv1370/tiles
Modified Files:
header.jsp
Log Message:
Cleaned up a few things for use on the crosswire site. I removed the dead
"upload modules" link and moved the external links over to the right, to
fill the void. I commented out the "Help" link in the nav until we have
something to go there.
Index: header.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/tiles/header.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- header.jsp 24 Oct 2003 08:06:38 -0000 1.15
+++ header.jsp 8 Nov 2003 03:05:33 -0000 1.16
@@ -24,7 +24,9 @@
<li><a <%= libraryID %> href="fulllibrary.jsp" title="Full Library">Library</a></li>
<li><a <%= preferencesID %> href="preferences.jsp" title="Preferences">Preferences</a></li>
<li><a <%= aboutID %> href="about.jsp" title="About">About</a></li>
+<!--
<li><a <%= helpID %> href="help.jsp" title="Help">Help</a></li>
+-->
</ul>
</div>
</div>