mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Import from DCARF SVN
This commit is contained in:
13
include/limesurvey/templates/quexs/assessment.pstpl
Normal file
13
include/limesurvey/templates/quexs/assessment.pstpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<br />
|
||||
<table align='center' width='75%' border='1' style='border-collapse: collapse; border-color: #111111' >
|
||||
<tr>
|
||||
<td bgcolor='#EEf6ff' align='center'><font size='2'>
|
||||
<strong>{ASSESSMENT_HEADING}</strong></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor='#FFFFFF'>
|
||||
{ASSESSMENTS}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
BIN
include/limesurvey/templates/quexs/chart.jpg
Normal file
BIN
include/limesurvey/templates/quexs/chart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 631 B |
13
include/limesurvey/templates/quexs/clearall.pstpl
Normal file
13
include/limesurvey/templates/quexs/clearall.pstpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<br />
|
||||
<table align='center' cellpadding='30' width='60%'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='white'>
|
||||
<font face='arial' size='2'>
|
||||
<font color='red'><strong>{ANSWERSCLEARED}</strong></font><br /><br />
|
||||
{RESTART}<br />
|
||||
{CLOSEWINDOW}
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
10
include/limesurvey/templates/quexs/completed.pstpl
Normal file
10
include/limesurvey/templates/quexs/completed.pstpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<br />
|
||||
<table width='75%' align='center' border='1' style='border-collapse: collapse; border-color: #111111' bgcolor='white'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font size='2'><br />{COMPLETED}<br />
|
||||
<br />
|
||||
{URL}<br /><br /></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
4
include/limesurvey/templates/quexs/endgroup.pstpl
Normal file
4
include/limesurvey/templates/quexs/endgroup.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table><tr><td height='2'></td></tr></table>
|
||||
4
include/limesurvey/templates/quexs/endpage.pstpl
Normal file
4
include/limesurvey/templates/quexs/endpage.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
@@ -0,0 +1 @@
|
||||
<br /><font face='verdana' size='2'>{GROUPDESCRIPTION}</font><br /><br />
|
||||
11
include/limesurvey/templates/quexs/load.pstpl
Normal file
11
include/limesurvey/templates/quexs/load.pstpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<table width='100%' align='center' cellspacing='0' bgcolor='#FFFFFF'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#eef6ff'>
|
||||
<strong><font size='+1'>{LOADHEADING}</font></strong></td></tr>
|
||||
<tr><td align='center'><br /><font color='red'>{LOADERROR}</font>
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
7
include/limesurvey/templates/quexs/navigator.pstpl
Normal file
7
include/limesurvey/templates/quexs/navigator.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<table width='100%' align='center' bgcolor='#EEeeee'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
{NAVIGATOR}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
8
include/limesurvey/templates/quexs/privacy.pstpl
Normal file
8
include/limesurvey/templates/quexs/privacy.pstpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<table align='center' bgcolor='#FFFFFF' width='100%' border='0'>
|
||||
<tr>
|
||||
<td width='15%' ></td><td align='center' bgcolor='#eef6ff'><font size='1'>
|
||||
{PRIVACYMESSAGE}</font>
|
||||
</td><td width='15%' ></td>
|
||||
</tr>
|
||||
<tr><td><br /> </td></tr>
|
||||
</table>
|
||||
28
include/limesurvey/templates/quexs/question.pstpl
Normal file
28
include/limesurvey/templates/quexs/question.pstpl
Normal file
@@ -0,0 +1,28 @@
|
||||
<table width='100%' align='center' bgcolor='#eeeeee' >
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<table width='100%' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#dddddd'>
|
||||
<font size='1'>{QUESTION_CODE}.</font><span class='questiontext'>{QUESTION}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='questionhelp' align='center' bgcolor='#cccccc'>
|
||||
{QUESTIONHELP}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
{ANSWER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td height='10'></td>
|
||||
</tr>
|
||||
</table>
|
||||
10
include/limesurvey/templates/quexs/register.pstpl
Normal file
10
include/limesurvey/templates/quexs/register.pstpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<table width='100%' align='center' cellspacing='0' bgcolor='#ffffff'>
|
||||
<tr>
|
||||
<td>
|
||||
<center>
|
||||
<font color='red'><strong>{REGISTERERROR}</strong></font>
|
||||
<p><strong>{REGISTERMESSAGE1}</strong></p>
|
||||
<p>{REGISTERMESSAGE2}</p>
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
</td></tr></table>
|
||||
11
include/limesurvey/templates/quexs/save.pstpl
Normal file
11
include/limesurvey/templates/quexs/save.pstpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<table width='100%' align='center' cellspacing='0' bgcolor='#FFFFFF'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#eef6ff'>
|
||||
<strong><font size='+1'>{SAVEHEADING}</font></strong></td></tr>
|
||||
<tr><td align='center'><br /><font color='red'>{SAVEERROR}</font>
|
||||
{SAVEMESSAGE}<br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
4
include/limesurvey/templates/quexs/startgroup.pstpl
Normal file
4
include/limesurvey/templates/quexs/startgroup.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<table><tr><td height='2'></td></tr></table>
|
||||
<table width='100%' align='center' bgcolor='#eeeeee' >
|
||||
<tr>
|
||||
<td align='center'>
|
||||
99
include/limesurvey/templates/quexs/startpage.pstpl
Normal file
99
include/limesurvey/templates/quexs/startpage.pstpl
Normal file
@@ -0,0 +1,99 @@
|
||||
<title>{SURVEYNAME}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
<style type='text/css'>
|
||||
a:link, a:visited
|
||||
{
|
||||
color: #819d26;
|
||||
text-decoration: none;
|
||||
}
|
||||
body.default
|
||||
{
|
||||
background-color: #eeeeee;
|
||||
font-size: 11pt;
|
||||
line-height: 150%;
|
||||
font-family: Arial, sans-serif;
|
||||
color: #1d2d45;
|
||||
}
|
||||
.questiontext
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
.question
|
||||
{
|
||||
font-size: 14pt;
|
||||
}
|
||||
.questionhelp
|
||||
{
|
||||
font-size: 12pt;
|
||||
}
|
||||
.clearall
|
||||
{
|
||||
font-size: 11pt;
|
||||
}
|
||||
.answertext
|
||||
{
|
||||
font-size: 12pt;
|
||||
}
|
||||
.answertextright
|
||||
{
|
||||
text-align:left;
|
||||
}
|
||||
.array1
|
||||
{
|
||||
font-size: 12pt;
|
||||
text-align:center;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.array2
|
||||
{
|
||||
font-size: 11pt;
|
||||
text-align:center;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.arraycaptionleft
|
||||
{
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.errormandatory
|
||||
{
|
||||
font-size:12pt;
|
||||
font-weight:bold;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
.warningjs
|
||||
{
|
||||
font-size:12pt;
|
||||
font-weight:bold;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
.saveall
|
||||
{
|
||||
font-size:10pt;
|
||||
font-weight:normal;
|
||||
color:black;
|
||||
}
|
||||
.asterisk
|
||||
{
|
||||
color: #FF0000;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.innergraph img
|
||||
{
|
||||
height:12px;
|
||||
}
|
||||
.innergraph table
|
||||
{
|
||||
border:1px solid #000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class='default' bgcolor='#eeeeee'>
|
||||
<table width='100%' align='center' cellspacing='0' bgcolor='#eeeeee'>
|
||||
<tr>
|
||||
<td>
|
||||
12
include/limesurvey/templates/quexs/submit.pstpl
Normal file
12
include/limesurvey/templates/quexs/submit.pstpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<table width='100%' align='center' cellspacing='0' bgcolor='#EEEEEE'>
|
||||
<tr><td>
|
||||
<center>
|
||||
<br />
|
||||
{SUBMITCOMPLETE}<br /><br />
|
||||
|
||||
{SUBMITBUTTON}<br /><br />
|
||||
|
||||
<br />
|
||||
</center>
|
||||
</td></tr>
|
||||
</table>
|
||||
12
include/limesurvey/templates/quexs/survey.pstpl
Normal file
12
include/limesurvey/templates/quexs/survey.pstpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<table width='100%' align='center' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#EEEEEE'>
|
||||
<font color='#328639'><strong>{SURVEYNAME}</strong></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#eeeeee'>
|
||||
{PERCENTCOMPLETE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
15
include/limesurvey/templates/quexs/welcome.pstpl
Normal file
15
include/limesurvey/templates/quexs/welcome.pstpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<table align='center' width='100%' cellpadding='25' cellspacing='0' border='0' style='border-color: #111111'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#eef6ff'>
|
||||
{CHECKJAVASCRIPT}
|
||||
<font face='verdana' size='4' color='#328639'><strong>{SURVEYNAME}</strong></font><br />
|
||||
<font size='2' color='#1d2d45'>{SURVEYDESCRIPTION}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#FFFFFF'>
|
||||
<font face='verdana' size='2' color='#1d2d45'>{WELCOME}<br /><br />
|
||||
<i>{THEREAREXQUESTIONS}</i>
|
||||
</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user