<%-- 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/ --%> <%-- - Remove Item page - - Attributes: - workspace.item - the workspace item the user wishes to delete --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page import="org.dspace.app.webui.servlet.MyDSpaceServlet" %> <%@ page import="org.dspace.content.WorkspaceItem" %> <% WorkspaceItem wi = (WorkspaceItem) request.getAttribute("workspace.item"); %>

<%--

Are you sure you want to remove the following incomplete item?

--%>

" /> " />