<%-- 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/ --%> <%-- - request-information JSP - - Attributes: - requestItem.problem - if present, report that all fields weren't filled out - authenticated.email - email of authenticated user, if any - handle - URL of handle item --%> <%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.app.webui.servlet.RequestItemServlet"%> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <% String token = request.getParameter("token"); String subject = (String) request.getAttribute("subject"); if (subject == null) subject = ""; String message = (String) request.getAttribute("message"); if (message == null) message = ""; boolean resp = (Boolean) request.getAttribute("response"); %> <% if(resp) { %>

<% } else { %>

<% } %>
" > col-md-6" name="submit_next" value="" >