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

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