📄 login.asp
字号:
<html>
<head>
<title>管理员登陆</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div align="center"><center>
<table border="0" cellspacing="1" width="90%">
<tr>
<td> <form method="post" action="chklogin.asp">
<div align="center"><b><font face="宋体">管理员登陆</font></b><br>
</div>
<table width="35%" border="0" cellspacing="0" cellpadding="0" align="center"
bordercolordark="#ecf5ff" bordercolorlight="#FFFFFF">
<tr>
<td>
<table width="100%" border="1" cellspacing="2" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width="33%" align="right" height="30">
<div align="center">用户名:</div>
</td>
<td width="67%">
<input name="username" maxlength="20" class="smallInput" size="20" style="BACKGROUND-COLOR:#FFE7B3;">
</td>
</tr>
<tr>
<td width="33%" align="right" height="30">
<div align="center">密 码:</div>
</td>
<td width="67%">
<input type="password" name="password" maxlength="16" class="smallInput" size="20" style="BACKGROUND-COLOR:#FFE7B3;">
</td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td height="40">
<input type="submit" name="Submit" value="确定" class="buttonface" style="BACKGROUND-COLOR:#AB6C00;font-family: 宋体; font-size: 9pt;">
<input type="reset" name="Submit2" value="重写" class="buttonface" style="BACKGROUND-COLOR:#AB6C00;font-family: 宋体; font-size: 9pt;">
</td>
</tr>
</table>
</form>
<p align="center"><!--#include file="function/ads.inc"--></td>
</tr>
</table>
</center></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -