source: trunk/root/templates/includes/ballot_settings.tt @ 319

Last change on this file since 319 was 319, checked in by nanardon, 14 years ago
  • support of several poll type
  • remove static result storage
  • Property svn:keywords set to Id Rev
File size: 352 bytes
RevLine 
[227]1<!-- $Id$ -->
[169]2[% poll = c.model('Vote').poll(voteid) %]
3
[217]4<div style="float: left; width: 55%" class="box">
[226]5<form action="[% c.uri_for(poll.uid, 'ballot') %]" method="POST">
[217]6
[319]7[% ballotsettingstt = 'pollinc/' _ poll.type _ '/ballot_settings.tt' %]
8[% INCLUDE $ballotsettingstt %]
[217]9
[280]10<input type="submit" name="pollballot" value="[% l('save') %]">
[169]11</form>
12
Note: See TracBrowser for help on using the repository browser.