📄 editaccountform.jsp
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ page contentType="text/html; charset=UTF-8" %>
<jsp:include page="../common/IncludeTop.jsp" flush="true">
<jsp:param name="title" value="编辑用户注册资料" />
</jsp:include>
<html:form method="post" action="/account/editAccount.shtml">
<html:hidden name="accountForm" property="action" value="edit" />
<html:hidden name="accountForm" property="userId" />
<table cellpadding="10" cellspacing="0" align="center" border="1" bgcolor="#dddddd"><tr><td>
<font color="darkgreen"><h3>User Information</h3></font>
<table border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFF88">
<tr bgcolor="#FFFF88"><td>
用户名:</td><td><bean:write name="accountForm" property="username" />
</td></tr><tr bgcolor="#FFFF88"><td>
新密码:</td><td><html:password name="accountForm" property="password" />
</td></tr><tr bgcolor="#FFFF88"><td>
再输新密码:</td><td> <html:password name="accountForm" property="repeatedPassword" />
</td></tr>
</table>
<%@include file="IncludeAccountFields.jsp"%>
</td></tr></table>
<br /><center>
<input type="submit" name="createButton" value="修改帐号">
<input type="submit" name="createButton" value="取 消">
</center>
</html:form>
<p>
<center><b><html:link page="/forum/listOrders.shtml">我的发贴明细</html:link></b></center>
<%@include file="../common/IncludeBottom.jsp"%></p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -