[sword-cvs] swordweb parallelstudy.jsp,1.17,1.18
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 21 Oct 2003 13:00:54 -0700
- Previous message: [sword-cvs] swordweb parallelstudy.jsp,1.16,1.17 wash.css,1.5,1.6
- Next message: [sword-cvs] sword/apps/windoze/vc/ActiveDiatheke ActiveDiathekeCtl.cpp,1.7,1.8 ActiveDiatheke.dsw,1.1,1.2 ActiveDiatheke.dsp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv17794
Modified Files:
parallelstudy.jsp
Log Message:
fixes
Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- parallelstudy.jsp 21 Oct 2003 19:32:52 -0000 1.17
+++ parallelstudy.jsp 21 Oct 2003 20:00:52 -0000 1.18
@@ -160,15 +160,9 @@
}
%>
- <%-- table which contains all verse items --%>
- <table id="paralleldisplay">
- <caption>
- </caption>
- <thead>
-
- <tr><td>
+ <div id="paralleldisplay">
- <h2>Parallel Viewing</h2>
+ <h2>Parallel Viewing: <%= activeKey %></h2>
<p>
Parallel viewing allows you to see two or more texts side by side.
For example, you could view two Bible versions of the same verse next to
@@ -183,6 +177,13 @@
<li><a href="">next chapter</a></li>
</ul>
+
+ <%-- table which contains all verse items --%>
+ <table>
+ <caption>
+ </caption>
+ <thead>
+
<%
activeModule = mgr.getModuleByName((String)parDispModules.get(0));
if (activeModule.getCategory().equals(SwordOrb.BIBLES) ||
@@ -190,7 +191,6 @@
{
%>
- </td></tr>
<tr>
<% //insert module names at the top
@@ -244,5 +244,7 @@
</tbody>
</table>
+
+ </div>
</tiles:put>
</tiles:insert>
- Previous message: [sword-cvs] swordweb parallelstudy.jsp,1.16,1.17 wash.css,1.5,1.6
- Next message: [sword-cvs] sword/apps/windoze/vc/ActiveDiatheke ActiveDiathekeCtl.cpp,1.7,1.8 ActiveDiatheke.dsw,1.1,1.2 ActiveDiatheke.dsp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]