📄 admintop.asp
字号:
<%
if session("user")="" or session("pass")="" then
%>
<a href="admin.asp" target=_top>验证错误或超时,请登录</a>
<%
conn.Close
Set conn = Nothing
response.end
end if
%>
<html>
<head>
<title>房屋信息管理系统</title>
<style type="text/css">
a:visited { text-decoration: none; color: #000000 }
A:hover {COLOR: green; FONT-FAMILY: "宋体"; TEXT-DECORATION: underline;}
body { font-size: 9pt; font-family: 宋体, Arial;color: #000000}
TD {FONT-SIZE: 9pt; FONT-FAMILY: "宋体", "Arial";color: #000000}
p {FONT-SIZE: 9pt; FONT-FAMILY: "宋体", "Arial";color: #000000}
body { margin-top: 0; margin-bottom: 0; color: #000000 }
--></style>
</head>
<body alink="#000000" vlink="#000000" link="#000000">
<table>
<tr height="130">
<td><img src="images/houselogo.gif" width="300" height="130"></td><td><img src="images/name.jpg" width="417" height="130"></td>
</tr>
<tr>
<td width=738 background="images/title.jpg" valign="top" colspan="2">
<table border="0" width="100%" cellspacing="5" cellpadding="5">
<tr>
<td><a target="main" href="adminadd.asp">增加信息</a></td>
<td><a target="main" href="adminnocheck.asp">未审核的</a></td>
<td><a target="main" href="adminchecked.asp">已审核的</a></td>
<td><a target="main" href="adminlistall.asp">查看全部</a></td>
<td><a target="main" href="adminchange.asp">修改密码</a></td>
<td><a target="_top" href="logout.asp">退出管理</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -