📄 login.htm
字号:
<html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="./Main/$LingSetup[Template_Path]/images/Style.css" rel="stylesheet" type="text/css">
<body>
<td> </td>
</tr>
</table>
<table width="98%" border="0" cellspacing="2" cellpadding="1" align="center">
<tr>
<td height="138"> </td>
</tr>
</table>
<form action="" method="post">
<table width="31%" border="0" cellspacing="1" cellpadding="1" align="center">
<tr bgcolor="#F5F5FF">
<td height="22" colspan="2" bgcolor="#185194"><font color="#FFFFFF">管理员登录</font></td>
</tr>
<tr bgcolor="#F5F5FF">
<td width="22%" bgcolor="#F5F5FF">用户名:</td>
<td width="78%"><input name="username" type="text" value="$username" size=20>
</td>
</tr>
<tr bgcolor="#F5F5FF">
<td bgcolor="#F5F5FF">密码:</td>
<td> <input name="password" type="password" value="" size=20>
</td>
</tr>
<tr bgcolor="#F5F5FF">
<td colspan="2" bgcolor="#F5F5FF" align="center"><input type="submit" name="Submit_Login" value="登 录">
</td>
</tr>
</table>
</form>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -