<%-- 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/ --%> <%-- - Get a reason for rejecting a submission (or just reject reason itself - - this is JSP programming after all!) - - Attributes: - workflow.item: The workflow item being rejected --%> <%@ 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.eperson.EPerson" %> <%@ page import="org.dspace.workflowbasic.BasicWorkflowItem" %> <% BasicWorkflowItem workflowItem = (BasicWorkflowItem) request.getAttribute("workflow.item"); %> <%--

Enter Reason for Rejection

--%>

<%--

Please enter the reason you are rejecting the submission into the box below. Please indicate in your message whether the submitter should fix a problem and resubmit.

--%>


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