Author: siren Date: Sat May 27 09:32:49 2006 New Revision: 409837 URL: http://svn.apache.org/viewvc?rev=409837&view=rev Log: remove index-more web extension from core
Modified: lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp Modified: lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp?rev=409837&r1=409836&r2=409837&view=diff ============================================================================== --- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp (original) +++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp Sat May 27 09:32:49 2006 @@ -15,8 +15,11 @@ <fmt:param value="${resultInfo[3]}" /> </fmt:message> <br /> - <tiles:insert name="results" flush="true"/> - <tiles:insert name="cluster" /> + <tiles:insert name="results" flush="true" /> + <!-- optional tile --> + <c:if test="${cluter!=null}"> + <tiles:insert ignore="cluster" /> + </c:if> <tiles:insert name="navigate" /> </c:when> <c:otherwise> ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Nutch-cvs mailing list Nutch-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-cvs