⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mymain.jsp

📁 simesh用于WEB界面开发的一个架构. 这是学习他的一个小例子
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -