conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_NUMBER) ? -SORT_NUMBER : SORT_NUMBER) %>
#
|
conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_NAME) ? -SORT_NAME : SORT_NAME) %>
Topic Name
|
conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_UNREAD) ? -SORT_UNREAD : SORT_UNREAD) %>
New
|
conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_TOTAL) ? -SORT_TOTAL : SORT_TOTAL) %>
Total
|
conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_DATE) ? -SORT_DATE : SORT_DATE) %>
Last Response
|
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= num %>
|
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= topic.getName() %>
<% if (topic.isSticky()) { %>
(sticky)
<% } // end if %>
<% if (topic.isArchived() && (view_opt!=DISPLAY_ARCHIVED)) { %>
(archived)
<% } else if (topic.isFrozen()) { %>
(frozen)
<% } // end if %>
|
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= topic.getUnreadMessages() %>
|
conf/posts.js.vs?<%= my_locator %>&p1=0&p2=-1
<%= topic.getTotalMessages() %>
|
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= view.formatDate(topic.getLastUpdateDate()) %>
|
<%
out.flush();
response.flushBuffer();
} // end for (all topics in enumeration)
%>