view src/main/webapp/public/header.jsp @ 30:672301480990

Fixed: Layout issues and discrepancies on "public codices" + "image server" pages Previously: - The image in the top right was not consistent throughout all pages. - No fullscreen icon for data on image server page. - Diva viewer size fixed on public codices page. - Data box on left of public codices page not a fixed height. Fixed: - image in top right consistent - Fullscreen icon present on image server page but *not functioning* - Diva viewer fluid with page size - Data box height fixed and overflow is scrollable. To-do: *Fix fullscreen view function on data box of image server page" Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Tue, 19 May 2015 16:01:55 +0000
parents 620b58e5c69b
children 8c31ab1129e1
line wrap: on
line source

<%@ page contentType="text/html; charset=UTF-8" %>
<%@page import="de.mpiwg.itgroup.diva.jsp.JSPDigitalization"%>

<jsp:useBean id="contextBean" class="de.mpiwg.itgroup.diva.jsp.JSPContext" scope="session" />
<jsp:setProperty name="contextBean" property="request" value="${pageContext.request}" />
<jsp:setProperty name="contextBean" property="response" value="${pageContext.response}" />

<link href="../resources/css/ismi-db/default.css" type="text/css" rel="stylesheet" />

		<div id="header">

			<div id="icon">
				<div id="iconContent">
					<img src="/ismi-richfaces/resources/images/ismi_icon.png" width="90"></img>
				</div>
			</div>
			<div id="headerContent">
				<h1>
					<a href="${contextBean.getAppBean().getRoot()}">ISMI</a>
				</h1>
				<p>Islamic Scientific Manuscripts Initiative</p>
			</div>
		</div>


		<div id="login">
			<div id="loginContent">
				
			</div>
		</div>