Mercurial > hg > ismi-richfaces
annotate src/main/webapp/clean/components/nonpublicDigitalization.xhtml @ 215:26138384984c
update more instances of IIIF server URL.
author | casties |
---|---|
date | Sat, 15 Jan 2022 16:09:55 +0100 |
parents | 3fdd5e191d30 |
children |
rev | line source |
---|---|
188
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
2 <html xmlns="http://www.w3.org/1999/xhtml" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
3 xmlns:h="http://java.sun.com/jsf/html" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
4 xmlns:f="http://java.sun.com/jsf/core" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
5 xmlns:ui="http://java.sun.com/jsf/facelets" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
6 xmlns:a4j="http://richfaces.org/a4j" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
7 xmlns:rich="http://richfaces.org/rich"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
8 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
9 <body> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
10 <ui:composition> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
11 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
12 <h2 style="color:black">non-public Digitalizations of public Codices</h2> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
13 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
14 <h:panelGrid columns="3" styleClass="displayPanel" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
15 columnClasses="displayPanelColumn01,displayPanelColumn02"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
16 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
17 <a4j:commandButton value="show non-public digitalizations" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
18 actionListener="#{Session.nonpublicEntities.actionFindNonpublicDigitalizations}" |
192
3fdd5e191d30
fix duplicate ids.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
191
diff
changeset
|
19 render="showDigiPanel,digiPubButton" /> |
188
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
20 <h:outputText/> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
21 <h:outputText/> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
22 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
23 </h:panelGrid> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
24 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
25 <h:panelGrid id="showDigiPanel" columns="1" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
26 style="margin-left: auto; margin-right: auto; text-align: center; width: 100%;"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
27 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
28 <h:outputText |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
29 value="#{Session.nonpublicEntities.browseBean.resultSummaryMsg}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
30 rendered="#{!empty Session.nonpublicEntities.browseBean.resultSummaryMsg}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
31 styleClass="summaryMsg" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
32 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
33 <h:column |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
34 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
35 <h:outputText value="go to page" styleClass="sumaryMsg" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
36 <h:inputText value="#{Session.nonpublicEntities.browseBean.page}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
37 size="4" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
38 <h:commandButton value="submit" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
39 actionListener="#{Session.nonpublicEntities.browseBean.actionGoToPageAdvancedResult}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
40 <h:outputText value=" #{Session.nonpublicEntities.browseBean.pageMsg}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
41 rendered="#{!empty Session.nonpublicEntities.browseBean.pageMsg}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
42 style="color:red" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
43 </h:column> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
44 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
45 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
46 <h:column |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
47 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
48 <h:panelGroup> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
49 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
50 image="/resources/css/xp/css-images/arrow-first.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
51 style="border:none;" title="First Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
52 action="#{Session.nonpublicEntities.browseBean.advancedFirst}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
53 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
54 <h:commandButton image="/resources/css/xp/css-images/arrow-fr.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
55 style="border:none;" title="Fast Backwards" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
56 action="#{Session.nonpublicEntities.browseBean.advancedFastRewind}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
57 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
58 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
59 image="/resources/css/xp/css-images/arrow-previous.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
60 style="border:none;" title="Previous Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
61 action="#{Session.nonpublicEntities.browseBean.advancedPrevious}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
62 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
63 <h:outputText |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
64 value="#{Session.nonpublicEntities.browseBean.advancedPaginator.recordStatus}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
65 styleClass="sumaryMsg" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
66 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
67 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
68 image="/resources/css/xp/css-images/arrow-next.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
69 style="border:none;" title="Next Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
70 action="#{Session.nonpublicEntities.browseBean.advancedNext}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
71 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
72 <h:commandButton image="/resources/css/xp/css-images/arrow-ff.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
73 style="border:none;" title="Fast Forward" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
74 action="#{Session.nonpublicEntities.browseBean.advancedFastForward}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
75 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
76 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
77 image="/resources/css/xp/css-images/arrow-last.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
78 style="border:none;" title="Last Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
79 action="#{Session.nonpublicEntities.browseBean.advancedLast}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
80 </h:panelGroup> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
81 </h:column> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
82 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
83 <rich:dataTable id="digiDataTable" rows="30" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
84 value="#{Session.nonpublicEntities.browseBean.currentEntities}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
85 rendered="#{!empty Session.nonpublicEntities.browseBean.currentEntities}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
86 var="entity" styleClass="rsPanel" columnClasses="rsPanelColumn"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
87 <h:column style="text-align:left"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
88 <f:facet name="header">Text</f:facet> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
89 <h:outputLink target="_blank" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
90 value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{entity.id}"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
91 <h:outputText |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
92 value="#{entity.ownValue} [#{entity.id}]" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
93 </h:outputLink> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
94 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
95 action="#{Session.nonpublicEntities.browseBean.actionEdit}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
96 rendered="#{Session.canEdit}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
97 image="/resources/css/xp/css-images/edit16.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
98 title="Edit this entity" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
99 </h:column> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
100 <h:column style="text-align:left"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
101 <f:facet name="header">State</f:facet> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
102 <h:outputText value="#{entity.privacity}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
103 </h:column> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
104 </rich:dataTable> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
105 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
106 <h:column |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
107 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}"> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
108 <h:panelGroup> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
109 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
110 image="/resources/css/xp/css-images/arrow-first.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
111 style="border:none;" title="First Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
112 action="#{Session.nonpublicEntities.browseBean.advancedFirst}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
113 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
114 <h:commandButton image="/resources/css/xp/css-images/arrow-fr.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
115 style="border:none;" title="Fast Backwards" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
116 action="#{Session.nonpublicEntities.browseBean.advancedFastRewind}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
117 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
118 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
119 image="/resources/css/xp/css-images/arrow-previous.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
120 style="border:none;" title="Previous Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
121 action="#{Session.nonpublicEntities.browseBean.advancedPrevious}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
122 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
123 <h:outputText |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
124 value="#{Session.nonpublicEntities.browseBean.advancedPaginator.recordStatus}" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
125 styleClass="sumaryMsg" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
126 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
127 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
128 image="/resources/css/xp/css-images/arrow-next.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
129 style="border:none;" title="Next Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
130 action="#{Session.nonpublicEntities.browseBean.advancedNext}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
131 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
132 <h:commandButton image="/resources/css/xp/css-images/arrow-ff.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
133 style="border:none;" title="Fast Forward" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
134 action="#{Session.nonpublicEntities.browseBean.advancedFastForward}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
135 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
136 <h:commandButton |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
137 image="/resources/css/xp/css-images/arrow-last.gif" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
138 style="border:none;" title="Last Page" |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
139 action="#{Session.nonpublicEntities.browseBean.advancedLast}" /> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
140 </h:panelGroup> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
141 </h:column> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
142 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
143 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
144 </h:panelGrid> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
145 |
192
3fdd5e191d30
fix duplicate ids.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
191
diff
changeset
|
146 <h:panelGrid columns="3" styleClass="displayPanel" id="digiPubButton" |
190
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
147 columnClasses="displayPanelColumn01,displayPanelColumn02"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
148 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
149 <a4j:commandButton value="make all these digitalizations public" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
150 rendered="#{!empty Session.nonpublicEntities.browseBean.entities}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
151 actionListener="#{Session.nonpublicEntities.actionMakeSelectedEntitiesPublic}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
152 render="showDigiPanel" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
153 <h:outputText/> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
154 <h:outputText/> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
155 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
188
diff
changeset
|
156 </h:panelGrid> |
188
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
157 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
158 |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
159 </ui:composition> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
160 </body> |
34ac2e1b323a
new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
161 </html> |