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

📄 ec_rate.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<jsp:include flush="true" page="header.jsp" />
<div id="nav"><a href="${settings.indexname}">${settings.bbname}</a> &raquo; 信用评价</div>
<form method="post" action="eccredit.jsp?action=rate" id="postform">
	<input type="hidden" name="referer" value="${referer}" />
	<div class="mainbox">
		<h1>发表评价</h1>
		<table cellspacing="0" cellpadding="0" width="100%" align="center">
			<tr>
				<th>被评价人</th>
				<td><c:choose><c:when test="${jsprun_uid==order.buyerid}"><a href="space.jsp?action=viewpro&uid=${order.sellerid}" target="_blank">${order.seller}</a></c:when><c:otherwise><a href="space.jsp?action=viewpro&uid=${order.buyerid}" target="_blank">${order.buyer}</a></c:otherwise></c:choose></td>
			</tr>
			<tr><th>相关商品</th><td><a href="redirect.jsp?goto=findpost&pid=${order.pid}" target="_blank">${order.subject}</a></td></tr>
			<tr>
				<th>评分</th>
				<td>
					<input name="score" value="1" type="radio" class="radio" checked /> <font color="#ff0000"><img src="images/rank/good.gif" border="0" width="14" height="16"><strong>好评</strong>${order.offline==0?"(加1分)":""}</font>&nbsp;&nbsp;
					<input name="score" value="0" type="radio" class="radio"> <font color="green"><img src="images/rank/soso.gif" border="0" width="14" height="16"><strong>中评</strong>${order.offline==0?"(不加分)":""}</font>&nbsp;&nbsp;
					<input name="score" value="-1" type="radio" class="radio"> <img src="images/rank/bad.gif" border="0" width="14" height="16"><strong>差评</strong>${order.offline==0?"(扣1分)":""}
					<c:if test="${order.offline>0}">&nbsp;&nbsp;(线下交易的评分不计入信用评价)</c:if>
				</td>
			</tr>
			<tr><th>评价</span></th><td><textarea name="message" rows="5" cols="67" maxlength="50"></textarea></td></tr>
			<tr class="btns">
				<th></th>
				<td>
					<input type="hidden" name="orderid" value="${param.orderid}">
					<input type="hidden" name="type" value="${param.type}">
					<button type="submit" class="submit" id="postsubmit" name="ratesubmit" value="true">提交</button>[完成后可按 Ctrl+Enter 发布]
				</td>
			</tr>
		</table>
	</div>
</form>
<jsp:include flush="true" page="footer.jsp" />

⌨️ 快捷键说明

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