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

📄 forumlist.jsp

📁 相信大家不会很陌生的
💻 JSP
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="/WEB-INF/MultiPages.tld" prefix="MultiPages" %>
<%@ page contentType="text/html; charset=UTF-8" %>

<jsp:include page="../common/IncludeTop.jsp" flush="true">
   <jsp:param name="title" value="Jdon Forum" />
</jsp:include>

<bean:define id="forumList" name="forumListForm" property="list" />

<table bgcolor="#cccccc" cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr><td>
        <table bgcolor="#cccccc"
         cellpadding="4" cellspacing="1" border="0" width="100%">
        <tr bgcolor="#868602">
            <td width="1%"><img src="images/blank.gif" width="1" height="1" border="0" alt=""></td>
            <td width="97%">
             <table width="100%"><tr><td  width="80"><font class="p4" color="#ffffff" face="verdana,arial,sans-serif"><b>论坛名称</b></font>
             </td><td>

            </td></tr></table>

            </td>
            <td width="1%" nowrap><font class="p4" color="#ffffff" face="verdana,arial,sans-serif"><b>主题 / 消息</b></font></td>
            <td width="1%" nowrap align="center"><font class="p4" color="#ffffff" face="verdana,arial,sans-serif"><b>最后更新</b></font></td>
        </tr>

<logic:iterate indexId="i"   id="forum" name="forumList" property="list" >
        <tr bgcolor="#E3E7F0">
            <td width="1%" align="center" valign="top">
                <font size="-2" color="#ff0000">
                 <%-- 是否有新贴显示?功能是否需要?影响性能  --%>
                <img src="images/forum_old.gif" width="12" height="12" vspace="2" border="0" alt="">

                </font>
            </td>
            <td width="97%">
                color="#000000">
                 <html:link page="/message/threadList.shtml"  paramId="forumId" paramName="forum" paramProperty="forumId">
                       <bean:write name="forum" property="name" />
                 </html:link>

                <br>
                <i><bean:write name="forum" property="description" /></i>
            </td>
            <td width="1%" nowrap align="center" valign="top">
                <font size="-1" face="arial,sans-serif"
                color="#000000">
                <bean:write name="forum" property="threadCount" /> / <bean:write name="forum" property="messageCount" />
                </font>
            </td>
            <td width="1%" nowrap valign="top">
                <font size="-1" face="arial,sans-serif"
                color="#000000">
                <bean:write name="forum" property="modifiedDate" /> 
                </font>

                <br>
                <font size="-2" face="verdana">
                <bean:define id="lastPost" name="forum" property="lastPost"/>

                    by: <a href="thread.jsp?forum=16&thread=19587&message=10926631#10926631"
                         title="Jump to Message"
                         ><bean:write name="lastPost" property="account.username" /></a>

                </font>

            </td>
        </tr>

</logic:iterate>


        </table>
    </td></tr>
    </table>


<%@include file="../common/IncludeBottom.jsp"%></p></p>


⌨️ 快捷键说明

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