source: trunk/root/templates/newpoll/index.tt @ 285

Last change on this file since 285 was 285, checked in by nanardon, 15 years ago
  • end translation (#4)
  • Property svn:keywords set to Id Rev
File size: 676 bytes
Line 
1<!-- $Id$ -->
2<div id="poll_request" class="page_box">
3<p>[% l('Create a new poll') %]</p>
4
5<form action="[% c.uri_for() %]" method="POST">
6<center>
7<table border="0">
8<tbody align="center">
9<tr><th>[% l('Your mail:') %]</th><td><input type="text" name="mail" tabindex="1" size="45" maxlength="150"></td></tr>
10<tr><th>[% l('Poll name:') %]</th><td><input type="text" name="label" tabindex="2" size="45" maxlength="150"></td></tr>
11<!-- Cf http://forge.ipsl.jussieu.fr/epoll/ticket/1
12<tr><th>[% l('Password') %]</th><td><input type="password" name="vpasswd"></td></tr>
13-->
14<tr><td></td><td><input type="submit" tabindex="3"></td></tr>
15</tbody>
16</table>
17</center>
18</form>
19</div>
Note: See TracBrowser for help on using the repository browser.