From: <the...@us...> - 2003-12-18 09:37:28
|
Update of /cvsroot/junk/junk/pages In directory sc8-pr-cvs1:/tmp/cvs-serv2571 Modified Files: Info.jsp Log Message: wio Index: Info.jsp =================================================================== RCS file: /cvsroot/junk/junk/pages/Info.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Info.jsp 17 Nov 2003 19:39:08 -0000 1.1.1.1 --- Info.jsp 18 Dec 2003 09:37:25 -0000 1.2 *************** *** 1,3 **** ! <!-- /* * juNK - a file search system for smb shares --- 1,3 ---- ! <% /* * juNK - a file search system for smb shares *************** *** 21,40 **** * 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" %> <%@ taglib uri="/tags/struts-logic" prefix="logic" %> <center> ! <table border="0" width="70%"> ! <tr> ! <td align="center" valign="middle" height="25%" width="100%"> ! <bean:message key="search.info" /> ! </td> ! <td align="center" valign="middle" width="40"> ! <h1><bean:message key="search.title"/></h1> ! </td> ! </tr> ! </table> </center> <br /> --- 21,49 ---- * 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" %> <%@ taglib uri="/tags/struts-logic" prefix="logic" %> + <%@ taglib uri="/tags/struts-tiles" prefix="tiles" %> <center> ! <table border="0" width="99%"> ! <tr> ! <td align="center" width="94%"> ! <bean:message key="search.info" /> ! </td> ! <td rowspan="2" valign="top" width="5%" align="right"> ! <h1><bean:message key="search.title" /></h1> ! </td> ! </tr> ! <tr> ! <td> ! <br /><br /> ! <tiles:insert page="/WhoIsOnline.do" flush="true" /> ! </td> ! </tr> ! </table> </center> <br /> |