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
RevLine 
[49]1<div id="poll_request" class="page_box">
[44]2<p>Créer un nouveau vote:</p>
[31]3
4<form action="[% c.uri_for() %]">
[54]5<center>
[44]6<table border="0">
[54]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>
[44]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-->
[54]13<tr><td></td><td><input type="submit" tabindex="3"></td></tr>
14</tbody>
[44]15</table>
[54]16</center>
[31]17</form>
[44]18</div>
Note: See TracBrowser for help on using the repository browser.