Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/digi.xhtml @ 62:bba950221e71 remove_escidoc
cleanup. site name on page configurable with openmind.properties "instance-name".
author | casties |
---|---|
date | Mon, 30 Nov 2015 17:39:56 +0100 |
parents | 764f47286679 |
children | e2f6ccc4d322 |
comparison
equal
deleted
inserted
replaced
61:8cbc94004a64 | 62:bba950221e71 |
---|---|
15 | 15 |
16 <h:outputText value="Digitalization - [#{CurrentDigi.entity.id}] #{CurrentDigi.entity.ownValue}" | 16 <h:outputText value="Digitalization - [#{CurrentDigi.entity.id}] #{CurrentDigi.entity.ownValue}" |
17 rendered="#{!empty CurrentDigi.entity.ownValue}" | 17 rendered="#{!empty CurrentDigi.entity.ownValue}" |
18 style="font-size: 12pt;" styleClass="titlePanel" /> | 18 style="font-size: 12pt;" styleClass="titlePanel" /> |
19 | 19 |
20 <h:outputText value="Person" | 20 <h:outputText value="Digitalization" |
21 rendered="#{empty CurrentDigi.entity.ownValue}" | 21 rendered="#{empty CurrentDigi.entity.ownValue}" |
22 style="font-size: 12pt; " styleClass="titlePanel"/> | 22 style="font-size: 12pt; " styleClass="titlePanel"/> |
23 <h:outputLink | 23 <h:outputLink |
24 value="#{ApplicationBean1.root}/imageServer/displayDigi.jsp?digiId=#{CurrentDigi.entity.id}" > | 24 value="#{ApplicationBean1.root}/imageServer/displayDigi.jsp?digiId=#{CurrentDigi.entity.id}" > |
25 <h:graphicImage value="#{ApplicationBean1.displayImage}" width="20" height="20"/> | 25 <h:graphicImage value="#{ApplicationBean1.displayImage}" width="20" height="20"/> |