login.asp
来自「网站源代码」· ASP 代码 · 共 36 行
ASP
36 行
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/adminstyle.css" rel="stylesheet" type="text/css">
<title>管理中心登陆</title>
<body bgcolor="#195369" topmargin=0 leftmargin=0 scroll=no>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td align="center">
<form action="log.asp" method="post" name="log" id="log" >
<table width="778" height="434" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td background="images/login.jpg">
<table width="100%" height="133" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="76%" rowspan="5"> </td>
<td width="17%" height="31"> </td>
<td width="7%" rowspan="5"> </td>
</tr>
<tr>
<td height="26"><input name="user" type="text" class="linput" id="user" size=12></td>
</tr>
<tr>
<td height="30"> <input name="password" type="password" class="linput" id="password" size=12></td>
</tr>
<tr>
<td height="23"><input type="submit" value="提交" class="lbutton"> <input type="reset" value="取消" class="lbutton"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table></form></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?