Mercurial > hg > ismi-richfaces
comparison src/main/webapp/clean/missingRelations.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 | ef0949b8efc3 |
comparison
equal
deleted
inserted
replaced
180:0d31c8be7c31 | 181:52aa06772336 |
---|---|
18 </div> | 18 </div> |
19 | 19 |
20 <h:panelGrid columns="1" styleClass="mainPanel"> | 20 <h:panelGrid columns="1" styleClass="mainPanel"> |
21 | 21 |
22 <rich:tabPanel id="tabPanel" | 22 <rich:tabPanel id="tabPanel" |
23 itemChangeListener="#{Session.listenerMissingRelationsTabChange}" | 23 itemChangeListener="#{Session.missingRelations.listenerTabChange}" |
24 activeItem="#{Session.selectedMissingRelationsTab}"> | 24 activeItem="#{Session.missingRelations.selectedTab}"> |
25 | 25 |
26 <rich:tab header="Missing Author" name="aut"> | 26 <rich:tab header="Missing Author" name="aut"> |
27 <ui:include src="components/missingAuthor.xhtml" /> | 27 <ui:include src="components/missingAuthor.xhtml" /> |
28 </rich:tab> | 28 </rich:tab> |
29 | 29 |
34 <rich:tab header="Missing Codex" name="cod"> | 34 <rich:tab header="Missing Codex" name="cod"> |
35 <ui:include src="components/missingCodex.xhtml" /> | 35 <ui:include src="components/missingCodex.xhtml" /> |
36 </rich:tab> | 36 </rich:tab> |
37 </rich:tabPanel> | 37 </rich:tabPanel> |
38 | 38 |
39 <a4j:commandButton value="reload all texts" | |
40 actionListener="#{Session.missingRelations.actionReset}" | |
41 render="mainPanel" /> | |
42 | |
43 | |
44 </h:panelGrid> | 39 </h:panelGrid> |
45 | 40 |
46 | 41 |
47 </ui:define> | 42 </ui:define> |
48 </ui:composition> | 43 </ui:composition> |