📄 left.asp
字号:
<!--#include file="users.asp" -->
<%
if session("user")="" then
Response.Redirect "index.asp"
response.end
else
Set admin = Server.CreateObject("ADODB.Recordset")
asql="SELECT * FROM admin where admin='"&session("user")&"'"
admin.OPEN asql, Conn,1,1
if admin.eof and admin.bof then
Response.Redirect "index.asp"
response.end
else
if session("pas")<>admin("pws") then
Response.Redirect "index.asp"
response.end
else
if session("qx")<"2" then
Response.Redirect "index1.asp"
response.end
end if
end if
end if
admin.close
set admin=nothing
end if%>
<html>
<head>
<link rel="stylesheet" href="style.css">
<base target="right">
</head>
<body bgcolor="#0066FF">
<table border=0 width=98% cellspacing="1" cellpadding="1" align="center" bgcolor="#0099FF">
<tr>
<td width=100 align=center bgcolor="#FFFFFF"> <font style="line-height:150%">
◇<a href="softadd_1.asp" target="right" title="请准备好上传文件">上传软件</a></font>
</td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="save.asp" target="right" title="直接添加下载地址等信息">添加软件</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="editindex.asp" target="right">修改删除</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><a href="../makeindex.asp" target="right"><font style="line-height:150%">◇</font>首页生成HTML</a>
</td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="classmana.asp" target="right">栏目管理</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">◇<a href="adminuser.asp" target="right">用户管理</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="xxyf.asp" target="right" title="压缩数据库">压缩数据库</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="backup.asp" target="right" title="备份数据">备份数据</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="restore.asp" target="right" title="恢复数据">恢复数据</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a href="../admin_uploadfile.asp" target="right" title="上传文件/图片">上传文件/图片</a>(FSO)</font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">
◇<a target="right" title="服务器信息" href="ASP.asp">服务器信息</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">◇<a href="../index.asp" target="_blank">返回首页</a></font></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><font style="line-height:150%">◇<a href="logout.asp" target=_top>退出系统</a></font></td>
</tr>
</table>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -