index.jsp

来自「一套完整的OA办公系统(JSP)的」· JSP 代码 · 共 50 行

JSP
50
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?