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

📄 home.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%
String encodIndex = response.encodeURL("index.jsp");
%>
<jsp:include page="header.jsp"></jsp:include>
<p>${valueObject.bbname }<br />
<%-- 
<c:if test="${valueObject.existNewPM}">
<a href="index.jsp?action=pm&amp;do=list&amp;unread=yes">${valueObject.newPMCount } 条新短消息</a><br />
</c:if>
--%>
<c:if test="${valueObject.isLogin}">
	<c:if test="${valueObject.allowsearch}">
<br /><a href="<%=encodIndex%>?action=search&amp;srchfrom=${valueObject.newthreads }&amp;do=submit&amp;sid=${valueObject.sid }">查看新帖</a><br /><a href="<%=encodIndex%>?action=search&amp;sid=${valueObject.sid }">论坛搜索</a><br />
	</c:if>
<a href="<%=encodIndex%>?action=my&amp;do=fav&amp;sid=${valueObject.sid }">我的收藏</a><br />
<a href="<%=encodIndex%>?action=my&amp;sid=${valueObject.sid }">我的</a><br />
</c:if>
<br />论坛板块<br />
<c:forEach items="${valueObject.forumList}" var="forum">
<a href="<%=encodIndex%>?action=forum&amp;fid=${forum.fid }&amp;sid=${valueObject.sid }">${forum.name }</a><br/>
</c:forEach>
<c:if test="${valueObject.existMoreForum}">
<a href="<%=encodIndex%>?action=forum&amp;sid=${valueObject.sid }">更多</a><br /><br />
</c:if>
工具箱<br />
<a href="<%=encodIndex%>?action=stats&amp;sid=${valueObject.sid }">论坛统计</a><br />
<a href="<%=encodIndex%>?action=goto&amp;sid=${valueObject.sid }">WAP跳转</a>
<c:if test="${valueObject.allowsearch}">
<br /><br /><input type="text" name="srchtxt" value="" size="8" emptyok="true" />
<anchor title="submit">论坛搜索,
<go method="post" href="<%=encodIndex%>?action=search&amp;do=submit">
<postfield name="srchtxt" value="$(srchtxt)" />
</go>
</anchor>
</c:if>
<br /><br />
在线人数:${valueObject.memberCount + valueObject.guestCount }(${valueObject.memberCount } 会员)</p>
<jsp:include page="footer.jsp"></jsp:include>

⌨️ 快捷键说明

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