[sword-cvs] swordweb/tiles header.jsp,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 17 Oct 2003 00:03:15 -0700
Update of /usr/local/cvsroot/swordweb/tiles
In directory www:/tmp/cvs-serv3799/tiles
Modified Files:
header.jsp
Log Message:
some more fixes
Index: header.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/tiles/header.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- header.jsp 15 Oct 2003 15:05:33 -0000 1.12
+++ header.jsp 17 Oct 2003 07:03:13 -0000 1.13
@@ -1,7 +1,7 @@
<%
String u = request.getRequestURI();
String homeID = u.endsWith("index.jsp") ? "id=\"current\"" : "";
- String passageID = u.endsWith("passageStudy.jsp") ? "id=\"current\"" : "";
+ String passageID = u.endsWith("passagestudy.jsp") ? "id=\"current\"" : "";
String parallelID = u.endsWith("parallelstudy.jsp") ? "id=\"current\"" : "";
String searchID = u.endsWith("powersearch.jsp") || u.endsWith("wordsearchresults.jsp") ? "id=\"current\"" : "";
String devotionalID = u.endsWith("dailydevotional.jsp") ? "id=\"current\"" : "";