sysUserPwdRemind.jsp 722 B

1234567891011121314151617181920212223
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <%@include file="/commons/include/html_doctype.html"%>
  3. <html>
  4. <head>
  5. <title>重置密码</title>
  6. <%@include file="/commons/include/form.jsp" %>
  7. </head>
  8. <body>
  9. <div class="panel">
  10. <div class="panel-body">
  11. <table class="table-detail" cellpadding="0" cellspacing="0" border="0">
  12. <tr>
  13. <th width="20%" colspan="2" style="text-align: center;">${sessionScope.remindMsg}</th>
  14. </tr>
  15. <tr>
  16. <th><a class="link save" href="${ctx}/platform/console/main.ht"><span></span>继续访问</a></th>
  17. <td><a class="link edit" href="${ctx}/platform/system/sysUser/commonResetPwdView.ht"><span></span>修改密码</a></td>
  18. </tr>
  19. </table>
  20. </div>
  21. </div>
  22. </body>
  23. </html>