Ignore:
Timestamp:
03/16/09 02:48:55 (15 years ago)
Author:
nanardon
Message:
  • more html improvement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/poll.tt

    r36 r38  
    11[% vote = c.model('Vote') %] 
    22[% thisvote = vote.vote_info(voteid) %] 
    3 [% signing = [vote.vote_signing(voteid)] %] 
    43 
    54<div id="poll_summary"> 
    65<p id="poll_label">[% thisvote.label | html %]</p> 
    76<p>[% thisvote.description | html %]</p> 
    8  
    9 Ont voté: [% vote.signing_count(voteid) %] /  [% signing.size %]<br> 
    10 Bulletins: [% vote.ballot_count(voteid) %] 
    11 [% IF vote.signing_count(voteid) != vote.ballot_count(voteid) %] 
     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) %] 
    1210<p class="alert">Le nombre de bulletins et le nombre de personnes ayant voté divergent, 
    1311suspicion de tricherie</p> 
Note: See TracChangeset for help on using the changeset viewer.