Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit dff63485
authored
Oct 23, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this is also needed
1 parent
f5010ba8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
code/moya-web/WebContent/resources/cditools/reader/multireaderselect.xhtml
code/moya-web/WebContent/resources/cditools/reader/multireaderselect.xhtml
0 → 100644
View file @
dff6348
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:h=
"http://java.sun.com/jsf/html"
xmlns:f=
"http://java.sun.com/jsf/core"
xmlns:composite=
"http://java.sun.com/jsf/composite"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:c=
"http://java.sun.com/jsp/jstl/core"
xmlns:p=
"http://primefaces.org/ui"
xmlns:tools=
"http://java.sun.com/jsf/composite/tools"
>
<composite:interface>
</composite:interface>
<composite:implementation>
<h:form>
Valitut lukijat, valitse "vaihda lukija" poistaaksesi kaikki
<p:dataTable
border=
"1"
value=
"#{readerListDataView.selectedReaders}"
var=
"rr"
>
<p:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{i18n['reader.name']}"
/>
</f:facet>
<h:outputText
value=
"#{rr.identification}"
/>
</p:column>
</p:dataTable>
Valitse uusi / ensimmäinen lukija
<p:dataTable
border=
"1"
id=
"reader"
value=
"#{readerListDataView.readers}"
var=
"rr"
>
<p:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{i18n['reader.name']}"
/>
</f:facet>
<h:outputText
value=
"#{rr.identification}"
/>
</p:column>
<p:column>
<p:commandButton
actionListener=
"#{readerListDataView.selectMultipleReaders}"
value=
"#{i18n['reader.select']}"
update=
"@all"
/>
</p:column>
</p:dataTable>
</h:form>
</composite:implementation>
</html>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment