[sword-cvs] swordweb passagestudy.jsp,1.15,1.16

sword@www.crosswire.org sword@www.crosswire.org
Mon, 27 Oct 2003 20:27:53 -0700


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

Modified Files:
	passagestudy.jsp 
Log Message:
Changed the view/hide modules side pannels a bit to give it a structure. 
Still needs some work. I'll not on the dev list.


Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- passagestudy.jsp	26 Oct 2003 20:49:55 -0000	1.15
+++ passagestudy.jsp	28 Oct 2003 03:27:51 -0000	1.16
@@ -53,7 +53,8 @@
 	<tiles:put name="title" value="Passage Bible study" />
 	<tiles:put name="sidebar_left" type="string">
 		<div id="translations">
-		<h2>Preferred Translations:</h2>
+		<h2>Translations:</h2>
+		<h3>Preferred Translations</h3>
 
 	<% if (prefBibles.size() > 0) { %>
 		<ul>
@@ -77,7 +78,8 @@
 		<%
 			boolean open = toolsTreeOpen.contains("allBibles");
 		%>
-			<h2><a class="<%= ((open)?"closed":"open")%>" href="passagestudy.jsp?<%= ((open)?"close":"open")%>=allBibles"><img src="images/<%=((open)?"minus":"plus") + ".png"%>" alt="action"/></a>All Translations</h2>
+<h3>All Translations</h3>
+			<p><a class="<%= ((open)?"closed":"open")%>" href="passagestudy.jsp?<%= ((open)?"close":"open")%>=allBibles" title="View all translations">View All</a></p>
 		<ul>
 		<%
 			if (open) {
@@ -99,10 +101,11 @@
 		<h2>Word Study</h2>
 			<h3><a href="passagestudy.jsp?strongs=<%= (strongs) ? "off" : "on" %>">Strongs</a></h3>
 			<h3><a href="passagestudy.jsp?morph=<%= (morph) ? "off" : "on" %>">Morphology</a></h3>
-		<h2>Preferred Comentaries:</h2>
 	</div>
 
 	<div id="commentaries">
+		<h2>Comentaries:</h2>
+		<h3>Preferred Comentaries:</h3>
 	<% if (prefCommentaries.size() > 0) { %>
 		<ul>
 		<%
@@ -125,7 +128,8 @@
 		<%
 			boolean open = toolsTreeOpen.contains("allComm");
 		%>
-			<h2><a class="<%= ((open)?"closed":"open")%>" href="passagestudy.jsp?<%= ((open)?"close":"open")%>=allComm"><img src="images/<%=((open)?"minus":"plus") + ".png"%>" alt="action"/></a>All Commentaries</h2>
+<h3>All Commentaries</h3>
+			<p><a class="<%= ((open)?"closed":"open")%>" href="passagestudy.jsp?<%= ((open)?"close":"open")%>=allComm" title="View all commentaries">View All</a></p>
 		<ul>
 		<%
 			if (open) {