<%-- 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: - token - - handle - URL of handle item - title - - request-name - --%> <%@ 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 handle = (String) request.getAttribute("handle"); if (handle == null) handle = ""; String title = (String) request.getAttribute("title"); if (title == null) title = ""; String requestName = (String) request.getAttribute("request-name"); if (requestName == null) requestName = ""; %>

<%=title %> <%=requestName %>

" /> " />