mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Import from DCARF SVN
This commit is contained in:
15
include/limesurvey/templates/basic/question.pstpl
Normal file
15
include/limesurvey/templates/basic/question.pstpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<table width='100%' cellspacing='0' cellpadding='0' class='question' border='1'>
|
||||
<tr>
|
||||
<td align='left'>
|
||||
<table width='100%' cellspacing='0' cellpadding='8' border='0'>
|
||||
<tr><td class="be">{QUESTION}</td></tr>
|
||||
<!--<tr><td><font size='-1'><i>{QUESTIONHELPPLAINTEXT}</i></font></td></tr>-->
|
||||
<tr>
|
||||
<td width="100%">{ANSWER}</td>
|
||||
</tr>
|
||||
<tr><td>{QUESTIONHELP}</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing='0' cellpadding='0'><tr><td height='24'></td></tr></table>
|
||||
Reference in New Issue
Block a user