Mercurial > hg > ismi-richfaces
annotate src/main/webapp/imageServer/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 |
rev | line source |
---|---|
7 | 1 <%@ page contentType="text/html; charset=UTF-8" %> |
2 <%@page import="de.mpiwg.itgroup.diva.jsp.JSPDigitalization"%> | |
3 | |
4 <jsp:useBean id="contextBean" class="de.mpiwg.itgroup.diva.jsp.JSPContext" scope="session" /> | |
5 <jsp:setProperty name="contextBean" property="request" value="${pageContext.request}" /> | |
6 <jsp:setProperty name="contextBean" property="response" value="${pageContext.response}" /> | |
7 | |
8 <link href="../resources/css/ismi-db/default.css" type="text/css" rel="stylesheet" /> | |
9 | |
10 <div id="header"> | |
11 | |
12 <div id="icon"> | |
13 <div id="iconContent"> | |
30
672301480990
Fixed: Layout issues and discrepancies on "public codices" + "image server" pages
arussell
parents:
29
diff
changeset
|
14 <img src="/ismi-richfaces/resources/images/ismi_icon.png" width="90"></img> |
7 | 15 </div> |
16 </div> | |
17 <div id="headerContent"> | |
18 <h1> | |
19 <a href="${contextBean.getAppBean().getRoot()}">ISMI</a> | |
20 </h1> | |
21 <p>Islamic Scientific Manuscripts Initiative</p> | |
22 </div> | |
23 </div> | |
24 | |
25 | |
26 <div id="login"> | |
27 <div id="loginContent"> | |
28 | |
29 </div> | |
30 </div> |