📄 loginform.htm
字号:
<br><br>
<!-- IF C_MSG -->
<table width='600' border=0 cellspacing=0 cellpadding=0 align=center bgcolor="#ebf3e6" >
<tr>
<td>
<table width=100% border=0 cellspacing=1 cellpadding=3>
<tr bgcolor="#cccccc" >
<td>{L_Notice}</td>
</tr>
<tr bgcolor="#ebf3e6" >
<td> {C_MSG}</td>
</tr>
<tr bgcolor="#a0c484" >
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ENDIF -->
<FORM name=frmlogin action=loginout.php method=post>
<TABLE cellSpacing=1 cellPadding=3 width=250 align=center bgColor=#D4D2F8
border=0>
<TBODY>
<TR bgColor=#cccccc>
<TD><FONT color=#000000><B>{L_LoginForm2}</B></FONT></TD>
</TR>
<TR align=middle bgColor=#ebf3e6>
<TD><BR>
{L_Uname}:
<INPUT maxLength=20 name=username> <BR>
<BR>
{L_Pwd}:
<INPUT type=password maxLength=30 name=password> <BR>
<BR>
<INPUT type=hidden
value={C_redirectTo} name=redirectTo> <INPUT type=hidden value=login
name=action> <INPUT type=checkbox value=true name=usecookie>
{L_Keeptime} <INPUT onmouseover="javascript: this.style.backgroundColor='#ebf3e6'" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #cccccc" onmouseout="javascript: this.style.backgroundColor='#cccccc'" type=submit value={L_Login} name=submit>
<BR>
<BR></TD>
</TR>
<TR align=middle bgColor=#ebeedb>
<TD><a href="register.php">{L_Register2}</a>
<a href="sendpwd.php">{L_Sendpwd2}</a> </TD>
</TR>
</TBODY>
</TABLE>
</FORM> </TD>
<TD vAlign=top width=1>
</TD></TR></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -