<%-- 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/ --%> <%-- - Register with DSpace form - - Form where new users enter their email address to get a token to access - the personal info page. - - Attributes to pass in: - retry - if set, this is a retry after the user entered an invalid email --%> <%@ page contentType="text/html;charset=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.RegisterServlet" %> <% boolean retry = (request.getAttribute("retry") != null); %>

<% if (retry) { %>

<% } %>

"/>