<%-- 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/ --%> <%-- - Display list of epeople, with continue and cancel buttons - - Attributes: - collections - a Collection [] containing all collections in the system - Returns: - submit set to add_eperson_add, user has selected an eperson - submit set to add_eperson_cancel, user has cancelled operation - group_id - set if user has selected one - eperson_id - set if user has selected one --%> <%@ 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.eperson.EPerson" %> <%@ page import="org.dspace.eperson.Group" %> <%@ page import="java.util.List" %> <% Group group = (Group) request.getAttribute("group"); List epeople = (List) request.getAttribute("epeople"); %> <%--

Select EPerson to Add to Group <%= group.getID() %>

--%>

<%= group.getID() %>


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