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

📄 space_viewpro.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="space_header.jsp" />
<div class="outer">
	<table class="main" border="0" cellspacing="0">
		<tr>
			<td id="main_layout0"><jsp:include flush="true" page="space_module_userinfo.jsp" /></td>
			<td id="main_layout1">
				<div id="module_userdetails">
					<table class="module" cellpadding="0" cellspacing="0" border="0">
						<tr>
							<td class="header">
								<div class="title">详细信息</div>
								<div class="more">
									<c:if test="${jsprun_uid==member.uid}"><a href="memcp.jsp?action=profile" target="_blank">编辑个人资料</a></c:if>
									<a href="eccredit.jsp?uid=${member.uid}" target="_blank">信用评价</a>
									<c:if test="${usergroups.allowmagics>0&&settings.magicstatus>0}"><a href="magic.jsp?action=user&amp;username=<jrun:encoding value="${user.username}"/>" target="_blank">使用道具</a></c:if>
									<a href="search.jsp?srchuid=${member.uid}&amp;srchfid=all&amp;srchfrom=0&amp;searchsubmit=yes">搜索帖子</a>
									<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></c:when>
											<c:otherwise><a href="admincp.jsp?action=editmember&uid=${member.uid}&membersubmit=yes&frames=yes" target="_blank">编辑用户</a></c:otherwise>
										</c:choose>
										<a href="admincp.jsp?action=banmember&uid=${member.uid}&membersubmit=yes&frames=yes" target="_blank">禁止用户</a>
									</c:if>
									<c:if test="${member.adminid>0&&settings.modworkstatus>0}"><a href="stats.jsp?type=modworks&uid=${member.uid}">工作统计</a></c:if>
								</div>
							</td>
						</tr>
					</table>
					<table class="info" border="0" cellspacing="0" cellpadding="1px" width="100%">
						<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>
						<tr><td colspan="2"><hr class="line" size="0"></td></tr>
						<c:if test="${medallist!=null}">
						<tr>
							<th>勋章:</th>
							<td>${medallist}</td>
						</tr>
						</c:if>
						<tr>
							<th>用户组:</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>
						<tr>
							<td colspan="2"><hr class="line" size="0"></td>
						</tr>
						<tr>
							<th>性别:</th>
							<td>${users.sex}</td>
						</tr>
						<c:if test="${memberfild.location!=null && memberfild.location!=''}">
						<tr>
							<th>来自:</th>
							<td>${memberfild.location}</td>
						</tr>
						</c:if>
						<tr>
							<th>生日:</th>
							<td><fmt:formatDate value="${member.bday}" pattern="yyyy-MM-dd" var="bday" />${bday}</td>
						</tr>
						<c:if test="${memberfild.site!=''}">
							<tr>
								<th>
									个人网站:
								</th>
								<td>
									<a href="${memberfild.site}" target="_blank">${memberfild.site}</a>
								</td>
							</tr>
						</c:if>
						<tr>
							<th>Email:</th>
							<td><a href="mailto:${member.email}">${member.email}</a></td>
						</tr>
						<c:if test="${memberfild.qq!=''}">
							<tr>
								<th>QQ:</th>
								<td><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></td>
							</tr>
						</c:if>
						<c:if test="${memberfild.icq!='' && memberfild.icq!=null}">
							<tr>
								<th>ICQ:</th>
								<td>${memberfild.icq}</td>
							</tr>
						</c:if>
						<c:if test="${memberfild.yahoo!='' && memberfild.yahoo!=null}">
							<tr>
								<th>Yahoo:</th>
								<td>${memberfild.yahoo}</td>
							</tr>
						</c:if>
						<c:if test="${memberfild.msn!='' && memberfild.msn !=null}">
							<tr>
								<th>MSN:</th>
								<td>${memberfild.msn}</td>
							</tr>
						</c:if>
						<c:if test="${memberfild.taobao!=''}">
							<tr>
								<th>阿里旺旺:</th>
								<td><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></td>
							</tr>
						</c:if>
						<c:if test="${memberfild.alipay!=null && memberfild.alipay!=''}">
							<tr>
								<th>财付通帐号:</th>
								<td><a href="https://www.tenpay.com/" target="_blank">${memberfild.alipay}</a></td>
							</tr>
						</c:if>
						<tr>
							<th>买家信用评价:</th>
							<td>${memberfild.buyercredit} <a href="eccredit.jsp?uid=${member.uid}" target="_blank"><img src="images/rank/buyer/${buycredit}.gif" border="0" class="absmiddle"></a></td>
						</tr>
						<tr>
							<th>卖家信用评价:</th>
							<td>${memberfild.sellercredit} <a href="eccredit.jsp?uid=${member.uid}" target="_blank"><img src="images/rank/seller/${shellcredit}.gif" border="0" class="absmiddle"></a></td>
						</tr>
						${profiledis}
					</table>
				</div>
			</td>
		</tr>
	</table>
</div>
<jsp:include flush="true" page="space_footer.jsp" />

⌨️ 快捷键说明

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