⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sitelayout.jsp

📁 EJB+Struts+Webservice实现的开放式基金管理系统
💻 JSP
字号:
<%@ 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">      &nbsp;
      <tiles:insert attribute="leftMenu" flush="false"/>
    </td>
    <!-- left menu -->
    <!-- main body -->
    <td class="thd" width="70%" valign="top">      &nbsp;
      <tiles:insert attribute="body" flush="false"/>
    </td>
    <!-- main body -->
  </tr>
  <tr>
    <td class="thd" colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td class="thd" colspan="2">&nbsp;</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -