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/default/assessment.pstpl
Normal file
13
include/limesurvey/templates/default/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/default/chart.jpg
Normal file
BIN
include/limesurvey/templates/default/chart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 631 B |
13
include/limesurvey/templates/default/clearall.pstpl
Normal file
13
include/limesurvey/templates/default/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/default/completed.pstpl
Normal file
10
include/limesurvey/templates/default/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/default/endgroup.pstpl
Normal file
4
include/limesurvey/templates/default/endgroup.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table><tr><td height='2'></td></tr></table>
|
||||
4
include/limesurvey/templates/default/endpage.pstpl
Normal file
4
include/limesurvey/templates/default/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 />
|
||||
BIN
include/limesurvey/templates/default/limesurvey_logo.png
Normal file
BIN
include/limesurvey/templates/default/limesurvey_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
11
include/limesurvey/templates/default/load.pstpl
Normal file
11
include/limesurvey/templates/default/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>
|
||||
13
include/limesurvey/templates/default/navigator.pstpl
Normal file
13
include/limesurvey/templates/default/navigator.pstpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<table width='100%' align='center' bgcolor='#EEF6FF'>
|
||||
<tr>
|
||||
<td align='left' >
|
||||
{SAVE}
|
||||
</td>
|
||||
<td align='center'>
|
||||
{NAVIGATOR}
|
||||
</td>
|
||||
<td align='right'>
|
||||
{CLEARALL}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
BIN
include/limesurvey/templates/default/preview.png
Normal file
BIN
include/limesurvey/templates/default/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
1
include/limesurvey/templates/default/printanswers.pstpl
Normal file
1
include/limesurvey/templates/default/printanswers.pstpl
Normal file
@@ -0,0 +1 @@
|
||||
{ANSWERTABLE}
|
||||
8
include/limesurvey/templates/default/privacy.pstpl
Normal file
8
include/limesurvey/templates/default/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/default/question.pstpl
Normal file
28
include/limesurvey/templates/default/question.pstpl
Normal file
@@ -0,0 +1,28 @@
|
||||
<table width='75%' align='center' border='0' style='border-collapse: collapse; border-color: #111111' bgcolor='white'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<table width='100%' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#eef6ff'>
|
||||
<font size='2'><strong>{QUESTION}</strong>
|
||||
</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
{ANSWER}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='questionhelp' align='center' bgcolor='#eef6ff'>
|
||||
{QUESTIONHELP}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td height='10'></td>
|
||||
</tr>
|
||||
</table>
|
||||
10
include/limesurvey/templates/default/register.pstpl
Normal file
10
include/limesurvey/templates/default/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/default/save.pstpl
Normal file
11
include/limesurvey/templates/default/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>
|
||||
5
include/limesurvey/templates/default/startgroup.pstpl
Normal file
5
include/limesurvey/templates/default/startgroup.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<table><tr><td height='2'></td></tr></table>
|
||||
<table width='100%' align='center' bgcolor='#d2e0f2' border='0' style='border-collapse:collapse; border-color:#111111;'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font face='verdana' size='2'><strong>{GROUPNAME}</strong></font>
|
||||
9
include/limesurvey/templates/default/startpage.pstpl
Normal file
9
include/limesurvey/templates/default/startpage.pstpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<title>{SURVEYNAME}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
</head>
|
||||
<body class='default'>
|
||||
<table width='75%' align='center' style='border-collapse: collapse; border-color:#bbc6cc;' border='1' cellspacing='0'>
|
||||
<tr>
|
||||
<td>
|
||||
18
include/limesurvey/templates/default/survey.pstpl
Normal file
18
include/limesurvey/templates/default/survey.pstpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<table width='100%' align='center' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#EEF6FF'>
|
||||
<font color='#328639'><strong>{SURVEYNAME}</strong></font><br />
|
||||
<font size='1' >{SURVEYDESCRIPTION}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#d2e0f2'>
|
||||
{PERCENTCOMPLETE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
{LANGUAGECHANGER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
36
include/limesurvey/templates/default/surveylist.pstpl
Normal file
36
include/limesurvey/templates/default/surveylist.pstpl
Normal file
@@ -0,0 +1,36 @@
|
||||
<table width='100%' align='center' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#FFFFFF'>
|
||||
<p><font face='verdana' size='4' color='#328639'><strong>{SITENAME}</strong></font></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#FFFFFF'>
|
||||
<strong>{SURVEYLISTHEADING}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#FFFFFF'>
|
||||
<table align='center'>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>{SURVEYLIST}</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#FFFFFF'>
|
||||
{SURVEYCONTACT}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' height='100px' bgcolor='#FFFFFF' valign='bottom'>
|
||||
<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'><font color='#000000'>The Online Survey Tool</font></a> - Free & Open Source<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<body style="background-image: url({TEMPLATEURL}linearer_gradient_LimeSurvey2.gif);">
|
||||
121
include/limesurvey/templates/default/template.css
Normal file
121
include/limesurvey/templates/default/template.css
Normal file
@@ -0,0 +1,121 @@
|
||||
a:link,a:visited {
|
||||
color:#819d26;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
body.default {
|
||||
background-color:#FFF;
|
||||
font-size:11px;
|
||||
line-height:150%;
|
||||
font-family:Arial,Helvetica,sans-serif;
|
||||
color:#1d2d45;
|
||||
}
|
||||
|
||||
.questionhelp {
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
.clearall {
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
.answertextright {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.array1 {
|
||||
font-family:verdana;
|
||||
font-size:11px;
|
||||
text-align:center;
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.array2 {
|
||||
font-family:verdana;
|
||||
font-size:11px;
|
||||
text-align:center;
|
||||
background-color:#eee;
|
||||
}
|
||||
|
||||
.arraycaptionleft {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.saveall {
|
||||
font-weight:400;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.asterisk {
|
||||
color:red;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:12px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.innergraph table {
|
||||
height:12px;
|
||||
border:1px solid #000;
|
||||
table-layout:fixed !important;
|
||||
}
|
||||
|
||||
.innergraph td {
|
||||
height:12px;
|
||||
}
|
||||
|
||||
.printouttable {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.printouttable td {
|
||||
border-color:#fff #fff #ddf;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
}
|
||||
|
||||
.printouttable td:first-child {
|
||||
background-color:#ddf;
|
||||
font-weight:700;
|
||||
text-align:right;
|
||||
padding-right:5px;
|
||||
padding-left:5px;
|
||||
}
|
||||
|
||||
.printouttitle {
|
||||
padding-right:5px;
|
||||
padding-left:5px;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.surveytitle {
|
||||
font-size:1.2em;
|
||||
height:1.5em;
|
||||
}
|
||||
|
||||
.surveytitle:hover {
|
||||
text-decoration:underline;
|
||||
color:#819d26;
|
||||
}
|
||||
|
||||
.languagechanger {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.question,.answertext {
|
||||
font-family:verdana;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
.errormandatory,.warningjs {
|
||||
font-size:12px;
|
||||
font-weight:700;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
table.question tr.array1:hover,table.question tr.array2:hover {
|
||||
background-color:#A7A9D1;
|
||||
}
|
||||
15
include/limesurvey/templates/default/welcome.pstpl
Normal file
15
include/limesurvey/templates/default/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