📄 adminleft.asp
字号:
<%
if Session("isAdmin")<>true Then
Response.Write "<script>location.href='adminlogin.asp';</script>"
Response.End
End if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
.font{color:white}
</style>
</head>
<body bgcolor="#ff9900" style="overflow-x: hidden; background-color: #5499BB">
<table width="125" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="119" valign="top">
<table width="110" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="27">
<a href="main.asp" target="right"><font color="#FFFFFF"><strong>管理首页</strong></font></a></td>
</tr>
<tr>
<td height="27">
<a href="hope.asp" target="right"><font color="#FFFFFF"><strong>许愿信息</strong></font></a></td>
</tr>
<tr>
<td height="27">
<a href="loginout.asp" target="_parent"><font color="#FFFFFF"><strong>安全退出</strong></font></a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -