📄 home.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&do=list&unread=yes">${valueObject.newPMCount } 条新短消息</a><br />
</c:if>
--%>
<c:if test="${valueObject.isLogin}">
<c:if test="${valueObject.allowsearch}">
<br /><a href="<%=encodIndex%>?action=search&srchfrom=${valueObject.newthreads }&do=submit&sid=${valueObject.sid }">查看新帖</a><br /><a href="<%=encodIndex%>?action=search&sid=${valueObject.sid }">论坛搜索</a><br />
</c:if>
<a href="<%=encodIndex%>?action=my&do=fav&sid=${valueObject.sid }">我的收藏</a><br />
<a href="<%=encodIndex%>?action=my&sid=${valueObject.sid }">我的</a><br />
</c:if>
<br />论坛板块<br />
<c:forEach items="${valueObject.forumList}" var="forum">
<a href="<%=encodIndex%>?action=forum&fid=${forum.fid }&sid=${valueObject.sid }">${forum.name }</a><br/>
</c:forEach>
<c:if test="${valueObject.existMoreForum}">
<a href="<%=encodIndex%>?action=forum&sid=${valueObject.sid }">更多</a><br /><br />
</c:if>
工具箱<br />
<a href="<%=encodIndex%>?action=stats&sid=${valueObject.sid }">论坛统计</a><br />
<a href="<%=encodIndex%>?action=goto&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&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 + -