login.txt
来自「主要实现三大功能:记录统计功能、账号控制功能、文件上载自动校验功能」· 文本 代码 · 共 44 行
TXT
44 行
<table border="0" width="30%" cellspacing="1" height="6" align="center">
<tr>
<td width="100%" height="1"> <p align="center" style="margin-top: 0; margin-bottom: 0"><b>
欢迎来到管理中心 </b></p>
</td>
</tr>
<tr>
<td width="100%" height="57">
<form action="app:login?action=login" method="POST" target="_parent">
<input type=hidden value="编码" name="encode">
<table border="0" width="100%" cellspacing="1">
<tr>
<td width="26%"> <div align="right">用户名:</div></td>
<td width="74%" height="30"><input style="FONT-SIZE: 12px; WIDTH: 140px" type="text" name="admin_name" size="40" class=input></td>
</tr>
<tr>
<td width="26%"> <div align="right">密码:</div></td>
<td width="74%" height="30"><input style="FONT-SIZE: 12px; WIDTH: 140px" type="password" name="admin_pass" size="30" class=input></td>
</tr>
<tr>
<td height="30" colspan="2"><div align="center">
<input name=submit type=submit id="submit" value="登录">
</div></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="100%" height="1"></td>
</tr>
</table>
<table width="61%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="200"><strong>请注意 <br>
<br>
只有网站的管理员才能登陆网络后台管理中心。<br>
未经过授权的尝试登陆行为将会被记录在案!</strong> <br> <br>
在进入管理中心前,请确定你的浏览器打开了 Cookie 选项。<br>
Cookie 只会存在于当前的浏览器进程中。为了安全起见,当你关闭了浏览器后,Cookie 会失效并被自动删除。</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?