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

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