source: trunk/root/templates/ballot/closed.tt @ 42

Last change on this file since 42 was 42, checked in by nanardon, 15 years ago
  • html and perl fixes
File size: 331 bytes
Line 
1[% INCLUDE 'includes/poll.tt' %]
2
3[% vote = c.model('Vote') %]
4
5<div id="ballot">
6[% IF vote.vote_status(voteid) == 'BEFORE' %]
7Ce Vote n'est pas encore ouvert
8[% ELSIF vote.vote_status(voteid) == 'AFTER' %]
9Ce vote est terminé, les résultats sont disponibles
10<a href="[% c.uri_for('/vote', voteid) %]">ici</a>.
11[% END %]
12</div>
Note: See TracBrowser for help on using the repository browser.