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

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