| | |
| | | |
| | | <div class="row"> |
| | | <div class="col-sm-6 b-r"> |
| | | <#input id="account" name="账户" underline="true"/> |
| | | <#input id="account" name="*账户" underline="true"/> |
| | | |
| | | <#select id="sex" name="性别:" underline="true"> |
| | | <option value="1">男</option> |
| | | <option value="2">女</option> |
| | | </#select> |
| | | |
| | | <#input id="password" name="密码" underline="true" type="password"/> |
| | | <#input id="rePassword" name="确认密码" type="password"/> |
| | | <#input id="password" name="*密码" underline="true" type="password"/> |
| | | <#input id="rePassword" name="*确认密码" type="password"/> |
| | | |
| | | <#input id="email" name="邮箱" type="email"/> |
| | | <!--<#input id="roleid" name="角色" underline="true" type="hidden" disabled="disabled"/>--> |
| | | </div> |
| | | <div class="col-sm-6"> |
| | | <div id="driverInfoContent"> |
| | | <#input id="name" name="姓名" underline="true"/> |
| | | <#input id="name" name="*姓名" underline="true"/> |
| | | |
| | | <#input id="birthday" name="出生日期" underline="true" type="text"/> |
| | | <#input id="birthday" name="*出生日期" underline="true" type="text"/> |
| | | |
| | | <#input id="citySel" name="部门" underline="true" readonly="readonly" hidden="deptid" |
| | | <#input id="citySel" name="*部门" underline="true" readonly="readonly" hidden="deptid" |
| | | clickFun="UserInfoDlg.showDeptSelectTree(); return false;" |
| | | style="background-color: #ffffff !important;"/> |
| | | |