#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsPersonal.function"/>
<#assign invalidPassword><@s.m "error.invalidPassword"/>#assign>
<@p.form id="jvForm" action="o_profile.do">
<@p.td label="cmsUser.username">${user.username!?html}@p.td><@p.tr/>
<@p.password label="cmsUser.origPwd" name="origPwd" required="true" maxlength="32" vld="{required:true,remote:'v_checkPwd.do',messages:{remote:'${invalidPassword}'}}"/>
<@p.password label="cmsUser.newPwd" id="newPwd" name="newPwd" maxlength="32" help="cmsUser.password.help"/>
<@p.password label="cmsUser.pwdAgain" maxlength="32" equalTo="#newPwd" help="cmsUser.password.help"/>
<@p.text label="cmsUser.realname" name="realname" value=user.realname maxlength="100"/>
<@p.text label="cmsUser.email" name="email" value=user.email class="email" maxlength="100"/>
<@p.td><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>
<#include "/common/alert_message.html"/>