root/website/templates/default/poll_question.html @ 2018

Revision 2018, 0.5 kB (checked in by kop-labs, 6 years ago)

align poll center and add admin form

Line 
1        <div class="poll" align="center">
2                        <b>[gettext.poll_question]</b>
3                        <p>
4                        <input type="radio" name="Q1" value="A1" /> [gettext.poll_q1]<br />
5                        <input type="radio" name="Q1" value="A2" /> [gettext.poll_q2]<br />
6                        <input type="radio" name="Q1" value="A3" /> [gettext.poll_q3]<br />
7                        <input type="radio" name="Q1" value="A4" /> [gettext.poll_q4]<br />
8                        <input type="radio" name="Q1" value="A5" /> [gettext.poll_q5]<br />
9                        </p>
10                        <div style="text-align: justify"><a href="#">[gettext.poll_vote]</a></div>
11                        </div>
Note: See TracBrowser for help on using the browser.