[sword-svn] r244 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Sun Jan 29 21:22:12 MST 2006


Author: scribe
Date: 2006-01-29 21:22:11 -0700 (Sun, 29 Jan 2006)
New Revision: 244

Modified:
   trunk/webapp/passagestudy.jsp
   trunk/webapp/swordweb.js
Log:
Fixed wordnum not unique per footnote/xref
Really changed Footnote to Note


Modified: trunk/webapp/passagestudy.jsp
===================================================================
--- trunk/webapp/passagestudy.jsp	2006-01-30 04:14:17 UTC (rev 243)
+++ trunk/webapp/passagestudy.jsp	2006-01-30 04:22:11 UTC (rev 244)
@@ -124,7 +124,7 @@
 	<div id="studytools">
 		<h2>Study Tools:</h2>
 			<ul>
-			<li><a href="passagestudy.jsp?Footnotes=<%= ("On".equalsIgnoreCase(footnotes)) ? "Off" : "On" %>#cv" title="Turn <%= ("On".equalsIgnoreCase(footnotes)) ? "Off" : "On"%> Notes"><t:t><%= ("On".equalsIgnoreCase(footnotes)) ? "Hide" : "Show" %> Footnotes</t:t></a></li>
+			<li><a href="passagestudy.jsp?Footnotes=<%= ("On".equalsIgnoreCase(footnotes)) ? "Off" : "On" %>#cv" title="Turn <%= ("On".equalsIgnoreCase(footnotes)) ? "Off" : "On"%> Notes"><t:t><%= ("On".equalsIgnoreCase(footnotes)) ? "Hide" : "Show" %> Notes</t:t></a></li>
 			<li><a href="passagestudy.jsp?Cross-references=<%= ("On".equalsIgnoreCase(xrefs)) ? "Off" : "On" %>#cv" title="Turn <%= ("On".equalsIgnoreCase(xrefs)) ? "Off" : "On"%> Cross-references"><t:t><%= ("On".equalsIgnoreCase(xrefs)) ? "Hide" : "Show" %> Cross-references</t:t></a></li>
 			<li><a href="passagestudy.jsp?strongs=<%= (strongs) ? "off" : "on" %>#cv" title="Turn <%= (strongs) ? "off" : "on"%> Strongs numbers"><t:t><%= (strongs) ? "Hide" : "Show" %> Strongs</t:t></a></li>
 			<li><a href="passagestudy.jsp?morph=<%= (morph) ? "off" : "on" %>#cv" title="Turn <%= (morph) ? "off" : "on" %> morphology"><t:t><%= (morph) ? "Hide" : "Show" %> Morphology</t:t></a></li>

Modified: trunk/webapp/swordweb.js
===================================================================
--- trunk/webapp/swordweb.js	2006-01-30 04:14:17 UTC (rev 243)
+++ trunk/webapp/swordweb.js	2006-01-30 04:22:11 UTC (rev 244)
@@ -229,7 +229,7 @@
 }
 
 function f(mod, key, fnnum, extratext) {
-	p(mod, key, 'fn'+fnnum, extratext, fnnum);
+	p(mod, key, 'fn'+key+fnnum, extratext, fnnum);
 }
 
 function showhide (layer, vis) {



More information about the sword-cvs mailing list