<%-- 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/ --%> <%-- - Registered OK message - - Displays a message indicating that the user has registered OK. - - Attributes to pass in: - eperson - eperson who's just registered --%> <%@ 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" %> <%@ page import="org.dspace.eperson.EPerson" %> <%@ page import="org.dspace.core.Utils" %> <% EPerson eperson = (EPerson) request.getAttribute("eperson"); %> <%--

Registration Complete

--%>

<%--

Thank you <%= Utils.addEntities(eperson.getFirstName()) %>,

--%>

<%= Utils.addEntities(eperson.getFirstName()) %>

<%--

You're now registered to use the DSpace system. You can subscribe to collections to receive e-mail updates about new items.

--%>

<%--

Return to DSpace Home

--%>