<%-- 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-02 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. Contributor(s): --%> <%@ page import = "java.util.*" %> <%@ page import = "com.silverwrist.venice.core.*" %> <%@ page import = "com.silverwrist.venice.ui.RequestOutput" %> <%@ page import = "com.silverwrist.venice.ui.conf.CurrentConference" %> <%@ page import = "com.silverwrist.venice.ui.helpers.ResourceLoader" %> <%@ page import = "com.silverwrist.venice.ui.menus.MenuComponent" %> <%@ page import = "com.silverwrist.venice.ui.menus.MenuTemplate" %> <%@ 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" %> <% JSPView view = JSPView.get(request); %> Managing conference "" conf/topics.js.vs?cc=&conf= Return to Topic List

Set Default Pseud Form

Set default pseud for conference:  

Fixseen Link conf/fixseen.js.vs?cc=&conf= Mark entire conference as read (fixseen)

 

Invitation Section You may send an invitation via E-mail to outside individuals to join this community and read this conference.

conf/invite_conf.js.vs?cc=&conf= Click here to send an invitation

 

<% MenuComponent mc = (MenuComponent)(view.getRequestAttribute("conference.host.tools.menu")); %> <% if (mc!=null) { %> Host Tools Section <% // EJB 8/2/2004 - menu component was a problem here RequestOutput rout = JSPView.getRequestOutput(request); ResourceLoader rload = (ResourceLoader)(rout.queryService(ResourceLoader.class)); MenuTemplate templ = rload.getMenuTemplate("normal"); mc.render(JSPView.getRequestOutput(request),out,templ); %> <% } // end if %>