%-- 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/ --%> <%-- - HTML header for main home page --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page contentType="text/html;charset=UTF-8" %> <%@ page import="java.util.List"%> <%@ page import="java.util.Enumeration"%> <%@ page import="org.dspace.app.webui.util.JSPManager" %> <%@ page import="org.dspace.core.ConfigurationManager" %> <%@ page import="javax.servlet.jsp.jstl.core.*" %> <%@ page import="javax.servlet.jsp.jstl.fmt.*" %> <% String title = (String) request.getAttribute("dspace.layout.title"); String navbar = (String) request.getAttribute("dspace.layout.navbar"); boolean locbar = ((Boolean) request.getAttribute("dspace.layout.locbar")).booleanValue(); String siteName = ConfigurationManager.getProperty("dspace.name"); String feedRef = (String)request.getAttribute("dspace.layout.feedref"); List parts = (List)request.getAttribute("dspace.layout.linkparts"); String extraHeadData = (String)request.getAttribute("dspace.layout.head"); %>