2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/basic/question.pstpl
2010-01-14 07:45:37 +00:00

18 lines
589 B
Plaintext

<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%" class="answer">{ANSWER}</td>
</tr>
<tr><td>{QUESTIONHELP}</td></tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0"><tr><td height="24"></td></tr></table>