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

Last change on this file since 38 was 38, checked in by nanardon, 15 years ago
  • more html improvement
File size: 310 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<p>Avant</p>
10[% CASE 'AFTER' %]
11[% INCLUDE 'includes/poll_results.tt' %]
12[% END %]
13
14[% INCLUDE 'includes/signing_list.tt' %]
15
Note: See TracBrowser for help on using the repository browser.