Changeset 63


Ignore:
Timestamp:
03/17/09 22:28:51 (15 years ago)
Author:
delcambre
Message:
  • Add button name and reverse columns
File:
1 edited

Legend:

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

    r61 r63  
    4242<input type="text" name="free_choice" value="[% c.req.param('free_choice') || thisvote.free_choice || 0 | html %]"> 
    4343<br> 
    44 <input type="submit"> 
     44<input type="submit" value="Enregistrer"> 
    4545</form> 
    4646</td> 
     
    6161Ajouter un choix:<br> 
    6262<input type="text" name="addch"> 
    63 <input type="submit"> 
     63<input type="submit" value="Ajouter"> 
    6464</form> 
    6565</td> 
     
    6969<hr> 
    7070 
     71Liste des votants : 
    7172<table border="1"> 
    7273<tr> 
     74<td valign="TOP"> 
     75<p>Ajouter un votant</p> 
     76<form action="[% c.uri_for(voteid) %]"> 
     77Nom: <input type="text" name="id"><br> 
     78Mail: <input type="text" name="mail"><br> 
     79<input type="submit" value="Ajouter"> 
     80</form> 
     81<hr> 
     82<p>Soumettre la liste via un fichier csv</p> 
     83<p>Format: <i>Nom;Mail@domain</i></p> 
     84<form method="POST" ENCTYPE="multipart/form-data" action="[% c.uri_for(voteid) %]"> 
     85<input type="file" name="votinglist"><br> 
     86<input type="checkbox" name="delete">Effacer la liste des votants<br> 
     87<input type="submit" value="Ajouter"> 
     88</form> 
     89<hr> 
     90<p>Envoyer les mots de passes au nouveaux votants</p> 
     91<form action="[% c.uri_for(voteid) %]"> 
     92<input type="submit" name="mailpasswd" value="Envoyer les mot de passe"> 
     93</form> 
     94</td> 
    7395<td valign="TOP"> 
    7496[% IF NOT vote.vote_voting_count(voteid) %] 
     
    86108[% END %] 
    87109[% END %] 
    88 </td> 
    89 <td valign="TOP"> 
    90 <p>Ajouter un votant</p> 
    91 <form action="[% c.uri_for(voteid) %]"> 
    92 Nom: <input type="text" name="id"><br> 
    93 Mail: <input type="text" name="mail"><br> 
    94 <input type="submit"> 
    95 </form> 
    96 <hr> 
    97 <p>Soumettre la liste via un fichier csv</p> 
    98 <p>Format: <i>Nom;Mail@domain</i></p> 
    99 <form method="POST" ENCTYPE="multipart/form-data" action="[% c.uri_for(voteid) %]"> 
    100 <input type="file" name="votinglist"><br> 
    101 <input type="checkbox" name="delete">Effacer la liste des votants<br> 
    102 <input type="submit"> 
    103 </form> 
    104 <hr> 
    105 <p>Envoyer les mots de passes au nouveaux votants</p> 
    106 <form action="[% c.uri_for(voteid) %]"> 
    107 <input type="submit" name="mailpasswd" value="Envoyer les mot de passe"> 
    108 </form> 
    109110</td> 
    110111</tr> 
Note: See TracChangeset for help on using the changeset viewer.