@layout("/common/_container.html"){
<#input id="account" name="账户" underline="true"/> <#select id="sex" name="性别" underline="true"> <#input id="password" name="密码" underline="true" type="password"/> <#input id="roleid" name="角色" underline="true" disabled="disabled"/> <#input id="email" name="邮箱" type="email"/>
<#input id="name" name="姓名" underline="true"/> <#input id="birthday" name="出生日期" underline="true" type="text"/> <#input id="rePassword" name="确认密码" type="password" underline="true"/> <#input id="citySel" name="部门" underline="true" readonly="readonly" hidden="deptid" clickFun="UserInfoDlg.showDeptSelectTree(); return false;" style="background-color: #ffffff !important;"/> <#input id="phone" name="电话"/>
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="UserInfoDlg.addSubmit()"/> <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="UserInfoDlg.close()"/>
@}