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

Last change on this file since 226 was 226, checked in by nanardon, 15 years ago
  • prefer poll uid in url instead db id (if available)
  • Property svn:keywords set to Id
File size: 226 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', poll.uid) %]">[% poll.info('label') | html %]</a>
6<br>
7[% END %]
Note: See TracBrowser for help on using the repository browser.