annotate src/main/webapp/clean/components/nonpublicDigitalization.xhtml @ 188:34ac2e1b323a

new Clean UI to find non-public digitalizations of public codices and make them public.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Tue, 06 Nov 2018 20:05:49 +0100
parents
children b36a57a452a6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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}"
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
19 render="showDigiPanel" />
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 <a4j:commandButton value="make all these digitalizations public"
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 actionListener="#{Session.nonpublicEntities.actionMakeDigitalizationsPublic}"
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 render="showDigiPanel" />
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 <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
27 <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
28
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 </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
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
31 <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
32 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
33
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 <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
35 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
36 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
37 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
38
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 <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
40 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
41 <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
42 <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
43 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
44 <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
45 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
46 <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
47 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
48 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
49 </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
50
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
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 <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
53 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
54 <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
55 <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
56 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
57 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
58 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
59
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 <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
61 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
62 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
63
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 <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
65 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
66 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
67 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
68
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 <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
70 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
71 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
72
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 <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
74 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
75 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
76 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
77
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 <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
79 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
80 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
81
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 <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
83 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
84 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
85 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
86 </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
87 </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
88
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 <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
90 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
91 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
92 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
93 <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
94 <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
95 <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
96 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
97 <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
98 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
99 </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
100 <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
101 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
102 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
103 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
104 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
105 </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
106 <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
107 <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
108 <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
109 </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
110 </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
111
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 <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
113 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
114 <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
115 <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
116 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
117 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
118 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
119
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 <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
121 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
122 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
123
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 <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
125 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
126 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
127 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
128
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 <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
130 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
131 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
132
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 <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
134 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
135 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
136 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
137
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 <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
139 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
140 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
141
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 <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
143 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
144 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
145 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
146 </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
147 </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
148
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
149
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
150 </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
151
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
152
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
153
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
154 </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
155 </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
156 </html>