[sword-svn] r208 - trunk

scribe at crosswire.org scribe at crosswire.org
Tue Apr 12 17:23:38 MST 2005


Author: scribe
Date: 2005-04-12 17:23:37 -0700 (Tue, 12 Apr 2005)
New Revision: 208

Modified:
   trunk/index.jsp
   trunk/preferences.jsp
Log:
ded some additional i18n strings


Modified: trunk/index.jsp
===================================================================
--- trunk/index.jsp	2005-04-11 10:46:37 UTC (rev 207)
+++ trunk/index.jsp	2005-04-13 00:23:37 UTC (rev 208)
@@ -21,7 +21,7 @@
 %>
 		<li class="closed">
 			<a href="fulllibrary.jsp?action=closeAll&amp;open=<%= URLEncoder.encode(modInfo[i].category) %>">
- <%= modInfo[i].category %>
+ <t:t><%= modInfo[i].category %></t:t>
 			</a>
 		</li>
 <%
@@ -49,7 +49,7 @@
 <h2><t:t>Style:</t:t></h2>
 		<ul>
 <% for (int i = 0; i < styleNames.size(); i++) { %>
-			<li><a href="index.jsp?setStyle=<%= URLEncoder.encode((String)styleNames.get(i)) %>" title="<%= (String) styleNames.get(i) %>"><%= (String) styleNames.get(i) %></a></li>
+			<li><a href="index.jsp?setStyle=<%= URLEncoder.encode((String)styleNames.get(i)) %>" title="<%= (String) styleNames.get(i) %>"><t:t><%= (String) styleNames.get(i) %></t:t></a></li>
 <% } %>
 		</ul>
 </div>

Modified: trunk/preferences.jsp
===================================================================
--- trunk/preferences.jsp	2005-04-11 10:46:37 UTC (rev 207)
+++ trunk/preferences.jsp	2005-04-13 00:23:37 UTC (rev 208)
@@ -152,7 +152,7 @@
 		<h2><t:t>Preferred Style</t:t></h2>
 		<ul>
 <% for (int i = 0; i < styleNames.size(); i++) { %>
-			<li><a href="preferences.jsp?setStyle=<%= URLEncoder.encode((String)styleNames.get(i)) %>" title="<%= (String) styleNames.get(i) %>"><%= (String) styleNames.get(i) %></a></li>
+			<li><a href="preferences.jsp?setStyle=<%= URLEncoder.encode((String)styleNames.get(i)) %>" title="<%= (String) styleNames.get(i) %>"><t:t><%= (String) styleNames.get(i) %></t:t></a></li>
 <% } %>
 		</ul>
 



More information about the sword-cvs mailing list