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

Last change on this file was 465, checked in by misc, 14 years ago
  • add a missing whitespace
  • Property svn:keywords set to Id Rev
File size: 799 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
19<p>
20[% IF NOT c.stash.error_mail %]
21[% l('A summary mail has been sent') %].
22[% ELSE %]
23[% l('Could not send the summary mail:') %]
24<pre>[% c.stash.mail_error %]</pre>
25[% l('Please contact your system administrator') %].
26[% END %]
27</p>
28</div>
29
Note: See TracBrowser for help on using the repository browser.