[sword-cvs] r183 - trunk
scribe at crosswire.org
scribe at crosswire.org
Wed Sep 22 17:13:35 MST 2004
Author: scribe
Date: 2004-09-22 17:13:35 -0700 (Wed, 22 Sep 2004)
New Revision: 183
Modified:
trunk/fulllibrary.jsp
Log:
Added sidebar_right tile
Modified: trunk/fulllibrary.jsp
===================================================================
--- trunk/fulllibrary.jsp 2004-09-07 20:28:52 UTC (rev 182)
+++ trunk/fulllibrary.jsp 2004-09-23 00:13:35 UTC (rev 183)
@@ -43,6 +43,7 @@
<tiles:put name="lookup_url" value="fulllibrary.jsp" />
<tiles:put name="title" value="Full Library Catalog" />
<tiles:put name="pintro" type="string" ><div></div></tiles:put>
+ <tiles:put name="sidebar_right" type="string" ><div></div></tiles:put>
<tiles:put name="sidebar_left" type="string">
<div id="library">
@@ -98,6 +99,7 @@
<div id="genbook">
<%
String about = module.getConfigEntry("About");
+// out.write("<!-- ***" + about + "*** ->");
if (about != null) {
RE pardRegex = new RE("\\\\pard");
about = pardRegex.substituteAll(about, "");
More information about the sword-cvs
mailing list