📄 page_user_login_form.html.asp
字号:
<!-- #include file="page_sub_header.html.asp" -->
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<br>
<form action="./user_login.asp?action=UserLogin" method="post" id="frmFormUserLogin" name="frmFormUserLogin" onsubmit="return CheckFormUserLogin(this)">
<table cellpadding=3 cellspacing=1 align=center >
<tr >
<td colspan=2 align=center>
请输入您的用户名和密码</td>
</tr>
<tr >
<td colspan=2 align=left>
需要登陆的情形:你尚未登陆或离开时间过长</td>
</tr>
<tr >
<td width=30% >
*用户名:</td>
<td width=70%>
<input type="text" maxLength="10" size="25" name="iptUserName" ></td>
</tr>
<tr >
<td width=30% >
*密 码:</td>
<td width=70%>
<input type="password" maxLength="20" size="25" name="iptPassword" ></td>
</tr>
<tr >
<td width=30% >
*有效期:</td>
<td width=70%>
<select name="iptCookie" >
<option value="0">即时</option>
<option value="1">一天</option>
<option value="7">一周</option>
<option value="31">一月</option>
<option value="365">一年</option>
</select>
Cookie保留时间</td>
</tr>
<tr><td><br></td></tr>
<tr >
<td align=center colspan=2>
<input class="submit" type="submit" name="subFormUserLogin" value="提 交" >
<input class="reset" class="reset" type="reset" name="rstFormUserLogin" value="重 来" >
<input class="btn" type="button" name="btnUserReg" value="注 册" onclick=parent.location.href='<%=GBL_strHomeURL%>user/user_announce.asp?action=ShowUserRegAnnounce'></td>
</tr>
</table>
</form>
<!-- ##### 主栏目结束 ##### -->
<!-- #include file="page_sub_footer.html.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -