⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 space_viewprodis.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt"%>
<%@ taglib uri="/WEB-INF/jrun-tag.tld" prefix="jrun"%>
<jsp:include flush="true" page="header.jsp" />
<script src="include/javascript/viewthread.js" type="text/javascript"></script>
<div id="nav"><a href="${settings.indexname}">${settings.bbname}</a> &raquo; 资料</div>
<div class="mainbox viewthread specialthread">
	<h6>个人资料</h6>
	<table summary="Profile" cellspacing="0" cellpadding="0">
		<tr>
			<td class="postcontent">
				<h1>${userinfo.username} 的个人资料</h1>
				<table summary="Profile" cellspacing="0" cellpadding="0">
					<thead>
						<tr>
							<td colspan="2" align="center">
								[ <a href="eccredit.jsp?uid=${member.uid}" target="_blank">信用评价</a> ]&nbsp;
								<c:if test="${usergroups.allowmagics>0&&settings.magicstatus>0}">[ <a href="magic.jsp?action=user&amp;username=<jrun:encoding value="${member.username}"/>" target="_blank">使用道具</a> ]&nbsp;</c:if>
								[ <a href="search.jsp?srchuid=${member.uid}&amp;srchfid=all&amp;srchfrom=0&amp;searchsubmit=yes">搜索帖子</a> ]&nbsp; 
								<c:if test="${usergroups.allowedituser==1||usergroups.allowbanuser==1}">
									<c:choose>
										<c:when test="${jsprun_adminid==1}">[ <a href="admincp.jsp?action=members&uids=${member.uid}&searchsubmit=yes&frames=yes&seasubmit=yes" target="_blank">编辑用户</a> ]&nbsp;</c:when>
										<c:otherwise>[ <a href="admincp.jsp?action=editmember&uid=${member.uid}&membersubmit=yes&frames=yes" target="_blank">编辑用户</a> ]&nbsp;</c:otherwise>
									</c:choose>
									[ <a href="admincp.jsp?action=banmember&uid=${member.uid}&membersubmit=yes&frames=yes" target="_blank">禁止用户</a> ]&nbsp;
								</c:if>
								<c:if test="${member.adminid>0&&settings.modworkstatus>0}">[ <a href="stats.jsp?type=modworks&uid=${member.uid}">工作统计</a> ]</c:if>
							</td>
						</tr>
					</thead>
					<tr>
						<th>UID:</th>
						<td>${member.uid}</td>
					</tr>
					<tr>
						<th>注册日期:</th>
						<td><jrun:showTime timeInt="${member.regdate}" type="${dateformat}" timeoffset="${timeoffset}"/></td>
					</tr>
					<c:if test="${usergroups.allowviewip>0&&allowip}">
						<tr>
							<th>注册 IP:</th>
							<td>${member.regip} ${empty member.regip?'' : ipaddress2}</td>
						</tr>
						<tr>
							<th>上次访问 IP:</th>
							<td>${member.lastip} ${empty member.lastip?'' : ipaddress}</td>
						</tr>
					</c:if>
					<tr>
						<th>上次访问:</th>
						<td><jrun:showTime timeInt="${member.lastvisit}" type="${dateformat} ${timeformat}" timeoffset="${timeoffset}"/></td>
					</tr>
					<tr>
						<th>最后发表:</th>
						<td><jrun:showTime timeInt="${member.lastpost}" type="${dateformat} ${timeformat}" timeoffset="${timeoffset}"/></td>
					</tr>
					<tr>
						<th>页面访问量:</th>
						<td>${member.pageviews}</td>
					</tr>
					<tr>
						<th valign="top">在线时间:</th>
						<td>总计在线 <span class="bold"><fmt:formatNumber scope="page" maxFractionDigits="2" value="${onlitime.total/60}" var="total" />${total}</span> 小时, 本月在线 <span class="bold"><fmt:formatNumber scope="page" maxFractionDigits="2" value="${onlitime.thismonth/60}" var="mouth" />${mouth}</span> 小时 <jrun:showstars num="${onlinstars}" starthreshold="${settings.starthreshold}" imgdir="${styles.IMGDIR}"/><br /> 升级剩余时间 <span class="bold">${olupgrade}</span> 小时</td>
					</tr>
					<c:if test="${modertarlist!=null}">
						<tr>
							<th>版主:</th>
							<td><c:forEach items="${modertarlist}" var="modertar" varStatus="in"><c:if test="${in.index!=0}">,</c:if><a href="forumdisplay.jsp?fid=${modertar.fid}">${modertar.name}</a></c:forEach></td>
						</tr>
					</c:if>
					<thead><tr><td colspan="2" style="line-height: 3px; font-size: 3px;">&nbsp;</td></tr></thead>
					<c:if test="${medallist!=null}">
						<tr>
							<th>勋章:</th>
							<td>${medallist}</td>
						</tr>
					</c:if>
					<c:if test="${usergroups.allownickname>0}">
						<tr>
							<th>昵称:</th>
							<td>${memberfild.nickname==''?'无':memberfild.nickname}</td>
						</tr>
					</c:if>
					<tr>
						<th valign="top">用户组:</th>
						<td><font color="${usergroup.color}">${isfounder?"论坛创始人":users.grouptitle}</font>&nbsp;<jrun:showstars num="${users.groupstars}" starthreshold="${settings.starthreshold}" imgdir="${styles.IMGDIR}"/> ${users.grouptime}</td>
					</tr>
					<c:if test="${users.extgroup!=''}">
						<tr>
							<th>扩展用户组:</th>
							<td>${users.extgroup}</td>
						</tr>
					</c:if>
					<tr>
						<th>发帖数级别:</th>
						<td><font color="${users.rankcolor}">${users.rankname}</font>&nbsp;<jrun:showstars num="${users.stars}" starthreshold="${settings.starthreshold}" imgdir="${styles.IMGDIR}"/></td>
					</tr>
					<tr>
						<th>阅读权限:</th>
						<td>${usergroup.readaccess}</td>
					</tr>
					<tr>
						<th>积分:</th>
						<td>${member.credits}</td>
					</tr>
					<c:forEach items="${extcredits}" var="extcredit">
						<c:set var="extcr" value="extcredits${extcredit.key}" />
						<tr>
							<th>${extcredit.value.title}:</th>
							<td>${member[extcr]}&nbsp;${extcredit.value.unit}</td>
						</tr>
					</c:forEach>
					<tr>
						<th>帖子:</th>
						<td>${users.postnum}</td>
					</tr>
					<tr>
						<th>平均每日发帖:</th>
						<td>${users.everyposts} 帖子</td>
					</tr>
					<tr>
						<th>精华:</th>
						<td>${member.digestposts} 帖子</td>
					</tr>
					<thead><tr><td colspan="2" style="line-height: 3px; font-size: 3px;">&nbsp;</td></tr></thead>
					<tr>
						<th>性别:</th>
						<td>${users.sex}</td>
					</tr>
					<tr>
						<th>来自:</th>
						<td>${memberfild.location}</td>
					</tr>
					<tr>
						<th>生日:</th>
						<td><fmt:formatDate value="${member.bday}" pattern="yyyy-MM-dd" var="bday" />${bday}</td>
					</tr>
					${profiledis}
				</table>
			</td>
			<td class="postauthor">
				<div class="avatar">
				<c:choose>
					<c:when test="${userinfo.avoras!=''}"><img src="${userinfo.avoras}" alt="" height="${userinfo.height}" width="${userinfo.width}"/></c:when>
					<c:otherwise><img src="images/avatars/noavatar.gif" alt="" /></c:otherwise>
				</c:choose>
				</div>
				<ul>
					<li class="pm"><a href="pm.jsp?action=send&amp;uid=${member.uid}" target="_blank">发短消息</a></li>
					<li class="buddy"><a href="my.jsp?item=buddylist&amp;newbuddyid=${member.uid}&amp;buddysubmit=yes" id="ajax_buddy" onclick="ajaxmenu(event, this.id)">加为好友</a></li>
				</ul>
				<dl class="profile">
					<c:if test="${memberfild.site!=''}">
						<dt>个人网站:</dt>
						<dd><a href="${memberfild.site}" target="_blank">${memberfild.site}</a></dd>
					</c:if>
					<dt>Email:</dt>
					<dd><a href="mailto:${member.email}">${member.email}</a></dd>
					<c:if test="${memberfild.qq!=''}">
						<dt>QQ:</dt>
						<dd><a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=${memberfild.qq}&amp;Site=JspRun!&amp;Menu=yes" target="_blank"><img src="http://wpa.qq.com/pa?p=1:${memberfild.qq}:4" border="0" alt="QQ" />${memberfild.qq}</a></dd>
					</c:if>
					<c:if test="${memberfild.icq!='' && memberfild.icq!=null}">
						<dt>ICQ:</dt>
						<dd>${memberfild.icq}</dd>
					</c:if>
					<c:if test="${memberfild.yahoo!='' && memberfild.yahoo!=null}">
						<dt>Yahoo:</dt>
						<dd>${memberfild.yahoo}</dd>
					</c:if>
					<c:if test="${memberfild.msn!='' && memberfild.msn !=null}">
						<dt>MSN:</dt>
						<dd>${memberfild.msn}</dd>
					</c:if>
					<c:if test="${memberfild.taobao!=''}">
						<dt>阿里旺旺:</dt>
						<dd><script type="text/javascript">document.write('<a target="_blank" href="http://amos1.taobao.com/msg.ww?v=2&amp;uid='+encodeURIComponent('${memberfild.taobao}')+'&amp;s=2"><img src="http://amos1.taobao.com/online.ww?v=2&amp;uid='+encodeURIComponent('${memberfild.taobao}')+'&amp;s=1" alt="阿里旺旺" border="0" /></a>');</script></dd>
					</c:if>
					<c:if test="${memberfild.alipay!=null && memberfild.alipay!=''}">
						<dt>财付通帐号:</dt>
						<dd><a href="https://www.tenpay.com/" target="_blank">${memberfild.alipay}</a></dd>
					</c:if>
					<dt>买家信用评价:</dt>
					<dd>${memberfild.buyercredit}<a href="eccredit.jsp?uid=${member.uid}" target="_blank"><img src="images/rank/buyer/${buycredit}.gif" border="0" class="absmiddle"></a></dd>
					<dt>卖家信用评价:</dt>
					<dd>${memberfild.sellercredit}<a href="eccredit.jsp?uid=${member.uid}" target="_blank"><img src="images/rank/seller/${shellcredit}.gif" border="0" class="absmiddle"> </a></dd>
				</dl>
			</td>
		</tr>
	</table>
</div>
<jsp:include flush="true" page="footer.jsp" />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -