Mercurial > hg > ismi-richfaces
annotate src/main/webapp/clean/components/publicFindAuthor.xhtml @ 215:26138384984c
update more instances of IIIF server URL.
author | casties |
---|---|
date | Sat, 15 Jan 2022 16:09:55 +0100 |
parents | ca83d67a2dc9 |
children |
rev | line source |
---|---|
153
3c83f42a8a39
first stab at new public-by-author interface.
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"> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
2 <html xmlns="http://www.w3.org/1999/xhtml" |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
3 xmlns:h="http://java.sun.com/jsf/html" |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
4 xmlns:f="http://java.sun.com/jsf/core" |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
5 xmlns:ui="http://java.sun.com/jsf/facelets" |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
6 xmlns:a4j="http://richfaces.org/a4j" |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
7 xmlns:rich="http://richfaces.org/rich"> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
8 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
9 <body> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
10 <ui:composition> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
11 |
173
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
12 <h:panelGrid columns="3" styleClass="displayPanel" |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
13 columnClasses="displayPanelColumn01,displayPanelColumn02"> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
14 |
173
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
15 <a4j:commandButton value="show all authors" |
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
16 actionListener="#{Session.publicByAuthor.actionAllAuthors}" |
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
17 render="selectPersonPanel" /> |
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
18 <h:outputText/> |
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
19 <h:outputText/> |
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
20 |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
21 <h:panelGrid columns="1"> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
22 <h:outputLabel value="Person name" /> |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
23 <h:outputLabel value="(name_translit)" /> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
24 </h:panelGrid> |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
25 <h:inputText value="#{Session.publicByAuthor.browseBean.personNameTranslit}" /> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
26 <a4j:commandButton value="search" |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
27 actionListener="#{Session.publicByAuthor.browseBean.actionSearchByAttributes}" |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
28 render="selectPersonPanel" /> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
29 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
30 </h:panelGrid> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
31 |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
32 <h:panelGrid id="selectPersonPanel" columns="1" |
178
ca83d67a2dc9
bugfix and nicer messages for PublicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
173
diff
changeset
|
33 style="margin-left: auto; margin-right: auto; text-align: center; width: 100%;"> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
34 |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
35 <h:outputText |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
36 value="#{Session.publicByAuthor.browseBean.resultSummaryMsg}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
37 rendered="#{!empty Session.publicByAuthor.browseBean.resultSummaryMsg}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
38 styleClass="sumaryMsg" /> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
39 |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
40 <h:column |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
41 rendered="#{!empty Session.publicByAuthor.browseBean.entities}"> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
42 <h:outputText value="go to page" styleClass="sumaryMsg" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
43 <h:inputText value="#{Session.publicByAuthor.browseBean.page}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
44 size="4" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
45 <h:commandButton value="submit" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
46 actionListener="#{Session.publicByAuthor.browseBean.actionGoToPageAdvancedResult}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
47 <h:outputText value=" #{Session.publicByAuthor.browseBean.pageMsg}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
48 rendered="#{!empty Session.publicByAuthor.browseBean.pageMsg}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
49 style="color:red" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
50 </h:column> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
51 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
52 |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
53 <h:column |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
54 rendered="#{!empty Session.publicByAuthor.browseBean.entities}"> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
55 <h:panelGroup> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
56 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
57 image="/resources/css/xp/css-images/arrow-first.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
58 style="border:none;" title="First Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
59 action="#{Session.publicByAuthor.browseBean.advancedFirst}" /> |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
60 |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
61 <h:commandButton image="/resources/css/xp/css-images/arrow-fr.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
62 style="border:none;" title="Fast Backwards" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
63 action="#{Session.publicByAuthor.browseBean.advancedFastRewind}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
64 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
65 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
66 image="/resources/css/xp/css-images/arrow-previous.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
67 style="border:none;" title="Previous Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
68 action="#{Session.publicByAuthor.browseBean.advancedPrevious}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
69 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
70 <h:outputText |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
71 value="#{Session.publicByAuthor.browseBean.advancedPaginator.recordStatus}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
72 styleClass="sumaryMsg" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
73 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
74 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
75 image="/resources/css/xp/css-images/arrow-next.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
76 style="border:none;" title="Next Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
77 action="#{Session.publicByAuthor.browseBean.advancedNext}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
78 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
79 <h:commandButton image="/resources/css/xp/css-images/arrow-ff.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
80 style="border:none;" title="Fast Forward" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
81 action="#{Session.publicByAuthor.browseBean.advancedFastForward}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
82 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
83 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
84 image="/resources/css/xp/css-images/arrow-last.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
85 style="border:none;" title="Last Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
86 action="#{Session.publicByAuthor.browseBean.advancedLast}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
87 </h:panelGroup> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
88 </h:column> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
89 |
173
aa564b1b5e1f
publicByAuthor feature ui for selecting texts ready.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
169
diff
changeset
|
90 <rich:dataTable id="advancedDataTable" rows="30" |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
91 value="#{Session.publicByAuthor.browseBean.currentEntities}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
92 rendered="#{!empty Session.publicByAuthor.browseBean.currentEntities}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
93 var="entity" styleClass="rsPanel" columnClasses="rsPanelColumn"> |
169
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
94 <h:column style="text-align:left"> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
95 <f:facet name="header">MAMS</f:facet> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
96 <h:outputText value="#{entity.getAttributeByName('mams_number').getValue()}" /> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
97 </h:column> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
98 <h:column style="text-align:left"> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
99 <f:facet name="header">Person</f:facet> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
100 <h:commandLink |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
101 rerender="tabPanel" |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
102 action="#{Session.publicByAuthor.actionSelectPerson}"> |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
103 <h:outputText |
169
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
104 value="#{entity.ownValue}" /> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
105 </h:commandLink> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
106 <h:outputLink |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
107 value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{entity.id}"> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
108 <h:outputText |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
109 value=" - [#{entity.id}]" /> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
110 </h:outputLink> |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
111 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
112 action="#{Session.publicByAuthor.browseBean.actionEdit}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
113 rendered="#{Session.canEdit}" |
169
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
114 image="/resources/css/xp/css-images/edit16.gif" |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
115 title="Edit this entity" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
116 </h:column> |
169
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
117 <h:column style="text-align:left"> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
118 <f:facet name="header">State</f:facet> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
119 <h:outputText value="#{entity.privacity}" /> |
0b5d02012299
more work on publicByAuthor feature.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
168
diff
changeset
|
120 </h:column> |
168
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
121 </rich:dataTable> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
122 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
123 <h:column |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
124 rendered="#{!empty Session.publicByAuthor.browseBean.entities}"> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
125 <h:panelGroup> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
126 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
127 image="/resources/css/xp/css-images/arrow-first.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
128 style="border:none;" title="First Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
129 action="#{Session.publicByAuthor.browseBean.advancedFirst}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
130 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
131 <h:commandButton image="/resources/css/xp/css-images/arrow-fr.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
132 style="border:none;" title="Fast Backwards" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
133 action="#{Session.publicByAuthor.browseBean.advancedFastRewind}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
134 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
135 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
136 image="/resources/css/xp/css-images/arrow-previous.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
137 style="border:none;" title="Previous Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
138 action="#{Session.publicByAuthor.browseBean.advancedPrevious}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
139 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
140 <h:outputText |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
141 value="#{Session.publicByAuthor.browseBean.advancedPaginator.recordStatus}" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
142 styleClass="sumaryMsg" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
143 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
144 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
145 image="/resources/css/xp/css-images/arrow-next.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
146 style="border:none;" title="Next Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
147 action="#{Session.publicByAuthor.browseBean.advancedNext}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
148 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
149 <h:commandButton image="/resources/css/xp/css-images/arrow-ff.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
150 style="border:none;" title="Fast Forward" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
151 action="#{Session.publicByAuthor.browseBean.advancedFastForward}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
152 |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
153 <h:commandButton |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
154 image="/resources/css/xp/css-images/arrow-last.gif" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
155 style="border:none;" title="Last Page" |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
156 action="#{Session.publicByAuthor.browseBean.advancedLast}" /> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
157 </h:panelGroup> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
158 </h:column> |
e9ab943ec528
new start for publicByAuthor using EntityRepositoryBean.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
165
diff
changeset
|
159 |
153
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
160 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
161 </h:panelGrid> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
162 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
163 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
164 |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
165 </ui:composition> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
166 </body> |
3c83f42a8a39
first stab at new public-by-author interface.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
167 </html> |