<%-- 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/ --%> <%-- - License Edit Form JSP - - Attributes: - license - The license to edit --%> <%@ 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="javax.servlet.jsp.jstl.fmt.LocaleSupport"%> <% // Get the existing license String license = (String)request.getAttribute("license"); if (license == null) { license = ""; } // Are there any messages to show? String message = (String)request.getAttribute("edited"); boolean edited = false; if ((message != null) && (message.equals("true"))) { edited = true; } message = (String)request.getAttribute("empty"); boolean empty = false; if ((message != null) && (message.equals("true"))) { empty = true; } %>

">

<% if (edited) { %>

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

<% } %>

" /> " />