source: trunk/root/templates/newpoll/default.tt @ 307

Last change on this file since 307 was 285, checked in by nanardon, 14 years ago
  • end translation (#4)
  • Property svn:keywords set to Id Rev
File size: 323 bytes
Line 
1<!-- $Id$ -->
2<div id="poll_confirm" class="page_box">
3<form action="[% c.uri_for(reqid) %]" method="POST">
4[% c.model('Vote').poll_request_info(reqid).label | html %]<br>
5<p>[% l('Enter administration password for this poll') %]</p>
6<p><input type="password" name="passwd"></p>
7<p><input type="submit"></p>
8</form>
9</div>
Note: See TracBrowser for help on using the repository browser.