📄 profile.jsp
字号:
<%@taglib uri="struts-bean" prefix="bean"%>
<%@taglib uri="struts-logic" prefix="logic"%>
<%@taglib uri="struts-html" prefix="html"%>
<%@ page contentType="text/html; charset=UTF-8" %>
<bean:define id="title" value=" 编辑资料" />
<%@ include file="../../common/IncludeTop.jsp" %>
<bean:parameter name="userId" id="userId"/>
<html:form method="post" action="/account/protected/accountProfileSave.shtml">
<html:hidden property="action" value="edit" />
<input type="hidden" name="account.userId" value='<bean:write name="userId"/>'/>
<table bgcolor="#cccccc"
cellspacing="0" cellpadding="0" border="0" width="500" align="center">
<tr><td>
<table bgcolor="#cccccc"
cellspacing="1" cellpadding="3" border="0" width="100%">
<tr bgcolor="#eeeeee">
<td>
<font class=p3
color="#000000">
<b>个人信息设置</b>
</font>
</td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<table cellpadding="3" cellspacing="0" border="0">
<logic:iterate id="property" name="accountProfileForm" property="propertys" indexId="i">
<tr>
<td align="right">
<bean:write name="property" property="type" />
<html:hidden property='<%= "property[" + i + "].type" %>' />
<html:hidden property='<%= "property[" + i + "].name" %>' />
</td>
<td>
<html:text property='<%= "property[" + i + "].value" %>' />
</td>
</tr>
</logic:iterate>
<tr>
<td align="center" colspan="2">
<html:submit property="submit" value="确认保存以上设置"/>
<html:reset value ="Reset"/>
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<%--
<table bgcolor="#cccccc"
cellspacing="0" cellpadding="0" border="0" width="500" align="center">
<tr><td>
<table bgcolor="#cccccc"
cellspacing="1" cellpadding="3" border="0" width="100%">
<tr bgcolor="#eeeeee">
<td>
<font class=p3
color="#000000">
<b>头像设置</b>
</font>
</td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<table cellpadding="3" cellspacing="0" border="0">
<tr>
<td align="right">
<font class=p2 >
您的头像:
</font>
</td>
<td>
<img src="upload/banqp7E80.png" name="icon">
<input type="hidden" name="icon" > <script>
document.form1.icon.value="upload/banqp7E80.png";
</script> <br> <br>
<input type="button" value=" Change / Add "
onClick="MM_openBrWindow('upload.jsp?pic=banq&maxwidth=120&maxheight=120','width=450,height=400,scrollbars=yes')" >
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<table bgcolor="#cccccc"
cellspacing="0" cellpadding="0" border="0" width="500" align="center">
<tr><td>
<table bgcolor="#cccccc"
cellspacing="1" cellpadding="3" border="0" width="100%">
<tr bgcolor="#eeeeee">
<td>
<font size="null"
color="#000000">
<b>签名设置</b>
</font>
</td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<textarea name="signature" rows="6" cols="40">Java学习开发三件宝: Domain Model(域建模)、Patterns(模式)和Framework(框架)。
集三宝理念于一身,小中型J2EE项目快速开发工具:Jdon Framework</textarea>
</td>
</tr>
</table>
</td></tr>
</table>
--%>
</html:form>
<p>
<%@include file="../../common/IncludeBottom.jsp"%></p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -