%@ page language="java" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<%@ taglib uri="/tags/struts-tiles" prefix="tiles" %>
<%@ page import="uk.ac.ox.oucs.ask.client.struts.SessionKeys"%>
<%@ page import="org.guanxi.wss.GuanxiPrincipal"%>
<% /**
* Resources to display
*
* Array of uk.ac.ox.oucs.ask.client.model.beans.UIResource
*
* Required attribute
*/ %>
<% /**
* Declares whether resources in collection are from
* ASK repository or Federated servers
*
* "ASK" or "FED", default "ASK"
*/ %>
<% /**
* States whether to show the resource control panel
*
* If user not logged in, control panel is never shown.
*
* "true" or "false", default "true"
*/ %>
<% if (((GuanxiPrincipal)(session.getAttribute(SessionKeys.GUANXI_PRINCIPAL))).isAnon()) { %>
<% } %>
<% /**
* States whether to display controls to re-order resources
*
* "true" or "false", default "false"
*/ %>
<% /**
* States whether to display input box to filter resources
*
* "true" or "false", default "false"
*/ %>
<% /**
* States whether to display control to delete resources
*
* "true" or "false", default "true"
*/ %>
<% /**
* States whether to display control to create new resources
*
* "true" or "false", default "true"
*/ %>
<% /**
* States whether to display control to add resources to container
*
* "true" or "false", default "true"
*/ %>
<% /**
* States whether to display control to move resources to container
*
* "true" or "false", default "true"
*/ %>
<% /* if no controls to show in control panel, hide it */
if (showDeleteControl == "false" && showNewControl == "false" && showAddtoControl == "false" && showMovetoControl == "false") { showControlPanel = "false"; }
%>
" />
" />
">
" src="images/mail.gif"/>
" src="images/icons/save.png"/>
<% if (!((GuanxiPrincipal)(session.getAttribute(SessionKeys.GUANXI_PRINCIPAL))).isAnon()) { %>