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

Last change on this file since 54 was 54, checked in by delcambre, 15 years ago
  • increase and center field
  • Property svn:keywords set to Id
File size: 618 bytes
Line 
1<div id="poll_request" class="page_box">
2<p>Créer un nouveau vote:</p>
3
4<form action="[% c.uri_for() %]">
5<center>
6<table border="0">
7<tbody align="center">
8<tr><th>votre mail:</th><td><input type="text" name="mail" tabindex="1" size="45" maxlength="150"></td></tr>
9<tr><th>nom du vote:</th><td><input type="text" name="label" tabindex="2" size="45" maxlength="150"></td></tr>
10<!-- Cf http://forge.ipsl.jussieu.fr/epoll/ticket/1
11<tr><th>mot de passe:</th><td><input type="password" name="vpasswd"></td></tr>
12-->
13<tr><td></td><td><input type="submit" tabindex="3"></td></tr>
14</tbody>
15</table>
16</center>
17</form>
18</div>
Note: See TracBrowser for help on using the repository browser.