Author: echatellier Date: 2010-07-21 11:08:07 +0200 (Wed, 21 Jul 2010) New Revision: 91 Url: http://chorem.org/repositories/revision/bow/91 Log: Fix research > search Modified: trunk/ trunk/src/main/webapp/bookmarkHome.jsp trunk/src/main/webapp/bookmarkSearch.jsp Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - target solr transaction.log PutObjectStoreDirHere + target solr transaction.log PutObjectStoreDirHere .settings .classpath .project Modified: trunk/src/main/webapp/bookmarkHome.jsp =================================================================== --- trunk/src/main/webapp/bookmarkHome.jsp 2010-07-21 08:58:23 UTC (rev 90) +++ trunk/src/main/webapp/bookmarkHome.jsp 2010-07-21 09:08:07 UTC (rev 91) @@ -141,7 +141,7 @@ <jsp:include page="tagsCloud.jsp" flush="true" /> </div> <div id="recherche"> - <h2>Research</h2> + <h2>Search</h2> <form method="POST" action="bow?action=search"> <div class="input"> <input type="text" name="searchLine"/> @@ -150,7 +150,7 @@ </form> </div> <div id="recherche"> - <h2>Full text research</h2> + <h2>Full text search</h2> <form method="POST" action="bow?action=fullText"> <div class="input"> <input type="text" name="fullTextLine" value="<%=bookmarkActions.getFullTextLine()%>" /> @@ -186,4 +186,4 @@ </div> </body> -<%}%> \ No newline at end of file +<%}%> Modified: trunk/src/main/webapp/bookmarkSearch.jsp =================================================================== --- trunk/src/main/webapp/bookmarkSearch.jsp 2010-07-21 08:58:23 UTC (rev 90) +++ trunk/src/main/webapp/bookmarkSearch.jsp 2010-07-21 09:08:07 UTC (rev 91) @@ -125,7 +125,7 @@ </jsp:include> </div> <div id="recherche"> - <h2>Research</h2> + <h2>Search</h2> <form method="POST" action="bow?action=search"> <div class="input"> <input type="text" name="searchLine" value="<%=searchLine%>" /> @@ -134,7 +134,7 @@ </form> </div> <div id="recherche"> - <h2>Full text research</h2> + <h2>Full text search</h2> <form method="POST" action="bow?action=fullText"> <div class="input"> <input type="text" name="fullTextLine" value="<%=bookmarkActions.getFullTextLine()%>" /> @@ -170,4 +170,4 @@ </div> </body> -<%}%> \ No newline at end of file +<%}%>
participants (1)
-
echatellier@users.chorem.org