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

📄 right.jsp

📁 一个成熟的论坛
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib prefix="ww" uri="/WEB-INF/webwork.tld" %>
<%@ taglib prefix="cache" uri="/WEB-INF/oscache.tld" %>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<LINK href="images/newCss.css" type=text/css rel=stylesheet>
</HEAD>

<BODY>
<div id="root">
	<div id="right">
		<div id="forumInfo">
		<strong>版块名称:</strong>
		<ww:property value="parentForum.forumName" /><p>
		<strong>版块版主:</strong>
		<ww:if test="parentForum.forumModerator == null">*暂时无</ww:if><ww:else><ww:property value="parentForum.forumModerator"/></ww:else>
		</div>
		<div id="blank"></div>
		<div id="great">
		<div style="border-bottom: 1px dotted #000; padding-bottom: 3px; padding-top: 3px; margin-bottom: 10px"><strong>今日十大话题:</strong></div>
		<table border="0" width="100%" class="table1" cellpadding="0" cellspacing="0">
			<tr class="tr2">
				<td height="20" align="center">标题</td>
				<td height="20" width="14%" align="center">作者</td>
				<td height="20" width="8%" align="center">浏/回</td>
				<td height="20" width="18%" align="center">时间</td>
			</tr>
			<ww:iterator value="greatList" status="ind">
			<tr class="tr${ind.count % 2 }">
				<td height="20"><img alt="" src="images/array.gif"> 
				<a target="right" href=<ww:url action="reply!loadReplyList" />?threadID=${id }&pageNo=${pageNo }&forumID=${parentForum.id }>
				<ww:property value="postTitle" />
				</a>
				</td>
				<td height="20" align="center"><ww:property value="postUser" /></td>
				<td height="20" align="center"><ww:property value="postReply" /></td>
				<td height="20" align="center"><ww:date name="postCtime" format="yyyy-MM-dd HH:mm:ss" /></td>
			</tr>
			</ww:iterator>
		</table>
		</div>
	</div>
</div>

</BODY>
</HTML>

⌨️ 快捷键说明

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