2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/eirenicon/welcome.pstpl

22 lines
463 B
Plaintext

{CHECKJAVASCRIPT}
<table class="welcome-table">
<tr>
<td class="welcome-header">
<h2 class="survey-name">{SURVEYNAME}</h2>
<span class="survey-description-text">{SURVEYDESCRIPTION}</span>
</td>
</tr>
<tr>
<td class="welcome-language-changer">
{LANGUAGECHANGER}
</td>
</tr>
<tr>
<td class="welcome-content">
<span class="survey-welcome">{WELCOME}</span>
<span class="x-questions">{THEREAREXQUESTIONS}</span>
</td>
</tr>
</table>