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

📄 forumdisplay_simple.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="foruminfo">
	<div id="headsearch">
		<p>
			<a href="my.jsp?item=favorites&fid=${fid}" id="ajax_favorite" onclick="ajaxmenu(event, this.id)">收藏本版</a> | <a href="my.jsp?item=threads&srchfid=${fid}">我的话题</a> | <a href="forumdisplay.jsp?fid=${fid}&filter=digest">精华</a>
			<c:if test="${usergroups.allowmodpost>0&&forum.modnewposts>0}">| <a href="admincp.jsp?action=modthreads&frames=yes" target="_blank">审核新主题</a></c:if>
			<c:if test="${forum.modnewposts== 2}">| <a href="admincp.jsp?action=modreplies&frames=yes" target="_blank">审核新回复</a></c:if> <c:if test="${usergroups.admingid==1&&forum.recyclebin>0}">| <a href="admincp.jsp?action=recyclebin&frames=yes" target="_blank">回收站</a></c:if>
			<c:if test="${settings.rssstatus>0}"><a href="rss.jsp?fid=${fid}&auth=yDv6OqFOBicRJwSrmAEKd5BAGGE" target="_blank"><img src="images/common/xml.gif" border="0" class="absmiddle" alt="RSS 订阅全部版块" /></a></c:if>
		</p>
	</div>
	<div id="nav">
		<p><a id="forumlist" href="${settings.indexname}" ${settings.forumjump==1&&settings.jsmenu_1>0?"class='dropmenu' onmouseover='showMenu(this.id)'":""}>${settings.bbname}</a> ${navigation}</p>
		<c:if test="${forum.description!=''}"><p>版块介绍: ${forum.description}</p></c:if><p>版主: ${moderatedby!=""?(moderatedby):"*空缺中*"}</p>
	</div>
</div>
<c:if test="${forum.rules!=''||recommendlist!=null}">
	<table summary="Rules and Recommend" class="portalbox" cellpadding="0" cellspacing="1">
		<tr>
			<c:if test="${forum.rules!=''}"><td><h3>本版规则</h3>${forum.rules}</td></c:if>
			<c:if test="${recommendlist!=null}">
				<td id="recommendlist">
					<h3>版主推荐<c:if test="${ismoderator&&modrecommend.sort!=1}"><em>[<a href="admincp.jsp?action=forumrecommend&fid=${fid}&frames=yes" target="_blank">管理</a>]</em></c:if></h3>
					<ul><c:forEach items="${recommendlist}" var="thread"><li><cite><c:choose><c:when test="${spaceurlurl}"><a href="space-uid-${thread.authorid}.html" target="_blank">${thread.author}</a></c:when><c:otherwise><a href="space.jsp?uid=${thread.authorid}" target="_blank">${thread.author}</a></c:otherwise></c:choose>:</cite><c:choose><c:when test="${viewthreadurl}"><a href="thread-${thread.tid}-1-1.html" target="_blank">${thread.subject}</a></c:when><c:otherwise><a href="viewthread.jsp?tid=${thread.tid}" target="_blank">${thread.subject}</a></c:otherwise></c:choose></li></c:forEach></ul>
				</td>
			</c:if>
		</tr>
	</table>
</c:if>
<c:if test="${newpmexists!=null||announcepm>0}"><div class="maintable" id="pmprompt"><jsp:include flush="true" page="pmprompt.jsp" /></div></c:if>
<div id="ad_text"></div>
<c:if test="${subforums!=null}"><jsp:include flush="true" page="forumdisplay_subforum.jsp" /></c:if>
<div class="legend"><label><img src="${styles.IMGDIR}/forum_new.gif" alt="有新帖的版块" />有新帖的版块</label><label><img src="${styles.IMGDIR}/forum.gif" alt="无新帖的版块" />无新帖的版块</label></div>
<jsp:include flush="true" page="footer.jsp" />

⌨️ 快捷键说明

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