?? pagewithmenutemplate.jsp
字號:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-tiles" prefix="tiles" %><html:html locale="true"> <head> <title> <bean:message key="application-name"/> - v<bean:message key="application-version"/> </title> <html:base/> </head> <body topmargin="0" leftmargin="0"> <table border="1" width="100%" height="100%"> <tr height="10%"> <td colspan="2"> <tiles:insert attribute="header"/> </td> </tr> <tr height="80%"> <td width="15%" valign="top"> <tiles:insert attribute="menu"/> </td> <td width="85%" valign="top"> <!-- TODO v1.x html:messages/--> <html:errors/> <tiles:insert attribute="page-header"/> <table width="100%" height="100%" border="1"> <tr> <td align="middle" valign="top"> <table border="1" width="100%"> <tiles:insert attribute="page-contents"/> </table> </td> </tr> </table> </td> </tr> <tr height="10%"> <td colspan="2"> <tiles:insert attribute="footer"/> </td> </tr> </table> </body></html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -