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:
34
include/limesurvey/templates/softgreencurves/question.pstpl
Normal file
34
include/limesurvey/templates/softgreencurves/question.pstpl
Normal file
@@ -0,0 +1,34 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user