[sword-cvs] swordweb index.jsp,NONE,1.1 bookdisplay.jsp,1.1,1.2
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 19 Aug 2003 22:08:38 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv2889
Modified Files:
bookdisplay.jsp
Added Files:
index.jsp
Log Message:
added an index page
--- NEW FILE: index.jsp ---
<%@ include file="defines/tiles.jsp" %>
<tiles:insert beanName="basic" flush="true" >
<tiles:put name="title" value="XpressBible" />
<tiles:put name="sidebar_left" type="string">
<h2>Tools And Things</h2>
<ul>
<li>SBL Online Resources</li>
<li>ABS Online Resources</li>
<li>Interative Maps</li>
<li>Virtual Bible Library</li>
</ul>
</tiles:put>
<tiles:put name="sidebar_right" type="string">
</tiles:put>
<tiles:put name="content" type="string">
Welcome to the XpressBible; 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/>
Also, be sure to check out these other sites for free Bible resources: The SWORD Project, Unbound Bible, Bible Gateway, Crosswalk, and Blue Letter Bible.
</tiles:put>
</tiles:insert>
Index: bookdisplay.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/bookdisplay.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bookdisplay.jsp 19 Aug 2003 23:15:03 -0000 1.1
+++ bookdisplay.jsp 20 Aug 2003 05:08:36 -0000 1.2
@@ -68,7 +68,11 @@
module.setKeyText(gbsEntry);
%>
<div class="verse">
- <span class="versenum"><%= gbsEntry %></span>
+ <span class="versenum">
+<%=
+ gbsEntry
+%>
+ </span>
<%= new String(module.getRenderText().getBytes("iso8859-1"), "UTF-8") %>
</div>
<%