@layout("/common/_container.html"){
修改密码
<#input id="oldPwd" name="原密码" underline="true" type="password"/> <#input id="newPwd" name="新密码" underline="true" type="password"/> <#input id="rePwd" name="新密码验证" type="password"/>
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="UserInfoDlg.chPwd()"/>
@}