Changeset 192


Ignore:
Timestamp:
04/14/09 16:34:31 (15 years ago)
Author:
nanardon
Message:
  • be shorter in confirm step
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/ballot/default.tt

    r169 r192  
    66<form action="[% c.uri_for(voteid) %]" method="POST"> 
    77<p><b>Vote: [% thisvote.label | html %]</b></p> 
     8[% IF c.req.param('ballot') %] 
     9<p>Confirmez votre vote:</p> 
     10[% ELSE %] 
     11[% IF vote_error %]<p class="alert">Erreur: [% vote_error %]</p>[% END %] 
    812<p>[% thisvote.description | html | html_line_break %]</p> 
    913<p>[% thisvote.choice_count %] choix possibles:</p> 
     14[% END %] 
    1015<hr> 
    1116[% IF c.req.param('ballot') %] 
    12 <p>Confirmez votre vote:</p> 
    1317 
    1418[% FOREACH ch = c.req.param('sbal') %] 
     
    3337[% ELSE %] 
    3438 
    35 [% IF vote_error %]<p class="alert">[% vote_error %]</p>[% END %] 
    3639 
    3740[% INCLUDE 'includes/ballot_form.tt' %] 
Note: See TracChangeset for help on using the changeset viewer.