,
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.menus.MenuComponent" %>
<%@ 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();
%>
conf/remove_bozo.js.vs?cc=&conf=&top=&u=<%= prof.getUID() %>
|
<
user/<%= prof.getUserName() %>
<%= prof.getUserName() %>
>
<% if (!(StringUtil.isStringEmpty(fullname))) { %>
(<%= fullname %>)
<% } // end if %>
|
<% } // end for %>
|
Click this symbol to cease filtering this user in this topic.
|
<% } else { %>
No users currently filtered.
<% } // end if %>
<%-- EOF --%>