📄 sysmanager.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ page import="com.publish.jxc.charpter9.*" %>
<%
response.setHeader("Pragma","No-cache");
response.setHeader("Cache-Control","no-cache");
response.setDateHeader("Expires", 0);
String contextPath = request.getContextPath();
if (session.getAttribute("user") == null) {
out.print(Utility.outPrintPage("你还没登录,无权查看此页面!", contextPath + "/index.jsp"));
return;
}
%>
<html>
<head>
<title>个人求职管理系统</title>
<link rel="stylesheet" href="<%=contextPath%>/css/itsp.css" type="text/css">
<SCRIPT LANGUAGE=javascript>
function checkform()
{
window.dataform.submit();
}
</SCRIPT>
</head>
<body >
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="22">
<tr>
<td width="1"><img src="<%=contextPath%>/images/top_r1.GIF" width="62" height="22"></td>
<td width=150 align="center"> 个人求职管理系统--系统管理</td>
<td><img src="<%=contextPath%>/images/top_r2.GIF" width="294" height="22"></td>
<td width=100 align="center"><a href="<%=contextPath%>/index.jsp">[ 退出系统 ]</a></td>
</tr>
</table>
<br>
<br>
<table align=center border=0 cellpadding=0 cellspacing=2 width="95%">
<tbody>
<tr valign=center>
<td align=middle> <br>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<input class=stbtm type="button" name="Button" value="返回上页" onClick="javascript:window.location.href='<%=contextPath%>/pages/admin/index.jsp';">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -