Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / configure_poll.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <table class='bordered'>
10 <tr><td colspan='2' align='center' class='important'>Anketa / Poll</td></tr>
11 <tr>
12 <td class='important'>Otazka::</td>
13 <td><input type='text' name='question'></td>
14 </tr>
15 <tr>
16 <td class='important'>Moznosti::</td>
17 <td><textarea name='options'></textarea><br><i>do ramceka zadaj lubovolne mnozstvo moznosti oddelene bodkociarkou (napr. ano;nie;mozno)</i>
18 </tr>
19 <tr><td align='center' colspan='2'><input type='submit' name='event' value='configure_poll'></td></tr>
20 </table>
21 <br><br>
This page took 0.236729 seconds and 4 git commands to generate.