[sword-cvs] swordweb fulllibrary.jsp,1.10,1.11

sword@www.crosswire.org sword@www.crosswire.org
Fri, 7 Nov 2003 21:35:07 -0700


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

Modified Files:
	fulllibrary.jsp 
Log Message:
Added book div


Index: fulllibrary.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/fulllibrary.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fulllibrary.jsp	15 Oct 2003 15:05:33 -0000	1.10
+++ fulllibrary.jsp	8 Nov 2003 04:35:04 -0000	1.11
@@ -93,6 +93,9 @@
 		if (show != null) {
 			SWModule module = mgr.getModuleByName(show);
 			if (module != null) {
+%>
+			<div id="genbook">
+<%
 				String about = module.getConfigEntry("About");
 				if (about != null) {
 					RE pardRegex = new RE("\\\\pard");
@@ -119,6 +122,9 @@
 %>
 	<h2><a href="<%= targetURL %>"><%= module.getDescription() %></a></h2>
 	<%= about %>
+%>
+			</div>
+<%
 <%
 
 			}