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

📄 viewthread_reward.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ 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" />
<script src="include/javascript/viewthread.js" type="text/javascript"></script>
<script type="text/javascript">zoomstatus = parseInt(${settings.zoomstatus});</script>
<div id="foruminfo">
	<div id="nav"><a id="forumlist" href="${settings.indexname}" ${settings.forumjump==1&&settings.jsmenu_1>0?"class='dropmenu' onmouseover='showMenu(this.id)'":""}>${settings.bbname}</a> ${navigation} &raquo; ${subject}</div>
	<c:if test="${(settings.google_status==1&&google_searchbox>0)||(settings.baidu_status==1&&baidu_searchbox>0)}">
		<div id="headsearch">
			<c:if test="${settings.google_status==1&&google_searchbox>0}">
				<script type="text/javascript" src="forumdata/cache/google_var.js"></script>
				<script type="text/javascript" src="include/javascript/google.js"></script>
			</c:if>
			<c:if test="${settings.baidu_status==1&&baidu_searchbox>0}">
				<script type="text/javascript" src="forumdata/cache/baidu_var.js"></script>
				<script type="text/javascript" src="include/javascript/baidu.js"></script>
			</c:if>
		</div>
	</c:if>
</div>
<!-- 短消息 -->
<c:if test="${pmlists!=null}">
	<div class="maintable" id="pmprompt">
		<jsp:include flush="true" page="pmprompt.jsp" />
	</div>
</c:if>
<div id="ad_text"></div>
<div class="pages_btns">
	<div class="threadflow">
		<a href="redirect.jsp?fid=${thread.fid}&tid=${thread.tid}&goto=nextoldset"> &lsaquo;&lsaquo; 上一主题</a> |
		<a href="redirect.jsp?fid=${thread.fid}&tid=${thread.tid}&goto=nextnewset">下一主题 &rsaquo;&rsaquo;</a>
	</div><span class="pageback" <c:if test="${requestScope.visitedforums!=null}"> id="visitedforums" onmouseover="$('visitedforums').id = 'visitedforumstmp';this.id = 'visitedforums';showMenu(this.id)" </c:if>><a href="${backtrack}" title="返回列表">返回列表</a></span>
		<c:if test="${allowpostreply}">
	<span class="replybtn"><a href="post.jsp?action=reply&fid=${thread.fid}&tid=${thread.tid}&extra=page%3D1&page=${pagesize}"><img src="${styles.IMGDIR}/reply.gif" border="0" alt="" /> </a> </span>
	</c:if>
		<c:if test="${allowpost||jsprun_uid==0}">
		<span class="postbtn" id="newspecial" onmouseover="$('newspecial').id = 'newspecialtmp';this.id = 'newspecial';showMenu(this.id)"><a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}" title="发新话题"><img src="${styles.IMGDIR}/newtopic.gif" alt="发新话题" />
		</a> </span>
	</c:if>
</div>
<c:if test="${allowposttrade||allowpostpoll||allowpostreward||allowpostactivity||allowpostdebate||allowpostvideo||forumfield.threadtypes!=''||jsprun_uid==0}">
	<ul class="popupmenu_popup newspecialmenu" id="newspecial_menu"
		style="display: none">
		<c:if test="${thread.allowspecialonly<=0}">
			<li>
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}">发新话题</a>
			</li>
		</c:if>
		<c:if test="${allowpostpoll||jsprun_uid==0}">
			<li class="poll">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=1">发布投票</a>
			</li>
		</c:if>
		<c:if test="${allowposttrade||jsprun_uid==0}">
			<li class="trade">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=2">发布商品</a>
			</li>
		</c:if>
		<c:if test="${allowpostreward||jsprun_uid==0}">
			<li class="reward">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=3">发布悬赏</a>
			</li>
		</c:if>
		<c:if test="${allowpostactivity||jsprun_uid==0}">
			<li class="activity">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=4">发布活动</a>
			</li>
		</c:if>
		<c:if test="${allowpostdebate||jsprun_uid==0}">
			<li class="debate">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=5">发布辩论</a>
			</li>
		</c:if>
		<c:if test="${allowpostvideo||jsprun_uid==0}">
			<li class="video">
				<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&special=6">发布视频</a>
			</li>
		</c:if>
		<c:if test="${threadtypes!=null&&thread.allowspecialonly<=0}">
			<c:forEach items="${threadtypes.types}" var="threadtype">
				<c:if test="${threadtypes.special[threadtype.key]==1&&threadtypes.show[threadtype.key]==1}">
					<li class="popupmenu_option">
						<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&typeid=${threadtype.key}">${threadtype.value}</a>
					</li>
				</c:if>
			</c:forEach>
			<c:forEach items="${typemodels}" var="model">
				<li class="popupmenu_option">
					<a href="post.jsp?action=newthread&fid=${thread.fid}&page=${currentPage}&modelid=${model.key}">${model.value.name}</a>
				</li>
			</c:forEach>
		</c:if>
	</ul>
</c:if>
<script type="text/javascript">
	function setanswer(pid){
		if(confirm("您确认要把该回复选为“最佳答案”吗?")){
			document.modactions.action='misc.jsp?action=bestanswer&tid=${thread.tid}&pid=' + pid + '&bestanswersubmit=yes';
			document.modactions.submit();
		}
	}
</script>
<div class="mainbox viewthread specialthread rewardthread">
	<span class="headactions"> <c:if test="${jsprun_uid!=0}">
		<a>您是第${thread.views+1}位阅读者</a>
				<c:if test="${thread.authorid==jsprun_uid || modertar}">
					<c:choose>
						<c:when test="${thread.blog==1}">
							<a href="misc.jsp?action=blog&tid=${thread.tid}" id="ajax_blog" onclick="ajaxmenu(event, this.id, 2000, 'changestatus', 0)">从文集移除</a>
						</c:when>
						<c:when test="${usergroups.allowuseblog==1 && thread.allowshare==1 && thread.authorid==jsprun_uid}">
							<a href="misc.jsp?action=blog&tid=${thread.tid}" id="ajax_blog" onclick="ajaxmenu(event, this.id, 2000, 'changestatus', 0)">加入文集</a>
						</c:when>
					</c:choose>
					<script type="text/javascript">
						function changestatus(obj) {
							obj.innerHTML = obj.innerHTML == '从文集移除' ? '加入文集' : '从文集移除';
						}
				</script>
				</c:if>
				<a href="misc.jsp?action=emailfriend&tid=${thread.tid}" id="emailfriend" onclick="ajaxmenu(event, this.id, 9000000, '', 0)" class="nobdr">推荐</a>
				<a href="my.jsp?item=subscriptions&subadd=${thread.tid}" id="ajax_subscription" onclick="ajaxmenu(event, this.id)">订阅</a>
				<a href="my.jsp?item=favorites&tid=${thread.tid}" id="ajax_favorite" onclick="ajaxmenu(event, this.id)" class="notabs">收藏</a>
			</c:if></span>
		<h6>
			悬赏主题
		</h6>
		<ins>
			<c:if test="${threadmod!=null}">
				<a href="misc.jsp?action=viewthreadmod&tid=${thread.tid}" title="主题操作记录" target="_blank">本主题由 ${threadmod.username} 于
					<jrun:showTime timeInt="${threadmod.dateline}" type="${dateformat} ${timeformat}" timeoffset="${timeoffset}"/>&nbsp;${threadmod.action}</a>
			</c:if>
			<c:if test="${thread.blog==1 && settings.spacestatus==1}">
				<a href="space.jsp?action=myblogs&uid=${thread.authorid}" target="_blank">本主题被作者加入到个人文集中</a>
			</c:if>
			<c:if test="${thread.readperm>0}">
				所需阅读权限 ${thread.readperm}
			</c:if>
		</ins>
	<table summary="悬赏主题" cellspacing="0" cellpadding="0">
		<tr>
			<td class="postcontent">
			<c:choose>
				<c:when test="${!thread.endreward}">
					<label class="unsolved">[未解决]
				</c:when>
				<c:otherwise>
				<label>[已解决 - <a href="#bestpost">最佳答案</a>]
				</c:otherwise>
				</c:choose>
					 悬赏价格:
					<strong>${creditstrans.title} ${thread.price} ${creditstrans.unit}</strong>
				</label>
				<h1>${thread.subject}</h1>
				<div class="postmessage">
					<c:choose>
						<c:when test="${viewthread.usermap.rate>0}">
							<span class="postratings"><a href="misc.jsp?action=viewratings&tid=${viewthread.usermap.tid}&pid=${viewthread.usermap.pid}" title="评分 ${viewthread.usermap.rate}"> <c:forEach begin="1" end="${viewthread.ratings}" step="1"><img src="${styles.IMGDIR}/agree.gif" border="0" alt=""/></c:forEach></a></span>
						</c:when>
						<c:when test="${viewthread.usermap.rate<0}">
							<span class="postratings"><a href="misc.jsp?action=viewratings&tid=${viewthread.usermap.tid}&pid=${viewthread.usermap.pid}" title="评分 ${viewthread.usermap.rate}"> <c:forEach begin="1" end="${viewthread.ratings}" step="1"><img src="${styles.IMGDIR}/disagree.gif" border="0" alt=""/></c:forEach></a></span>
						</c:when>
					</c:choose>
				<h2>补充资料</h2>
				  	${viewthread.usermap.message}
				<c:if test="${viewthread.attaurl!=null && viewthread.usermap.attachment>0}">
					<c:choose>
						<c:when test="${!allowgetattach}">
							<div class="notice" style="width: 500px">
								附件: <em>您所在的用户组无法下载或查看附件</em>
							</div>
						</c:when>
						<c:otherwise>
						<div class="box postattachlist">
							<h4> 附件 </h4>
							<c:forEach items="${viewthread.attaurl}" var="attas">
								<c:forEach items="${attas}" var="atta">
									<dl class="t_attachlist">
									<dt>
										<img src="images/attachicons/${attatype[atta.key.filetype]}" border="0" class="absmiddle" alt="" />
										<a href="attachment.jsp?aid=${atta.key.aid}">${atta.key.filename}</a>
										 <em>(<jrun:showFileSize size="${atta.key.filesize}" />)</em>
										 </dt>

⌨️ 快捷键说明

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