[sword-cvs] swordweb index.jsp,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Tue, 23 Sep 2003 19:09:52 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv12710

Modified Files:
	index.jsp 
Log Message:
leaner XHTML for the header



Index: index.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/index.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.jsp	17 Sep 2003 22:22:43 -0000	1.7
+++ index.jsp	24 Sep 2003 02:09:50 -0000	1.8
@@ -4,38 +4,42 @@
 	<tiles:put name="title" value="OSIS Bible Tool" />
 
 	<tiles:put name="sidebar_left" type="string">
-<div>
-<br/>
-<h3>Tools And Things</h3>
-<br/>
-<ul>
-<li><a href="http://www.sbl-site.org/e-resources.html">SBL Online Resources</a><br/><br/></li>
-<li><a href="http://www.bibleresourcecenter.org">ABS Online Resources</a><br/><br/></li>
-<li><a href="http://www.bibleresourcecenter.org/Research/multimedia/maps/">Interative Maps</a><br/><br/></li>
-<li><a href="http://www.bibleresourcecenter.org/research/virtuallibrary.dsp">Virtual Bible Library</a><br/><br/></li>
-</ul>
-</div>
-<div>
-<h3>OSIS Library</h3>
-		<ul>
+
+
+   <div id="externallinks">
+	<h2>External Links:</h2>
+        <ul>
+          <li><a href="http://www.sbl-site.org/e-resources.html" title="Society of Biblical Literature Online Resources">SBL Online Resources</a></li>
+          <li><a href="http://www.bibleresourcecenter.org" title="American Bible Society Online Resources">ABS Online Resources</a></li>
+          <li><a href="http://www.bibleresourcecenter.org/Research/multimedia/maps/" title="Interative Maps">Interative Maps</a></li>
+          <li><a href="http://www.bibleresourcecenter.org/research/virtuallibrary.dsp" title="Virtual Bible Library">Virtual Bible Library</a></li>
+        </ul>
+   </div>
+
+   <div id="library">
+	<h2>OSIS Library</h2>
+	<ul>
 <%
 			Vector leaves = new Vector();
 			for (int i = 0; i < modInfo.length; i++) {
 				if (!leaves.contains(modInfo[i].category)) {
 					leaves.add(modInfo[i].category);
 %>
-<li><a href="fulllibrary.jsp?action=closeAll&amp;open=<%= URLEncoder.encode(modInfo[i].category) %>"><img width="10" height="10" alt="+" src="images/plus.png"/> <%= modInfo[i].category %></a></li>
+	<li class="closed"><a href="fulllibrary.jsp?action=closeAll&amp;open=<%= URLEncoder.encode(modInfo[i].category) %>"><%= modInfo[i].category %></a></li>
 <%
 				}
 			}
 %>
-		</ul>
-</div>
+	</ul>
+   </div>
+
 	</tiles:put>
 
 	<tiles:put name="sidebar_right" type="string">
+
 <div class="bluepanel">
-<center><h4>Library Upload Tool</h4></center><br/>
+<h4>Library Upload Tool</h4>
+
 <form><input type="submit" class="searchbutton" value="ADD YOUR TEXT HERE" /></form><br/>
 <i>Have you produced serious academic scholarship related to Biblical text?  Using our Scholar OSIS Tool, you can upload it for students or fellow scholars to review, or submit it to SBL for inclusion on OSIS Bible Tool.<br/><br>
 Only works reviewed and approved by SBL will be added for viewing by the public at large.</i>
@@ -43,7 +47,11 @@
 	</tiles:put>
 
 	<tiles:put name="content" type="string">
+<p>
 Welcome to the OSIS Bible Tool-- a free, open source tool for exploring the Bible and related public domain texts online.  We provide power searching capabilities and cutting edge tools to help you engage the Bible at a deeper level.  Our entire library is available here.<br/><br/>
+</p>
+<p>
 Also, be sure to check out these other sites for free Bible resources:  <a href="http://www.crosswire.org/sword">The SWORD Project</a>, <a href="http://www.unboundbible.com/">Unbound Bible</a>, <a href="http://www.biblegateway.com">Bible Gateway</a>, <a href="http://bible.crosswalk.com/">Crosswalk</a>, and <a href="http://www.blueletterbible.org">Blue Letter Bible</a>. <br/><br/>
+</p>
 	</tiles:put>
 </tiles:insert>