📄 updatepassword.jsp
字号:
<%@page contentType="text/html;charset=GBK"%>
<%@taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@page isELIgnored="false" %>
<html>
<head><title>index</title></head>
<body bgcolor="white">
<table width="80%" bgcolor="#C1EFF7" align="center">
<tr><td>
<table width="100%" height="10%" align="center">
<tr><td><jsp:include page="/JSP-PAGE/header.jsp" /></td></tr>
</table>
</td></tr>
<tr><td><br><br>
<table width="100%" align="center"></table>
<html:form action="/CoalManagement/updatePassword" method="post">
<h3 align="center">修改密码</h3>
<table align="center">
<tr>
<td>帐 号:</td><td><html:text property="yh.dlzh"/></td>
</tr>
<tr>
<td>旧密码:</td><td><input type="password" name="oldPassword"></td>
</tr>
<tr>
<td>新密码:</td><td><html:password property="yh.dlmm" redisplay="false"/></td>
</tr>
<tr>
<td>确 认:</td><td><html:password property="check_password" redisplay="false"/></td>
</tr>
<tr align="center">
<td colspan="2"><html:submit value="确认"/> <html:reset value="重填"/></td>
</tr>
</table>
</html:form>
<center><span class="9P"><font color="red"><html:errors/></font></span></center>
<center><font color="red">${updatePasswordError}</font></center>
<table width="100%" align="center"></table><br><br>
</td></tr>
<tr><td>
<hr align="center" width="100%">
</td></tr>
<tr><td>
<table width="100%" height="10%" align="center">
<tr><td><jsp:include page="/JSP-PAGE/footer.jsp" /></td></tr>
</table>
</td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -