<%-- 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/ --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.content.Collection" %> <%@ page import="org.dspace.content.Item" %> <%@ page import="org.dspace.app.webui.servlet.admin.EditItemServlet" %> <%@ page import="java.util.List" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% List notLinkedCollections = (List )request.getAttribute("notLinkedCollections"); List linkedCollections = (List)request.getAttribute("linkedCollections"); Item item = (Item)request.getAttribute("item"); %>
<%=item.getName()%>
"/>