Mercurial > hg > ismi-richfaces
comparison src/main/webapp/clean/nonpublicEntities.xhtml @ 190:b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 09 Nov 2018 15:13:32 +0100 |
parents | 34ac2e1b323a |
children | dedd218ad565 |
comparison
equal
deleted
inserted
replaced
189:8aff920ec7c0 | 190:b36a57a452a6 |
---|---|
22 | 22 |
23 <rich:tabPanel id="tabPanel" | 23 <rich:tabPanel id="tabPanel" |
24 itemChangeListener="#{Session.nonpublicEntities.listenerTabChange}" | 24 itemChangeListener="#{Session.nonpublicEntities.listenerTabChange}" |
25 activeItem="#{Session.nonpublicEntities.selectedTab}"> | 25 activeItem="#{Session.nonpublicEntities.selectedTab}"> |
26 | 26 |
27 <rich:tab header="Digitalization" name="aut"> | 27 <rich:tab header="Digitalization" name="dig"> |
28 <ui:include src="components/nonpublicDigitalization.xhtml" /> | 28 <ui:include src="components/nonpublicDigitalization.xhtml" /> |
29 </rich:tab> | 29 </rich:tab> |
30 | |
31 <rich:tab header="Reference" name="ref"> | |
32 <ui:include src="components/nonpublicReference.xhtml" /> | |
33 </rich:tab> | |
34 | |
35 <rich:tab header="Witness" name="wit"> | |
36 <ui:include src="components/nonpublicWitness.xhtml" /> | |
37 </rich:tab> | |
38 | |
30 </rich:tabPanel> | 39 </rich:tabPanel> |
31 | 40 |
32 </h:panelGrid> | 41 </h:panelGrid> |
33 | 42 |
34 | 43 |