<%-- 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/ --%> <%-- - Confirm deletion of a bitstream format - - Attributes: - format - bitstream format we may delete --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.content.BitstreamFormat" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% BitstreamFormat format = (BitstreamFormat) request.getAttribute("format"); %> <%--

Delete Bitstream Format: <%= format.getID() %>

--%>

<%= format.getID() %>

<%--

Are you sure the format <%= format.getShortDescription() %> should be deleted?

--%>

<%= format.getShortDescription() %>

<%--

Any existing bitstreams of this format will be reverted to the unknown bitstream format.

--%>

<%-- --%> " /> <%-- --%> " />