comparison src/main/webapp/clean/components/missingText.xhtml @ 181:52aa06772336

fixed missingCodex function. moved some code from SessionBean up to MissingRelationsBean and PublicByAuthorBean.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jun 2018 17:48:06 +0200
parents 0d31c8be7c31
children
comparison
equal deleted inserted replaced
180:0d31c8be7c31 181:52aa06772336
6 xmlns:a4j="http://richfaces.org/a4j" 6 xmlns:a4j="http://richfaces.org/a4j"
7 xmlns:rich="http://richfaces.org/rich"> 7 xmlns:rich="http://richfaces.org/rich">
8 8
9 <body> 9 <body>
10 <ui:composition> 10 <ui:composition>
11
12 <h2 style="color:black">Witnesses without Text</h2>
11 13
12 <h:panelGrid columns="3" styleClass="displayPanel" 14 <h:panelGrid columns="3" styleClass="displayPanel"
13 columnClasses="displayPanelColumn01,displayPanelColumn02"> 15 columnClasses="displayPanelColumn01,displayPanelColumn02">
14 16
15 <a4j:commandButton value="show witnesses without text" 17 <a4j:commandButton value="show witnesses without text"
24 style="margin-left: auto; margin-right: auto; text-align: center; width: 100%;"> 26 style="margin-left: auto; margin-right: auto; text-align: center; width: 100%;">
25 27
26 <h:outputText 28 <h:outputText
27 value="#{Session.missingRelations.browseBean.resultSummaryMsg}" 29 value="#{Session.missingRelations.browseBean.resultSummaryMsg}"
28 rendered="#{!empty Session.missingRelations.browseBean.resultSummaryMsg}" 30 rendered="#{!empty Session.missingRelations.browseBean.resultSummaryMsg}"
29 styleClass="sumaryMsg" /> 31 styleClass="summaryMsg" />
30 32
31 <h:column 33 <h:column
32 rendered="#{!empty Session.missingRelations.browseBean.entities}"> 34 rendered="#{!empty Session.missingRelations.browseBean.entities}">
33 <h:outputText value="go to page" styleClass="sumaryMsg" /> 35 <h:outputText value="go to page" styleClass="sumaryMsg" />
34 <h:inputText value="#{Session.missingRelations.browseBean.page}" 36 <h:inputText value="#{Session.missingRelations.browseBean.page}"