Changeset 172 for trunk/root


Ignore:
Timestamp:
04/08/09 02:59:14 (15 years ago)
Author:
nanardon
Message:
  • add password to session after request confirm
File:
1 edited

Legend:

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

    r169 r172  
    88[% IF vote.vote_status(voteid) == 'BEFORE' %] 
    99<table border="1"> 
    10 <tr><th>Vote</th><th>Possibilité de vote</th></tr> 
     10<tr><th>Vote</th><th></th></tr> 
    1111<tr> 
    1212<td valign="TOP"> 
     
    4949</td> 
    5050<td valign="TOP"> 
    51 [% IF ! vote.vote_choices(voteid).size %] 
    52 <p class="alert">Aucun choix configuré</p> 
    53 [% ELSE %] 
    54 [% FOREACH choice = vote.vote_choices(voteid) %] 
    55 <form action="[% c.uri_for(voteid) %]" method="POST"> 
    56 [% loop.count %] - [% vote.choice_info(choice).label | html %] 
    57 <input type="hidden" name="delch" value="[% vote.choice_info(choice).key %]"> 
    58 <input type="submit" name="del" value="Effacer"> 
    59 </form> 
    60 <br> 
    61 [% END %] 
    62 [% END %] 
    63 <form action="[% c.uri_for(voteid) %]" method="POST"> 
    64 Ajouter un choix:<br> 
    65 <input type="text" name="addch"> 
    66 <input type="submit" value="Ajouter"> 
    67 </form> 
    6851</td> 
    6952</tr> 
Note: See TracChangeset for help on using the changeset viewer.