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

<%= group.getName() %>

" /> " />