<%-- 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/ --%> <%-- - Form requesting a Handle or internal item ID for item editing - - Attributes: - curate_group_options - options string of gropu selection. - "" unless ui.taskgroups is set - curate_task_options - options string of task selection. - handle - handle of the DSpaceObject - task_result - result of the curation task --%> <%@ 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="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ page import="org.dspace.app.webui.util.CurateTaskResult" %> <%@ page import="org.dspace.core.ConfigurationManager" %> <%! private static final String TASK_QUEUE_NAME = ConfigurationManager.getProperty("curate", "ui.queuename"); %> <% String handle = (String) request.getAttribute("handle"); if (handle == null) { handle = ""; } String groupOptions = (String)request.getAttribute("curate_group_options"); String taskOptions = (String)request.getAttribute("curate_task_options"); %> <%@ include file="/tools/curate-message.jsp" %>

<% if (groupOptions != null && !"".equals(groupOptions)) { %>
<% } %>
" /> " /> " />