source: trunk/root/templates/ballot/done.tt @ 323

Last change on this file since 323 was 323, checked in by nanardon, 14 years ago
  • proof reading from Ahmad Samir
  • Property svn:keywords set to Id Rev
File size: 555 bytes
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/poll.tt' %]
3
4[% poll = c.model('Vote').poll(voteid) %]
5
6<div id="ballot" class="page_box">
7<p>[% l('You\'ve just submitted your ballot') %]
8[% IF NOT poll.info.no_ballot_id_voting %]
9, [% l('your ballot id is:') _ ' ' %]<b>[% ballotid %]</b>
10[% END %].</p>
11
12[% IF NOT poll.info.no_ballot_id_voting %]
13<p>[% l('Write it down if you want to be able to check it at the end of the poll') %]</p> 
14[% END %]
15
16<p>[% l('Results will be available') %]
17<a href="[% c.uri_for('/vote', poll.uid) %]">[% l('here') %]</a>.</p>
18</div>
Note: See TracBrowser for help on using the repository browser.