sitelayout.jsp
来自「EJB+Struts+Webservice实现的开放式基金管理系统」· JSP 代码 · 共 43 行
JSP
43 行
<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%>
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html>
<head>
<title>开放式上市基金交易平台</title>
<link rel="stylesheet" type="text/css" href='<html:rewrite page="/views/style/fund.css" />'>
</head>
<body>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- header-->
<tiles:insert attribute="header" flush="false"/>
<!-- header-->
<!-- left menu -->
<td class="thd" width="30%" valign="top">
<tiles:insert attribute="leftMenu" flush="false"/>
</td>
<!-- left menu -->
<!-- main body -->
<td class="thd" width="70%" valign="top">
<tiles:insert attribute="body" flush="false"/>
</td>
<!-- main body -->
</tr>
<tr>
<td class="thd" colspan="2"> </td>
</tr>
<tr>
<td class="thd" colspan="2"> </td>
</tr>
<!-- footer-->
<tiles:insert attribute="footer" flush="false"/>
<!-- footer-->
</table>
</body>
</html>
<script type="text/javascript" >
window.history.forward(1);
</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?