etms/WEB-INF/view/cetc54/userprofile/user_pass.ftl
liyuchen c24bea2687 Initial commit: JCDP 教育培训管理系统 v54
- 系统管理模块(用户/角色/组织/权限/日志)
- 教育培训计划管理模块
- 教育培训实施模块
- 考试管理模块
- 调研问卷管理模块
- 外派培训管理模块
- 年度培训总结模块
- 学习资源管理模块
- 任职资格管理模块
- 即时通讯模块
- APP 版本管理
- 统计分析模块(FineReport)
- 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md)
- 项目开发指南(PROJECT_GUIDE.md)
2026-04-16 16:41:34 +08:00

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>