[sword-cvs] swordweb parallelstudy.jsp,1.24,1.25 passagestudy.jsp,1.22,1.23 powersearch.jsp,1.11,1.12 wordsearchresults.jsp,1.14,1.15

sword@www.crosswire.org sword@www.crosswire.org
Fri, 31 Oct 2003 09:34:17 -0700


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

Modified Files:
	parallelstudy.jsp passagestudy.jsp powersearch.jsp 
	wordsearchresults.jsp 
Log Message:
Defaulted back to KJV and fixed morph error


Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- parallelstudy.jsp	29 Oct 2003 12:51:02 -0000	1.24
+++ parallelstudy.jsp	31 Oct 2003 16:34:14 -0000	1.25
@@ -20,7 +20,7 @@
 	}
 
 	if (parDispModules.size() == 0) {
-		parDispModules.add(0, "WEB"); //our standard, fallback module
+		parDispModules.add(0, "KJV"); //our standard, fallback module
 	}
 
 	SWModule activeModule = mgr.getModuleByName((String)parDispModules.get(0));

Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- passagestudy.jsp	30 Oct 2003 20:09:45 -0000	1.22
+++ passagestudy.jsp	31 Oct 2003 16:34:15 -0000	1.23
@@ -5,7 +5,7 @@
 	if (resetModule != null)
 		session.setAttribute("ActiveModule", resetModule);
 	String activeModuleName = (String) session.getAttribute("ActiveModule");
-	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "WEB" : activeModuleName);
+	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "KJV" : activeModuleName);
 
 	String resetKey = request.getParameter("key");
 	if (resetKey != null)
@@ -132,7 +132,7 @@
 			if (showMorph != null) {
 				String [] keyInfo = activeModule.getKeyChildren();
 				SWModule lex =  mgr.getModuleByName(("1".equals(keyInfo[0])) ? "StrongHebrew":"Robinson");
-				lex.setKeyText(showStrong);
+				lex.setKeyText(showMorph);
 		%>
 				<li>
 				<span>

Index: powersearch.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/powersearch.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- powersearch.jsp	29 Oct 2003 12:36:38 -0000	1.11
+++ powersearch.jsp	31 Oct 2003 16:34:15 -0000	1.12
@@ -5,7 +5,7 @@
 	if (resetModule != null)
 		session.setAttribute("ActiveModule", resetModule);
 	String activeModuleName = (String) session.getAttribute("ActiveModule");
-	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "WEB" : activeModuleName);
+	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "KJV" : activeModuleName);
 %>
 
 <tiles:insert beanName="basic" flush="true" >

Index: wordsearchresults.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wordsearchresults.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wordsearchresults.jsp	16 Oct 2003 19:17:46 -0000	1.14
+++ wordsearchresults.jsp	31 Oct 2003 16:34:15 -0000	1.15
@@ -5,7 +5,7 @@
 	if (resetModule != null)
 		session.setAttribute("ActiveModule", resetModule);
 	String activeModuleName = (String) session.getAttribute("ActiveModule");
-	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "WEB" : activeModuleName);
+	SWModule activeModule = mgr.getModuleByName((activeModuleName == null) ? "KJV" : activeModuleName);
 
 	String resetSearchTerm = request.getParameter("searchTerm");
 	if (resetSearchTerm != null)
@@ -57,7 +57,7 @@
 
 	<tiles:put name="sidebar_right" type="string">
 		<h2>Original Language:</h2>
-		<p>The WEB translates 6 different Hebrew words and 3 Greek words into the English "<strong>sword</strong>."</p>
+		<p>The KJV translates 6 different Hebrew words and 3 Greek words into the English "<strong>sword</strong>."</p>
 		<h3>Hebrew:</h3>
 		<ul>
 			<li><a href="" title="If we want to we can place the full Strongs definition in here and a link to more info on this word. ">H1300 <em>baraq</em></a></li>