📄 layout.jsp~8~
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html:html xhtml="true" locale="true">
<head>
<title>samples for chapter tiles</title>
</head>
<body>
<table cellspacing="1" cellpadding="0" width="770" border="0">
<tbody>
<tr>
<!--header-->
<tiles:insert attribute="header"/>
</tr>
<TR>
<TD vAlign=top width="30%" height="200">
<tiles:insert attribute="menu"/>
</td>
<td vAlign=top width="70%" height="200">
<tiles:insert attribute="content"/>
</td>
</tr>
</tbody>
</table>
<!--footer.jsp-->
<tiles:insert attribute="footer"/>
</div>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -