2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/softgreencurves/question.pstpl
2008-10-15 22:36:05 +00:00

34 lines
969 B
Plaintext

<table width='90%' bgcolor='white'>
<tr>
<td>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td width='20' bgcolor='#96F68C' valign='top'>
<img src='{TEMPLATEURL}headleft.gif' hspace='0' align='right' alt='' />
</td>
<td width='99%' bgcolor='#96F68C' align='center' style='border-color: #FF6600; border-top-style: solid; border-top-width: 1'>
<font size='2' color='#003300'>{QUESTION}</font>
</td>
<td width='20' bgcolor='#96F68C' valign='top'>
<img src='{TEMPLATEURL}headright.gif' hspace='0' align='left' alt='' />
</td>
</tr>
<tr>
<td colspan='3' align='center' bgcolor='#CCFFCC'>
<br />{ANSWER}<br />
</td>
</tr>
<tr>
<td colspan='3' bgcolor='#EEFFEE' align='center'><br />
<font size='1'>{QUESTIONHELP}</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td height='10'></td>
</tr>
</table>