27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
|
|
<form id="pass_form" method="post">
|
||
|
|
</form>
|
||
|
|
<script id="pass_form_temp" type="text/html">
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>修改密码</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th>原密码:</th>
|
||
|
|
<td><input id="oldPass" name="oldPass" class="ui_validate" type="password"
|
||
|
|
ui-config="required:true,width:200" />
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>新密码:</th>
|
||
|
|
<td><input id="newPass" name="newPass" class="ui_validate" type="password"
|
||
|
|
ui-config="required:true,width:200" />
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>确认新密码:</th>
|
||
|
|
<td><input id="snewPass" name="snewPass" class="ui_validate" type="password"
|
||
|
|
ui-config="required:true,width:200" /></td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
<div id="passBtnBar" style="border:none;border-top: 1px solid #DDDDDD;margin-top: 8px;" ui-config="direction: 'center',backgroundColor:'#F5F5F5',buttonBorder:true" style="margin-top: 10px;">
|
||
|
|
<button type="button" id="btnPassSave" ui-config="icons:{left:'icon_submit'}">保存</button>
|
||
|
|
</div>
|
||
|
|
</script>
|