Ignore:
Timestamp:
04/21/09 01:43:15 (15 years ago)
Author:
nanardon
Message:
  • add a procedure field to not overload description
File:
1 edited

Legend:

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

    r227 r229  
    11<!-- $Id$ --> 
    22[% poll = c.model('Vote').poll(voteid) %] 
     3 
     4[% IF poll.info('procedure') %] 
     5[% poll.info('procedure') | html %] 
     6<hr> 
     7[% ELSIF poll.info('description') %] 
     8[% poll.info('description') | html %] 
     9<hr> 
     10[% END %] 
    311 
    412<!-- $Id$ --> 
     
    917[% choice.info.label | html %]<br> 
    1018[% END %] 
     19 
     20<p>Vous devez faire [% poll.info('choice_count') %] choix 
     21[%- IF poll.info('choice_count') != poll.info('elected_count') -%] 
     22pour [% poll.info('elected_count') %] élu(s)[%- END -%].</p> 
    1123 
    1224[% count = 0 %] 
     
    2739[% count = 0 %] 
    2840[% WHILE count < poll.info('free_choice') %] 
     41[% "<p>Choi(x) libre(s)</p>" IF count == 0 %] 
    2942<input type="text" name="fsbal" value="[% fsbal.$count %]"><br> 
    3043[% count = count + 1 %] 
Note: See TracChangeset for help on using the changeset viewer.