source: extensions/mypolls/templates/plugin_public_question2.tpl @ 7690

Last change on this file since 7690 was 3397, checked in by grum, 15 years ago

Add plugin MyPolls - this release is not published in PEM (functionnal but not tested yet...)

File size: 1.1 KB
Line 
1<!-- question's blocks -->
2
3<fieldset  class="mypolls_page">
4  <legend>{lang:mypolls_cm_question} #{mypolls_questions_block.NUMQ}/{mypolls_questions_block.NBQ}</legend>
5  <p>{mypolls_questions_block.DESCRIPTION}</p>
6  <i>{lang:mypolls_cm_answer}&nbsp;{mypolls_questions_block.ANSNFO}</i>
7  <ol class="compact">
8    <!-- BEGIN answers -->
9      <li><label>{mypolls_questions_block.answers.INPUTFIELD}&nbsp;{mypolls_questions_block.answers.ANSWER}</label></li>
10    <!-- END answers -->
11  </ol>
12</fieldset>
13<!-- END mypolls_questions_block -->
14
15
16<!-- BEGIN mypolls_next_question -->
17<input type="button" value="{lang:mypolls_next_question}" id="inext_step"
18        onclick="load_poll_questions('{mypolls_next_question.NEXTQUESTION}');">
19<!-- END mypolls_next_question -->
20
21<!-- BEGIN mypolls_last_question -->
22  <!-- BEGIN comment -->
23  <p><br><i>{lang:mypolls_put_comment}</i><br>
24  <textarea name="fmypolls_comment" rows=4 cols=80></textarea></p>
25  <!-- END comment -->
26<input type="submit" value="{lang:mypolls_submit_results}" name="submit_results" id="inext_step" >
27<!-- END mypolls_last_question -->
28
Note: See TracBrowser for help on using the repository browser.