📄 regarea.tag
字号:
<%--用户注册信息 --%>
<%@ tag pageEncoding="UTF-8" isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<!---reg area start--->
<form id="form" name="form" method="post" action="sendregister.htm" ><!-- onsubmit="return checkForm()" -->
<div id="bbs-list-nav">
<div id="bbs-title"><h3>填写注册信息</h3></div>
<div class="detail-message2" style="text-align:left;">必填</div>
<div class="from-nav">
<div class="Mtitle"><span>验证码:</span></div>
<div class="Mright">
<input name="seccode" type="text" id="seccode" maxlength="4" size="20" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';checkseccode();" />
<span><img src="getcode.jpg" width="50" height="20" onclick="this.src='getcode.jpg?r='+new Date()" alt="如果看不清验证码,请点图片刷新"/></span>
<span id="checkseccode"><html:errors property="seccode"/></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle"><span>用户名:</span></div>
<div class="Mright">
<input name="username" value="${param['username'] }" type="text" id="username" maxlength="20" size="20" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';checkusername();" />
<span id="checkusername">不超过20个字符<html:errors property="username"/></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle"><span>密码:</span></div>
<div class="Mright">
<input name="password" type="password" id="password" size="20" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" onkeyup="return loadinputcontext(this);" />
<span id="checkpassword">不得少于6个字符<html:errors property="password"/></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle">
<span>密码强度:</span>
</div>
<div class="Mright">
<script type="text/javascript">
</script>
<span id="showmsg"></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle">
<span>重复输入密码:</span>
</div>
<div class="Mright">
<input name="repassword" type="password" id="repassword" size="20" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';checkrepassword();" />
<span id="checkrepassword">不得少于6个字符<html:errors property="password2"/></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle">
<span>手机号码:</span>
</div>
<div class="Mright">
<input name="mobile" value="${param['mobile'] }" type="text" id="mobile" size="30" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';checkmobile();" />
<span id='checkmobile'><html:errors property="mobile"/></span>
</div>
</div>
<div class="from-nav">
<div class="Mtitle">
<span>Email:</span>
</div>
<div class="Mright">
<input name="email" value="${param['email'] }" type="text" id="email" size="30" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';checkemail();" />
<span id='checkemail'><html:errors property="email"/></span>
</div>
</div>
<div class="btn-area">
<input name="submit" type="submit" class="sbutton" value="创建用户" />
<input type="button" class="sbutton"
onclick="javascript:location.replace('/')" value="取消" />
</div>
</div>
<div id="bbs-list-nav" style="margin-top:2px;">
<div id="bbs-title">
<h3>
填写可选项
</h3>
<div id="open">
<a href="###" onclick="toggle_collapse('regoptions');"><img
id="regoptions_img" src="templates/default/images/open_yes.gif"
alt="展开" />
</a>
</div>
</div>
</form>
<!---reg area end--->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -