source: trunk/root/templates/vote/default.tt @ 55

Last change on this file since 55 was 49, checked in by nanardon, 15 years ago
  • add pages titles
  • Property svn:keywords set to Id
File size: 370 bytes
Line 
1[% vote = c.model('Vote') %]
2
3[% INCLUDE 'includes/poll.tt' %]
4
5[% SWITCH vote.vote_status(voteid) %]
6[% CASE 'RUNNING' %]
7[% INCLUDE 'includes/poll_running.tt' %]
8[% CASE 'BEFORE' %]
9<div class="page_box">
10<p>Ce scrutin n'est pas encore ouvert.</p>
11</div>
12[% CASE 'AFTER' %]
13[% INCLUDE 'includes/poll_results.tt' %]
14[% END %]
15
16[% INCLUDE 'includes/signing_list.tt' %]
17
Note: See TracBrowser for help on using the repository browser.