<%-- 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/ --%> <%-- -- This jsp is reponsible for displaying controlled vocabularies in a -- popup window during the description phases of submitted items. -- This jsp holds the content of that popup window. --%> <%@ page language="java" contentType="text/html;charset=UTF-8" %> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <fmt:message key="jsp.controlledvocabulary.controlledvocabulary.title"/> <% String filter = (String)session.getAttribute("controlledvocabulary.filter"); filter = filter==null?"":filter; String ID = (String)session.getAttribute("controlledvocabulary.ID"); if(request.getParameter("vocabulary")!=null) { session.setAttribute("controlledvocabulary.vocabulary", request.getParameter("vocabulary")); } String vocabulary = (String)session.getAttribute("controlledvocabulary.vocabulary"); %>


" />