[sword-svn] r225 - trunk
scribe at crosswire.org
scribe at crosswire.org
Thu Oct 13 14:50:56 MST 2005
Author: scribe
Date: 2005-10-13 14:50:56 -0700 (Thu, 13 Oct 2005)
New Revision: 225
Modified:
trunk/bookdisplay.jsp
Log:
Added module credit link to top of GBS display
Modified: trunk/bookdisplay.jsp
===================================================================
--- trunk/bookdisplay.jsp 2005-10-13 19:43:30 UTC (rev 224)
+++ trunk/bookdisplay.jsp 2005-10-13 21:50:56 UTC (rev 225)
@@ -119,6 +119,7 @@
%>
<div id="genbook">
<h2><%= gbsEntry %></h2>
+ <h3><a href="fulllibrary.jsp?show=<%= URLEncoder.encode(module.getName()) %>"><%= module.getDescription().replaceAll("&", "&") + " (" + module.getName() + ")" %></a></h3>
<%
module.setKeyText(gbsEntry);
gbsEntry = module.getKeyText();
@@ -148,7 +149,7 @@
if (heads.length > 0) {
%>
<tr><td colspan="2"><div <%= rtol ? "dir=\"rtl\"" : "" %> class="<%= (k.equals(gbsEntry)) ? "currentverse" : "verse" %>">
- <h3><span class="verse"><%= new String(heads[0].getBytes("iso8859-1"), "UTF-8") %></span></h3></div></td><tr>
+ <h3><span class="verse"><%= new String(heads[0].getBytes("iso8859-1"), "UTF-8") %></span></h3></div></td></tr>
<%
}
%>
More information about the sword-cvs
mailing list