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

Last change on this file since 323 was 227, checked in by nanardon, 15 years ago
  • remove useless declaration, add $ marker in all template
  • Property svn:keywords set to Id Rev
File size: 211 bytes
Line 
1<!-- $Id$ -->
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.