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

Last change on this file since 375 was 337, checked in by misc, 14 years ago
  • fix function naming
  • Property svn:keywords set to Id Rev
File size: 210 bytes
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% FOREACH voteid = c.model('Vote').list_coming_vote %]
5<a href="[% c.uri_for('/admin', poll.uid) %]">[% poll.info('label') | html %]</a>
6<br>
7[% END %]
Note: See TracBrowser for help on using the repository browser.