%
/**
* $RCSfile: index.jsp,v $
* $Revision: 1.8 $
* $Date: 2001/10/10 06:31:16 $
*/
%>
<%@ page import="java.util.*,
com.jivesoftware.forum.*,
com.jivesoftware.forum.util.*"
errorPage="error.jsp"
%>
<% // global.jsp is a collection of utility methods and global variables.
// Page authorization and the creation of the authToken and forumFactory
// variables is handled there.
%>
<%@ include file="global.jsp" %>
<% // The title of this page. The header page assumes the "title" variable.
String title = "Forums - Welcome";
request.setAttribute("jive_page_title", title);
%>
|
<%-- breadcrumbs --%>
"
color="<%= JiveGlobals.getJiveProperty("skin.default.linkColor") %>">
"
>Home
»
Forums
<%-- text describing your community --%> " color="<%= JiveGlobals.getJiveProperty("skin.default.textColor") %>"> <%= JiveGlobals.getJiveProperty("skin.default.communityDescription") %> |
<%@ include file="loginbox.jsp" %> |
<%-- forum listing cell --%>
|
<%-- popular discussions / search box cell --%>
<% // Get an iterator of popular discussions Iterator popularDiscussions = forumFactory.popularThreads(); // only show the popular discussions box if there *are* popular discussions: if (popularDiscussions.hasNext()) { %>
<% } // end if popularDiscussions.hasNext() %> <%-- end popular discussions / search box cell --%> |