source: trunk/root/templates/admin/includes/ballot_decrypt.tt @ 227

Last change on this file since 227 was 227, checked in by nanardon, 15 years ago
  • remove useless declaration, add $ marker in all template
  • Property svn:keywords set to Id Rev
File size: 419 bytes
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4<div class="box">
5<p>[% poll.list_ballot_need_dec.size %] bulletins chiffrés pour ce vote</p>
6<form action="[% c.uri_for(poll.uid) %]" method="POST">
7[% IF NOT poll.info.private_key %]
8<p>Demander le clef ici</p>
9[% END %]
10<input type="password" name="passphrase"><br>
11<input type="submit" name="decryptballot" value="Déchiffrer les bulletins">
12</form>
13</div>
Note: See TracBrowser for help on using the repository browser.