Ignore:
Timestamp:
04/23/09 01:52:19 (15 years ago)
Author:
nanardon
Message:
  • minor fix in ballot form
File:
1 edited

Legend:

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

    r229 r234  
    1010[% END %] 
    1111 
     12<p>Vous devez faire [% poll.info('choice_count') %] choix 
     13 
    1214<!-- $Id$ --> 
    1315[% FOREACH key = poll.choices() %] 
     
    1820[% END %] 
    1921 
    20 <p>Vous devez faire [% poll.info('choice_count') %] choix 
    2122[%- IF poll.info('choice_count') != poll.info('elected_count') -%] 
    2223pour [% poll.info('elected_count') %] élu(s)[%- END -%].</p> 
     
    2425[% count = 0 %] 
    2526[% WHILE count < (poll.info('elected_choice') || 0) %] 
    26 [% "<p>Depuis la liste électorale</p>" IF count == 0 %] 
     27[% "<p>Depuis la liste électorale:</p>" IF count == 0 %] 
    2728[% FOREACH vkey = poll.voting_keys %] 
    2829[% voting = poll.voting(vkey) %] 
     
    3940[% count = 0 %] 
    4041[% WHILE count < poll.info('free_choice') %] 
    41 [% "<p>Choi(x) libre(s)</p>" IF count == 0 %] 
     42[% "<p>Choi(x) libre(s):</p>" IF count == 0 %] 
    4243<input type="text" name="fsbal" value="[% fsbal.$count %]"><br> 
    4344[% count = count + 1 %] 
Note: See TracChangeset for help on using the changeset viewer.