/[Apache-SVN]/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/footer.jsp
ViewVC logotype

Diff of /lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/footer.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/footer.jsp	2006/05/02 18:26:31	399001
+++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/footer.jsp	2006/05/02 18:26:46	399002
@@ -1,10 +1,11 @@
 <%@ include file="common.jsp"%>
-<div id="footer"><logic:present name="nutchSearch">
+<div id="footer"><c:if test="${nutchSearch.isSearch=='true'}">
 	<table bgcolor="3333ff" align="right">
 		<tr>
-			<td bgcolor="ff9900"><a href="opensearch?query=<bean:write name="nutchSearch" property="queryString"/>"><font color="ffffff"><b>RSS</b>
-			</font></a></td>
+			<td bgcolor="ff9900"><a
+				href="opensearch?query=<c:out value="${nutchSearch.queryString}"/>"><font
+				color="ffffff"><b>RSS</b> </font></a></td>
 		</tr>
 	</table>
-</logic:present> <a href="http://wiki.apache.org/nutch/FAQ"> <img
-	border="0" src="img/poweredbynutch_01.gif"> </a></div>
+</c:if> <a href="http://wiki.apache.org/nutch/FAQ"> <img border="0"
+	src="img/poweredbynutch_01.gif"> </a></div>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26