<%-- 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://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page import="org.dspace.app.webui.servlet.RegisterServlet" %> <% boolean retry = (request.getAttribute("retry") != null); %> <%--

User Registration

--%>

<% if (retry) { %> <%--

The e-mail address you entered was invalid. Please try again.

--%>

<% } %> <%--

If you've never logged on to DSpace before, please enter your e-mail address in the box below and click "Register".

--%>

<%-- E-mail Address: --%>
<%-- --%> " />
<%--

If you or your department are interested in registering with DSpace, please contact the DSpace site administrators.

--%>