mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
17 lines
380 B
Plaintext
17 lines
380 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-content">
|
|
<span class="survey-welcome">{WELCOME}</span>
|
|
<span class="x-questions">{THEREAREXQUESTIONS}</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|