source: branches/1/root/templates/newpoll/default.tt @ 285

Last change on this file since 285 was 73, checked in by nanardon, 15 years ago
  • use method=post in all forms
  • Property svn:keywords set to Id
File size: 308 bytes
Line 
1<div id="poll_confirm" class="page_box">
2<form action="[% c.uri_for(reqid) %]" method="POST">
3[% c.model('Vote').poll_request_info(reqid).label | html %]<br>
4<p>Saisissez un mot de passe pour administrer votre vote</p>
5<p><input type="password" name="passwd"></p>
6<p><input type="submit"></p>
7</form>
8</div>
Note: See TracBrowser for help on using the repository browser.