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:
28
include/limesurvey/templates/business_grey/question.pstpl
Normal file
28
include/limesurvey/templates/business_grey/question.pstpl
Normal file
@@ -0,0 +1,28 @@
|
||||
<table width='97%' align='center' border='1' style='border-collapse: collapse;border-color:#EEEEEE' bgcolor='#E1E1E1'>
|
||||
<tr>
|
||||
<td>
|
||||
<table width='100%' cellspacing='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<font size='2' color='#666666'><b>{QUESTION_CODE}:</b> {QUESTION}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font color='#777777'>{ANSWER}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font size='1' color='#777777'>{QUESTIONHELP}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td height='1'></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user