📄 admin_login.asp
字号:
<!--#include file="conn.asp"-->
<title>管理员管理</title>
<LINK rel="stylesheet" href="../style.css">
<div align="center">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0" style="margin-top:6px;margin-bottom:6px; border-collapse:collapse" bordercolor="#111111">
<tr>
<td align=center valign=top><form method="post" action="admin_loginchk.asp?action=login" name="type">
<table border="0" width="50%" cellpadding="3" cellspacing="1" style="border-collapse: collapse">
<tr bgcolor="#abb8d6">
<td width="34%" align="center" bgcolor="#D8D5B4"> </td>
</tr>
<tr bgcolor="#abb8d6">
<td width="34%" align="center" bgcolor="#F2F1E6">管理员名: <input type="text" name="admin" size="16"> </td>
</tr>
<tr>
<td width="34%" height="20" align="center" bgcolor="#FFFFFF">登陆密码: <input type="password" name="passwd" size="16"> </td>
</tr>
<tr>
<td align="center" bgcolor="#F2F1E6">
<input type="submit" name="Submit" value="登 陆"> <input type="reset" name="reset" value="重 置">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</div>
<!--#include file="copyright.asp"-->
<br>
<%conn.close
set conn=nothing%></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -