+
+
conf/find.js.vs?cc=
@@ -90,4 +90,5 @@
-
+
+<%-- EOF --%>
diff --git a/web/format/conf/posts.jsp b/web/format/conf/posts.jsp
index 763a715..e7392a6 100644
--- a/web/format/conf/posts.jsp
+++ b/web/format/conf/posts.jsp
@@ -147,13 +147,13 @@
-
+
<%= view.getPageQID() %>
[Permalink to this topic]
-
+
<%= view.getPageQID() %>.<%= my_first %>-<%= my_last %>
[Permalink to these posts]
@@ -222,20 +222,20 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
out.write(view.getUserPhotoTag(JSPView.getRequestOutput(request),msg.getCreatorUID()));
} // end if
%>
-
+
conf/posts.js.vs?<%= topic_locator %>&shac=1&p1=<%= msg.getPostNumber() %>
<%= msg.getPostNumber() %>
of
-
+
conf/posts.js.vs?<%= topic_locator %>&<%= last_post %>
<%= my_total_msg - 1 %>
<<%= view.getTopicStem() %><%= msg.getPostNumber() %>>
-
+
<%= view.getPageQID() %>.<%= msg.getPostNumber() %>
[Permalink]
@@ -249,7 +249,7 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
if (view.showBozoFilteredIndicator(msg.getCreatorUID())) {
%>
(User filtered;
-
+
conf/message_bozo.js.vs?<%= topic_locator %>&msg=<%= msg.getPostNumber() %>&flag=0
@@ -264,7 +264,7 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
<%= msg.getPseud() %>
(
-
+
user/<%= poster %>
<%= poster %>
,
@@ -418,12 +418,12 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
-
+
<%= view.getPageQID() %>
[Permalink to this topic]
-
+
<%= view.getPageQID() %>.<%= my_first %>-<%= my_last %>
[Permalink to these posts]
@@ -434,13 +434,13 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
Lower navigation linkset
[
-
+
conf/posts.js.vs?<%= topic_locator %>&p1=0&p2=-1
View All
<% if (my_first>0) { %>
|
-
+
conf/posts.js.vs?<%= topic_locator %>&p1=<%= Math.max(my_first - my_pagesize,0) %>&p2=<%= my_first - 1 - Math.min(my_first - my_pagesize,0) %>
@@ -449,14 +449,14 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= Math.max(my_first - my_pagesize,0)
<% } // end if %>
<% if ((my_total_msg - (my_last + 1))>0) { %>
|
-
+
conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_last + my_pagesize,my_total_msg - 1) %>
Scroll Down <%= my_pagesize %>
|
-
+
conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_total_msg - my_pagesize %>&p2=<%= my_total_msg - 1 %>
@@ -464,7 +464,7 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
<% } // end if %>
|
- Top
+ Top
]
|
|
diff --git a/web/format/conf/topics.jsp b/web/format/conf/topics.jsp
index 617d109..589c1d7 100644
--- a/web/format/conf/topics.jsp
+++ b/web/format/conf/topics.jsp
@@ -84,7 +84,7 @@
-
+
<%= view.getPageQID() %>
[Permalink to this conference]
@@ -96,31 +96,31 @@
-
+
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
@@ -137,13 +137,13 @@
%>
-
+
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= num %>
|
-
+
conf/posts.js.vs?<%= my_locator %>&rnm=1
<%= topic.getName() %>
@@ -157,19 +157,19 @@
<% } // 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()) %>
@@ -212,7 +212,7 @@
<% if (view_opt==DISPLAY_NEW) { %>
New
<% } else { %>
-
+
conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_NEW %>
New
@@ -221,7 +221,7 @@
<% if (view_opt==DISPLAY_ACTIVE) { %>
Active
<% } else { %>
-
+
conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ACTIVE %>
Active
@@ -230,7 +230,7 @@
<% if (view_opt==DISPLAY_ALL) { %>
All
<% } else { %>
-
+
conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ALL %>
All
@@ -239,7 +239,7 @@
<% if (view_opt==DISPLAY_HIDDEN) { %>
Hidden
<% } else { %>
-
+
conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_HIDDEN %>
Hidden
@@ -248,7 +248,7 @@
<% if (view_opt==DISPLAY_ARCHIVED) { %>
Archived
<% } else { %>
-
+
conf/topics.js.vs?<%= base_locator %>&view=<%= DISPLAY_ARCHIVED %>
Archived
| | |