source: trunk/root/templates/ballot/index.tt @ 267

Last change on this file since 267 was 227, checked in by nanardon, 15 years ago
  • remove useless declaration, add $ marker in all template
  • Property svn:keywords set to Id Rev
File size: 321 bytes
Line 
1<!-- $Id$ -->
2[% vote = c.model('Vote') %]
3[% poll = c.model('Vote').poll(voteid) %]
4
5[% voteids = vote.list_running_vote %]
6
7[% IF voteids.size %]
8
9[% FOREACH voteid = voteids %]
10<a href="[% c.uri_for('/ballot', poll.uid) %]">[% poll.info('label') | html %]</a>
11<br>
12[% END %]
13
14[% ELSE %]
15Pas de vote en cours
16[% END %]
Note: See TracBrowser for help on using the repository browser.