<%-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is the Venice Web Communities System. The Initial Developer of the Original Code is Eric J. Bowersox , for Silverwrist Design Studios. Portions created by Eric J. Bowersox are Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. Contributor(s): --%> <%@ page import = "java.util.*" %> <%@ page import = "com.silverwrist.util.*" %> <%@ page import = "com.silverwrist.venice.core.*" %> <%@ page import = "com.silverwrist.venice.ui.conf.CurrentConference" %> <%@ page import = "com.silverwrist.venice.ui.view.JSPView" %> <%@ taglib uri="/tlds/util" prefix="util" %> <%@ taglib uri="/tlds/community" prefix="comm" %> <%@ taglib uri="/tlds/conference" prefix="conf" %> <%@ taglib uri="/tlds/topic" prefix="topic" %> <% JSPView view = JSPView.get(request); %> Managing topic # in conference "" conf/posts.js.vs?cc=&conf=&top= Return to Topic

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) { %> <% for (Iterator it=bozos.iterator(); it.hasNext(); ) { %> <% UserProfile prof = (UserProfile)(it.next()); String fullname = prof.getGivenName() + " " + prof.getFamilyName(); fullname = fullname.trim(); %> <% } // end for %>
conf/remove_bozo.js.vs?cc=&conf=&top=&u=<%= prof.getUID() %> < user/<%= prof.getUserName() %> <%= prof.getUserName() %> > <% if (!(StringUtil.isStringEmpty(fullname))) { %> (<%= fullname %>) <% } // end if %>

Click this symbol to cease filtering this user in this topic.
<% } else { %>

No users currently filtered.
<% } // end if %> <%-- EOF --%>