<%-- 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 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.view.JSPView" %> <%@ taglib uri="/tlds/util" prefix="util" %> <% JSPView view = JSPView.get(request); List hotlist = (List)(view.getRequestAttribute("user.conf.hotlist")); %> User conference hotlist Return to Front Page

<% if (hotlist.size()>0) { %> <% for (int i=0; i <% ConferenceContext conf = ((ConferenceHotlistEntry)(hotlist.get(i))).getConference(); %> <% CommunityContext comm = conf.getEnclosingCommunity(); %> <% } // end for %>
<% if (i==(hotlist.size()-1)) { %> <% } else { %> conf/hotlist_move.js.vs?ndx=<%= i %>&ndx2=<%= i+1 %> <% } // end if %> <% if (i==0) { %> <% } else { %> conf/hotlist_move.js.vs?ndx=<%= i %>&ndx2=<%= i-1 %> <% } // end if %> conf/hotlist_delete.js.vs?ndx=<%= i %> <%= conf.getName() %> (<%= comm.getName() %>)

Click this symbol to move the specified conference down in your hotlist.
Click this symbol to move the specified conference up in your hotlist.
Click this symbol to remove the specified conference from your hotlist.
<% } else { %> You have no conferences in your conference hotlist. You can add conferences to your hotlist by visiting the conferences and pressing the "Add to Hotlist" button. <% } // end if %>