📄 profileview.jsp
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="/WEB-INF/MultiPages.tld" prefix="MultiPages" %>
<%@ 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>
<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><bean:write name="accountProfileForm" property="account.username"/>个人用户信息</b>
</font>
</td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<table cellpadding="3" cellspacing="0" border="0">
<table bgcolor="#cccccc" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr><td>
<table bgcolor="#cccccc" cellpadding="3" cellspacing="1" border="0" width="100%">
<tr bgcolor="#FFFFFF">
<td align="right">
用户
</td>
<td>
<bean:write name="accountProfileForm" property="account.username"/>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="right">
注册时间
</td>
<td>
<bean:write name="accountProfileForm" property="account.creationDate"/>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="right">
发帖情况
</td>
<td>
<logic:greaterThan name="accountProfileForm" property="account.messageCount" value="0">
总数:<bean:write name="accountProfileForm" property="account.messageCount" />
</logic:greaterThan>
<html:link page="/query/threadViewQuery.shtml?queryType=userMessageQueryAction" paramId="userID" paramName="accountProfileForm"
paramProperty="account.userId">查询发表所有帖子</html:link>
</td>
</tr>
<logic:iterate id="property" name="accountProfileForm" property="propertys" indexId="i">
<tr bgcolor="#FFFFFF">
<td align="right">
<bean:write name="property" property="type" />
</td>
<td>
<bean:write name="property" property="value" />
</td>
</tr>
</logic:iterate>
</table>
</table>
</td>
</tr></table>
</td></tr>
</table>
<%@include file="../common/IncludeBottom.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -