[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
- Previous message: [sword-cvs] swordweb about.jsp,1.5,1.6 dailydevotion.jsp,1.5,1.6 help.jsp,1.1,1.2 index.jsp,1.11,1.12 powersearch.jsp,1.9,1.10 preferences.jsp,1.6,1.7
- Next message: [sword-cvs] swordweb parallelstudy.jsp,1.20,1.21 passagestudy.jsp,1.16,1.17 wash.css,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) {
- Previous message: [sword-cvs] swordweb about.jsp,1.5,1.6 dailydevotion.jsp,1.5,1.6 help.jsp,1.1,1.2 index.jsp,1.11,1.12 powersearch.jsp,1.9,1.10 preferences.jsp,1.6,1.7
- Next message: [sword-cvs] swordweb parallelstudy.jsp,1.20,1.21 passagestudy.jsp,1.16,1.17 wash.css,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]