📄 templet.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%
String path=request.getContextPath();
String basePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html><head> <title>网上企业办公自动化管理系统</title>
<base href="<%=basePath%>"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head><body> <center>
<table border="1" cellspacing="0" cellpadding="0" bordercolor="#D3DDE7" bordercolorlight="#D3DDE7" bordercolordark="white" rules="none" bgcolor="#F9FDFF">
<tr><td align="center" colspan="2"><%@ include file="top.jsp" %></td></tr>
<tr>
<td align="center" valign="top" rowspan="2"><jsp:include page="left.jsp"/></td>
<td align="center" valign="top"><jsp:include page="default.jsp"/></td>
</tr>
<tr><td align="center" valign="bottom"><%@ include file="end.jsp" %></td></tr>
</table>
</center></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -