default.jsp

来自「java web开发技术方案宝典」· JSP 代码 · 共 29 行

JSP
29
字号
<%@ page contentType="text/html; charset=gb2312"%>
<%@ include file="/view/setBasePath.jsp" %>
<html><head>  <title>广运物流</title>
  <base href="<%=basePath %>" %>
  <link rel="stylesheet" type="text/css" href="css/style.css"></head><body>  <center>
    <table cellspacing="0" cellpadding="0">
        <tr>
            <td width="20%" background="image/bg.gif"></td>
            <td>
                <table border="1" width="797" cellspacing="0" cellpadding="0" bordercolor="#BEC7CE" bordercolorlight="#BEC7CE" bordercolordark="white" rules="none">
                    <tr height="120"><td align="center" colspan="2"><%@ include file="top.jsp"%></td></tr>
                    <tr>
                        <td align="center" width="186" height="405" valign="top"><jsp:include page="left.jsp"/></td>
                        <td align="center" width="611" valign="top" bgcolor="#F9FDFF"><jsp:include page="main.jsp"/></td>
                    </tr>
                    <tr height="50"><td align="center" colspan="2"><%@ include file="end.jsp"%></td></tr>
                </table>                
            </td>
            <td width="20%" background="image/bg.gif"></td>
        </tr>
    </table>
  </center></body></html>

⌨️ 快捷键说明

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