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

Last change on this file since 109 was 47, checked in by nanardon, 15 years ago
  • CSS improvements
  • Property svn:keywords set to Id
File size: 181 bytes
Line 
1[% vote = c.model('Vote') %]
2
3[% FOREACH voteid = vote.list_comming_vote %]
4<a href="[% c.uri_for('/admin', voteid) %]">[% vote.vote_info(voteid).label | html %]</a>
5<br>
6[% END %]
Note: See TracBrowser for help on using the repository browser.