?? manager.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="../incoming/common.jsp"%>
<%
if((String)session.getValue("guanli")!="ok")
{
String errmsg="error2";
response.sendRedirect("login.jsp?errmsg="+errmsg);
return;
}
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>答辯安排</title>
<link href="../incoming/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<%@ include file="../incoming/header.jsp"%>
<table width="700" align="center" bgcolor="#FFFFFF">
<tr>
<td width="160" height="342" valign="top" background="../images/left.gif"><table width="146" height="208">
<tr>
<td height="35" align="center"><a href="modifyadmin.jsp">修改密碼</a></td>
</tr>
<tr>
<td height="38" align="center"><a href="mainstu.jsp">學生管理</a></td>
</tr>
<tr>
<td height="35" align="center"><a href="maintea.jsp">教師管理</a></td>
</tr>
<tr>
<td height="29" align="center"><a href="maindb.jsp">答辯管理</a></td>
</tr>
<tr>
<td height="37" align="center"><a href="logout.jsp">退出系統</a></td>
</tr>
</table></td>
<td width="531" valign="top">管理中心:<br>
</td>
</tr>
</table>
<%@ include file="../incoming/footer.jsp"%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -