source: branches/1/root/templates/vote/default.tt @ 285

Last change on this file since 285 was 112, checked in by nanardon, 15 years ago
  • don't show voting list during poll
  • Property svn:keywords set to Id
File size: 512 bytes
Line 
1<div style="text-align: right;"><a href="[% c.uri_for( '/admin', voteid ) %]">Administrer</a></div>
2
3[% vote = c.model('Vote') %]
4
5[% INCLUDE 'includes/poll.tt' %]
6
7[% SWITCH vote.vote_status(voteid) %]
8[% CASE 'RUNNING' %]
9[% INCLUDE 'includes/poll_running.tt' %]
10[% CASE 'BEFORE' %]
11<div class="page_box">
12<p>Ce scrutin n'est pas encore ouvert.</p>
13</div>
14[% INCLUDE 'includes/signing_list.tt' %]
15[% CASE 'AFTER' %]
16[% INCLUDE 'includes/poll_results.tt' %]
17[% INCLUDE 'includes/signing_list.tt' %]
18[% END %]
19
20
Note: See TracBrowser for help on using the repository browser.