template.jsp

来自「51单片机实验指导」· JSP 代码 · 共 37 行

JSP
37
字号
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %>

<html>
<head>
<title><template:get name='title'/></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#2F98FF" vlink="#3399FF" alink="#2F98FF">
<table border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr> 
    <td bgcolor="#A9B9F1" background="images/lefttop.gif" height="56" width="294"> 
      <div id="Layer1" style="position:absolute; width:529px; height:27px; z-index:1; left: 20px; top: 12px"> 
        <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="4"><b><font face="Arial, Helvetica, sans-serif" size="3" color="#FFFFFF">Hello 
          World - Web Application Example</font></b></font></div>
      </div>
    </td>
    <td bgcolor="#A9B9F1" background="images/backgrnd.gif" height="56" width="1000" align="right">&nbsp; 
    </td>
  </tr>
  <tr valign="top"> 
    <td colspan="2"> 
      <template:get name='header' />
      <template:get name='content'/>
      <template:get name='footer' />
    </td>
  </tr>
  <tr> 
    <td colspan="2" background="images/bottom.gif" height="25">&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td colspan="2" height="7"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#3300CC"><b><font color="#3399FF" size="1">&copy;2003 
      Xinox Software. All rights reserved.</font></b></font></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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