Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
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 23492e84
authored
May 12, 2012
by
Antti Tonkyra
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of dev.insomnia.fi:/data/bortal
2 parents
df5040eb
ca494e1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
code/LanBortalWeb/WebContent/voting/compolist.xhtml
code/LanBortalWeb/WebContent/voting/compolist.xhtml
View file @
23492e8
...
...
@@ -12,13 +12,13 @@
<!-- <f:event type="preRenderView" listener="#{votingCompoListView.initView}" /> -->
</f:metadata>
<ui:define
name=
"content"
>
<
!-- <h:outputStylesheet library="style" name="insomnia2/css/actionlog.css" /> -->
<
h:outputStylesheet
library=
"style"
name=
"insomnia2/css/actionlog.css"
/>
<h1>
#{i18n['voting.allcompos.header']}
</h1>
<p>
#{i18n['voting.allcompos.description']}
</p>
<div
class=
"clearfix"
></div>
<div
id=
"
compolist
"
>
<div
id=
"
actionlog
"
>
<h:dataTable
styleClass=
"bordertable"
rowClasses=
"roweven,rowodd"
id=
"compolisttable"
value=
"#{votingCompoListView.compos}"
var=
"compo"
>
<h:column>
...
...
@@ -34,6 +34,12 @@
<h:outputText
value=
"#{compo.description}"
/>
</h:column>
<h:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"current entries"
/>
</f:facet>
<h:outputText
value=
"#{compo.compoEntries.size()}"
/>
</h:column>
<h:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"Max parts"
/>
</f:facet>
...
...
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