source: trunk/root/templates/admin/default.tt @ 227

Last change on this file since 227 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: 422 bytes
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/admin_menu.tt' %]
3
4[% poll = c.model('Vote').poll(voteid) %]
5
6[% IF poll.status == 'BEFORE' %]
7[% INCLUDE 'admin/includes/poll_settings.tt' %]
8[% END %]
9
10[% IF poll.status == 'AFTER' %]
11[% IF poll.list_ballot_need_dec.size %]
12[% INCLUDE admin/includes/ballot_decrypt.tt %]
13[% ELSE %]
14[% INCLUDE admin/includes/ballot_validation.tt %]
15[% END %]
16[% END %]
17
18<div style="clear: both"></div>
Note: See TracBrowser for help on using the repository browser.