layout.jsp~2~
来自「java,酒店管理系统, 单机版程序,适合小型应用」· JSP~2~ 代码 · 共 31 行
JSP~2~
31 行
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html; charset=gb2312"%>
<html:html xhtml="true" locale="true">
<head>
<title>酒店管理</title>
</head>
<body>
<div align=center>
<table cellspacing="1" cellpadding="0" width="1024" border="0">
<tbody>
<tr>
<!--header-->
<tiles:insert attribute="header"/>
</tr>
<tr>
<td vAlign=top width="25%" height="350">
<tiles:insert attribute="menu"/>
</td>
<td vAlign=top width="75%" height="350">
<tiles:insert attribute="content"/>
</td>
</tr>
</tbody>
</table>
<!--footer.jsp-->
<tiles:insert attribute="footer"/>
</div>
</body>
</html:html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?