view src/main/webapp/public/header.jsp @ 34:9087a4623a08

Temporary Fix: Minor layout issues with info box on left of codex pages. Previously: - Choosing "view more" under Witness Information would make the information spill out over the rest of the page (outside the info box on the left). Fixed: - Now when "view more" is selected the overflow for Witness Information is contained within the page division. Suitable for laptop use but likely a little more difficult with a keyboard and mouse. - Also made slight adjustment to let diva viewer and info box have similar heights. - Vertically scrolling through info box now works well. To-Do: *The data under "view more" in Witness Info is being taken in an odd way from the database (tables within tables forming, etc)* Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Thu, 21 May 2015 22:27:14 +0000
parents 8c31ab1129e1
children 8efabe84b7ea
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="${contextBean.getAppBean().getRoot()}/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>