Mercurial > hg > ismi-richfaces
comparison src/main/webapp/browse/components/showAllResult.xhtml @ 103:03dcbaf8b8cf
add download-as-csv button to browse repository.
author | casties |
---|---|
date | Thu, 03 Nov 2016 20:10:58 +0100 |
parents | 764f47286679 |
children |
comparison
equal
deleted
inserted
replaced
102:db3e1bbfde03 | 103:03dcbaf8b8cf |
---|---|
12 rendered="#{!empty EntityRepository.resultSummaryMsg}" | 12 rendered="#{!empty EntityRepository.resultSummaryMsg}" |
13 styleClass="sumaryMsg"/> | 13 styleClass="sumaryMsg"/> |
14 | 14 |
15 <h:column rendered="#{!empty EntityRepository.entities}"> | 15 <h:column rendered="#{!empty EntityRepository.entities}"> |
16 <h:outputText value="go to page" styleClass="sumaryMsg"/> | 16 <h:outputText value="go to page" styleClass="sumaryMsg"/> |
17 <h:inputText value="#{EntityRepository.page}" /> | 17 <h:inputText value="#{EntityRepository.page}" size="4"/> |
18 <h:commandButton value="submit" | 18 <h:commandButton value="submit" |
19 actionListener="#{EntityRepository.listenerGoToPage}" /> | 19 actionListener="#{EntityRepository.listenerGoToPage}" /> |
20 <h:outputText value=" #{EntityRepository.pageMsg}" | 20 <h:outputText value=" #{EntityRepository.pageMsg}" |
21 rendered="#{!empty EntityRepository.pageMsg}" style="color:red" /> | 21 rendered="#{!empty EntityRepository.pageMsg}" style="color:red" /> |
22 </h:column> | 22 </h:column> |
81 <h:commandButton action="#{EntityRepository.last}" title="fast forward" | 81 <h:commandButton action="#{EntityRepository.last}" title="fast forward" |
82 image="/resources/css/xp/css-images//arrow-last.gif" /> | 82 image="/resources/css/xp/css-images//arrow-last.gif" /> |
83 </h:panelGroup> | 83 </h:panelGroup> |
84 </h:column> | 84 </h:column> |
85 | 85 |
86 <h:column rendered="#{!empty EntityRepository.entities}"> | |
87 <h:commandButton value="download all as CSV" | |
88 actionListener="#{EntityRepository.downloadAllCsv}" /> | |
89 </h:column> | |
86 | 90 |
87 </ui:composition> | 91 </ui:composition> |
88 </body> | 92 </body> |
89 </html> | 93 </html> |