<%-- 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/ --%> <%-- - main page for eperson admin - - Attributes: - no_eperson_selected - if a user tries to edit or delete an EPerson without - first selecting one - reset_password - if a user tries to reset password of an EPerson and the email with token is - send successfull - - Returns: - submit_add - admin wants to add an eperson - submit_browse - admin wants to browse epeople - --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ page import="org.dspace.core.ConfigurationManager" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% boolean noEPersonSelected = (request.getAttribute("no_eperson_selected") != null); boolean resetPassword = (request.getAttribute("reset_password") != null); boolean loginAs = ConfigurationManager.getBooleanProperty("webui.user.assumelogin", false); %> <%--

Administer EPeople

--%>

">

<%--

Choose an action:

--%>

<% if (noEPersonSelected) { %>

<% } %> <% if (resetPassword) { %>

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

<%-- then  --%>
" onclick="javascript:finishEPerson();"/> <% if(loginAs) { %> " onclick="javascript:finishEPerson();"/> <% } %> <%-- --%> " onclick="javascript:finishEPerson();"/>