<%-- 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="org.dspace.app.util.Util" %> <%@ 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"); boolean osLink = ConfigurationManager.getBooleanProperty("websvc.opensearch.autolink"); String osCtx = ConfigurationManager.getProperty("websvc.opensearch.svccontext"); String osName = ConfigurationManager.getProperty("websvc.opensearch.shortname"); List parts = (List)request.getAttribute("dspace.layout.linkparts"); String extraHeadData = (String)request.getAttribute("dspace.layout.head"); String extraHeadDataLast = (String)request.getAttribute("dspace.layout.head.last"); String dsVersion = Util.getSourceVersion(); String generator = dsVersion == null ? "DSpace" : "DSpace "+dsVersion; String analyticsKey = ConfigurationManager.getProperty("jspui.google.analytics.key"); %> <%= siteName %>: <%= title %> <% if (!"NONE".equals(feedRef)) { for (int i = 0; i < parts.size(); i+= 3) { %> <% } } if (osLink) { %> <% } if (extraHeadData != null) { %> <%= extraHeadData %> <% } %> <% if (extraHeadDataLast != null) { %> <%= extraHeadDataLast %> <% } %> <%-- HACK: leftmargin, topmargin: for non-CSS compliant Microsoft IE browser --%> <%-- HACK: marginwidth, marginheight: for non-CSS compliant Netscape browser --%> <%-- DSpace top-of-page banner --%> <%-- HACK: width, border, cellspacing, cellpadding: for non-CSS compliant Netscape, Mozilla browsers --%> <%-- DSpace logo --%> <%-- Blue stripe --%>
<fmt:message key=" width="198" height="79" border="0"/> <%-- Make as wide as possible. cellpadding repeated for broken NS 4.x --%>
 
<%-- Localization --%> <%-- --%> <%-- --%> <%-- --%> <%-- --%> <%-- Page contents --%> <%-- HACK: width, border, cellspacing, cellpadding: for non-CSS compliant Netscape, Mozilla browsers --%> <%-- HACK: valign: for non-CSS compliant Netscape browser --%> <%-- Navigation bar --%> <% if (!navbar.equals("off")) { %> <% } %> <%-- Page Content --%> <%-- HACK: width specified here for non-CSS compliant Netscape 4.x --%> <%-- HACK: Width shouldn't really be 100%, but omitting this means --%> <%-- navigation bar gets far too wide on certain pages --%>
<%-- Location bar --%> <% if (locbar) { %> <% } %>