📄 adminsomething.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("adminname")="" then
response.redirect "relogin.asp"
end if
%>
<%
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系统管理 | 综合管理</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="25">
<tr>
<td width="100%">当前位置: 系统管理 > 综合管理<span lang="en-us">
</span></td>
</tr>
</table>
<center>
<center>
<table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#799AE1" width="283" id="AutoNumber1" height="30" >
<tr class="trh"><td bgcolor="#799AE1" width="225" height="30"><b><center>
<font color="#FFFFFF">综合操作</font></center></b></td>
</tr>
<% if session("power")<>"-2" then%>
<tr>
<td width="225" height="31" bgcolor="#FFFDE8">
<center> <a href="adminuser.asp">用户管理</a></center></td>
</tr>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="adminbanjipower.asp">考试权限管理</a></p>
</center></td>
</tr>
<% if session("power")="-1" then%>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<a href="adminadmin.asp">管理员管理</a></center></td>
</tr>
<%end if%>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<a href="adminnianji.asp">市级管理</a></center></td>
</tr>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="adminbanji.asp">县级管理</a></p>
</center></td>
</tr>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="adminmanyuser.asp">批量添加用户</a></p>
</center></td>
</tr>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="adminnews.asp">新闻管理</a></p>
</center></td>
</tr>
<% if session("power")="-1" then%>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="adminsetting.asp">参数设置</a></p>
</center></td>
</tr>
<tr>
<td width="225" height="32" bgcolor="#FFFDE8"><center>
<p>
<a href="zcmjydownreg.asp">程序注册</a></p>
</center></td>
</tr><%end if%> <%end if%>
</table></center>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -