[sword-cvs] swordweb init.jsp,1.3,1.4 parallelstudy.jsp,1.6,1.7 passagestudy.jsp,1.3,1.4

sword@www.crosswire.org sword@www.crosswire.org
Mon, 18 Aug 2003 21:09:05 -0700


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

Modified Files:
	init.jsp parallelstudy.jsp passagestudy.jsp 
Log Message:
Removed id from <table id="parallelDisplay">.  ID/IDREF are reserved words
in XML


Index: init.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/init.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- init.jsp	8 Jun 2003 18:52:59 -0000	1.3
+++ init.jsp	19 Aug 2003 04:09:03 -0000	1.4
@@ -1,11 +1,11 @@
-<%@ page import="org.crosswire.util.Base64" %>
-<%@ page import="java.util.Vector" %>
-<%@ page import="org.crosswire.sword.orb.*" %>
-<%@ page import="java.net.URLEncoder" %>
 <%@ page
     language="java"
     contentType="text/html;charset=utf-8"
 %>
+<%@ page import="org.crosswire.util.Base64" %>
+<%@ page import="java.util.Vector" %>
+<%@ page import="org.crosswire.sword.orb.*" %>
+<%@ page import="java.net.URLEncoder" %>
 <%
 	SWMgr mgr = SwordOrb.getSWMgrInstance(session);
 	// let's cache the modInfo in the session cuz this is alot to grab each time we need it from the orb

Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- parallelstudy.jsp	19 Aug 2003 00:31:06 -0000	1.6
+++ parallelstudy.jsp	19 Aug 2003 04:09:03 -0000	1.7
@@ -1,5 +1,4 @@
 <%@ include file="defines/tiles.jsp" %>
-
 <%
 	String []addMods = request.getParameterValues("add");
 	if (addMods != null) {
@@ -33,18 +32,14 @@
 	if (activeKey == null)
 		activeKey = "jas 1:19"; // our fallback key
 %>
-
-
 <tiles:insert beanName="basic" flush="true" >
 	<%-- override lookup URL, so this script is used to display the keys --%>
 	<tiles:put name="lookup_url" value="parallelstudy.jsp" />
-
 	<tiles:put name="title" value="Parallel Bible study" />
 	<tiles:put name="sidebar_left" type="string">
 		<h2>Translations:</h2>
 		<p class="textname">Displayed modules (click to remove)</p>
 		<ul>
-
 		<%
 			for (int i = 0; i < parDispModules.size(); i++) {
 				SWModule module = mgr.getModuleByName((String)parDispModules.get(i));
@@ -153,10 +148,9 @@
 		%>
 
 		<%-- table which contains all verse items --%>
-		<table id="paralleldisplay">
-
+		<table>
 		<caption></caption>
-		<summary></summary>
+
 		<thead>
 		<tr>
 

Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- passagestudy.jsp	23 May 2003 18:31:01 -0000	1.3
+++ passagestudy.jsp	19 Aug 2003 04:09:03 -0000	1.4
@@ -27,7 +27,9 @@
 		<%
 			}
 		%>
+			</ul>
 		<hr/>
+			<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
 				if (modInfo[i].type.equals(SwordOrb.BIBLES)) {
@@ -53,7 +55,9 @@
 		<%
 			}
 		%>
+			</ul>
 		<hr />
+			<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
 				if (modInfo[i].type.equals(SwordOrb.COMMENTARIES)) {