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

📄 main.jsp

📁 simesh用于WEB界面开发的一个架构. 这是学习他的一个小例子
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=GBK"%>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>

<%
	String contextPath = request.getContextPath();
%>

<%@ include file="/includes/cache.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><decorator:title default="娱乐门户管理平台" /></title>
<decorator:head />
<%@ include file="/includes/style.jsp" %>
<SCRIPT LANGUAGE="JavaScript" src="<%=contextPath%>/scripts/common.js"></SCRIPT>
</head>

<body>

<%@ include file="/includes/header.jsp"%>
<%@ include file="/includes/navigation.jsp"%>

<div id="midcolumn">
<decorator:body />		
<hr class="clearer" />
</div>

<div id="rightcolumn">
<%@ include file="/includes/sidebar.jsp" %>
</div>
	
<%@ include file="/includes/footer.jsp" %>
<script type="text/javascript">window.status = "加载完成.";</script>

</body>
</html>

⌨️ 快捷键说明

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