mymain.jsp

来自「simesh用于WEB界面开发的一个架构. 这是学习他的一个小例子」· JSP 代码 · 共 35 行

JSP
35
字号
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="page" %>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title><decorator:title default="sitmish!" />
</title>
<decorator:head />
</head>
<body>
 <table border="0" cellpadding="2" width="100%" height="151">  
  <tr>   
    <td width="20%" height="74"><p align="center"><font color="#000080" size="5">main装饰器页面</font></td> 
    <td width="73%" height="74"></td>  
  </tr>
  <tr>  
    <td width="20%" height="28" bgcolor="#F3F3F3" valign="top" >
      <page:applyDecorator page="/menu.jsp" name="panel" />
    </td>    
    <td width="73%" height="28" bgcolor="#BED6FA">
      <decorator:body />
    </td>  
  </tr>  
  <tr>    
    <td width="100%" height="31" colspan="2" bgcolor="#F1F0ED"><p align="center">Powered by gagaghost</td>  
  </tr>
 </table>
</body>
</html>

⌨️ 快捷键说明

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