<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - This page lists the current supervisory settings for workspace items - - Attributes: - wsItem - An item that is going to be removed - group - the group supervising the item --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.content.Metadatum" %> <%@ page import="org.dspace.content.Item" %> <%@ page import="org.dspace.eperson.EPerson" %> <%@ page import="org.dspace.eperson.Group" %> <%@ page import="org.dspace.content.WorkspaceItem" %> <%@ page import="org.dspace.core.Utils" %> <%@ page import="org.apache.commons.lang.StringUtils" %> <% // get item and group out of the request WorkspaceItem wsItem = (WorkspaceItem) request.getAttribute("wsItem"); Group group = (Group) request.getAttribute("group"); request.setAttribute("LanguageSwitch", "hide"); %>

<% String title = wsItem.getItem().getName(); // String title = (titleArray.length > 0 ? titleArray[0].value : "Untitled"); EPerson submitter = wsItem.getItem().getSubmitter(); %>
<% if (StringUtils.isNotBlank(title)) { %> <%= title %> <% } else { %> <% } %>
<%= Utils.addEntities(submitter.getFullName()) %>
<%= group.getName() %>

<%-- form to request removal of supervisory linking --%>
"/> "/>