<%-- 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/ --%> <%-- - Confirm deletion of an e-person - - Attributes: - eperson - eperson we may delete --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.eperson.EPerson" %> <%@ page import="org.dspace.core.Utils" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% EPerson eperson = (EPerson) request.getAttribute("eperson"); %> <%--

Delete e-person: <%= Utils.addEntities(eperson.getFullName()) %> (<%= eperson.getEmail() %>)

--%>

<%= Utils.addEntities(eperson.getFullName()) %> <%= eperson.getEmail() %>

<%--

Are you sure this e-person should be deleted?

--%>
<%-- --%> " /> <%-- --%> " />