<%-- 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-free-acess JSP - - Attributes: - token - token from the request item - title - - 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 handle = (String) request.getAttribute("handle"); if (handle == null) handle = ""; String title = (String) request.getAttribute("title"); if (title == null) title = ""; %>

" />