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

36 lines
939 B
Plaintext

<table class="survey-list-table">
<tr>
<td class="site-name">
<p>{SITENAME}</p>
</td>
</tr>
<tr>
<td class="survey-list-heading">
<strong>{SURVEYLISTHEADING}</strong>
</td>
</tr>
<tr>
<td class="survey-list">
<table align="center">
<tr>
<td>
<ul>{SURVEYLIST}</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="survey-contact">
{SURVEYCONTACT}
</td>
</tr>
<tr>
<td class="language-changer">
<p>{LANGUAGECHANGER}</p>
<a href="http://www.limesurvey.org" target="_blank"><img src="{TEMPLATEURL}limesurvey_logo.png" border="0" title="LimeSurvey" /></a><br /><br />
<a href="http://www.limesurvey.org" target="_blank">The Online Survey Tool</a> - Free & Open Source<br />
</td>
</tr>
</table>