<%-- 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 groups, with continue and cancel buttons - - Attributes: - group - group we're working on - groups - all groups we can select from - Returns: - submit set to add_group_add, user has selected at least one group - submit set to add_group_cancel, user has cancelled operation - group_id - group we're working on - groups_id - groups user has selected --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.eperson.Group" %> <%@ page import="java.util.List" %> <% Group group = (Group) request.getAttribute("group"); List groups = (List) request.getAttribute("groups"); %> <%--

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

--%>

<%= group.getID() %>


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