2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Merging the Limesurvey 1.91+ branch of queXS in to the trunk

This commit is contained in:
azammitdcarf
2011-09-08 01:58:41 +00:00
parent dfa55a3b9e
commit eaa9578ab8
2312 changed files with 811461 additions and 597534 deletions

View File

@@ -1,15 +1,16 @@
<table align="center" width="100%" cellpadding="25" cellspacing="0" border="1" style="border-collapse: collapse;border-color:#111111">
{CHECKJAVASCRIPT}
<table class="welcome-table">
<tr>
<td align="center" bgcolor="#042455">
<span style="font-size: 110%; color: #E5E5E5; font-weight: bold;">{SURVEYNAME}</span><br />
<span style="font-size: 90%; color: #ccc;">{SURVEYDESCRIPTION}</span>
<td class="welcome-header">
<h2 class="survey-name">{SURVEYNAME}</h2>
<span class="survey-description-text">{SURVEYDESCRIPTION}</span>
</td>
</tr>
<tr>
<td style="font-size: 90%; text-align: center; background-color: #E5E5E5;">
<p>{WELCOME}<p>
<em>{THEREAREXQUESTIONS}</em>
<td class="welcome-content">
<span class="survey-welcome">{WELCOME}</span>
<span class="x-questions">{THEREAREXQUESTIONS}</span>
</td>
</tr>
</table>