From: <the...@us...> - 2003-12-18 09:35:56
|
Update of /cvsroot/junk/junk/pages In directory sc8-pr-cvs1:/tmp/cvs-serv2240 Modified Files: Search.jsp Log Message: enhancements Index: Search.jsp =================================================================== RCS file: /cvsroot/junk/junk/pages/Search.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Search.jsp 20 Nov 2003 23:42:33 -0000 1.3 --- Search.jsp 18 Dec 2003 09:35:52 -0000 1.4 *************** *** 1,3 **** ! <!-- /* * juNK - a file search system for smb shares --- 1,5 ---- ! <%@page contentType="text/html"%><?xml version="1.0" encoding="iso-8859-1" ?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <% /* * juNK - a file search system for smb shares *************** *** 20,25 **** * along with junk; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! * ! */--> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %> --- 22,27 ---- * along with junk; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! */ ! %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %> *************** *** 111,115 **** </tr> </table> ! <hr noshade> <logic:present name="searchResult"> <jsp:include page="Result.jsp"/> --- 113,117 ---- </tr> </table> ! <hr noshade="noshade"> <logic:present name="searchResult"> <jsp:include page="Result.jsp"/> *************** *** 118,122 **** <jsp:include page="Info.jsp"/> </logic:notPresent> ! <hr noshade> <center> <bean:message key="search.disclaimer"/> --- 120,124 ---- <jsp:include page="Info.jsp"/> </logic:notPresent> ! <hr noshade="noshade"> <center> <bean:message key="search.disclaimer"/> |