%--
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.util.StringUtil" %>
<%@ 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 in_list = (List)(view.getRequestAttribute("sideboxes.included"));
List out_list = (List)(view.getRequestAttribute("sideboxes.excluded"));
%>
User sidebox listReturn to
Front Page
<% if (in_list.size()>0) { %>
<% for (int i=0; i
<% SideBoxDescriptor d = (SideBoxDescriptor)(in_list.get(i)); %>
<% if (i==(in_list.size()-1)) { %> <% } else { %>
usr/sidebox_down.js.vs?box=<%= d.getID() %>
<% } // end if %>
<% if (i==0) { %> <% } else { %>
usr/sidebox_up.js.vs?box=<%= d.getID() %>
<% } // end if %>
usr/sidebox_delete.js.vs?box=<%= d.getID() %>
<%= d.getTitle(false) %>
<% } // end for %>
Click this symbol to move the specified sidebox down on your Front Page.
Click this symbol to move the specified sidebox up on your Front Page.
Click this symbol to remove the specified sidebox from your Front Page.
<% } else { %>
You have no sideboxes on your Front Page.
<% } // end if %>
<% if (out_list.size()>0) { %>