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

📄 index.jsp

📁 一套完整的OA办公系统(JSP)的
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>   
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<%
//String u = application.getInitParameter("DBUrl");
//out.print(u);
%>

<body>
<table border="0" width="755" align="center" cellpadding="0" cellspacing="0">
  <tr height="50">
    <td><jsp:include flush="true" page="Top.htm"></jsp:include></td>
  </tr>
  <tr height="23">
    <td><jsp:include flush="true" page="Menu.jsp"></jsp:include></td>
  </tr>
  <tr>
    <td>
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr>
          <td width="180" valign="top" class="td1">
            <jsp:include flush="true" page="Login.jsp"></jsp:include>
          </td>
          <td valign="top">
            <table width="100%" cellpadding="0" cellspacing="0">
              <tr>
                <td colspan="2" class="td1"><jsp:include flush="true" page="BroadcastManage/index.jsp"></jsp:include></td>
              </tr>
              <tr>
                <td width="50%" class="td1"><jsp:include flush="true" page="LawManage/index.jsp"></jsp:include></td>
                <td width="50%" class="td1" valign="top"><jsp:include flush="true" page="NewsManage/index.jsp"></jsp:include></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td><jsp:include flush="true" page="Aboutus.htm"></jsp:include></td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -