[sword-cvs] swordweb index.jsp,1.20,1.21
sword@www.crosswire.org
sword@www.crosswire.org
Mon, 17 Nov 2003 21:18:46 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv6702
Modified Files:
index.jsp
Log Message:
pointed the style links on the index to the index page.
Index: index.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/index.jsp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- index.jsp 17 Nov 2003 21:48:12 -0000 1.20
+++ index.jsp 18 Nov 2003 04:18:44 -0000 1.21
@@ -44,9 +44,12 @@
<div id="style">
<h2>Style:</h2>
<ul>
- <li><a title="Washed Out" href="preferences.jsp?setStyle=Washed+Out">Washed Out</a></li>
- <li><a title="Sandy Creek" href="preferences.jsp?setStyle=Sandy+Creek">Sandy Creek</a></li>
- <li><a title="Parchment" href="preferences.jsp?setStyle=Parchment">Parchment</a></li>
+ <li><a title="Washed Out"
+href="index.jsp?setStyle=Washed+Out">Washed Out</a></li>
+ <li><a title="Sandy Creek"
+href="index.jsp?setStyle=Sandy+Creek">Sandy Creek</a></li>
+ <li><a title="Parchment"
+href="index.jsp?setStyle=Parchment">Parchment</a></li>
</ul>
</div>