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

Last change on this file since 16 was 16, checked in by nanardon, 15 years ago
  • add admin interface
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.