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

16 lines
434 B
Plaintext

<table align="center" width="100%" cellpadding="25" cellspacing="0" border="0" style="border-color: #111111">
<tr>
<td align="center" bgcolor="#eef6ff">
{CHECKJAVASCRIPT}
<h1>{SURVEYNAME}</h1><br />
<p class='surveydescription'>{SURVEYDESCRIPTION}</p>
</td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<p class='surveywelcome'>{WELCOME}</p><br />
<i>{THEREAREXQUESTIONS}</i>
</td>
</tr>
</table>