?? main.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 + -