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

Last change on this file since 423 was 323, checked in by nanardon, 14 years ago
  • proof reading from Ahmad Samir
  • Property svn:keywords set to Id Rev
File size: 338 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 %]
15[% l('No polls currently running') %]
16[% END %]
Note: See TracBrowser for help on using the repository browser.