Topic Subscription:
You are currently subscribed to this topic, and will receive all new posts to it via E-mail.
conf/subscribe_topic.js.vs?cc=&conf=&top=&flag=0
Click Here to Stop Subscribing To This Topic
You are not currently subscribed to this topic. When you subscribe to a topic, you will receive all new
posts to that topic via E-mail.
conf/subscribe_topic.js.vs?cc=&conf=&top=&flag=1
Click Here to Start Subscribing To This Topic
Invitation Section
You may send an invitation via E-mail to outside individuals to join this community and
read this topic in the conference.
conf/invite_topic.js.vs?cc=&conf=&top=
Click Here to send an invitation
Filtered Users Section
<% List bozos = (List)(view.getRequestAttribute("topic.bozos.list")); %>
<% if (bozos.size()>0) { %>
<% Iterator it = bozos.iterator(); %>
<% while (it.hasNext()) { %>
<% UserProfile prof = (UserProfile)(it.next()); %>
conf/remove_bozo.js.vs?cc=&conf=&top=&u=<%= prof.getUID() %>
|
<
user/<%= prof.getUserName() %>
<%= prof.getUserName() %>
>
(<%= prof.getGivenName() %> <%= prof.getFamilyName() %>)
|
<% } // end while %>
|
Click this symbol to cease filtering this user in this topic.
|
<% } else { %>
No users currently filtered.
<% } // end if %>