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/surveylist.pstpl
2010-01-14 07:45:37 +00:00

40 lines
1.3 KiB
Plaintext

<table style='width:100%; background-color:#FFFFFF; text-align:center;'>
<tr>
<td style='text-align:center;'>
<h1>{SITENAME}</h1>
</td>
</tr>
<tr>
<td style='padding-top:20px; text-align:center;'>
<span style='font-weight:bold;'>{SURVEYLISTHEADING}</span>
</td>
</tr>
<tr>
<td align="center" style='padding:20px 0;'>
<ul>{SURVEYLIST}</ul>
</td>
</tr>
<tr>
<td style='text-align:center;'>
{SURVEYCONTACT}
</td>
</tr>
<tr>
<td style='text-align:center;' height="100" valign="bottom">
<p style='padding:20px 0;'>{LANGUAGECHANGER}</p>
<a href="http://www.limesurvey.org" target="_blank"><img src="{TEMPLATEURL}poweredby.png" border="0" title="LimeSurvey Survey Software" /></a><br />
<span style='font-size:0.9em;'><a href="http://www.limesurvey.org" style='color:#000;' target="_blank">The Online Survey Tool</a> - Free & Open Source</span><br />
</td>
</tr>
</table>
<style type="text/css">
body {
background-image: url({TEMPLATEURL}gradient2.gif);
}
</style>
<!--[if lt IE 7]>
<script language="JavaScript">
jQuery.ready(function(){correctPNG();});
</script>
<![endif]-->