source: trunk/root/templates/admin/index.tt @ 207

Last change on this file since 207 was 207, checked in by nanardon, 15 years ago
  • cleanup old functions and switch everything to new objects
  • Property svn:keywords set to Id
File size: 224 bytes
Line 
1[% vote = c.model('Vote') %]
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% FOREACH voteid = c.model('Vote').list_comming_vote %]
5<a href="[% c.uri_for('/admin', voteid) %]">[% poll.info('label') | html %]</a>
6<br>
7[% END %]
Note: See TracBrowser for help on using the repository browser.