Author: siren
Date: Mon Apr 17 08:25:15 2006
New Revision: 394699
URL: http://svn.apache.org/viewcvs?rev=394699&view=rev
Log:
added title for help page
Modified:
lucene/nutch/trunk/contrib/web2/src/main/resources/org/nutch/jsp/resources.properties
lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml
Modified:
lucene/nutch/trunk/contrib/web2/src/main/resources/org/nutch/jsp/resources.properties
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/contrib/web2/src/main/resources/org/nutch/jsp/resources.properties?rev=394699&r1=394698&r2=394699&view=diff
==============================================================================
---
lucene/nutch/trunk/contrib/web2/src/main/resources/org/nutch/jsp/resources.properties
(original)
+++
lucene/nutch/trunk/contrib/web2/src/main/resources/org/nutch/jsp/resources.properties
Mon Apr 17 08:25:15 2006
@@ -57,4 +57,7 @@
#view as text page title
text.title=plain text cache
text.note=This is the plain text version of the file: <a href="{0}">{0}</a>.
-text.noText=<i>Sorry, no plain text version is available.</i>
\ No newline at end of file
+text.noText=<i>Sorry, no plain text version is available.</i>
+
+#title of help page
+help.title=help
\ No newline at end of file
Modified: lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml?rev=394699&r1=394698&r2=394699&view=diff
==============================================================================
--- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml
(original)
+++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml Mon
Apr 17 08:25:15 2006
@@ -48,6 +48,7 @@
<!-- Help -->
<definition name="helpPage" extends="localizedPage">
<put name="basePage" value="/help.html" />
+ <put name="title" value="help.title" />
</definition>
<!-- About -->
<definition name="aboutPage" extends="localizedPage">