fixed up a few HTML generation issues in tag classes and JSP templates;
added the authenticatePrivileged method; added SQL date parameter method to the XML-RPC Request object
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
</util:xlink>
|
||||
</conf:can_add_to_hotlist>
|
||||
<br />
|
||||
<util:font color="content.fg" size="post-reference"><util:xlink>
|
||||
<util:font color="content.fg" size="post-reference"><util:xlink aclass="content">
|
||||
<util:href type="servlet"><%= view.getPageQID() %></util:href>
|
||||
<util:text>[Permalink to this conference]</util:text>
|
||||
</util:xlink></util:font>
|
||||
@@ -96,31 +96,31 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="3">
|
||||
<tr valign="top">
|
||||
<td align="left" width="1%" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<b><util:xlink>
|
||||
<b><util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_NUMBER) ? -SORT_NUMBER : SORT_NUMBER) %></util:href>
|
||||
<util:text>#</util:text>
|
||||
</util:xlink></b>
|
||||
</util:font></td>
|
||||
<td align="left" class="content"><util:font color="content.fg" size="content">
|
||||
<b><util:xlink>
|
||||
<b><util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_NAME) ? -SORT_NAME : SORT_NAME) %></util:href>
|
||||
<util:text>Topic Name</util:text>
|
||||
</util:xlink></b>
|
||||
</util:font></td>
|
||||
<td align="right" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<b><util:xlink>
|
||||
<b><util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_UNREAD) ? -SORT_UNREAD : SORT_UNREAD) %></util:href>
|
||||
<util:text>New</util:text>
|
||||
</util:xlink></b>
|
||||
</util:font></td>
|
||||
<td align="right" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<b><util:xlink>
|
||||
<b><util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_TOTAL) ? -SORT_TOTAL : SORT_TOTAL) %></util:href>
|
||||
<util:text>Total</util:text>
|
||||
</util:xlink></b>
|
||||
</util:font></td>
|
||||
<td align="left" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<b><util:xlink>
|
||||
<b><util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&sort=<%= ((sort_opt==SORT_DATE) ? -SORT_DATE : SORT_DATE) %></util:href>
|
||||
<util:text>Last Response</util:text>
|
||||
</util:xlink></b>
|
||||
@@ -137,13 +137,13 @@
|
||||
%>
|
||||
<tr valign="top">
|
||||
<td align="left" width="1%" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/posts.js.vs?<%= my_locator %>&rnm=1</util:href>
|
||||
<util:text><%= num %></util:text>
|
||||
</util:xlink>
|
||||
</util:font></td>
|
||||
<td align="left" class="content"><util:font color="content.fg" size="content">
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/posts.js.vs?<%= my_locator %>&rnm=1</util:href>
|
||||
<util:text><%= topic.getName() %></util:text>
|
||||
</util:xlink>
|
||||
@@ -157,19 +157,19 @@
|
||||
<% } // end if %>
|
||||
</util:font></td>
|
||||
<td align="right" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/posts.js.vs?<%= my_locator %>&rnm=1</util:href>
|
||||
<util:text><%= topic.getUnreadMessages() %></util:text>
|
||||
</util:xlink>
|
||||
</util:font></td>
|
||||
<td align="right" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/posts.js.vs?<%= my_locator %>&p1=0&p2=-1</util:href>
|
||||
<util:text><%= topic.getTotalMessages() %></util:text>
|
||||
</util:xlink>
|
||||
</util:font></td>
|
||||
<td align="left" class="content" nowrap="nowrap"><util:font color="content.fg" size="content">
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/posts.js.vs?<%= my_locator %>&rnm=1</util:href>
|
||||
<util:text><%= view.formatDate(topic.getLastUpdateDate()) %></util:text>
|
||||
</util:xlink>
|
||||
@@ -212,7 +212,7 @@
|
||||
<% if (view_opt==DISPLAY_NEW) { %>
|
||||
<b>New</b>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_NEW %></util:href>
|
||||
<util:text>New</util:text>
|
||||
</util:xlink>
|
||||
@@ -221,7 +221,7 @@
|
||||
<% if (view_opt==DISPLAY_ACTIVE) { %>
|
||||
<b>Active</b>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ACTIVE %></util:href>
|
||||
<util:text>Active</util:text>
|
||||
</util:xlink>
|
||||
@@ -230,7 +230,7 @@
|
||||
<% if (view_opt==DISPLAY_ALL) { %>
|
||||
<b>All</b>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ALL %></util:href>
|
||||
<util:text>All</util:text>
|
||||
</util:xlink>
|
||||
@@ -239,7 +239,7 @@
|
||||
<% if (view_opt==DISPLAY_HIDDEN) { %>
|
||||
<b>Hidden</b>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_HIDDEN %></util:href>
|
||||
<util:text>Hidden</util:text>
|
||||
</util:xlink>
|
||||
@@ -248,7 +248,7 @@
|
||||
<% if (view_opt==DISPLAY_ARCHIVED) { %>
|
||||
<b>Archived</b>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:xlink aclass="content">
|
||||
<util:href type="servlet">conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ARCHIVED %></util:href>
|
||||
<util:text>Archived</util:text>
|
||||
</util:xlink>
|
||||
|
||||
Reference in New Issue
Block a user