view src/main/webapp/imageServer/attributeDisplay.xhtml @ 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 764f47286679
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich">

<body>
	<ui:composition template="/templates/publicTemplate.xhtml">

		<ui:define name="publicContent">

			<h:outputStylesheet name="/css/ismi-db/display.css" />

			<div id="pageTitle">
				<h:outputText value="Digitalization List" />
			</div>

			<h:panelGrid columns="1" styleClass="mainPanel">
				
				
				<h:outputText>kqfsa</h:outputText>
							
			</h:panelGrid>
			

		</ui:define>

	</ui:composition>
</body>
</html>