[sword-cvs] swordweb blues.css,1.8,1.9 fulllibrary.jsp,1.8,1.9 index.jsp,1.9,1.10 parallelstudy.jsp,1.10,1.11

sword@www.crosswire.org sword@www.crosswire.org
Wed, 24 Sep 2003 10:11:26 -0700


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

Modified Files:
	blues.css fulllibrary.jsp index.jsp parallelstudy.jsp 
Log Message:
fixes to parallel view

Index: blues.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/blues.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- blues.css	24 Sep 2003 16:29:20 -0000	1.8
+++ blues.css	24 Sep 2003 17:11:24 -0000	1.9
@@ -165,6 +165,12 @@
 }
 
 #content-sub-1 ul.plain {
+	padding: 0px 0px 0px 0px;
+	margin: 0px 0px 0px 0px;
+	list-style-type:none;
+}
+
+#content-sub-1 ul.plain ul {
 	padding: 0px 0px 0px 10px;
 	margin: 0px 0px 0px 5px;
 	list-style-type:none;
@@ -192,8 +198,8 @@
 }
 
 #content-sub-2 ul.plain {
-	padding: 0px 0px 0px 10px;
-	margin: 0px 0px 0px 5px;
+	padding: 0px 0px 0px 0px;
+	margin: 0px 0px 0px 0px;
 	list-style-type:none;
 }
 

Index: fulllibrary.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/fulllibrary.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fulllibrary.jsp	24 Sep 2003 16:55:48 -0000	1.8
+++ fulllibrary.jsp	24 Sep 2003 17:11:24 -0000	1.9
@@ -44,7 +44,7 @@
 	<tiles:put name="title" value="Full Library Catalog" />
 	<tiles:put name="sidebar_left" type="string">
 		<h3>OSIS Library</h3>
-		<ul class="library">
+		<ul class="plain">
 <%
 			Vector leaves = new Vector();
 			for (int i = 0; i < modInfo.length; i++) {
@@ -73,7 +73,7 @@
 						</ul>
 <%
 					}
-					
+
 				}
 			}
 %>

Index: index.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/index.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.jsp	24 Sep 2003 03:09:39 -0000	1.9
+++ index.jsp	24 Sep 2003 17:11:24 -0000	1.10
@@ -18,14 +18,18 @@
 
    <div id="library">
 	<h2>OSIS Library</h2>
-	<ul>
+	<ul class="plain">
 <%
 			Vector leaves = new Vector();
 			for (int i = 0; i < modInfo.length; i++) {
 				if (!leaves.contains(modInfo[i].category)) {
 					leaves.add(modInfo[i].category);
 %>
-	<li class="closed"><a href="fulllibrary.jsp?action=closeAll&amp;open=<%= URLEncoder.encode(modInfo[i].category) %>"><%= modInfo[i].category %></a></li>
+		<li class="closed">
+			<a href="fulllibrary.jsp?action=closeAll&amp;open=<%= URLEncoder.encode(modInfo[i].category) %>">
+				<img src="images/plus.png"/> <%= modInfo[i].category %>
+			</a>
+		</li>
 <%
 				}
 			}

Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- parallelstudy.jsp	24 Sep 2003 16:27:54 -0000	1.10
+++ parallelstudy.jsp	24 Sep 2003 17:11:24 -0000	1.11
@@ -49,7 +49,7 @@
 		%>
 					<li>
 						<img src="images/remove.png"/>
-						<a href="parallelstudy.jsp?del=<%= URLEncoder.encode(module.getName()) %>" title="Remove from displayed modules">
+						<a href="parallelstudy.jsp?del=<%= URLEncoder.encode(module.getName()) %>#cv" title="Remove from displayed modules">
 							<%= module.getDescription().replaceAll("&", "&amp;") %>
 						</a>
 					</li>
@@ -75,7 +75,7 @@
 		%>
 				<li>
 					<img src="images/add.png"/>
-					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>" title="Add to displayed modules">
+					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>#cv" title="Add to displayed modules">
 						<%= module.getDescription().replaceAll("&", "&amp;") %>
 					</a>
 				</li>
@@ -98,7 +98,7 @@
 		%>
 				<li>
 					<img src="images/remove.png"/>
-					<a href="parallelstudy.jsp?del=<%= URLEncoder.encode(module.getName()) %>" title="Remove from displayed modules">
+					<a href="parallelstudy.jsp?del=<%= URLEncoder.encode(module.getName()) %>#cv" title="Remove from displayed modules">
 						<%= module.getDescription().replaceAll("&", "&amp;") %>
 					</a>
 				</li>
@@ -122,7 +122,7 @@
 		%>
 				<li>
 					<img src="images/add.png"/>
-					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>" title="Add to displaued modules">
+					<a href="parallelstudy.jsp?add=<%= URLEncoder.encode(modInfo[i].name) %>#cv" title="Add to displaued modules">
 						<%= module.getDescription().replaceAll("&", "&amp;") %>
 					</a>
 				</li>
@@ -203,7 +203,7 @@
 		%>
 							<td width="<%= 100/parDispModules.size() %>%" dir="<%= rtol ? "rtl" : "ltr" %>" class="<%= (keyText.equals(activeKey)) ? "currentverse" : "verse" %>">
 								<span class="versenum">
-									<a href="parallelstudy.jsp?key=<%= URLEncoder.encode(keyText) %>">
+									<a <%= (keyText.equals(activeKey)) ? "name=\"cv\"" : "" %> href="parallelstudy.jsp?key=<%= URLEncoder.encode(keyText) %>#cv">
 										<%= keyText.substring(keyText.indexOf(":")+1) %>
 									</a>
 								</span>