亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? category.jsp

?? jive3.1.4破解版(非源碼)
?? JSP
字號:
<%--  - $RCSfile: category.jsp,v $  - $Revision: 1.2.2.6 $  - $Date: 2003/09/08 17:40:27 $  -  - Copyright (C) 1999-2003 Jive Software. All rights reserved.  -  - This software is the proprietary information of Jive Software.  Use is subject to license terms.--%><%@ page import="java.util.Iterator,                 com.jivesoftware.forum.*,                 com.jivesoftware.forum.action.ForumCategoryAction,                 com.jivesoftware.base.*,                 com.jivesoftware.forum.action.util.*"%><%@ include file="global.jsp" %><%@ taglib uri="webwork" prefix="ww" %><%@ taglib uri="jivetags" prefix="jive" %><%  // Get the action for this view.    ForumCategoryAction action = (ForumCategoryAction)getAction(request);    // Get the forum factory and category - they're often used variables:    ForumFactory forumFactory = action.getForumFactory();    ForumCategory category = action.getCategory();    // Also get the root category    ForumCategory rootCategory = forumFactory.getRootForumCategory();%><jsp:include page="header.jsp" flush="true" /><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top">    <td width="98%">        <%-- Breadcrumbs (customizable via the admin tool) --%>        <jsp:include page="breadcrumbs.jsp" flush="true" />        <p>        <span class="jive-page-title">        <%-- Category: CAT_NAME --%>        <jive:i18n key="global.category" /><jive:i18n key="global.colon" />        <%  if (category.equals(rootCategory)) { %>            <jive:i18n key="global.root_category" />        <%  } else { %>            <%= category.getName() %>        <%  } %>        </span>        <br>        <%-- Sub-Categories: NUM, Forums: NUM --%>        <jive:i18n key="index.sub_cat_count_forum_count">            <jive:arg>                <%= action.getNumberFormat().format(category.getCategoryCount()) %>            </jive:arg>            <jive:arg>                <%= action.getNumberFormat().format(category.getForumCount()) %>            </jive:arg>        </jive:i18n>        <%-- show last post info if there are posts in this forum --%>        <%  if (category.getMessageCount() > 0) { %>            &nbsp;            <%-- Last Post: [category last modified date] --%>            <jive:i18n key="global.last_post" /><jive:i18n key="global.colon" />                <%= action.getDateFormat().format(category.getModificationDate()) %>        <%  } %>        </p>        <%  if (category.getDescription() != null) { %>            <span class="jive-description">            <%= category.getDescription() %>            </span>        <%  } %>        <%-- Search box --%>        <form action="search!execute.jspa">        <input type="hidden" name="dateRange" value="last90days">        <table cellpadding="3" cellspacing="0" border="0" width="100%">        <tr>            <td width="1%" nowrap>                <%  if (category.equals(rootCategory)) { %>                    <jive:i18n key="search.search_all" />:                <%  } else { %>                    <jive:i18n key="search.search_category" />:                    <input type="hidden" name="objID" value="c<%= category.getID() %>">                <%  } %>            </td>            <td width="1%" nowrap>                <input type="text" name="q" value="" size="40" maxlength="100">            </td>            <td width="98%">                <input type="submit" value="<jive:i18n key="global.go" />">            </td>        </tr>        </table>        </form>    </td>    <td width="1%"><img src="images/blank.gif" width="10" height="1" border="0"></td>    <td width="1%">        <%@ include file="accountbox.jsp" %>    </td></tr></table><br><jive:property if="watches.enabled">    <%  if (action.getPageUser() != null) { %>        <%  if (action.getForumFactory().getWatchManager().isWatched(action.getPageUser(), category)) { %>            <table class="jive-info-message" cellpadding="3" cellspacing="0" border="0" width="100%">            <tr valign="top">                <td width="1%"><img src="images/info-16x16.gif" width="16" height="16" border="0"></td>                <td width="99%">                    <span class="jive-info-text">                    <%-- You are watching this category. To remove this watch, click "Stop Watching Category" below. --%>                    <jive:i18n key="index.watching_category" />                    <%-- Watch options --%>                    <a href="editwatches!default.jspa"><jive:i18n key="global.watch_options" /></a>                    </span>                </td>            </tr>            </table>            <br>        <%  } %>    <%  } %></jive:property><div class="jive-button"><table cellpadding="0" cellspacing="0" border="0"><tr>    <%  if (category.getParentCategory() != null) { %>        <td>            <table cellpadding="3" cellspacing="0" border="0">            <tr>                <td><a href="category.jspa?categoryID=<%= category.getParentCategory().getID() %>"><img src="images/up-16x16.gif" width="16" height="16" border="0" alt="<jive:i18n key="index.up_one_category" />"></a></td>                <td>                    <span class="jive-button-label">                    <%-- Up one category --%>                    <a href="index.jspa?categoryID=1"                     ><jive:i18n key="index.up_one_category" /></a>                    </span>                </td>            </tr>            </table>        </td>    <%  } %>    <td>        <table cellpadding="3" cellspacing="0" border="0">        <tr>            <td>                <a href="index.jspa?categoryID=1"                 ><img src="images/back-to-16x16.gif" width="16" height="16" border="0"                 alt="<jive:i18n key="index.back_to_main_cat" />"                 ></a>            </td>            <td>                <span class="jive-button-label">                <%-- Back to main category --%>                <a href="index.jspa?categoryID=1"><jive:i18n key="index.back_to_main_cat" /></a>                </span>            </td>        </tr>        </table>    </td>    <jive:property if="watches.enabled">        <%  if (action.getPageUser() != null) { %>            <td>                <table cellpadding="3" cellspacing="0" border="0">                <tr>                    <td>                        <%  boolean isWatched = action.getForumFactory().getWatchManager().isWatched(action.getPageUser(), category);                            if (isWatched) {                        %>                            <a href="watches!remove.jspa?categoryID=<%= category.getID() %>"                             ><img src="images/watch-16x16.gif" width="16" height="16" border="0" alt="<jive:i18n key="index.stop_watching_category" />"></a>                        <%  } else { %>                            <a href="watches!add.jspa?categoryID=<%= category.getID() %>"                             ><img src="images/watch-16x16.gif" width="16" height="16" border="0" alt="<jive:i18n key="global.watch_category" />"></a>                        <%  } %>                    </td>                    <td>                        <span class="jive-button-label">                        <%  if (isWatched) { %>                            <%-- Stop watching category --%>                            <a href="watches!remove.jspa?categoryID=<%= category.getID() %>"                             ><jive:i18n key="index.stop_watching_category" /></a>                        <%  } else { %>                            <%-- Watch category --%>                            <a href="watches!add.jspa?categoryID=<%= category.getID() %>"                             ><jive:i18n key="global.watch_category" /></a>                        <%  } %>                        </span>                    </td>                </tr>                </table>            </td>        <%  } %>    </jive:property></tr></table></div><br><%-- Category and forum table: --%><table id="jive-cat-forum-list" class="jive-list" cellpadding="3" cellspacing="0" width="100%"><tr>    <th class="jive-forum-name" colspan="2" width="98%">        <%-- Forum / Category --%>        <jive:i18n key="global.forum" />        <jive:i18n key="global.slash" />        <jive:i18n key="global.category" />    </th>    <th class="jive-counts" nowrap width="1%">        <%-- Topics / Messages --%>        <jive:i18n key="global.topics" />        <jive:i18n key="global.slash" />        <jive:i18n key="global.messages" />    </th>    <th class="jive-date" nowrap width="1%">        <%-- Last Post --%>        <jive:i18n key="global.last_post" />    </th></tr><%-- Print all forums in the current category --%><%  int status = 0;    for (Iterator forums=category.getForums(); forums.hasNext(); ) {        Forum forum = (Forum)forums.next();%>    <%@ include file="forum-row.jsp" %><%  } %><%-- Print all subcategories and subforums in this category --%><%  for (Iterator categories=category.getCategories(); categories.hasNext();) {        ForumCategory subCategory = (ForumCategory)categories.next();%>    <tr>        <td class="jive-category-name" colspan="4">            <a href="category.jspa?categoryID=<%= subCategory.getID() %>"><%= subCategory.getName() %></a>            <%  if (subCategory.getDescription() != null) { %>                <span class="jive-description">                <br><%= subCategory.getDescription() %>                </span>            <%  } %>        </td>    </tr>    <%  status = 0;        for (Iterator forums=subCategory.getForums(); forums.hasNext();) {            Forum forum = (Forum)forums.next();    %>        <%@ include file="forum-row.jsp" %>    <%  } %><%  } %></table><%  // Print out any topics in this category.    Iterator threads = action.getThreads();    // Print out a spacer if there are threads to show, as well as the table header    if (threads.hasNext()) {%>    <a name="topics"></a>    <p>    <jive:i18n key="index.recent_topics_in_category" /><jive:i18n key="global.colon" />    </p>    <div id="jive-topic-list">    <table class="jive-list" cellpadding="3" cellspacing="0" width="100%">    <tr>        <th class="jive-forum-name" colspan="2">            <%-- Topic --%>            <jive:i18n key="global.topic" />        </th>        <th class="jive-author">            <%-- Author --%>            <jive:i18n key="global.author" />        </th>        <th class="jive-forum">            <%-- Author --%>            <jive:i18n key="global.forum" />        </th>        <th class="jive-counts">            <%-- Replies --%>            <jive:i18n key="global.replies" />        </th>        <th class="jive-date" nowrap>            <%-- Last Post --%>            <jive:i18n key="global.last_post" />        </th>    </tr>    <%  // Decleare variables required by the thread-row.jsp page:        status = 0;        boolean showForumColumn = true;        boolean shortLastPost = true;        RewardManager rewardManager = null;        boolean rewardsEnabled = "true".equals(JiveGlobals.getJiveProperty("rewards.enabled"));        if (rewardsEnabled) {            rewardManager = action.getForumFactory().getRewardManager();        }        WatchManager watchManager = null;        boolean watchesEnabled = "true".equals(JiveGlobals.getJiveProperty("watches.enabled"));        if (watchesEnabled) {            watchManager = action.getForumFactory().getWatchManager();        }        // Loop through the thread iterator.        while (threads.hasNext()) {            ForumThread thread = (ForumThread)threads.next();    %>        <%@ include file="thread-row.jsp" %>    <%  } %>    </tr></table></div>    <%  // Get a paginator for this action. Since the action implements Pageable, just pass        // in the action object to the Paginator constructor        Paginator paginator = new Paginator(action);    %>    <table cellpadding="3" cellspacing="0" border="0" width="100%">    <tr valign="top">        <td>            <%-- Pages: --%>            <jive:i18n key="global.pages" /><jive:i18n key="global.colon" />            <%= paginator.getNumPages() %>            <%  if (paginator.getNumPages() > 1) { %>                <span class="jive-paginator">                [                <%  if (paginator.getPreviousPage()) { %>                    <%-- Previous --%>                    <a href="category.jspa?categoryID=<%= category.getID() %>&start=<%= paginator.getPreviousPageStart() %>#topics"                     ><jive:i18n key="global.previous" /></a> |                <%  } %>                <%  Page[] pages = paginator.getPages();                    for (int i=0; i<pages.length; i++) {                %>                    <%  if (pages[i] == null) { %>                        <jive:i18n key="global.elipse" />                    <%  } else { %>                        <a href="category.jspa?categoryID=<%= category.getID() %>&start=<%= pages[i].getStart() %>#topics"                         class="<%= ((paginator.getStart()==pages[i].getStart())?"jive-current":"") %>"                         ><%= pages[i].getNumber() %></a>                     <% } %>                <%  } %>                <%  if (paginator.getNextPage()) { %>                    <%-- Next --%>                    | <a href="category.jspa?categoryID=<%= category.getID() %>&start=<%= paginator.getNextPageStart() %>#topics"                     ><jive:i18n key="global.next" /></a>                <%  } %>                ]                </span>            <%  } %>        </td>    </tr>    </table><%  } %><%-- Legend --%><br><table cellpadding="3" cellspacing="0" border="0"><tr>    <td><img src="images/unread.gif" width="9" height="9" border="0"></td>    <td>        <span class="jive-description">        <%-- Denotes unread or updated content since your last visit. --%>        <jive:i18n key="global.new_messages_explained" />        </span>    </td></tr></table><jsp:include page="footer.jsp" flush="true" />

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲成人av在线电影| 国产人成一区二区三区影院| 欧美一区永久视频免费观看| 久久久久久久性| 亚洲综合精品自拍| 国产美女在线观看一区| 欧美日韩精品电影| 亚洲欧洲综合另类在线| 国产一区二区0| 日韩一区二区三区观看| 亚洲国产婷婷综合在线精品| 成人av在线资源| 亚洲精品一区二区三区在线观看| 亚洲图片欧美视频| 色婷婷精品大在线视频| 国产亚洲欧洲一区高清在线观看| 成人av先锋影音| 亚洲欧美激情在线| 国产传媒一区在线| 久久先锋影音av鲁色资源| 日韩精品午夜视频| 欧美日韩一区小说| 亚洲综合色在线| 在线这里只有精品| 一区二区三区丝袜| 91视频观看视频| 中文字幕中文字幕在线一区| 丰满少妇在线播放bd日韩电影| 久久综合久久99| 精品在线视频一区| 久久影院午夜片一区| 国产毛片精品视频| 久久精品在这里| 成人精品视频一区二区三区| 国产精品久久久久久久午夜片| 国产激情一区二区三区| 亚洲国产精品激情在线观看| 波多野结衣中文字幕一区二区三区| 国产欧美综合在线观看第十页| 国产福利一区二区三区| 国产精品免费观看视频| 91麻豆免费观看| 亚洲综合免费观看高清在线观看| 欧美日韩一区二区三区不卡| 婷婷国产v国产偷v亚洲高清| 日韩欧美国产成人一区二区| 国产成人精品免费在线| 亚洲日本护士毛茸茸| 欧美日韩一区中文字幕| 欧美日韩久久久一区| 欧美xxxxx牲另类人与| 精品影视av免费| 久久色.com| 不卡视频一二三| 亚洲激情中文1区| 91精品婷婷国产综合久久性色| 蜜臂av日日欢夜夜爽一区| 国产欧美一区二区精品忘忧草| 不卡av免费在线观看| 午夜日韩在线电影| 久久在线观看免费| 在线免费观看一区| 黄色精品一二区| 亚洲激情图片一区| 成人一区二区三区视频在线观看 | 色综合久久88色综合天天免费| 亚洲欧美成人一区二区三区| 欧美精品乱码久久久久久| 国产一区视频导航| 樱花草国产18久久久久| 欧美xxxxx牲另类人与| 91麻豆swag| 国产美女娇喘av呻吟久久| 亚洲欧美日韩人成在线播放| 日韩精品资源二区在线| 91视频免费播放| 免费av成人在线| 亚洲精品中文在线| 久久久无码精品亚洲日韩按摩| 欧美日韩综合一区| a4yy欧美一区二区三区| 久久国产三级精品| 亚洲国产精品视频| 亚洲裸体xxx| 欧美色精品在线视频| 国产成+人+日韩+欧美+亚洲| 日本美女一区二区三区视频| 中文字幕一区二区三区乱码在线 | 国产精品美女久久久久aⅴ国产馆| 欧美三级视频在线播放| 91亚洲精华国产精华精华液| 国产一区二区主播在线| 日韩av电影一区| 亚洲观看高清完整版在线观看| 亚洲国产成人私人影院tom | 欧美高清激情brazzers| 91视频xxxx| 成人aaaa免费全部观看| 国产精品原创巨作av| 日韩高清在线一区| 性久久久久久久| 亚洲午夜激情网站| 亚洲高清三级视频| 亚洲一区二区三区四区中文字幕| 国产精品嫩草久久久久| 亚洲男人的天堂在线观看| 成人黄色一级视频| 偷拍与自拍一区| 亚洲曰韩产成在线| 一区二区三区蜜桃网| 亚洲视频一二三| 亚洲欧洲日韩女同| 在线国产亚洲欧美| 99久久免费视频.com| 成人丝袜18视频在线观看| 国产精品一区二区在线观看不卡 | 国产丝袜在线精品| 久久亚洲综合色| 国产三级精品三级| 国产精品私人自拍| 亚洲日本丝袜连裤袜办公室| 亚洲欧美日韩国产另类专区| 亚洲免费在线观看| 亚洲一区二区三区在线看| 午夜久久电影网| 久久99最新地址| 东方aⅴ免费观看久久av| 99精品视频中文字幕| 欧美在线三级电影| 日韩亚洲欧美一区二区三区| 亚洲精品一区二区三区精华液| 2020日本不卡一区二区视频| 中文字幕成人av| 亚洲综合激情小说| 久久精品国产999大香线蕉| 国产精品一色哟哟哟| 日本乱码高清不卡字幕| 337p亚洲精品色噜噜噜| 久久综合中文字幕| 亚洲色图视频网| 奇米影视一区二区三区| 国产成人精品一区二区三区网站观看| 99久久综合精品| 欧美一级片在线观看| 亚洲国产高清在线| 视频一区中文字幕国产| 高清不卡一区二区| 欧美人成免费网站| 国产日韩欧美一区二区三区乱码 | 亚洲综合偷拍欧美一区色| 日本欧洲一区二区| 色香蕉成人二区免费| 欧美日韩亚洲综合| 国产日韩成人精品| 亚洲成人高清在线| 高清国产午夜精品久久久久久| 欧美日韩国产高清一区二区三区 | 欧美大片一区二区三区| 国产精品另类一区| 美女诱惑一区二区| 91亚洲男人天堂| 精品人在线二区三区| 亚洲精品日产精品乱码不卡| 美女视频免费一区| 欧美最猛性xxxxx直播| 欧美激情一区三区| 日韩专区中文字幕一区二区| 国产69精品久久99不卡| 日韩一区二区三区免费看| 亚洲激情成人在线| 成人开心网精品视频| 欧美本精品男人aⅴ天堂| 亚洲高清免费在线| 91在线观看免费视频| 久久免费午夜影院| 久久国产福利国产秒拍| 91免费视频网| 国产精品―色哟哟| 国产精品一区专区| 日韩视频一区二区三区在线播放 | 日韩精品一区二区三区视频| 亚洲精品乱码久久久久| 成人综合在线网站| 亚洲精品一区二区三区精华液| 五月婷婷激情综合| 欧美日韩一二三区| 亚洲精品免费在线| 不卡视频一二三| 国产精品国产三级国产普通话蜜臀| 久久福利视频一区二区| 欧美一区二区免费视频| 性欧美大战久久久久久久久| 欧美做爰猛烈大尺度电影无法无天| 亚洲欧洲av在线| 91色.com| 亚洲午夜精品网| 欧美影院精品一区| 夜夜嗨av一区二区三区| 在线精品亚洲一区二区不卡| 亚洲一区二区三区精品在线|