📄 end.asp
字号:
<%
if session("admin")<>"ah" then
response.write "对不起!你的权限不够.<a href='login.asp'>请登录</a>后再操作"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!--
BODY{ font-family:"宋体"; font-size: 12px;
scrollbar-face-color:ffffff;
scrollbar-shadow-color:C1C1BB;
scrollbar-highlight-color:C1C1BB;
scrollbar-3dlight-color:EBEBE4;
scrollbar-darkshadow-color:EBEBE4;
scrollbar-track-color:F4F4F0;
scrollbar-arrow-color:CACAB7;
}
p, input, font, select, option, textarea, form { font-family:"宋体"; font-size: 12px }
td { table-layout:fixed;word-break :break-all; font-family:"宋体"; font-size: 12px}
a:link {
font-family: "宋体";
font-style: normal;
line-height: normal;
text-decoration: none;
color: #333333;
}
a:visited {
font-family: "宋体";
font-style: normal;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-style: normal;
color: #CC66FF;
text-decoration: none;
}
a:active {
font-family: "宋体";
font-style: normal;
color: #FF9999;
text-decoration: none;
}
.style4 {color: #FFFFFF}
.style6 {color: #FF0000}
-->
</style>
<title>后台管理</title>
<base target="_self">
</head>
<body bgcolor="#000000" topmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500" height="37">
<tr>
<td width="500" colspan="6" height="25">
<hr style="border-style: dotted" color="#008080">
</td>
</tr>
</center>
<tr>
<td width="82" height="12">
<p align="center"><font size="2"><a href="manage.asp" target="_top">管理首页</a></font></p>
</td>
<center>
<td width="82" height="12">
<p align="center"><font size="2"><a href="addsoft.asp" target="main">添加软件</a></font></p>
</td>
<td width="82" height="12">
<p align="center"><font size="2"><a href="editlist.asp" target="main">修改/删除</a></font></p>
</td>
<td width="82" height="12">
<p align="center"><font size="2"><a href="addggao.asp" target="main">广告管理</a></font></p>
</td>
<td width="82" height="12">
<p align="center"><font size="2"><a href="edituser.asp" target="main">密码修改</a></font></p>
</td>
<td width="82" height="12">
<p align="center"><font size="2"><a href="logout.asp" target="_top">退出系统</a></font></p>
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="100%">
<hr style="border-style: dotted" color="#008080">
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><!--#include file="foot.asp"--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -