index.jsp~27~

来自「Spring +Web 的完整 MyEclipse 项目源码,使用者可以作为入门」· JSP~27~ 代码 · 共 42 行

JSP~27~
42
字号

<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html; charset=GBK" %>

<html:html xhtml="true" locale="true">
<head>
<title>samples for chapter tiles</title>
</head>

<body>
  <DIV align=center>
    <TABLE cellspacing="1" cellpadding="0" width="770"  border="0">
      <TBODY>
 <tr>

           <!--header-->
           <%@include file="header.jsp"%>
           <jsp:include page="header.jsp"/>

</tr>

        <TR>
          <TD vAlign=top width="30%" height="200">
            <%@include file="menu.jsp"%>
          </TD>
          <TD vAlign=top width="70%" height="200">

            <%@include file="content_index.jsp"%>

          </TD>
        </TR>
      </TBODY>
    </TABLE>
      <!--footer.jsp-->
     <%@include file="footer.jsp"%>


  </DIV>
</body>

</html:html>

⌨️ 快捷键说明

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