source: trunk/root/templates/includes/poll.tt @ 38

Last change on this file since 38 was 38, checked in by nanardon, 15 years ago
  • more html improvement
File size: 535 bytes
Line 
1[% vote = c.model('Vote') %]
2[% thisvote = vote.vote_info(voteid) %]
3
4<div id="poll_summary">
5<p id="poll_label">[% thisvote.label | html %]</p>
6<p>[% thisvote.description | html %]</p>
7Ont voté: [% vote.vote_signing_count(voteid) %] / [% vote.vote_voting_count(voteid) %]<br>
8Bulletins: [% vote.vote_ballot_count(voteid) %]
9[% IF vote.vote_signing_count(voteid) != vote.vote_ballot_count(voteid) %]
10<p class="alert">Le nombre de bulletins et le nombre de personnes ayant voté divergent,
11suspicion de tricherie</p>
12[% END %]
13</div>
14
Note: See TracBrowser for help on using the repository browser.