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

📄 ec_credit.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ taglib uri="/WEB-INF/jrun-tag.tld" prefix="jrun"%>
<jsp:include flush="true" page="header.jsp" />
<div id="nav"><a href="${settings.indexname}">${settings.bbname}</a> &raquo; 信用评价</div>
<div class="mainbox viewthread">
	<h1>${member.username} 的信用评价</h1>
	<table summary="eccredit" cellspacing="0" cellpadding="0">
		<tr>
			<td class="postcontent">
				<p class="postinfo">卖家信用</p>
				<div class="postmessage">
					<table cellspacing="0" cellpadding="5">
						<thead><tr><td>&nbsp;</td><td>最近1周</td><td>最近1个月</td><td>最近6个月</td><td>6个月前</td><td>总计</td></tr></thead>
						<tr>
							<td><img src="images/rank/good.gif" border="0" width="14" height="16"><font color="red">好评</font></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thisweek&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thisweek.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thismonth&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thismonth.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=halfyear&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.halfyear.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=before&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.before.good}</a></td>
							<td>${caches.sellercredit.all.good}</td>
						</tr>
						<tr>
							<td><img src="images/rank/soso.gif" border="0" width="14" height="16"><font color="green">中评</font></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thisweek&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thisweek.soso}</a></td> 
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thismonth&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thismonth.soso}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=halfyear&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.halfyear.soso}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=before&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.before.soso}</a></td>
							<td>${caches.sellercredit.all.soso}</td>
						</tr>
						<tr>
							<td><img src="images/rank/bad.gif" border="0" width="14" height="16">差评</td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thisweek&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thisweek.bad}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thismonth&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thismonth.bad}</a></td> 
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=halfyear&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.halfyear.bad}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=before&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.before.bad}</a></td>
							<td>${caches.sellercredit.all.bad}</td>
						</tr>
						<tr>
							<td>总计</td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thisweek#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thisweek.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=thismonth#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.thismonth.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=halfyear#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.halfyear.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=buyer&filter=before#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.sellercredit.before.total}</a></td>
							<td>${caches.sellercredit.all.total}</td>
						</tr>
					</table>
				</div>
				<p class="postinfo">买家信用</p>
				<div class="postmessage">
					<table cellspacing="0" cellpadding="5">
						<thead><tr><td>&nbsp;</td><td>最近1周</td><td>最近1个月</td><td>最近6个月</td><td>6个月前</td><td>总计</td></tr></thead>
						<tr>
							<td><img src="images/rank/good.gif" border="0" width="14" height="16"><font color="red">好评</font></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thisweek&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thisweek.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thismonth&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thismonth.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=halfyear&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.halfyear.good}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=before&level=good#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.before.good}</a></td>
							<td>${caches.buyercredit.all.good} </td>
						</tr>
						<tr>
							<td><img src="images/rank/soso.gif" border="0" width="14" height="16"><font color="green">中评</font></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thisweek&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thisweek.soso}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thismonth&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thismonth.soso}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=halfyear&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.halfyear.soso}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=before&level=soso#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.before.soso}</a></td>
							<td>${caches.buyercredit.all.soso}</td>
						</tr>
						<tr>
							<td><img src="images/rank/bad.gif" border="0" width="14" height="16">差评</td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thisweek&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thisweek.bad}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thismonth&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thismonth.bad}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=halfyear&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.halfyear.bad}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=before&level=bad#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.before.bad}</a></td>
							<td>${caches.buyercredit.all.bad}</td>
						</tr>
						<tr>
							<td>总计</td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thisweek#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thisweek.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=thismonth#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.thismonth.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=halfyear#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.halfyear.total}</a></td>
							<td><a href="eccredit.jsp?action=list&uid=${member.uid}&from=seller&filter=before#" onclick="ajaxget(this.href, 'ajaxrate', 'specialposts');doane(event);">${caches.buyercredit.before.total}</a></td>
							<td>${caches.buyercredit.all.total}</td>
						</tr>
					</table>
				</div>
			</td>
			<td class="postauthor">
				${member.avatar}
				发起人: <a href="space.jsp?uid=${member.uid}">${member.username}</a>
				<c:if test="${!empty member.alipay}"><a href="https://www.tenpay.com" target="_blank"><img src="${styles.IMGDIR}/tenpaysmall.gif" border="0" alt="财付通账户信用信息" /></a></c:if>
				<c:if test="${!empty member.taobao}"><br /><script type="text/javascript">document.write('<a target="_blank" href="http://amos1.taobao.com/msg.ww?v=2&uid='+encodeURIComponent('${member.taobao}')+'&s=2"><img src="http://amos1.taobao.com/online.ww?v=2&uid='+encodeURIComponent('${member.taobao}')+'&s=1" alt="阿里旺旺" border="0" /></a>&nbsp;');</script></c:if>
				<div align="left">
					卖家信用: ${member.sellercredit} <img src="images/rank/seller/${shellcredit}.gif" border="0" class="absmiddle"><br />
					买家信用: ${member.buyercredit} <img src="images/rank/buyer/${buycredit}.gif" border="0" class="absmiddle"><br />
					卖家好评率:${sellerpercent}%<br />
					买家好评率: ${buyerpercent}%<br />
					注册日期:<jrun:showTime timeInt="${member.regdate}" type="${dateformat}" timeoffset="${timeoffset}"/>
				</div>
			</td>
		</tr>
	</table>
</div>
<br />
<div id="ajaxrate"></div>
<script type="text/javascript">ajaxget('eccredit.jsp?action=list&uid=${member.uid}&rand='+Math.random(), 'ajaxrate');var explainmenu='ajax_explain_menu';</script>
<jsp:include flush="true" page="footer.jsp" />

⌨️ 快捷键说明

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