etms/WEB-INF/view/cetc54/userprofile/user_baseinfo.ftl

28 lines
1.4 KiB
Plaintext
Raw Normal View History

<form id="base_form" method="post" enctype="multipart/form-data">
</form>
<script id="base_form_temp" type="text/html">
<input type="hidden" id="hdID" name="user.id" value="{{id}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>基本信息</div>
<table class="fromTable">
<tr>
<th>登录账号:</th>
<td>{{loginname}}
</td>
<th>姓名:</th>
<td><input id="username" name="user.username" class="ui_validate" type="text"
ui-config="required:true,width:200" value="{{username}}"/></td>
</tr>
<tr>
<th>性别:</th>
<td><input id="sex" name="user.sex" class="ui_validate" type="text"
ui-config="required:true,width:202,dictKey:'sex'" value="{{sex}}"/></td>
<th>用户编码:</th>
<td><input id="usercode" name="user.usercode" class="ui_validate" type="text"
ui-config="required:false,width:200" value="{{usercode}}"/></td>
</tr>
</table>
<#include "../user/user_edit_ext.ftl">
<div id="baseBtnBar" style="border:none;border-top: 1px solid #DDDDDD;margin-top: 10px;" ui-config="direction: 'center',backgroundColor:'#F5F5F5',height:30,buttonBorder:true">
<button type="button" id="btnBaseSave" ui-config="icons:{left:'icon_submit'}">保存修改</button>
</div>
</script>