editaccountform.jsp
来自「非常有影响的 j道 论 坛 源码 国外很有明的专家编写的 ....对java爱好」· JSP 代码 · 共 35 行
JSP
35 行
<%@ 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" %>
<bean:define id="title" value=" 编辑注册资料" />
<%@ include file="../../common/IncludeTop.jsp" %>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top" width="99%">
<%@include file="../../forum/nav.jsp"%>
<br>
</td>
<td valign="top" align="center">
</td>
</tr>
</table>
<div align="center">
<center>注册资料修改 (密码只能重新设定)</center>
<html:form method="post" action="/account/protected/editSaveAccount.shtml" onsubmit="return Juge(this);">
<html:hidden name="accountForm" property="action" value="edit" />
<html:hidden name="accountForm" property="userId" />
<%@include file="../IncludeAccountFields.jsp"%>
</html:form>
<p>
<%@include file="../../common/IncludeBottom.jsp"%></p>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?