Mercurial > hg > ismi-richfaces
view src/main/webapp/imageServer/attributeDisplay.xhtml @ 41:464224060150
Fixed: Download PDF all browsers
Fixed:
- Now the Download PDF button should be visible on all browsers
Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author | arussell |
---|---|
date | Thu, 02 Jul 2015 21:26:32 +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>