Mercurial > hg > ismi-richfaces
annotate src/main/webapp/clean/components/nonpublicWitness.xhtml @ 199:8af530c5b4cd
new find-lost-alias function in clean menu to delete aliases without relations.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 23 Jan 2019 20:28:00 +0100 |
parents | 3fdd5e191d30 |
children |
rev | line source |
---|---|
190
b36a57a452a6
new Clean UI to find non-public references and witnesses 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"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
2 <html xmlns="http://www.w3.org/1999/xhtml" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
3 xmlns:h="http://java.sun.com/jsf/html" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
4 xmlns:f="http://java.sun.com/jsf/core" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
5 xmlns:ui="http://java.sun.com/jsf/facelets" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
6 xmlns:a4j="http://richfaces.org/a4j" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
7 xmlns:rich="http://richfaces.org/rich"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
8 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
9 <body> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
10 <ui:composition> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
11 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
12 <h2 style="color:black">non-public Witnesses of public Texts</h2> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
13 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
14 <h:panelGrid columns="3" styleClass="displayPanel" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
15 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:
diff
changeset
|
16 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
17 <a4j:commandButton value="show non-public witnesses" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
18 actionListener="#{Session.nonpublicEntities.actionFindNonpublicWitnesses}" |
192
3fdd5e191d30
fix duplicate ids.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
191
diff
changeset
|
19 render="showWitPanel,witPubButton" /> |
190
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
20 <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:
diff
changeset
|
21 <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:
diff
changeset
|
22 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
23 </h:panelGrid> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
24 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
25 <h:panelGrid id="showWitPanel" columns="1" |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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%;"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
27 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
28 <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:
diff
changeset
|
29 value="#{Session.nonpublicEntities.browseBean.resultSummaryMsg}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
30 rendered="#{!empty Session.nonpublicEntities.browseBean.resultSummaryMsg}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
31 styleClass="summaryMsg" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
32 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
33 <h:column |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
34 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:
diff
changeset
|
35 <h:outputText value="go to page" styleClass="sumaryMsg" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
36 <h:inputText value="#{Session.nonpublicEntities.browseBean.page}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
37 size="4" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
38 <h:commandButton value="submit" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
39 actionListener="#{Session.nonpublicEntities.browseBean.actionGoToPageAdvancedResult}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
40 <h:outputText value=" #{Session.nonpublicEntities.browseBean.pageMsg}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
41 rendered="#{!empty Session.nonpublicEntities.browseBean.pageMsg}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
42 style="color:red" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
43 </h:column> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
44 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
45 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
46 <h:column |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
47 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:
diff
changeset
|
48 <h:panelGroup> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
49 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
50 image="/resources/css/xp/css-images/arrow-first.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
51 style="border:none;" title="First Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
52 action="#{Session.nonpublicEntities.browseBean.advancedFirst}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
53 |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
55 style="border:none;" title="Fast Backwards" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
56 action="#{Session.nonpublicEntities.browseBean.advancedFastRewind}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
57 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
58 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
59 image="/resources/css/xp/css-images/arrow-previous.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
60 style="border:none;" title="Previous Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
61 action="#{Session.nonpublicEntities.browseBean.advancedPrevious}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
62 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
63 <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:
diff
changeset
|
64 value="#{Session.nonpublicEntities.browseBean.advancedPaginator.recordStatus}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
65 styleClass="sumaryMsg" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
66 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
67 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
68 image="/resources/css/xp/css-images/arrow-next.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
69 style="border:none;" title="Next Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
70 action="#{Session.nonpublicEntities.browseBean.advancedNext}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
71 |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
73 style="border:none;" title="Fast Forward" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
74 action="#{Session.nonpublicEntities.browseBean.advancedFastForward}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
75 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
76 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
77 image="/resources/css/xp/css-images/arrow-last.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
78 style="border:none;" title="Last Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
79 action="#{Session.nonpublicEntities.browseBean.advancedLast}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
80 </h:panelGroup> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
81 </h:column> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
82 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
83 <rich:dataTable id="witDataTable" rows="30" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
84 value="#{Session.nonpublicEntities.browseBean.currentEntities}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
85 rendered="#{!empty Session.nonpublicEntities.browseBean.currentEntities}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
86 var="entity" styleClass="rsPanel" columnClasses="rsPanelColumn"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
87 <h:column style="text-align:left"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
88 <f:facet name="header">Text</f:facet> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
89 <h:outputLink target="_blank" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
90 value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{entity.id}"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
91 <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:
diff
changeset
|
92 value="#{entity.ownValue} [#{entity.id}]" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
93 </h:outputLink> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
94 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
95 action="#{Session.nonpublicEntities.browseBean.actionEdit}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
96 rendered="#{Session.canEdit}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
97 image="/resources/css/xp/css-images/edit16.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
98 title="Edit this entity" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
99 </h:column> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
100 <h:column style="text-align:left"> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
101 <f:facet name="header">State</f:facet> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
102 <h:outputText value="#{entity.privacity}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
103 </h:column> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
104 </rich:dataTable> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
105 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
106 <h:column |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
107 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:
diff
changeset
|
108 <h:panelGroup> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
109 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
110 image="/resources/css/xp/css-images/arrow-first.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
111 style="border:none;" title="First Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
112 action="#{Session.nonpublicEntities.browseBean.advancedFirst}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
113 |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
115 style="border:none;" title="Fast Backwards" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
116 action="#{Session.nonpublicEntities.browseBean.advancedFastRewind}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
117 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
118 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
119 image="/resources/css/xp/css-images/arrow-previous.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
120 style="border:none;" title="Previous Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
121 action="#{Session.nonpublicEntities.browseBean.advancedPrevious}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
122 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
123 <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:
diff
changeset
|
124 value="#{Session.nonpublicEntities.browseBean.advancedPaginator.recordStatus}" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
125 styleClass="sumaryMsg" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
126 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
127 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
128 image="/resources/css/xp/css-images/arrow-next.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
129 style="border:none;" title="Next Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
130 action="#{Session.nonpublicEntities.browseBean.advancedNext}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
131 |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
133 style="border:none;" title="Fast Forward" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
134 action="#{Session.nonpublicEntities.browseBean.advancedFastForward}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
135 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
136 <h:commandButton |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
137 image="/resources/css/xp/css-images/arrow-last.gif" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
138 style="border:none;" title="Last Page" |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
139 action="#{Session.nonpublicEntities.browseBean.advancedLast}" /> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
140 </h:panelGroup> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
141 </h:column> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
142 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
143 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
144 </h:panelGrid> |
b36a57a452a6
new Clean UI to find non-public references and witnesses 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="witPubButton" |
190
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
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:
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:
diff
changeset
|
149 </h:panelGrid> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
150 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
151 |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
152 </ui:composition> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
153 </body> |
b36a57a452a6
new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
154 </html> |