%
/**
* $RCSfile: thread.jsp,v $
* $Revision: 1.2 $
* $Date: 2002/04/30 14:41:55 $
*/
%>
<%@ page import="java.util.*,
com.jivesoftware.forum.*,
com.jivesoftware.forum.util.*"
errorPage="error.jsp"
%>
<%@ include file="global.jsp" %>
<% // Put the request URI and query string in the session as an attribute.
// This is done so the error.jsp and auth.jsp pages can figure out what
// page sent it an error and redirect appropriately.
setRedirectURL(request);
%>
<% // Indicate if we show the list of messages as a threaded list
boolean showThreaded = "threaded".equals(JiveGlobals.getJiveProperty("skin.default.threadMode"));
%>
<%-- dynamic include here --%>
<% // Show a threaded view
if (showThreaded) { %>
<% }
// Show a flat view
else { %>
<% } %>