📄 left.asp
字号:
<html>
<head>
<LINK href="style.css" rel=stylesheet>
</head>
<body bgcolor="#FF6600" leftmargin="7">
<%
if session("admin")="" and session("flag")="" then
response.write "Error!!"
else
call main()
end if
sub main()
%>
<br>
<br>
<table border=0 width=100% cellspacing="1" cellpadding="1" align="center">
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%>
<A href="freeadd.asp" target="right" title="直接添加下载地址等信息">添加软件</A></FONT></td>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%>
<%if session("flag")<3 then%>
<A href="adminedit.asp" target="right">修改删除</A></FONT></td>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%>
<%if session("flag")=1 then%>
<A href="classmana.asp" target="right">栏目管理</A></FONT></td>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%><A href="adminuser.asp" target="right">用户管理</A></FONT></td>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%>
<A href="outjs.asp" target="right">生成Js</A></FONT></td>
<%end if%>
<%end if%>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%><A href="main.asp" target="right">返回首页</A></FONT></td>
</tr>
<tr>
<td width=162 align=center bgcolor="#FFF287"><FONT style=line-height:150%><A href="logout.asp" target=_top>退出系统</A></FONT></td>
</tr>
</table>
<%
end sub
%>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -