📄 left.asp
字号:
<html>
<head>
<LINK href="style.css" rel=stylesheet>
</head>
<body bgcolor="#468ea3" style="background-color: #6699FF">
<%
if session("admin")="" and session("flag")="" then
response.write "Error!!"
else
call main()
end if
sub main()
%>
<br>
<br>
<table border=0 width=98% cellspacing="1" cellpadding="1" align="center">
<tr>
<td width=100 align=center bgcolor="#FFFFFF">
<font style=line-height:150%><a href="softadd_1.asp" target="right" title="请准备好上传文件">添加软件A</a></font>
</td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><FONT style=line-height:150%><a href="freeadd.asp" target="right" title="直接添加下载地址等信息">添加软件B</a></FONT></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><FONT style=line-height:150%>
<%if session("flag")<3 then%><a href="adminedit.asp" target="right">修改删除</a></FONT></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><FONT style=line-height:150%>
<%if session("flag")=1 then%>
<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%>
<%end if%>
<%end if%>
<a href="outjs.asp" target="right">生成Js</a></FONT></td>
</tr>
<tr>
<td width=100 align=center bgcolor="#FFFFFF"><FONT style=line-height:150%><a href="main.asp" target="right">返回首页</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>
<%
end sub
%>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -