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/sherpa/Readme.txt
Normal file
13
include/limesurvey/templates/sherpa/Readme.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
This LimeSurvey Template is kindly provided by LimeSurvey User "jmblum"
|
||||
|
||||
His description of this template:
|
||||
The templates that come with LimeSurvey are all a bit of a mess from a HTML
|
||||
perspective, using tables with font statements, etc. That is why I have
|
||||
created a CSS based template which replaces most of the tables with
|
||||
div statements (though I use a table for the top graphic look).
|
||||
|
||||
Version: 08-16-2007
|
||||
|
||||
|
||||
Have a look at his website:
|
||||
http://www.webmastersherpa.com/content/useful-code/35/
|
||||
5
include/limesurvey/templates/sherpa/assessment.pstpl
Normal file
5
include/limesurvey/templates/sherpa/assessment.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<br />
|
||||
<div class="survey-assessment"><strong>{ASSESSMENT_HEADING}</strong></div>
|
||||
<div>
|
||||
{ASSESSMENTS}
|
||||
</div>
|
||||
BIN
include/limesurvey/templates/sherpa/box_bg.gif
Normal file
BIN
include/limesurvey/templates/sherpa/box_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 150 B |
BIN
include/limesurvey/templates/sherpa/box_left.gif
Normal file
BIN
include/limesurvey/templates/sherpa/box_left.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 313 B |
BIN
include/limesurvey/templates/sherpa/box_right.gif
Normal file
BIN
include/limesurvey/templates/sherpa/box_right.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 B |
BIN
include/limesurvey/templates/sherpa/chart.jpg
Normal file
BIN
include/limesurvey/templates/sherpa/chart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 629 B |
7
include/limesurvey/templates/sherpa/clearall.pstpl
Normal file
7
include/limesurvey/templates/sherpa/clearall.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<br />
|
||||
<div class="survey-cleared">
|
||||
<span style="color:red; font-weight:bold;">{ANSWERSCLEARED}</span>
|
||||
<br /><br />
|
||||
{RESTART}<br />
|
||||
</div>
|
||||
<br />
|
||||
5
include/limesurvey/templates/sherpa/completed.pstpl
Normal file
5
include/limesurvey/templates/sherpa/completed.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<br />
|
||||
<div class="survey-completed">{COMPLETED}</div>
|
||||
<br />
|
||||
<div>{URL}</div>
|
||||
<br />
|
||||
0
include/limesurvey/templates/sherpa/endgroup.pstpl
Normal file
0
include/limesurvey/templates/sherpa/endgroup.pstpl
Normal file
2
include/limesurvey/templates/sherpa/endpage.pstpl
Normal file
2
include/limesurvey/templates/sherpa/endpage.pstpl
Normal file
@@ -0,0 +1,2 @@
|
||||
</div>
|
||||
</body>
|
||||
BIN
include/limesurvey/templates/sherpa/limesurvey_logo.png
Normal file
BIN
include/limesurvey/templates/sherpa/limesurvey_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
9
include/limesurvey/templates/sherpa/load.pstpl
Normal file
9
include/limesurvey/templates/sherpa/load.pstpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<center>
|
||||
<div class="survey-load">
|
||||
<span style="color:red">{LOADERROR}</span><br />
|
||||
<span style="font-size:18px; font-weight:bold;">{LOADHEADING}</span><br /><br />
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</div>
|
||||
</center>
|
||||
5
include/limesurvey/templates/sherpa/navigator.pstpl
Normal file
5
include/limesurvey/templates/sherpa/navigator.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<center><br />
|
||||
<div class="survey-navigator">{NAVIGATOR}</div>
|
||||
<div class="clearall"> {CLEARALL} </div>
|
||||
{SAVE}
|
||||
</center>
|
||||
BIN
include/limesurvey/templates/sherpa/preview.png
Normal file
BIN
include/limesurvey/templates/sherpa/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
1
include/limesurvey/templates/sherpa/printanswers.pstpl
Normal file
1
include/limesurvey/templates/sherpa/printanswers.pstpl
Normal file
@@ -0,0 +1 @@
|
||||
{ANSWERTABLE}
|
||||
1
include/limesurvey/templates/sherpa/privacy.pstpl
Normal file
1
include/limesurvey/templates/sherpa/privacy.pstpl
Normal file
@@ -0,0 +1 @@
|
||||
<div class="survey-privacy">{PRIVACYMESSAGE}</div>
|
||||
6
include/limesurvey/templates/sherpa/question.pstpl
Normal file
6
include/limesurvey/templates/sherpa/question.pstpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="survey-question">
|
||||
<div class="survey-question-text">{QUESTION_CODE}: {QUESTION}</div>
|
||||
<div class="survey-question-answer">{ANSWER}</div>
|
||||
<div class="survey-question-help">{QUESTIONHELP}</div>
|
||||
</div>
|
||||
<div class="survey-question-space"></div>
|
||||
7
include/limesurvey/templates/sherpa/register.pstpl
Normal file
7
include/limesurvey/templates/sherpa/register.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<br />
|
||||
<center>
|
||||
<span style="color:red;font-weight: bold;">{REGISTERERROR}</span>
|
||||
<span style="font-weight:bold">{REGISTERMESSAGE1}</span><br /><br />
|
||||
{REGISTERMESSAGE2}<br /><br />
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
7
include/limesurvey/templates/sherpa/save.pstpl
Normal file
7
include/limesurvey/templates/sherpa/save.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<center>
|
||||
<span style="color:red; font-weight:bold;">{SAVEERROR}</span>
|
||||
<span style="font-size:16px;">{SAVEHEADING}</span><br /><br />
|
||||
{SAVEMESSAGE}<br /><br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
2
include/limesurvey/templates/sherpa/startgroup.pstpl
Normal file
2
include/limesurvey/templates/sherpa/startgroup.pstpl
Normal file
@@ -0,0 +1,2 @@
|
||||
<div class="survey-groupname">{GROUPNAME}</div>
|
||||
<div class="survey-groupdescription">{GROUPDESCRIPTION}</div>
|
||||
18
include/limesurvey/templates/sherpa/startpage.pstpl
Normal file
18
include/limesurvey/templates/sherpa/startpage.pstpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<title>
|
||||
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 align="center" cellpadding="0" cellspacing="0">
|
||||
<tr class="grayboxheader">
|
||||
<td width="14"><img src="{TEMPLATEURL}box_left.gif" border="0" width="14"></td>
|
||||
<td background="{TEMPLATEURL}box_bg.gif">{SURVEYNAME}</td>
|
||||
<td width="14"><img src="{TEMPLATEURL}box_right.gif" border="0" width="14"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="survey-main">
|
||||
5
include/limesurvey/templates/sherpa/survey.pstpl
Normal file
5
include/limesurvey/templates/sherpa/survey.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="survey-survey">
|
||||
<div class="survey-survey-description">{SURVEYDESCRIPTION}</div>
|
||||
<div class="survey-survey-percent">{PERCENTCOMPLETE}</div>
|
||||
<div class="survey-survey-language">{LANGUAGECHANGER}</div>
|
||||
</div>
|
||||
35
include/limesurvey/templates/sherpa/surveylist.pstpl
Normal file
35
include/limesurvey/templates/sherpa/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>
|
||||
300
include/limesurvey/templates/sherpa/template.css
Normal file
300
include/limesurvey/templates/sherpa/template.css
Normal file
@@ -0,0 +1,300 @@
|
||||
.answertextright {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.array1 {
|
||||
background-color:#abc;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.array2 {
|
||||
background-color:#EFEFEF;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.asterisk {
|
||||
color:red;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
}
|
||||
|
||||
.clearall {
|
||||
font-family:arial;
|
||||
margin:0 0 10px;
|
||||
}
|
||||
|
||||
.clearall A:link {
|
||||
color:#222;
|
||||
}
|
||||
|
||||
.clearall A:visited {
|
||||
text-decoration:none;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
.clearall A:active {
|
||||
text-decoration:none;
|
||||
color:#EEE;
|
||||
}
|
||||
|
||||
.clearall A:hover {
|
||||
text-decoration:none;
|
||||
color:#222;
|
||||
}
|
||||
|
||||
.graph {
|
||||
border:solid;
|
||||
background-color:#fff;
|
||||
border-color:#777;
|
||||
border-width:2px;
|
||||
}
|
||||
|
||||
.innergraph {
|
||||
background-color:EFEFEF;
|
||||
color:#777;
|
||||
font-family:arial;
|
||||
font-size:8pt;
|
||||
}
|
||||
|
||||
.submit {
|
||||
background-color:#ace;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
border:3px double#ddd;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.rank,.rank td {
|
||||
font-size:10px;
|
||||
background-color:#f5f9f9;
|
||||
}
|
||||
|
||||
.select {
|
||||
background-color:#EFEFEF;
|
||||
color:#555;
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
width:99%;
|
||||
}
|
||||
|
||||
.warningjs {
|
||||
font-size:12px;
|
||||
font-weight:700;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:12px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.innergraph table {
|
||||
height:12px;
|
||||
border:1px solid #000;
|
||||
table-layout:fixed !important;
|
||||
}
|
||||
|
||||
.innergraph td {
|
||||
height:12px;
|
||||
}
|
||||
|
||||
.survey-assessment,survey-completed {
|
||||
text-align:center;
|
||||
width:75%;
|
||||
border:1px solid #111;
|
||||
}
|
||||
|
||||
.survey-cleared {
|
||||
text-align:center;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.survey-groupdescription {
|
||||
background:#eee;
|
||||
font-weight:400;
|
||||
border-bottom:1px solid #ddd;
|
||||
color:#000;
|
||||
margin:0 0 10px;
|
||||
padding:0 0 2px 3px;
|
||||
}
|
||||
|
||||
.survey-groupname {
|
||||
background:#eee;
|
||||
font-weight:700;
|
||||
color:#009;
|
||||
font-size:16px;
|
||||
border-top:1px solid #ddd;
|
||||
margin:10px 0 0;
|
||||
padding:2px 0 0 3px;
|
||||
}
|
||||
|
||||
.survey-main {
|
||||
font-size:13px;
|
||||
background:#F9F9F9;
|
||||
border:4px double #999;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.survey-navigator {
|
||||
margin:0 0 10px;
|
||||
}
|
||||
|
||||
.survey-survey-description {
|
||||
margin:5px 0 10px;
|
||||
}
|
||||
|
||||
.survey-survey-percent {
|
||||
width:160px;
|
||||
text-align:center;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
.question {
|
||||
background-color:#f5f9f9;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-size:14px;
|
||||
font-weight:700;
|
||||
color:#262C4C;
|
||||
}
|
||||
|
||||
.question td {
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
.questionhelp {
|
||||
font-size:10px;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.text {
|
||||
color:#777;
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.answertext {
|
||||
font-family:arial;
|
||||
color:#000;
|
||||
font-size:12px;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
.survey-question {
|
||||
border:1px solid #ddd;
|
||||
background-color:#f5f9f9;
|
||||
margin:0 0 0 5px;
|
||||
padding:0 0 0 3px;
|
||||
}
|
||||
|
||||
.survey-question-answer {
|
||||
display:inline;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
.survey-question-help {
|
||||
line-height:24px;
|
||||
margin:2px 0 0 2px;
|
||||
}
|
||||
|
||||
.survey-question-help img {
|
||||
padding:0 10px 0 0;
|
||||
}
|
||||
|
||||
.survey-question-space {
|
||||
height:5px;
|
||||
}
|
||||
|
||||
.survey-question-text {
|
||||
display:inline;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
.survey-welcome {
|
||||
border-top:1px solid #ddd;
|
||||
border-bottom:1px solid #ddd;
|
||||
background-color:#f5f9f9;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.numquestions {
|
||||
font-size:11px;
|
||||
color:green;
|
||||
}
|
||||
|
||||
table,tr,td,th {
|
||||
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size:13px;
|
||||
align:center;
|
||||
}
|
||||
|
||||
.grayboxheader {
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-weight:700;
|
||||
color:#000;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.grayboxfont {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
font-weight:400;
|
||||
color:#424142;
|
||||
}
|
||||
|
||||
.percentage {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:10px;
|
||||
font-weight:400;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:13px;
|
||||
font-weight:700;
|
||||
text-align:center;
|
||||
color:#CB0404;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.languagechanger {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
table,.printouttable {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
table.question tr.array1:hover,table.question tr.array2:hover {
|
||||
background-color:#A7A9D1;
|
||||
}
|
||||
4
include/limesurvey/templates/sherpa/welcome.pstpl
Normal file
4
include/limesurvey/templates/sherpa/welcome.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
{CHECKJAVASCRIPT}
|
||||
<div class="survey-description">{SURVEYDESCRIPTION}</div>
|
||||
<div class="survey-welcome">{WELCOME}</div>
|
||||
<!-- <div class="numquestions">{THEREAREXQUESTIONS}</div> -->
|
||||
Reference in New Issue
Block a user