[sword-cvs] swordweb parallelstudy.jsp,1.12,1.13 passagestudy.jsp,1.7,1.8 wordsearchresults.jsp,1.13,1.14

sword@www.crosswire.org sword@www.crosswire.org
Thu, 16 Oct 2003 12:17:49 -0700


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

Modified Files:
	parallelstudy.jsp passagestudy.jsp wordsearchresults.jsp 
Log Message:
fixes

Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- parallelstudy.jsp	15 Oct 2003 15:05:33 -0000	1.12
+++ parallelstudy.jsp	16 Oct 2003 19:17:46 -0000	1.13
@@ -41,7 +41,7 @@
 
 	<tiles:put name="sidebar_left" type="string">
 
-		<div id="paralleldisplay">
+		<div id="translations">
 
 		<h2>Translations:</h2>
 		<p class="textname">Displayed modules (click to remove)</p>
@@ -92,7 +92,10 @@
 	</tiles:put>
 
 	<tiles:put name="sidebar_right" type="string">
-      		<h2>Comentaries:</h2>
+
+		<div id="commentaries">
+
+		<h2>Comentaries:</h2>
 
 		<p class="textname">Displayed modules (click to remove)</p>
 		<ul class="plain">
@@ -101,8 +104,7 @@
 				SWModule module = mgr.getModuleByName((String)parDispModules.get(i));
 				if (module != null && module.getCategory().equals(SwordOrb.COMMENTARIES)) {
 		%>
-				<li>
-					<img src="images/remove.png"/>
+				<li class="remove">
 					<a href="parallelstudy.jsp?del=<%= URLEncoder.encode(module.getName()) %>#cv" title="Remove from displayed modules">
 						<%= module.getDescription().replaceAll("&", "&amp;") %>
 					</a>
@@ -125,9 +127,8 @@
 						continue;
 					}
 		%>
-				<li>
-					<img src="images/add.png"/>
-					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>#cv" title="Add to displaued modules">
+				<li class="add">
+					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>#cv" title="Add to displayed modules">
 						<%= module.getDescription().replaceAll("&", "&amp;") %>
 					</a>
 				</li>
@@ -136,6 +137,7 @@
 			}
 		%>
 		</ul>
+		</div>
 
 	</tiles:put>
 	<tiles:put name="content" type="string">

Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- passagestudy.jsp	31 Aug 2003 01:53:04 -0000	1.7
+++ passagestudy.jsp	16 Oct 2003 19:17:46 -0000	1.8
@@ -17,8 +17,9 @@
 <tiles:insert beanName="basic" flush="true" >
 	<tiles:put name="title" value="Passage Bible study" />
 	<tiles:put name="sidebar_left" type="string">
-	   	<h2>Translations:</h2>
-      	   	<ul>
+		<div id="translations">
+		<h2>Translations:</h2>
+      	<ul>
 		<%
 			for (int i = 0; i < prefBibles.size(); i++) {
 				SWModule module = mgr.getModuleByName((String)prefBibles.get(i));
@@ -27,9 +28,10 @@
 		<%
 			}
 		%>
-			</ul>
+		</ul>
 		<hr/>
-			<ul>
+
+		<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
 				if (modInfo[i].category.equals(SwordOrb.BIBLES)) {
@@ -41,9 +43,10 @@
 			}
 		%>
 		</ul>
-
+		</div>
 	</tiles:put>
 	<tiles:put name="sidebar_right" type="string">
+		<div id="commentaries">
 		<h2>Comentaries:</h2>
 	      	<ul>
 
@@ -55,9 +58,9 @@
 		<%
 			}
 		%>
-			</ul>
+		</ul>
 		<hr />
-			<ul>
+		<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
 				if (modInfo[i].category.equals(SwordOrb.COMMENTARIES)) {
@@ -69,6 +72,7 @@
 			}
 		%>
 		</ul>
+		</div>
 
 	</tiles:put>
 	<tiles:put name="content" type="string">

Index: wordsearchresults.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wordsearchresults.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- wordsearchresults.jsp	15 Oct 2003 15:05:33 -0000	1.13
+++ wordsearchresults.jsp	16 Oct 2003 19:17:46 -0000	1.14
@@ -38,6 +38,7 @@
 	</tiles:put>
 
 	<tiles:put name="sidebar_left" type="string">
+		<div id="translations">
 		<h2>Translations:</h2>
 		<ul>
 		<%
@@ -51,6 +52,7 @@
 			}
 		%>
 		</ul>
+		</div>
 	</tiles:put>
 
 	<tiles:put name="sidebar_right" type="string">