mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
29 lines
820 B
Text
29 lines
820 B
Text
<table class="survey-list-table">
|
|
<tr>
|
|
<td class="site-name">
|
|
<h1>{SITENAME}</h1>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="survey-list-heading">
|
|
{SURVEYLISTHEADING}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="survey-list">
|
|
<ul>{SURVEYLIST}</ul>
|
|
</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 />
|
|
<a href="http://www.limesurvey.org" target="_blank">The Online Survey Tool</a> - Free & Open Source<br />
|
|
</td>
|
|
</tr>
|
|
</table>
|