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

21 lines
444 B
Plaintext

<table class="welcome-table">
<tr>
<td class="survey-description">
{CHECKJAVASCRIPT}
<h1>{SURVEYNAME}</h1><br />
<p class='surveydescription'>{SURVEYDESCRIPTION}</p>
</td>
</tr>
<tr>
<td class="language-changer">
{LANGUAGECHANGER}
</td>
</tr>
<tr>
<td class="survey-welcome">
<span class='surveywelcome'>{WELCOME}</span><br />
<span class="x-questions">{THEREAREXQUESTIONS}</span>
</td>
</tr>
</table>