📄 admin.asp
字号:
<!-- #include file = "setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>留言版用户管理 - <% =PageTitle%></title>
<style type="text/css">
<!--
a { text-decoration: none }
a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: blue }
a:active { text-decoration: underline color red }
a:hover { color: red; text-decoration: underline }
--></style>
</head>
<body>
<!-- #include file = "public_head.asp" -->
<form method="POST" action=admin_log_check.asp>
<p align="left"><font size="5"><font face="黑体"><font color="#008000">留</font><font color="#000080">言</font><font color="#800080">板</font></font><font face="楷体_GB2312" color="#0000FF">用户</font><font face="楷体_GB2312" color="#FF00FF">维</font><font face="楷体_GB2312" color="#FF0000">护</font><font face="宋体" color="#00FFFF">管</font><font face="宋体" color="#800000">理</font></font></p>
<p>用户名:<input type="text" name="name" size="20"><br>
密 码:<input type="password" name="password" size="20"><br>
<input type="submit" value="登 陆" name="B1"></p>
</form>
<hr noshade size="1" color="#008080">
<p><font size="5"><b>找回登陆管理密码</b></font>
</p>
<form method="POST" action = "lostpassword.asp">
<p>用户名:<input type="text" name="name" size="20"><input type="submit" value="找回我的密码" name="B1" ></p>
</form>
<hr noshade size="1" color="#0000FF">
<p><font size="5"><b>注销帐号:</b></font><font size="6"><br>
</font><font size="3"><b>注意:一旦注销帐号,你的注册信息和你的留言板的留言都会被删除!</b></font></p>
<form method="POST" action = "user_del.asp">
<p>用 户 名:<input type="text" name="name" size="20"><br>
密 码:<input type="password" name="password" size="20"><br>
电子邮件:<input type="text" name="email" size="20"><br>
<input type="submit" value="注销帐号" name="B1"></p>
</form>
<p> </p>
<p>如果有什么疑问请:<br>
给我们发电子邮件 <a href="mailto:netguest@btamail.net.cn"><u>netguest@btamail.net.cn</u></a>
, 由我们发到你注册时填写的电子邮件信箱里。</p>
<!-- #include file = "public_down.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -