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

Last change on this file since 269 was 264, checked in by nanardon, 15 years ago
  • show value in validation only from not invalid ballot,
  • split ballot validation into separate page
  • Property svn:keywords set to Id Rev
File size: 420 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>Saisissez 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.