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/business_grey/assessment.pstpl
Normal file
13
include/limesurvey/templates/business_grey/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='#CCCCCC' align='center'><font size='2'>
|
||||
<strong>{ASSESSMENT_HEADING}</strong></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
{ASSESSMENTS}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
BIN
include/limesurvey/templates/business_grey/chart.jpg
Normal file
BIN
include/limesurvey/templates/business_grey/chart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 629 B |
12
include/limesurvey/templates/business_grey/clearall.pstpl
Normal file
12
include/limesurvey/templates/business_grey/clearall.pstpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<br />
|
||||
<table align='center' cellpadding='30'>
|
||||
<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/business_grey/completed.pstpl
Normal file
10
include/limesurvey/templates/business_grey/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'>{COMPLETED}<br /><br />
|
||||
|
||||
{URL}<br /><br /></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
4
include/limesurvey/templates/business_grey/endpage.pstpl
Normal file
4
include/limesurvey/templates/business_grey/endpage.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
@@ -0,0 +1 @@
|
||||
<br /><font face='arial' size='1' color='#777777'>{GROUPDESCRIPTION}</font><br /><br />
|
||||
BIN
include/limesurvey/templates/business_grey/limesurvey_logo.png
Normal file
BIN
include/limesurvey/templates/business_grey/limesurvey_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
7
include/limesurvey/templates/business_grey/load.pstpl
Normal file
7
include/limesurvey/templates/business_grey/load.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<center>
|
||||
<font color='red'>{LOADERROR}</font><br />
|
||||
<strong><font size='+1'>{LOADHEADING}</font></strong><br /><br />
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
10
include/limesurvey/templates/business_grey/navigator.pstpl
Normal file
10
include/limesurvey/templates/business_grey/navigator.pstpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<table width='100%' align='center' bgcolor='#E1E1E1'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
{NAVIGATOR}<br />
|
||||
{CLEARALL}
|
||||
{SAVE}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
BIN
include/limesurvey/templates/business_grey/preview.png
Normal file
BIN
include/limesurvey/templates/business_grey/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1 @@
|
||||
{ANSWERTABLE}
|
||||
7
include/limesurvey/templates/business_grey/privacy.pstpl
Normal file
7
include/limesurvey/templates/business_grey/privacy.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<table align='center' bgcolor='#EEEEEE' width='75%'>
|
||||
<tr>
|
||||
<td align='center'><font size='1'>
|
||||
{PRIVACYMESSAGE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
28
include/limesurvey/templates/business_grey/question.pstpl
Normal file
28
include/limesurvey/templates/business_grey/question.pstpl
Normal file
@@ -0,0 +1,28 @@
|
||||
<table width='97%' align='center' border='1' style='border-collapse: collapse;border-color:#EEEEEE' bgcolor='#E1E1E1'>
|
||||
<tr>
|
||||
<td>
|
||||
<table width='100%' cellspacing='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<font size='2' color='#666666'><b>{QUESTION_CODE}:</b> {QUESTION}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font color='#777777'>{ANSWER}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font size='1' color='#777777'>{QUESTIONHELP}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td height='1'></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -0,0 +1,7 @@
|
||||
<br />
|
||||
<center>
|
||||
<font color='red'><strong>{REGISTERERROR}</strong></font>
|
||||
<p><strong>{REGISTERMESSAGE1}</strong></p>
|
||||
<p>{REGISTERMESSAGE2}</p>
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
7
include/limesurvey/templates/business_grey/save.pstpl
Normal file
7
include/limesurvey/templates/business_grey/save.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<center>
|
||||
<font color='red'>{SAVEERROR}</font>
|
||||
<strong><font size='+1'>{SAVEHEADING}</font></strong><br /><br />
|
||||
{SAVEMESSAGE}<br /><br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
@@ -0,0 +1,4 @@
|
||||
</td></tr>
|
||||
<tr><td bgcolor='white' height='4'></td></tr>
|
||||
<tr><td>
|
||||
<font size='2' color='#666666'><b>{GROUPNAME}</b></font>
|
||||
11
include/limesurvey/templates/business_grey/startpage.pstpl
Normal file
11
include/limesurvey/templates/business_grey/startpage.pstpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<title>
|
||||
A SURVEY: {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>
|
||||
<table width='500' align='center' style='border-collapse: collapse' bgcolor='#E1E1E1' border='4' cellspacing='0'>
|
||||
<tr>
|
||||
<td>
|
||||
18
include/limesurvey/templates/business_grey/survey.pstpl
Normal file
18
include/limesurvey/templates/business_grey/survey.pstpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<table width='100%' cellspacing='0'>
|
||||
<tr>
|
||||
<td bgcolor='#E1E1E1'>
|
||||
<font color='#666666' size='3'><b>{SURVEYNAME}</b></font><br />
|
||||
<font size='2' color='#777777'>{SURVEYDESCRIPTION}
|
||||
</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' bgcolor='#E1E1E1'>
|
||||
{PERCENTCOMPLETE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
{LANGUAGECHANGER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
35
include/limesurvey/templates/business_grey/surveylist.pstpl
Normal file
35
include/limesurvey/templates/business_grey/surveylist.pstpl
Normal file
@@ -0,0 +1,35 @@
|
||||
<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>
|
||||
173
include/limesurvey/templates/business_grey/template.css
Normal file
173
include/limesurvey/templates/business_grey/template.css
Normal file
@@ -0,0 +1,173 @@
|
||||
body {
|
||||
color:#444;
|
||||
background-color:#B7B7B7;
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.answertextright {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.submit {
|
||||
background-color:#CCF;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.text {
|
||||
background-color:#EFEFEF;
|
||||
color:#777;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.select {
|
||||
background-color:#EFEFEF;
|
||||
color:#555;
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
background-color:#EFEFEF;
|
||||
color:#666;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
.clearall {
|
||||
font-size:7pt;
|
||||
}
|
||||
|
||||
.clearall
|
||||
A:link {
|
||||
text-decoration:none;
|
||||
font-family:arial;
|
||||
color:#555;
|
||||
}
|
||||
|
||||
.clearall
|
||||
A:visited {
|
||||
text-decoration:none;
|
||||
font-family:arial;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
.clearall
|
||||
A:active {
|
||||
text-decoration:none;
|
||||
font-family:arial;
|
||||
color:#EEE;
|
||||
}
|
||||
|
||||
.clearall
|
||||
A:hover {
|
||||
text-decoration:underline;
|
||||
font-family:arial;
|
||||
color:#222;
|
||||
}
|
||||
|
||||
.graph {
|
||||
border:solid;
|
||||
background-color:EFEFEF;
|
||||
border-color:#777;
|
||||
border-width:1px;
|
||||
}
|
||||
|
||||
.innergraph {
|
||||
background-color:EFEFEF;
|
||||
color:#777;
|
||||
font-family:arial;
|
||||
font-size:8pt;
|
||||
}
|
||||
|
||||
.array1 {
|
||||
background-color:#D1D1D1;
|
||||
color:#777;
|
||||
text-alignment:left;
|
||||
}
|
||||
|
||||
.array2 {
|
||||
background-color:#EFEFEF;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.questionhelp {
|
||||
font-size:10px;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.warningjs {
|
||||
font-size:12px;
|
||||
font-weight:700;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
.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 {
|
||||
background-color:#F0F0F0;
|
||||
}
|
||||
|
||||
.languagechanger {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.rank,.question {
|
||||
background-color:#E1E1E1;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
table.question tr.array1:hover,table.question tr.array2:hover {
|
||||
background-color:#A7A9D1;
|
||||
}
|
||||
26
include/limesurvey/templates/business_grey/welcome.pstpl
Normal file
26
include/limesurvey/templates/business_grey/welcome.pstpl
Normal file
@@ -0,0 +1,26 @@
|
||||
<table width='500' style='border-collapse: collapse; border-bottom-width: 1; border-color: #EEEEEE' border='0'>
|
||||
{CHECKJAVASCRIPT}
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<font size='4' color='#666666'><b>{SURVEYNAME}</b></font><br />
|
||||
<font size='2' color='#777777'>{SURVEYDESCRIPTION}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<table width='95%' align='center' border='0'><tr><td>
|
||||
<font size='2' color='#666666'>{WELCOME}</font><br /><br />
|
||||
</td></tr></table>
|
||||
<font color='#999999' size='1'>{THEREAREXQUESTIONS}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user