Merging the Limesurvey 1.91+ branch of queXS in to the trunk
@@ -1,12 +1,12 @@
|
||||
<br />
|
||||
<table align="center" width="75%" border="1" style="border-collapse: collapse">
|
||||
<table class="assessment-table">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC" align="center"><font size="2">
|
||||
<strong>{ASSESSMENT_HEADING}</strong></font>
|
||||
<td class="assessment-heading">
|
||||
{ASSESSMENT_HEADING}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td class="assessments-container">
|
||||
{ASSESSMENTS}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
<br />
|
||||
<table align="center" cellpadding="30">
|
||||
<tr>
|
||||
<td align="center" bgcolor="white">
|
||||
<font face="arial" size="2">
|
||||
<strong><font color="red">{ANSWERSCLEARED}</font></strong><br /><br />
|
||||
{RESTART}<br />
|
||||
{URL}<br />
|
||||
{CLOSEWINDOW}</font>
|
||||
<td class="clearall-result">
|
||||
<span class="warning-text">{ANSWERSCLEARED}</span>
|
||||
<br /><br />
|
||||
{RESTART}
|
||||
<br />
|
||||
{URL}
|
||||
<br />
|
||||
{CLOSEWINDOW}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table width="0%" align="center"><tr><td><table align="center" width="0%" border="0"><tr><td>
|
||||
@@ -1,10 +1,11 @@
|
||||
<br />
|
||||
<table width="75%" align="center" border="1" style="border-collapse: collapse; border-color: #111111" bgcolor="white">
|
||||
<table class="completed-table">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<font size="2">{COMPLETED}<br /><br />
|
||||
|
||||
{URL}<br /><br /></font>
|
||||
<td>
|
||||
{COMPLETED}
|
||||
<br /><br />
|
||||
{URL}
|
||||
<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1,7 +1,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="3" height="3" class="b9"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
BIN
include/limesurvey/templates/basic/favicon.ico
Normal file
|
After Width: | Height: | Size: 894 B |
@@ -1 +1,2 @@
|
||||
<br /><font face="verdana" size="2">{GROUPDESCRIPTION}</font><br /><br />
|
||||
<br /><span class="group-description">{GROUPDESCRIPTION}</span>
|
||||
<br /><br />
|
||||
|
||||
@@ -1,124 +1,137 @@
|
||||
/* The following styles are for versions of IE 6 and older */
|
||||
|
||||
.choice-5-pt-radio ul {
|
||||
margin-left: 2.5em;
|
||||
.yes-no .answer ul, .gender .answer ul, .choice-5-pt-radio .answer ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
.yes-no ul
|
||||
,.gender ul {
|
||||
margin-left: 1em;
|
||||
|
||||
.yes-no ul,.gender ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul.numbers-only li span {
|
||||
width: 10em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.numeric-multi ul
|
||||
,.multiple-short-txt ul li
|
||||
,.multiple-opt-comments ul li
|
||||
,.numeric-multi ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
.multiple-short-txt ul,.multiple-opt-comments ul,.numeric-multi ul,.multiple-short-txt ul li,.multiple-opt-comments ul li,.numeric-multi ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul label {
|
||||
margin-left: 0em;
|
||||
float:left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align:right;
|
||||
margin-left: 0em;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li label{
|
||||
float: left;
|
||||
width: 35%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-left:25px;
|
||||
.multiple-opt-comments ul li label {
|
||||
float: left;
|
||||
width: 35%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li span.comment{
|
||||
float:left;
|
||||
width:40%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.multiple-opt-comments ul li span.comment {
|
||||
float: left;
|
||||
width: 40%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment input{
|
||||
width:200px;
|
||||
.multiple-opt-comments ul li span.comment input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul li,
|
||||
.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.multiple-short-txt ul li,.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:16px;
|
||||
vertical-align:top;
|
||||
margin:0px 0px 0px 0px;
|
||||
height: 16px;
|
||||
vertical-align: top;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.numeric-multi label {
|
||||
width:400px;
|
||||
text-align:right;
|
||||
|
||||
width: 400px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rank select {
|
||||
margin-top:4px !important;
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
||||
.multiple-short-txt td.answer,
|
||||
.date td.answer,
|
||||
.yes-no td.answer,
|
||||
.list-radio td.answer,
|
||||
.list-radio-flexible td.answer,
|
||||
.choice-5-pt-radio td.answer,
|
||||
.gender td.answer {
|
||||
padding-bottom:10px;
|
||||
.multiple-short-txt td.answer,.date td.answer,.yes-no td.answer,.list-radio td.answer,.list-radio-flexible td.answer,.choice-5-pt-radio td.answer,.gender td.answer
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.date button {
|
||||
line-height:15px;
|
||||
height:21px;
|
||||
width:22px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
line-height: 15px;
|
||||
height: 21px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.numeric-multi input {
|
||||
padding-left:1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
input.submit {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.ui-slider-1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider_showmin {
|
||||
margin: 0;
|
||||
float: none;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
}
|
||||
|
||||
.slider_showmax {
|
||||
margin: 0;
|
||||
float: none;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
left: 150px;
|
||||
}
|
||||
@@ -1,119 +1,111 @@
|
||||
/* The following styles are for all versions of IE 7 */
|
||||
.choice-5-pt-radio ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
.yes-no ul
|
||||
,.gender ul {
|
||||
margin-left: 1em;
|
||||
.yes-no .answer ul, .gender .answer ul, .choice-5-pt-radio .answer ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul.numbers-only li span {
|
||||
width: 10em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.numeric-multi ul
|
||||
,.multiple-short-txt ul li
|
||||
,.multiple-opt-comments ul li
|
||||
,.numeric-multi ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
.multiple-short-txt ul,.multiple-opt-comments ul,.numeric-multi ul,.multiple-short-txt ul li,.multiple-opt-comments ul li,.numeric-multi ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul label {
|
||||
margin-left: 0em;
|
||||
float:left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align:right;
|
||||
margin-left: 0em;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li label{
|
||||
float: left;
|
||||
width: 35%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-left:25px;
|
||||
.multiple-opt-comments ul li label {
|
||||
float: left;
|
||||
width: 35%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li span.comment{
|
||||
float:left;
|
||||
width:40%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.multiple-opt-comments ul li span.comment {
|
||||
float: left;
|
||||
width: 40%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment input{
|
||||
width:200px;
|
||||
.multiple-opt-comments ul li span.comment input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul li,
|
||||
.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.multiple-short-txt ul li,.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:16px;
|
||||
vertical-align:top;
|
||||
margin:0px 0px 0px 0px;
|
||||
height: 16px;
|
||||
vertical-align: top;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.multiple-short-txt td.answer,
|
||||
.date td.answer,
|
||||
.yes-no td.answer,
|
||||
.list-radio td.answer,
|
||||
.list-radio-flexible td.answer,
|
||||
.choice-5-pt-radio td.answer,
|
||||
.gender td.answer {
|
||||
padding-bottom:10px;
|
||||
.multiple-short-txt td.answer,.date td.answer,.yes-no td.answer,.list-radio td.answer,.list-radio-flexible td.answer,.choice-5-pt-radio td.answer,.gender td.answer
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio label
|
||||
{
|
||||
margin:0 ;
|
||||
padding:0;
|
||||
.choice-5-pt-radio label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.date button {
|
||||
line-height:15px;
|
||||
height:21px;
|
||||
width:22px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
line-height: 15px;
|
||||
height: 21px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 55%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.numeric-multi input {
|
||||
padding-left:1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
input.submit {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
display: inline;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
7
include/limesurvey/templates/basic/ie_fix_8.css
Normal file
@@ -0,0 +1,7 @@
|
||||
/* The following styles are for IE 8 only*/
|
||||
.rank label
|
||||
{
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<center>
|
||||
<font color="red">{LOADERROR}</font>
|
||||
<strong><font size="+1">{LOADHEADING}</font></strong><br /><br />
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
<span class="load-error">{LOADERROR}</span>
|
||||
<span class="load-heading">{LOADHEADING}</span>
|
||||
<br /><br />
|
||||
<span class="load-message">{LOADMESSAGE}</span>
|
||||
<br />
|
||||
<div class="load-form">{LOADFORM}</div>
|
||||
<br />
|
||||
<span class="return-to-survey">{RETURNTOSURVEY}</span>
|
||||
</center>
|
||||
<table width="0%" align="center"><tr><td><table align="center" width="0%" border="0"><tr><td>
|
||||
@@ -1,7 +1,7 @@
|
||||
<table width="100%" align="center" bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="8">
|
||||
<table class="navigator-table">
|
||||
<tr>
|
||||
<td align="left" nowrap width="33%">{CLEARALL}</td>
|
||||
<td align="center" nowrap width="33%">{SAVE}</td>
|
||||
<td align="right" nowrap width="33%">{NAVIGATOR}</td>
|
||||
<td class="clear-all" align="left" nowrap="nowrap" width="33%">{CLEARALL}</td>
|
||||
<td class="save-all" align="center" nowrap="nowrap" width="33%">{SAVE}</td>
|
||||
<td class="submit-buttons" align="right" nowrap="nowrap" width="33%">{NAVIGATOR}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<p class="q-type-help">{QUESTION_TYPE_HELP}</p>
|
||||
<p class="q-man-message">{QUESTION_MAN_MESSAGE}</p>
|
||||
<p class="q-validation">{QUESTION_VALID_MESSAGE}</p>
|
||||
<p class="q-fvalidation">{QUESTION_FILE_VALID_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="q-answer">
|
||||
{ANSWER}
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
{GROUPS}
|
||||
{PRIVACY}
|
||||
<p class="submit-by">
|
||||
{SUBMIT_BY}<br />
|
||||
{FAX_TO}
|
||||
{END}<br />
|
||||
{SUBMIT_BY}<br />
|
||||
{FAX_TO}<br />
|
||||
{SUBMIT_TEXT}<br />
|
||||
{THANKS}<br />
|
||||
</p>
|
||||
|
||||
@@ -1,278 +1,219 @@
|
||||
body
|
||||
{
|
||||
font-family: arial, hevetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4
|
||||
{
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
*
|
||||
{
|
||||
page-break-after: auto;
|
||||
}
|
||||
p.q-type-help
|
||||
{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.q-help
|
||||
{
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
div.q-answer
|
||||
{
|
||||
font-size: 110%;
|
||||
}
|
||||
div.q-answer ul
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
div.q-answer ul li
|
||||
{
|
||||
list-style-type:none;
|
||||
line-height: 1.9em;
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
div.survey-group
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
div.boilerplate
|
||||
,div.choice-5-pt-radio
|
||||
,div.date
|
||||
,div.list-radio-flexible
|
||||
,div.list-radio
|
||||
,div.list-dropdown-flexible
|
||||
,div.list-dropdown
|
||||
,div.list-with-comment
|
||||
,div.ranking
|
||||
,div.multiple-opt
|
||||
,div.language
|
||||
,div.multiple-opt-comments
|
||||
,div.multiple-short-txt
|
||||
,div.numeric-multi
|
||||
,div.numeric
|
||||
,div.text-short
|
||||
,div.text-long
|
||||
,div.text-huge
|
||||
,div.yes-no
|
||||
,div.gender
|
||||
,div.array-5-pt
|
||||
,div.array-10-pt
|
||||
,div.array-yes-uncertain-no
|
||||
,div.array-increase-same-decrease
|
||||
,div.array-flexible-row
|
||||
,div.array-flexible-column
|
||||
,div.array-multi-flexi
|
||||
,div.array-multi-flexi-text
|
||||
,div.array-flexible-duel-scale
|
||||
{
|
||||
border: 0.1em solid #aaa;
|
||||
padding: 1em;
|
||||
margin: 1em 0.5em;
|
||||
clear: both;
|
||||
page-break-inside: avoid;
|
||||
page-break-before: auto;
|
||||
}
|
||||
|
||||
.other
|
||||
{
|
||||
}
|
||||
|
||||
.question ul
|
||||
,.question ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
list-style: none;
|
||||
}
|
||||
.question ul li { margin-bottom: 0.5em; }
|
||||
img.input-radio
|
||||
,img.input-checkbox
|
||||
{
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
div.input-other
|
||||
,div.input-othercomment
|
||||
,div.input-rank
|
||||
,div.input-text
|
||||
,div.input-textarea
|
||||
{
|
||||
border: 0.1em solid #666666;
|
||||
}
|
||||
|
||||
li.other
|
||||
{
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
div.input-other
|
||||
,div.input-othercomment
|
||||
{
|
||||
width: 20em;
|
||||
height: 2em;
|
||||
display:inline-block;
|
||||
|
||||
}
|
||||
|
||||
.multiple-opt div.input-other
|
||||
{
|
||||
padding-left: 5.5em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.other-replacettext
|
||||
{
|
||||
display:table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-other {
|
||||
width: 10em;
|
||||
display:inline-block;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-othercomment {
|
||||
width: 24em;
|
||||
display:table-cell;
|
||||
}
|
||||
|
||||
div.other-replacetext
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
.ranking .q-answer li
|
||||
{
|
||||
padding-left: 4em;
|
||||
line-height: 2em;
|
||||
}
|
||||
.ranking li div.input-rank
|
||||
{
|
||||
margin: 0% 0% -1.8em -4em;
|
||||
width: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer li
|
||||
,.multiple-short-txt .q-answer li
|
||||
,.numeric-multi .q-answer li
|
||||
{
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-text,
|
||||
.multiple-short-txt div.input-text,
|
||||
.numeric-multi div.input-text {
|
||||
display: table-cell;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments .q-answer ul li span,
|
||||
.multiple-short-txt .q-answer ul li span,
|
||||
.numeric-multi .q-answer ul li span
|
||||
{
|
||||
display:table-cell;
|
||||
padding-right:5px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments .q-answer ul li ,
|
||||
.multiple-short-txt .q-answer ul li ,
|
||||
.numeric-multi .q-answer ul li {
|
||||
display:table-row;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul ,
|
||||
.multiple-short-txt .q-answer ul ,
|
||||
.numeric-multi .q-answer ul {
|
||||
display:table;
|
||||
border-spacing: 3px;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table thead th
|
||||
,#limesurvey .q-answer table .repeat th
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-weight: normal;
|
||||
padding: 0% 1em;
|
||||
}
|
||||
#limesurvey .q-answer table tbody td
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
#limesurvey .q-answer table tbody td img
|
||||
{
|
||||
margin: 0%;
|
||||
}
|
||||
#limesurvey .q-answer table tbody th.answertext
|
||||
,#limesurvey .q-answer table tbody th.arraycaptionleft
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
div.array-5-pt .q-answer table thead th
|
||||
,div.array-10-pt table thead th
|
||||
,div.array-yes-uncertain-no .q-answer table thead th
|
||||
,div.array-increase-same-decrease .q-answer table thead th
|
||||
,div.array-flexible-row .q-answer table thead th
|
||||
,div.array-flexible-column .q-answer table thead th
|
||||
,div.array-multi-flexi .q-answer table thead th
|
||||
,div.array-multi-flexi-text .q-answer table thead th
|
||||
,div.array-flexible-duel-scale .q-answer table thead th
|
||||
*/
|
||||
div.array-multi-flexi .q-answer table tbody td div.input-text
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
.array-flexible-column tbody th.arraycaptionleft
|
||||
{
|
||||
padding-right: 1em;
|
||||
}
|
||||
#limesurvey .q-answer table tbody th.answertextright
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
.array-increase-same-decrease {}
|
||||
.array-flexible-row {}
|
||||
.array-flexible-column {}
|
||||
.slider {}
|
||||
.array-multi-flexi {}
|
||||
.array-flexible-duel-scale {}
|
||||
*/
|
||||
.array-flexible-column col.odd
|
||||
,.array-flexible-column th.odd
|
||||
{
|
||||
background-color: #0c1c2b;
|
||||
padding: 0% 0.3em;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4 {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
* {
|
||||
page-break-after: auto;
|
||||
}
|
||||
|
||||
p.q-type-help {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.q-help {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
div.q-answer {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
div.q-answer ul {
|
||||
margin-left: 0%;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
div.q-answer ul li {
|
||||
list-style-type: none;
|
||||
line-height: 1.9em;
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
div.survey-group {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
div.boilerplate,div.choice-5-pt-radio,div.date,div.list-radio-flexible,div.list-radio,div.list-dropdown-flexible,div.list-dropdown,div.list-with-comment,div.ranking,div.multiple-opt,div.language,div.multiple-opt-comments,div.multiple-short-txt,div.numeric-multi,div.numeric,div.text-short,div.text-long,div.text-huge,div.yes-no,div.gender,div.array-5-pt,div.array-10-pt,div.array-yes-uncertain-no,div.array-increase-same-decrease,div.array-flexible-row,div.array-flexible-column,div.array-multi-flexi,div.array-multi-flexi-text,div.array-flexible-duel-scale
|
||||
{
|
||||
border: 0.1em solid #aaa;
|
||||
padding: 1em;
|
||||
margin: 1em 0.5em;
|
||||
clear: both;
|
||||
page-break-inside: avoid;
|
||||
page-break-before: auto;
|
||||
}
|
||||
|
||||
.breakbefore {
|
||||
page-break-before: always !important;
|
||||
}
|
||||
|
||||
.other {
|
||||
|
||||
}
|
||||
|
||||
.question ul,.question ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.question ul li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
img.input-radio,img.input-checkbox {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
div.input-other,div.input-othercomment,div.input-rank,div.input-text,div.input-textarea
|
||||
{
|
||||
border: 0.1em solid #666666;
|
||||
}
|
||||
|
||||
li.other {
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
div.input-other,div.input-othercomment {
|
||||
width: 20em;
|
||||
height: 2em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.multiple-opt div.input-other {
|
||||
padding-left: 5.5em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.other-replacettext {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-other {
|
||||
width: 10em;
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-othercomment {
|
||||
width: 24em;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
div.other-replacetext {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ranking .q-answer li {
|
||||
padding-left: 4em;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.ranking li div.input-rank {
|
||||
margin: 0% 0% -1.8em -4em;
|
||||
width: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer li,.multiple-short-txt .q-answer li,.numeric-multi .q-answer li
|
||||
{
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-text,.multiple-short-txt div.input-text,.numeric-multi div.input-text
|
||||
{
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul li span,.multiple-short-txt .q-answer ul li span,.numeric-multi .q-answer ul li span
|
||||
{
|
||||
display: table-cell;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul li,.multiple-short-txt .q-answer ul li,.numeric-multi .q-answer ul li
|
||||
{
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul,.multiple-short-txt .q-answer ul,.numeric-multi .q-answer ul
|
||||
{
|
||||
display: table;
|
||||
border-spacing: 3px;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table thead th,#limesurvey .q-answer table .repeat th
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-weight: normal;
|
||||
padding: 0% 1em;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody td img {
|
||||
margin: 0%;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody th.answertext,#limesurvey .q-answer table tbody th.arraycaptionleft
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
div.array-5-pt .q-answer table thead th
|
||||
,div.array-10-pt table thead th
|
||||
,div.array-yes-uncertain-no .q-answer table thead th
|
||||
,div.array-increase-same-decrease .q-answer table thead th
|
||||
,div.array-flexible-row .q-answer table thead th
|
||||
,div.array-flexible-column .q-answer table thead th
|
||||
,div.array-multi-flexi .q-answer table thead th
|
||||
,div.array-multi-flexi-text .q-answer table thead th
|
||||
,div.array-flexible-duel-scale .q-answer table thead th
|
||||
*/
|
||||
div.array-multi-flexi .q-answer table tbody td div.input-text {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.array-flexible-column tbody th.arraycaptionleft {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody th.answertextright {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
.array-increase-same-decrease {}
|
||||
.array-flexible-row {}
|
||||
.array-flexible-column {}
|
||||
.slider {}
|
||||
.array-multi-flexi {}
|
||||
.array-flexible-duel-scale {}
|
||||
*/
|
||||
.array-flexible-column col.odd,.array-flexible-column th.odd {
|
||||
background-color: #0c1c2b;
|
||||
padding: 0% 0.3em;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
<table align="center" bgcolor="#EEEEEE" width="75%">
|
||||
<table class="privacy-table">
|
||||
<tr>
|
||||
<td align="center"><font size="1">{PRIVACYMESSAGE}</font></td>
|
||||
<td class="privacy-message">{PRIVACYMESSAGE}</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1,17 +1,27 @@
|
||||
<table width="100%" cellspacing="0" cellpadding="0" class="question" border="1">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<table width="100%" cellspacing="0" cellpadding="8" border="0">
|
||||
<tr>
|
||||
<td class="be">{QUESTION}</td>
|
||||
</tr>
|
||||
<!--<tr><td><font size="-1"><i>{QUESTIONHELPPLAINTEXT}</i></font></td></tr>-->
|
||||
<tr>
|
||||
<td width="100%" class="answer">{ANSWER}</td>
|
||||
</tr>
|
||||
<tr><td>{QUESTIONHELP}</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="0" cellpadding="0"><tr><td height="24"></td></tr></table>
|
||||
<div {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
|
||||
<table class="question">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<table width="100%" cellspacing="0" cellpadding="8" border="0">
|
||||
<tr>
|
||||
<td class="be">
|
||||
<span class="asterisk">{QUESTION_MANDATORY}</span><span class="qnumcode">{QUESTION_NUMBER} {QUESTION_CODE} </span>{QUESTION_TEXT}<br /><span class="questionhelp">{QUESTION_HELP}</span>
|
||||
|
||||
{QUESTION_MAN_MESSAGE}
|
||||
{QUESTION_VALID_MESSAGE}
|
||||
{QUESTION_FILE_VALID_MESSAGE}
|
||||
</td>
|
||||
</tr>
|
||||
<!--<tr><td><font size="-1"><i>{QUESTIONHELPPLAINTEXT}</i></font></td></tr>-->
|
||||
<tr>
|
||||
<td width="100%" class="answer">{ANSWER}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="survey-question-help">{QUESTIONHELP}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="0" cellpadding="0"><tr><td height="24"></td></tr></table>
|
||||
</div>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
<!-- START: question_start.pstpl -->
|
||||
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br /><span class="questionhelp">{QUESTION_HELP}</span>
|
||||
|
||||
{QUESTION_MAN_MESSAGE}
|
||||
{QUESTION_VALID_MESSAGE}
|
||||
|
||||
<!-- FINISH: question_start.pstpl -->
|
||||
@@ -1,7 +1,7 @@
|
||||
<br />
|
||||
<center>
|
||||
<font color="red"><strong>{REGISTERERROR}</strong></font>
|
||||
<p><strong>{REGISTERMESSAGE1}</strong></p>
|
||||
<p>{REGISTERMESSAGE2}</p>
|
||||
<p class="warning-text">{REGISTERERROR}</p>
|
||||
<p class="register-message-1">{REGISTERMESSAGE1}</p>
|
||||
<p class="register-message-2">{REGISTERMESSAGE2}</p>
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<center>
|
||||
<font color="red">{SAVEERROR}</font>
|
||||
<strong><font size="+1">{SAVEHEADING}</font></strong><br /><br />
|
||||
{SAVEMESSAGE}<br /><br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
<table width="0%" align="center"><tr><td><table align="center" width="0%" border="0"><tr><td>
|
||||
<span class="save-error">{SAVEERROR}</span>
|
||||
<span class="save-heading">{SAVEHEADING}</span>
|
||||
<br /><br />
|
||||
<span class="save-message">{SAVEMESSAGE</span>}<br /><br />
|
||||
<span class="alert warning">{SAVEALERT}</span><br /><br />
|
||||
|
||||
<div class="save-form">{SAVEFORM}</div>
|
||||
<br />
|
||||
<span class="return-to-survey">{RETURNTOSURVEY}</span>
|
||||
</center>
|
||||
@@ -1,4 +1,4 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<font face="verdana" size="2" color="#666666"><strong>{GROUPNAME}</strong></font>
|
||||
<span class="group-name">{GROUPNAME}</span>
|
||||
@@ -3,19 +3,28 @@
|
||||
<title>{SURVEYNAME} :: {GROUPNAME}</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css">
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css" />
|
||||
|
||||
<!--[if lte IE 6]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.css" />
|
||||
<![endif]-->
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_7.css" />
|
||||
<![endif]-->
|
||||
<!--[if lte IE 6]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.css" />
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_8.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!-- The following CSS hides visual elements of the progress bar from screen readers. -->
|
||||
<style type="text/css" media="aural tty">
|
||||
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
|
||||
</style>
|
||||
|
||||
|
||||
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
|
||||
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body class="lang-{SURVEYLANGAGE} {SURVEYFORMAT}">
|
||||
<div class="outerframe">
|
||||
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="11">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
@@ -1,16 +1,19 @@
|
||||
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td rowspan="2"><table width="100%" cellspacing="10">
|
||||
<table width="100%" cellpadding="2">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellpadding="2">
|
||||
<tr>
|
||||
<td valign="center" align="left"><img src="{TEMPLATEURL}Logo-LimeSurvey.png" alt="Logo Image" /></td>
|
||||
<td valign="bottom" align="center" width="100%"><table width="100%">
|
||||
<tr><td align="center"><strong>{SURVEYNAME}</strong></td></tr>
|
||||
<tr><td class="graph">{PERCENTCOMPLETE}</td></tr>
|
||||
<tr><td align="center">{LANGUAGECHANGER}</td></tr>
|
||||
</table></td>
|
||||
<td valign="bottom" align="right" height="100%" width="100%"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<td valign="middle" align="left"><img src="{TEMPLATEURL}Logo-LimeSurvey.png" alt="Logo Image" /></td>
|
||||
<td valign="bottom" align="center" width="100%">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td class="survey-name">{SURVEYNAME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="graph">{PERCENTCOMPLETE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{LANGUAGECHANGER}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="bottom" align="right" height="100%" width="100%"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<table width="100%" align="center" cellspacing="0">
|
||||
<table class="survey-list-table">
|
||||
<tr>
|
||||
<td align="center" bgcolor="#FFFFFF">
|
||||
<p><font face="verdana" size="4" color="#328639"><strong>{SITENAME}</strong></font></p>
|
||||
<td class="site-name">
|
||||
<p>{SITENAME}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" bgcolor="#FFFFFF">
|
||||
<td class="survey-list-heading">
|
||||
<strong>{SURVEYLISTHEADING}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" bgcolor="#FFFFFF">
|
||||
<td class="survey-list">
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td>
|
||||
@@ -21,15 +21,15 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" bgcolor="#FFFFFF">
|
||||
<td class="survey-contact">
|
||||
{SURVEYCONTACT}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" height="100px" bgcolor="#FFFFFF" valign="bottom">
|
||||
<td class="language-changer">
|
||||
<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 />
|
||||
<a href="http://www.limesurvey.org" target="_blank"><img src="{TEMPLATEURL}limesurvey_logo.png" border="0" title="LimeSurvey" /></a><br /><br />
|
||||
<a href="http://www.limesurvey.org" target="_blank">The Online Survey Tool</a> - Free & Open Source<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
42
include/limesurvey/templates/basic/template-rtl.css
Normal file
@@ -0,0 +1,42 @@
|
||||
/* This CSS file is included if a Right-to-Left language is used */
|
||||
.answertext,.answer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td
|
||||
{
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio .answer li,.list-radio-flexible .answer li,.list-radio .answer li,.list-with-comment .answer li,.multiple-opt .answer li,.multiple-opt-comments .answer li,.multiple-short-txt .answer li,.numeric-multi .answer li,.yes-no .answer li,.gender .answer li
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.list-radio .answer li label {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* line 207 */
|
||||
td.questiontext {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 294 */
|
||||
.choice-5-pt-radio ul,.yes-no ul,.gender ul {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 479 */
|
||||
.list-with-comment div.list {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.list-with-comment div.list p {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.list-with-comment p.comment {
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
50
include/limesurvey/templates/basic/template.js
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
* LimeSurvey
|
||||
* Copyright (C) 2007 The LimeSurvey Project Team / Carsten Schmitz
|
||||
* All rights reserved.
|
||||
* License: GNU/GPL License v2 or later, see LICENSE.php
|
||||
* LimeSurvey is free software. This version may have been modified pursuant
|
||||
* to the GNU General Public License, and as distributed it includes or
|
||||
* is derivative of works licensed under the GNU General Public License or
|
||||
* other free or open source software licenses.
|
||||
* See COPYRIGHT.php for copyright notices and details.
|
||||
*
|
||||
*
|
||||
* Description: Javascript file for templates. Put JS-functions for your template here.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* The function focusFirst puts the Focus on the first non-hidden element in the Survey.
|
||||
*
|
||||
* Normally this is the first input field (the first answer).
|
||||
*/
|
||||
function focusFirst(Event)
|
||||
{
|
||||
$('#limesurvey :input:visible:enabled:first').focus();
|
||||
}
|
||||
/*
|
||||
* The focusFirst function is added to the eventlistener, when the page is loaded.
|
||||
*
|
||||
* This can be used to start other functions on pageload as well. Just put it inside the 'ready' function block
|
||||
*/
|
||||
|
||||
/* Uncomment below if you want to use the focusFirst function */
|
||||
/*
|
||||
$(document).ready(function(){
|
||||
focusFirst();
|
||||
});
|
||||
*/
|
||||
|
||||
$(document).ready(function(){
|
||||
// If the question code and number are hidden, hide any white space in the span(for dumb browsers)
|
||||
if($('.qnumcode').text().replace(/\s/g, '').length == 0) {
|
||||
$('.qnumcode').hide();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -1,18 +1,26 @@
|
||||
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="0">
|
||||
{CHECKJAVASCRIPT}
|
||||
<tr>
|
||||
<td rowspan="2"><table width="100%" cellspacing="10">
|
||||
<table width="100%" cellpadding="2">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table width="100%" cellpadding="2">
|
||||
<tr>
|
||||
<td valign="center" align="left"><img src="{TEMPLATEURL}Logo-LimeSurvey.png" alt="Logo Image" /></td>
|
||||
<td valign="bottom" align="center" width="100%"><table width="100%">
|
||||
<tr><td align="center"><strong>{SURVEYNAME}</strong></td></tr>
|
||||
<tr><td align="center">{LANGUAGECHANGER}</td></tr>
|
||||
</table></td>
|
||||
<td valign="bottom" align="right" height="100%" width="100%"></td>
|
||||
</tr>
|
||||
<tr><td colspan="2" align="center"><table width="80%"><tr><td>{WELCOME}<br /> <br /></td></tr></table></td></tr>
|
||||
</table>
|
||||
<td valign="middle" align="left"><img src="{TEMPLATEURL}Logo-LimeSurvey.png" alt="Logo Image" /></td>
|
||||
<td valign="bottom" align="center" width="100%">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td class="survey-name"><strong>{SURVEYNAME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{LANGUAGECHANGER}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="bottom" align="right" height="100%" width="100%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<table class="welcome-table" width="80%">
|
||||
<tr>
|
||||
<td class="welcome-text">{WELCOME}<br /> <br /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<br />
|
||||
<table align="center" width="75%" border="1" style="border-collapse: collapse; border-color: #2f5376" >
|
||||
<table class="assessment-table">
|
||||
<tr>
|
||||
<td bgcolor="#dddddd" align="center"><font size="2">
|
||||
<span style='font-weight:bold;'>{ASSESSMENT_HEADING}</span>
|
||||
<td class="assessment-heading">
|
||||
{ASSESSMENT_HEADING}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#ffffff">
|
||||
<td class="assessments-container">
|
||||
{ASSESSMENTS}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<br />
|
||||
<table align="center" cellpadding="30">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<font face="arial" size="2">
|
||||
<strong><font color="red">{ANSWERSCLEARED}</font></strong><br /><br />
|
||||
<td class="clearall-result">
|
||||
<span class="warning-text">{ANSWERSCLEARED}</span>
|
||||
<br /><br />
|
||||
{RESTART}<br />
|
||||
{URL}<br />
|
||||
{CLOSEWINDOW}</font>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<br />
|
||||
<div id="completed">
|
||||
{COMPLETED}<br /><br />
|
||||
|
||||
{URL}<br /><br />
|
||||
</div>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
BIN
include/limesurvey/templates/bluengrey/favicon.ico
Normal file
|
After Width: | Height: | Size: 894 B |
@@ -1,3 +1,3 @@
|
||||
<div id="groupdescription">
|
||||
<font color="#777777">{GROUPDESCRIPTION}</font>
|
||||
{GROUPDESCRIPTION}
|
||||
</div>
|
||||
@@ -1,124 +1,135 @@
|
||||
/* The following styles are for versions of IE 6 and older */
|
||||
|
||||
.choice-5-pt-radio ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
.yes-no ul
|
||||
,.gender ul {
|
||||
margin-left: 1em;
|
||||
.yes-no .answers ul, .gender .answers ul, .choice-5-pt-radio .answers ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul.numbers-only li span {
|
||||
width: 10em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.numeric-multi ul
|
||||
,.multiple-short-txt ul li
|
||||
,.multiple-opt-comments ul li
|
||||
,.numeric-multi ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
.multiple-short-txt ul,.multiple-opt-comments ul,.numeric-multi ul,.multiple-short-txt ul li,.multiple-opt-comments ul li,.numeric-multi ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul label {
|
||||
margin-left: 0em;
|
||||
float:left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align:right;
|
||||
margin-left: 0em;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li label{
|
||||
float: left;
|
||||
width: 35%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-left:25px;
|
||||
.multiple-opt-comments ul li label {
|
||||
float: left;
|
||||
width: 35%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li span.comment{
|
||||
float:left;
|
||||
width:40%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.multiple-opt-comments ul li span.comment {
|
||||
float: left;
|
||||
width: 40%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment input{
|
||||
width:200px;
|
||||
.multiple-opt-comments ul li span.comment input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul li,
|
||||
.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.multiple-short-txt ul li,.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:16px;
|
||||
vertical-align:top;
|
||||
margin:0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.numeric-multi label {
|
||||
width:400px;
|
||||
text-align:right;
|
||||
|
||||
height: 16px;
|
||||
vertical-align: top;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.rank select {
|
||||
margin-top:4px !important;
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
||||
.multiple-short-txt td.answer,
|
||||
.date td.answer,
|
||||
.yes-no td.answer,
|
||||
.list-radio td.answer,
|
||||
.list-radio-flexible td.answer,
|
||||
.choice-5-pt-radio td.answer,
|
||||
.gender td.answer {
|
||||
padding-bottom:10px;
|
||||
.multiple-short-txt td.answer,.date td.answer,.yes-no td.answer,.list-radio td.answer,.list-radio-flexible td.answer,.choice-5-pt-radio td.answer,.gender td.answer
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.date button {
|
||||
line-height:15px;
|
||||
height:21px;
|
||||
width:22px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
line-height: 15px;
|
||||
height: 21px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.numeric-multi ul {
|
||||
float: left;
|
||||
margin: 0px 0 1.5em 1em;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
width: 100%;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.numeric-multi ul li.multiplenumerichelp {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.numeric-multi input {
|
||||
padding-left:1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
input.submit {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ui-slider-1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider_showmin {
|
||||
margin: 0;
|
||||
float: none;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
}
|
||||
|
||||
.slider_showmax {
|
||||
margin: 0;
|
||||
float: none;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
left: 150px;
|
||||
}
|
||||
@@ -1,119 +1,118 @@
|
||||
/* The following styles are for all versions of IE 7 */
|
||||
.choice-5-pt-radio ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
.yes-no ul
|
||||
,.gender ul {
|
||||
margin-left: 1em;
|
||||
.yes-no .answers ul, .gender .answers ul, .choice-5-pt-radio .answers ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul.numbers-only li span {
|
||||
width: 10em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.numeric-multi ul
|
||||
,.multiple-short-txt ul li
|
||||
,.multiple-opt-comments ul li
|
||||
,.numeric-multi ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
.multiple-short-txt ul,.multiple-opt-comments ul,.numeric-multi ul,.multiple-short-txt ul li,.multiple-opt-comments ul li,.numeric-multi ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul label {
|
||||
margin-left: 0em;
|
||||
float:left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align:right;
|
||||
margin-left: 0em;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li label{
|
||||
float: left;
|
||||
width: 35%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-left:25px;
|
||||
.multiple-opt-comments ul li label {
|
||||
float: left;
|
||||
width: 35%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li span.comment{
|
||||
float:left;
|
||||
width:40%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.multiple-opt-comments ul li span.comment {
|
||||
float: left;
|
||||
width: 40%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment input{
|
||||
width:200px;
|
||||
.multiple-opt-comments ul li span.comment input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul li,
|
||||
.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.multiple-short-txt ul li,.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:16px;
|
||||
vertical-align:top;
|
||||
margin:0px 0px 0px 0px;
|
||||
height: 16px;
|
||||
vertical-align: top;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.multiple-short-txt td.answer,
|
||||
.date td.answer,
|
||||
.yes-no td.answer,
|
||||
.list-radio td.answer,
|
||||
.list-radio-flexible td.answer,
|
||||
.choice-5-pt-radio td.answer,
|
||||
.gender td.answer {
|
||||
padding-bottom:10px;
|
||||
.multiple-short-txt td.answer,.date td.answer,.yes-no td.answer,.list-radio td.answer,.list-radio-flexible td.answer,.choice-5-pt-radio td.answer,.gender td.answer
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio label
|
||||
{
|
||||
margin:0 ;
|
||||
padding:0;
|
||||
.choice-5-pt-radio label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.date button {
|
||||
line-height:15px;
|
||||
height:21px;
|
||||
width:22px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
line-height: 15px;
|
||||
height: 21px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 55%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.numeric-multi ul {
|
||||
float: left;
|
||||
margin: 0 0 1.5em 1em;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
width: 100%;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.numeric-multi ul li.multiplenumerichelp {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.numeric-multi input {
|
||||
padding-left:1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
input.submit {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
display: inline;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
}
|
||||
@@ -1,13 +1,8 @@
|
||||
/* The following styles are for IE 8 only*/
|
||||
.rank label
|
||||
{
|
||||
.rank label {
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
td .rank {
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
|
||||
<div id='loadtable'><center>
|
||||
<font color="red">{LOADERROR}</font>
|
||||
<h3>{LOADHEADING}</h3><br />
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
<span class="load-error">{LOADERROR}</span>
|
||||
<h3 class="load-heading">{LOADHEADING}</h3>
|
||||
<br />
|
||||
<span class="load-message">{LOADMESSAGE}</span>
|
||||
<br />
|
||||
<div class="load-form">{LOADFORM}</div>
|
||||
<br />
|
||||
<span class="return-to-survey">{RETURNTOSURVEY}</span>
|
||||
</center>
|
||||
</div>
|
||||
@@ -1,9 +1,7 @@
|
||||
<table align="center" class='navigator'>
|
||||
<tr>
|
||||
<td>{SAVE}</td>
|
||||
<td align="center">
|
||||
<font>{NAVIGATOR}</font><br />
|
||||
</td>
|
||||
<td align="right">{CLEARALL}</td>
|
||||
<td class="save-all">{SAVE}</td>
|
||||
<td class="submit-buttons" align="center">{NAVIGATOR}</td>
|
||||
<td class="clear-all" align="right">{CLEARALL}</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -6,6 +6,7 @@
|
||||
<p class="q-type-help">{QUESTION_TYPE_HELP}</p>
|
||||
<p class="q-man-message">{QUESTION_MAN_MESSAGE}</p>
|
||||
<p class="q-validation">{QUESTION_VALID_MESSAGE}</p>
|
||||
<p class="q-fvalidation">{QUESTION_FILE_VALID_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="q-answer">
|
||||
{ANSWER}
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
{GROUPS}
|
||||
{PRIVACY}
|
||||
<p class="submit-by">
|
||||
{SUBMIT_BY}<br />
|
||||
{FAX_TO}
|
||||
{END}<br />
|
||||
{SUBMIT_BY}<br />
|
||||
{FAX_TO}<br />
|
||||
{SUBMIT_TEXT}<br />
|
||||
{THANKS}<br />
|
||||
</p>
|
||||
|
||||
@@ -1,278 +1,219 @@
|
||||
body
|
||||
{
|
||||
font-family: arial, hevetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4
|
||||
{
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
*
|
||||
{
|
||||
page-break-after: auto;
|
||||
}
|
||||
p.q-type-help
|
||||
{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.q-help
|
||||
{
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
div.q-answer
|
||||
{
|
||||
font-size: 110%;
|
||||
}
|
||||
div.q-answer ul
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
div.q-answer ul li
|
||||
{
|
||||
list-style-type:none;
|
||||
line-height: 1.9em;
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
div.survey-group
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
div.boilerplate
|
||||
,div.choice-5-pt-radio
|
||||
,div.date
|
||||
,div.list-radio-flexible
|
||||
,div.list-radio
|
||||
,div.list-dropdown-flexible
|
||||
,div.list-dropdown
|
||||
,div.list-with-comment
|
||||
,div.ranking
|
||||
,div.multiple-opt
|
||||
,div.language
|
||||
,div.multiple-opt-comments
|
||||
,div.multiple-short-txt
|
||||
,div.numeric-multi
|
||||
,div.numeric
|
||||
,div.text-short
|
||||
,div.text-long
|
||||
,div.text-huge
|
||||
,div.yes-no
|
||||
,div.gender
|
||||
,div.array-5-pt
|
||||
,div.array-10-pt
|
||||
,div.array-yes-uncertain-no
|
||||
,div.array-increase-same-decrease
|
||||
,div.array-flexible-row
|
||||
,div.array-flexible-column
|
||||
,div.array-multi-flexi
|
||||
,div.array-multi-flexi-text
|
||||
,div.array-flexible-duel-scale
|
||||
{
|
||||
border: 0.1em solid #aaa;
|
||||
padding: 1em;
|
||||
margin: 1em 0.5em;
|
||||
clear: both;
|
||||
page-break-inside: avoid;
|
||||
page-break-before: auto;
|
||||
}
|
||||
|
||||
.other
|
||||
{
|
||||
}
|
||||
|
||||
.question ul
|
||||
,.question ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
list-style: none;
|
||||
}
|
||||
.question ul li { margin-bottom: 0.5em; }
|
||||
img.input-radio
|
||||
,img.input-checkbox
|
||||
{
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
div.input-other
|
||||
,div.input-othercomment
|
||||
,div.input-rank
|
||||
,div.input-text
|
||||
,div.input-textarea
|
||||
{
|
||||
border: 0.1em solid #666666;
|
||||
}
|
||||
|
||||
li.other
|
||||
{
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
div.input-other
|
||||
,div.input-othercomment
|
||||
{
|
||||
width: 20em;
|
||||
height: 2em;
|
||||
display:inline-block;
|
||||
|
||||
}
|
||||
|
||||
.multiple-opt div.input-other
|
||||
{
|
||||
padding-left: 5.5em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.other-replacettext
|
||||
{
|
||||
display:table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-other {
|
||||
width: 10em;
|
||||
display:inline-block;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-othercomment {
|
||||
width: 24em;
|
||||
display:table-cell;
|
||||
}
|
||||
|
||||
div.other-replacetext
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
.ranking .q-answer li
|
||||
{
|
||||
padding-left: 4em;
|
||||
line-height: 2em;
|
||||
}
|
||||
.ranking li div.input-rank
|
||||
{
|
||||
margin: 0% 0% -1.8em -4em;
|
||||
width: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer li
|
||||
,.multiple-short-txt .q-answer li
|
||||
,.numeric-multi .q-answer li
|
||||
{
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-text,
|
||||
.multiple-short-txt div.input-text,
|
||||
.numeric-multi div.input-text {
|
||||
display: table-cell;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments .q-answer ul li span,
|
||||
.multiple-short-txt .q-answer ul li span,
|
||||
.numeric-multi .q-answer ul li span
|
||||
{
|
||||
display:table-cell;
|
||||
padding-right:5px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments .q-answer ul li ,
|
||||
.multiple-short-txt .q-answer ul li ,
|
||||
.numeric-multi .q-answer ul li {
|
||||
display:table-row;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul ,
|
||||
.multiple-short-txt .q-answer ul ,
|
||||
.numeric-multi .q-answer ul {
|
||||
display:table;
|
||||
border-spacing: 3px;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table thead th
|
||||
,#limesurvey .q-answer table .repeat th
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-weight: normal;
|
||||
padding: 0% 1em;
|
||||
}
|
||||
#limesurvey .q-answer table tbody td
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
#limesurvey .q-answer table tbody td img
|
||||
{
|
||||
margin: 0%;
|
||||
}
|
||||
#limesurvey .q-answer table tbody th.answertext
|
||||
,#limesurvey .q-answer table tbody th.arraycaptionleft
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
div.array-5-pt .q-answer table thead th
|
||||
,div.array-10-pt table thead th
|
||||
,div.array-yes-uncertain-no .q-answer table thead th
|
||||
,div.array-increase-same-decrease .q-answer table thead th
|
||||
,div.array-flexible-row .q-answer table thead th
|
||||
,div.array-flexible-column .q-answer table thead th
|
||||
,div.array-multi-flexi .q-answer table thead th
|
||||
,div.array-multi-flexi-text .q-answer table thead th
|
||||
,div.array-flexible-duel-scale .q-answer table thead th
|
||||
*/
|
||||
div.array-multi-flexi .q-answer table tbody td div.input-text
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
.array-flexible-column tbody th.arraycaptionleft
|
||||
{
|
||||
padding-right: 1em;
|
||||
}
|
||||
#limesurvey .q-answer table tbody th.answertextright
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
.array-increase-same-decrease {}
|
||||
.array-flexible-row {}
|
||||
.array-flexible-column {}
|
||||
.slider {}
|
||||
.array-multi-flexi {}
|
||||
.array-flexible-duel-scale {}
|
||||
*/
|
||||
.array-flexible-column col.odd
|
||||
,.array-flexible-column th.odd
|
||||
{
|
||||
background-color: #0c1c2b;
|
||||
padding: 0% 0.3em;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4 {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
* {
|
||||
page-break-after: auto;
|
||||
}
|
||||
|
||||
p.q-type-help {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.q-help {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
div.q-answer {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
div.q-answer ul {
|
||||
margin-left: 0%;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
div.q-answer ul li {
|
||||
list-style-type: none;
|
||||
line-height: 1.9em;
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
div.survey-group {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
div.boilerplate,div.choice-5-pt-radio,div.date,div.list-radio-flexible,div.list-radio,div.list-dropdown-flexible,div.list-dropdown,div.list-with-comment,div.ranking,div.multiple-opt,div.language,div.multiple-opt-comments,div.multiple-short-txt,div.numeric-multi,div.numeric,div.text-short,div.text-long,div.text-huge,div.yes-no,div.gender,div.array-5-pt,div.array-10-pt,div.array-yes-uncertain-no,div.array-increase-same-decrease,div.array-flexible-row,div.array-flexible-column,div.array-multi-flexi,div.array-multi-flexi-text,div.array-flexible-duel-scale
|
||||
{
|
||||
border: 0.1em solid #aaa;
|
||||
padding: 1em;
|
||||
margin: 1em 0.5em;
|
||||
clear: both;
|
||||
page-break-inside: avoid;
|
||||
page-break-before: auto;
|
||||
}
|
||||
|
||||
.breakbefore {
|
||||
page-break-before: always !important;
|
||||
}
|
||||
|
||||
.other {
|
||||
|
||||
}
|
||||
|
||||
.question ul,.question ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.question ul li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
img.input-radio,img.input-checkbox {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
div.input-other,div.input-othercomment,div.input-rank,div.input-text,div.input-textarea
|
||||
{
|
||||
border: 0.1em solid #666666;
|
||||
}
|
||||
|
||||
li.other {
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
div.input-other,div.input-othercomment {
|
||||
width: 20em;
|
||||
height: 2em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.multiple-opt div.input-other {
|
||||
padding-left: 5.5em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.other-replacettext {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-other {
|
||||
width: 10em;
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-othercomment {
|
||||
width: 24em;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
div.other-replacetext {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ranking .q-answer li {
|
||||
padding-left: 4em;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.ranking li div.input-rank {
|
||||
margin: 0% 0% -1.8em -4em;
|
||||
width: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer li,.multiple-short-txt .q-answer li,.numeric-multi .q-answer li
|
||||
{
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.multiple-opt-comments div.input-text,.multiple-short-txt div.input-text,.numeric-multi div.input-text
|
||||
{
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul li span,.multiple-short-txt .q-answer ul li span,.numeric-multi .q-answer ul li span
|
||||
{
|
||||
display: table-cell;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul li,.multiple-short-txt .q-answer ul li,.numeric-multi .q-answer ul li
|
||||
{
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.multiple-opt-comments .q-answer ul,.multiple-short-txt .q-answer ul,.numeric-multi .q-answer ul
|
||||
{
|
||||
display: table;
|
||||
border-spacing: 3px;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table thead th,#limesurvey .q-answer table .repeat th
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-weight: normal;
|
||||
padding: 0% 1em;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody td img {
|
||||
margin: 0%;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody th.answertext,#limesurvey .q-answer table tbody th.arraycaptionleft
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
div.array-5-pt .q-answer table thead th
|
||||
,div.array-10-pt table thead th
|
||||
,div.array-yes-uncertain-no .q-answer table thead th
|
||||
,div.array-increase-same-decrease .q-answer table thead th
|
||||
,div.array-flexible-row .q-answer table thead th
|
||||
,div.array-flexible-column .q-answer table thead th
|
||||
,div.array-multi-flexi .q-answer table thead th
|
||||
,div.array-multi-flexi-text .q-answer table thead th
|
||||
,div.array-flexible-duel-scale .q-answer table thead th
|
||||
*/
|
||||
div.array-multi-flexi .q-answer table tbody td div.input-text {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.array-flexible-column tbody th.arraycaptionleft {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#limesurvey .q-answer table tbody th.answertextright {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
.array-increase-same-decrease {}
|
||||
.array-flexible-row {}
|
||||
.array-flexible-column {}
|
||||
.slider {}
|
||||
.array-multi-flexi {}
|
||||
.array-flexible-duel-scale {}
|
||||
*/
|
||||
.array-flexible-column col.odd,.array-flexible-column th.odd {
|
||||
background-color: #0c1c2b;
|
||||
padding: 0% 0.3em;
|
||||
}
|
||||
@@ -1,20 +1,25 @@
|
||||
<div class="question">
|
||||
<div class="questiontext">
|
||||
{QUESTION_CODE}: {QUESTION}
|
||||
</div>
|
||||
<div class="answers">
|
||||
<table style="margin:0">
|
||||
<tr>
|
||||
<td style="text-align:left;">
|
||||
{ANSWER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="questionhelp">
|
||||
{QUESTIONHELP}
|
||||
</div>
|
||||
<div {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
|
||||
<div class="question">
|
||||
<div class="questiontext">
|
||||
<span class="qnumcode">{QUESTION_NUMBER} {QUESTION_CODE} </span>
|
||||
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br />
|
||||
<span class="questionhelp">{QUESTION_HELP}</span>
|
||||
{QUESTION_MAN_MESSAGE}
|
||||
{QUESTION_VALID_MESSAGE}
|
||||
{QUESTION_FILE_VALID_MESSAGE}
|
||||
</div>
|
||||
<div class="answers">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{ANSWER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="survey-question-help">
|
||||
{QUESTIONHELP}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
<!-- START: question_start.pstpl -->
|
||||
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br /><span class="questionhelp">{QUESTION_HELP}</span>
|
||||
|
||||
{QUESTION_MAN_MESSAGE}
|
||||
{QUESTION_VALID_MESSAGE}
|
||||
|
||||
<!-- FINISH: question_start.pstpl -->
|
||||
@@ -1,7 +1,7 @@
|
||||
<br />
|
||||
<center>
|
||||
<font color="red"><strong>{REGISTERERROR}</strong></font>
|
||||
<p><strong>{REGISTERMESSAGE1}</strong></p>
|
||||
<p>{REGISTERMESSAGE2}</p>
|
||||
<p class="warning-text">{REGISTERERROR}</p>
|
||||
<p class="register-message-1">{REGISTERMESSAGE1}</p>
|
||||
<p class="register-message-2">{REGISTERMESSAGE2}</p>
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
</center>
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
<div id='savetable'><center>
|
||||
<font color="red">{SAVEERROR}</font>
|
||||
<h3>{SAVEHEADING}</h3><br />
|
||||
{SAVEMESSAGE}<br /><br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
<div id='savetable'>
|
||||
<center>
|
||||
<span class="save-error">{SAVEERROR}</span>
|
||||
<h3 class="save-heading">{SAVEHEADING}</h3>
|
||||
<br />
|
||||
<span class="save-message">{SAVEMESSAGE}</span>
|
||||
<span class="warning">{SAVEALERT}</span>
|
||||
<br /><br />
|
||||
<div class="save-form">{SAVEFORM}</div>
|
||||
<br />
|
||||
<span class="return-to-survey">{RETURNTOSURVEY}</span>
|
||||
</center>
|
||||
</div>
|
||||
@@ -1,3 +1,3 @@
|
||||
<div id="groupheader">
|
||||
<i>{GROUPNAME}</i>
|
||||
{GROUPNAME}
|
||||
</div>
|
||||
@@ -5,7 +5,9 @@
|
||||
</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css" />
|
||||
<!-- The following line includes template.css and if an RTL-language is used template-rtl.css -->
|
||||
{TEMPLATECSS}
|
||||
|
||||
<!--[if lte IE 6]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.css" />
|
||||
<![endif]-->
|
||||
@@ -20,7 +22,11 @@
|
||||
<style type="text/css" media="aural tty">
|
||||
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
|
||||
</style>
|
||||
|
||||
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
|
||||
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<br/>
|
||||
<div id="container">
|
||||
<body class="lang-{SURVEYLANGAGE} {SURVEYFORMAT}">
|
||||
<div class="outerframe">
|
||||
<br/>
|
||||
<div id="container">
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<div id="welcome">
|
||||
<font style="font-family: Verdana; font-size: 14px;">
|
||||
<b>{SURVEYNAME}</b>
|
||||
</font><br />
|
||||
<p> {SURVEYDESCRIPTION}</P>
|
||||
<span class="survey-name">{SURVEYNAME}</span>
|
||||
<p class="survey-description"> {SURVEYDESCRIPTION}</p>
|
||||
{PERCENTCOMPLETE}<br/>
|
||||
{LANGUAGECHANGER}
|
||||
</div>
|
||||
|
||||
@@ -1,35 +1,25 @@
|
||||
<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>
|
||||
<div id="listingHeader">
|
||||
<p>
|
||||
{SITENAME}
|
||||
</p>
|
||||
</div>
|
||||
<div id="listingContent">
|
||||
<p class="surveyListHeading">
|
||||
{SURVEYLISTHEADING}
|
||||
</p>
|
||||
<div id="listingList">
|
||||
<ul>
|
||||
{SURVEYLIST}
|
||||
</ul>
|
||||
</div>
|
||||
<p class="survey-contact">
|
||||
{SURVEYCONTACT}
|
||||
</p>
|
||||
<p>
|
||||
{LANGUAGECHANGER}
|
||||
</p>
|
||||
<p class="language-changer">
|
||||
<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 />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
57
include/limesurvey/templates/bluengrey/template-rtl.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/* This CSS file is included if a Right-to-Left language is used */
|
||||
.answertext,.answer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td
|
||||
{
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio .answer li,.list-radio-flexible .answer li,.list-radio .answer li,.list-with-comment .answer li,.multiple-opt .answer li,.multiple-opt-comments .answer li,.multiple-short-txt .answer li,.numeric-multi .answer li,.yes-no .answer li,.gender .answer li
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.list-radio .answer li label {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* line 207 */
|
||||
td.questiontext {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 294 */
|
||||
.choice-5-pt-radio ul,.yes-no ul,.gender ul {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*line 414 */
|
||||
.choice-5-pt-radio li,.list-radio-flexible li,.list-radio li,.list-with-comment li,.multiple-opt li,.multiple-opt-comments li,.multiple-short-txt li,.numeric-multi li,.yes-no li,.gender li
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio li,
|
||||
.list-radio-flexible li,
|
||||
.list-radio li,
|
||||
.list-with-comment li,
|
||||
.yes-no li,
|
||||
.gender li {
|
||||
text-indent: 1.7em;
|
||||
}
|
||||
|
||||
/* line 479 */
|
||||
.list-with-comment div.list {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.list-with-comment div.list p {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.list-with-comment p.comment {
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
50
include/limesurvey/templates/bluengrey/template.js
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
* LimeSurvey
|
||||
* Copyright (C) 2007 The LimeSurvey Project Team / Carsten Schmitz
|
||||
* All rights reserved.
|
||||
* License: GNU/GPL License v2 or later, see LICENSE.php
|
||||
* LimeSurvey is free software. This version may have been modified pursuant
|
||||
* to the GNU General Public License, and as distributed it includes or
|
||||
* is derivative of works licensed under the GNU General Public License or
|
||||
* other free or open source software licenses.
|
||||
* See COPYRIGHT.php for copyright notices and details.
|
||||
*
|
||||
*
|
||||
* Description: Javascript file for templates. Put JS-functions for your template here.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* The function focusFirst puts the Focus on the first non-hidden element in the Survey.
|
||||
*
|
||||
* Normally this is the first input field (the first answer).
|
||||
*/
|
||||
function focusFirst(Event)
|
||||
{
|
||||
$('#limesurvey :input:visible:enabled:first').focus();
|
||||
}
|
||||
/*
|
||||
* The focusFirst function is added to the eventlistener, when the page is loaded.
|
||||
*
|
||||
* This can be used to start other functions on pageload as well. Just put it inside the 'ready' function block
|
||||
*/
|
||||
|
||||
/* Uncomment below if you want to use the focusFirst function */
|
||||
/*
|
||||
$(document).ready(function(){
|
||||
focusFirst();
|
||||
});
|
||||
*/
|
||||
|
||||
$(document).ready(function(){
|
||||
// If the question code and number are hidden, hide any white space in the span(for dumb browsers)
|
||||
if($('.qnumcode').text().replace(/\s/g, '').length == 0) {
|
||||
$('.qnumcode').hide();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
{CHECKJAVASCRIPT}
|
||||
<div id="welcome">
|
||||
<font style="font-family: Verdana; font-size: 14px;">
|
||||
<b>{SURVEYNAME}</b>
|
||||
</font><br />
|
||||
{SURVEYDESCRIPTION}
|
||||
<span class="survey-name">{SURVEYNAME}</span>
|
||||
<p class="survey-description">{SURVEYDESCRIPTION}</p>
|
||||
</div>
|
||||
<div id="welcometext">
|
||||
<p>{WELCOME}</p>
|
||||
<span style='font-color:#333; font-size:0.8em;'>{THEREAREXQUESTIONS}</span>
|
||||
<span class="x-questions">{THEREAREXQUESTIONS}</span>
|
||||
</div>
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
<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>
|
||||
|
Before Width: | Height: | Size: 629 B |
@@ -1,12 +0,0 @@
|
||||
<br />
|
||||
<table align="center" cellpadding="30">
|
||||
<tr>
|
||||
<td align="center" bgcolor="FFFFFF">
|
||||
<font face="arial" size="2">
|
||||
<font color="red"><strong>{ANSWERSCLEARED}</strong></font><br /><br />
|
||||
{RESTART}<br />
|
||||
{CLOSEWINDOW}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -1,10 +0,0 @@
|
||||
<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>
|
||||
@@ -1,3 +0,0 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1 +0,0 @@
|
||||
<br /><font face="arial" size="1" color="#777777">{GROUPDESCRIPTION}</font><br /><br />
|
||||
@@ -1,5 +0,0 @@
|
||||
|
||||
.numeric-multi ul.multiplenumerichelp li span input
|
||||
{
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.8 KiB |
@@ -1,7 +0,0 @@
|
||||
<center>
|
||||
<font color="red">{LOADERROR}</font><br />
|
||||
<strong><font size="+1">{LOADHEADING}</font></strong><br /><br />
|
||||
{LOADMESSAGE}<br />
|
||||
{LOADFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
@@ -1,10 +0,0 @@
|
||||
<table width="100%" align="center" bgcolor="#E1E1E1">
|
||||
<tr>
|
||||
<td align="center">
|
||||
{NAVIGATOR}<br />
|
||||
{CLEARALL}
|
||||
{SAVE}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 170 B |
@@ -1,5 +0,0 @@
|
||||
<table align="center" bgcolor="#EEEEEE" width="75%">
|
||||
<tr>
|
||||
<td align="center"><font size="1">{PRIVACYMESSAGE}</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1,28 +0,0 @@
|
||||
<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>
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
<!-- START: question_start.pstpl -->
|
||||
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br /><span class="questionhelp">{QUESTION_HELP}</span>
|
||||
|
||||
{QUESTION_MAN_MESSAGE}
|
||||
{QUESTION_VALID_MESSAGE}
|
||||
|
||||
<!-- FINISH: question_start.pstpl -->
|
||||
@@ -1,7 +0,0 @@
|
||||
<br />
|
||||
<center>
|
||||
<font color="red"><strong>{REGISTERERROR}</strong></font>
|
||||
<p><strong>{REGISTERMESSAGE1}</strong></p>
|
||||
<p>{REGISTERMESSAGE2}</p>
|
||||
{REGISTERFORM}<br />
|
||||
</center>
|
||||
@@ -1,7 +0,0 @@
|
||||
<center>
|
||||
<font color="red">{SAVEERROR}</font>
|
||||
<strong><font size="+1">{SAVEHEADING}</font></strong><br /><br />
|
||||
{SAVEMESSAGE}<br /><br />
|
||||
{SAVEFORM}<br />
|
||||
{RETURNTOSURVEY}
|
||||
</center>
|
||||
@@ -1,4 +0,0 @@
|
||||
</td></tr>
|
||||
<tr><td bgcolor="white" height="4"></td></tr>
|
||||
<tr><td>
|
||||
<font size="2" color="#666666"><b>{GROUPNAME}</b></font>
|
||||
@@ -1,26 +0,0 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>A SURVEY: {SURVEYNAME}</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css" />
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_8.css" />
|
||||
<![endif]-->
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_7.css" />
|
||||
<![endif]-->
|
||||
<!--[if lte IE 6]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!-- The following CSS hides visual elements of the progress bar from screen readers. -->
|
||||
<style type="text/css" media="aural tty">
|
||||
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table width="500" align="center" style="border-collapse: collapse" bgcolor="#E1E1E1" border="4" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
@@ -1,18 +0,0 @@
|
||||
<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 class="graph">
|
||||
{PERCENTCOMPLETE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
{LANGUAGECHANGER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1,35 +0,0 @@
|
||||
<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>
|
||||
@@ -1,774 +0,0 @@
|
||||
body {
|
||||
color:#333;
|
||||
background-color:#B7B7B7;
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.answertextright {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.submit {
|
||||
background-color:#CCF;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
|
||||
.saveall {
|
||||
background-color:#CCF;
|
||||
font-size:8pt;
|
||||
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:450px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
.innergraph {
|
||||
background-color:EFEFEF;
|
||||
color:#777;
|
||||
font-family:arial;
|
||||
font-size:8pt;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.array1 {
|
||||
background-color:#D1D1D1;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.array2 {
|
||||
background-color:#EFEFEF;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.questionhelp {
|
||||
font-size:10px;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.questiontext{
|
||||
font-family:verdana;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.warningjs {
|
||||
font-size:12px;
|
||||
font-weight:700;
|
||||
color:RED;
|
||||
}
|
||||
|
||||
.asterisk {
|
||||
color:red;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
}
|
||||
|
||||
td.graph {
|
||||
background-color: #e1e1e1;
|
||||
padding: 0.2em 0%;
|
||||
}
|
||||
|
||||
#progress-graph {
|
||||
line-height: 1.5em;
|
||||
width: 17em;
|
||||
font-size: 85%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 0.2em;
|
||||
padding: 0.5em 0.5em 0.4em 1em;
|
||||
text-align: left;
|
||||
background-color:#DDD;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
.hide {
|
||||
font-weight: normal;
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
#progress-graph div.zero
|
||||
{
|
||||
width: 2.6em;
|
||||
margin-right: 0%;
|
||||
}
|
||||
#progress-graph div.graph {
|
||||
width: 10em;
|
||||
height: 1.5em;
|
||||
border: 1px solid #666;
|
||||
margin-top: -1.7em;
|
||||
margin-left: 2.6em;
|
||||
margin-right: 0%;
|
||||
}
|
||||
|
||||
#progress-graph div.cent {
|
||||
width: 3em;
|
||||
margin-top: -1.5em;
|
||||
margin-left: 13.3em;
|
||||
margin-right: 0%;
|
||||
}
|
||||
|
||||
.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 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.question tr.array1:hover,table.question tr.array2:hover {
|
||||
background-color:#A7A9D1;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------
|
||||
START: Question styles ------------------------- */
|
||||
|
||||
/* =====================================
|
||||
== Full list of question classes =======
|
||||
|
||||
.boilerplate
|
||||
,.numeric
|
||||
,.choice-5-pt-radio
|
||||
,.yes-no
|
||||
,.gender
|
||||
,.date
|
||||
,.numeric-multi
|
||||
,.numeric
|
||||
,.list-radio
|
||||
,.list-radio-flexible
|
||||
,.list-with-comment
|
||||
,.list-dropdown
|
||||
,.list-dropdown-flexible
|
||||
,.ranking
|
||||
,.numeric-multi
|
||||
,.language
|
||||
,.multiple-opt-comments
|
||||
,.multiple-short-txt
|
||||
,.text-short
|
||||
,.text-long
|
||||
,.text-huge
|
||||
,.numeric-multi
|
||||
,.array-5-pt
|
||||
,.array-10-pt
|
||||
,.array-yes-uncertain-no
|
||||
,.array-increase-same-decrease
|
||||
,.array-flexible-row
|
||||
,.array-flexible-column
|
||||
,.slider
|
||||
,.array-multi-flexi
|
||||
,.array-multi-flexi-text
|
||||
,.array-flexible-duel-scale
|
||||
*/
|
||||
|
||||
/* - - - - - - - - - - - - - - - - - - - - - -
|
||||
START: General list styles - - - - - - - - - - */
|
||||
.choice-5-pt-radio ul
|
||||
,.list-radio-flexible ul
|
||||
,.list-radio ul
|
||||
,.list-with-comment ul
|
||||
,.multiple-opt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.multiple-short-txt ul
|
||||
,.numeric-multi ul
|
||||
,.yes-no ul
|
||||
,.gender ul
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio li
|
||||
,.list-radio-flexible li
|
||||
,.list-radio li
|
||||
,.list-with-comment li
|
||||
,.multiple-opt li
|
||||
,.multiple-opt-comments li
|
||||
,.multiple-short-txt li
|
||||
,.numeric-multi li
|
||||
,.yes-no li
|
||||
,.gender li
|
||||
{
|
||||
list-style-type: none;
|
||||
text-align: left;
|
||||
margin: 0% 0% 0.5em 0.5em;
|
||||
}
|
||||
.numeric-multi ul.slider li { margin-left: 0.7em; }
|
||||
|
||||
.choice-5-pt-radio li
|
||||
,.list-radio-flexible li
|
||||
,.list-radio li
|
||||
,.list-with-comment li
|
||||
,.yes-no li
|
||||
,.gender li
|
||||
{
|
||||
margin-left: 2em;
|
||||
text-indent: -2em;
|
||||
}
|
||||
|
||||
/* END: General list styles - - - - - - - - - - -
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
|
||||
|
||||
/* STYLES NOT YET DEFINED - - - - -
|
||||
.boilerplate {}
|
||||
*/
|
||||
|
||||
.choice-5-pt-radio ul
|
||||
,.yes-no ul
|
||||
,.gender ul
|
||||
{
|
||||
text-align: left;
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
.choice-5-pt-radio ul li
|
||||
,.yes-no ul li
|
||||
,.gender ul li
|
||||
{
|
||||
display: inline;
|
||||
padding: 0% 2em 0% 0%;
|
||||
margin-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
/* STYLES NOT YET DEFINED - - - - -
|
||||
.date {}
|
||||
*/
|
||||
.date p.question { margin-left: 1em; }
|
||||
.date p.question select.day {}
|
||||
.date p.question select.month {}
|
||||
.date p.question select.year {}
|
||||
|
||||
.date p.tip
|
||||
,.numeric-multi p.tip
|
||||
,.numeric p.tip
|
||||
{
|
||||
margin-left: 1.5em;
|
||||
font-size: 80%;
|
||||
font-style: italic;
|
||||
line-height: 150%;
|
||||
}
|
||||
.numeric p.question
|
||||
{
|
||||
margin-left: 1em;
|
||||
}
|
||||
.numeric-multi p.tip.error
|
||||
,.numeric-multi input.tip.error
|
||||
{
|
||||
color: #f70;
|
||||
font-weight: bold;
|
||||
}
|
||||
.numeric-multi p.tip.good
|
||||
,.numeric-multi input.tip.good
|
||||
|
||||
{
|
||||
color: #090;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* DEFINED ABOVE UNDER "General list styles" - - - - -
|
||||
.list-radio-flexible
|
||||
.list-radio
|
||||
*/
|
||||
|
||||
ul.cols-2 , table.cols-2
|
||||
, ul.cols-3 , table.cols-3
|
||||
, ul.cols-4 , table.cols-4
|
||||
, ul.cols-5 , table.cols-5
|
||||
, ul.cols-6 , table.cols-6
|
||||
, ul.cols-7 , table.cols-7
|
||||
, ul.cols-8 , table.cols-8
|
||||
{
|
||||
width: 98%;
|
||||
margin: 0% auto 0% auto;
|
||||
}
|
||||
ul.cols-2 li , ul.cols-2-ul
|
||||
, ul.cols-3 li , ul.cols-3-ul
|
||||
, ul.cols-4 li , ul.cols-4-ul
|
||||
, ul.cols-5 li , ul.cols-5-ul
|
||||
, ul.cols-6 li , ul.cols-6-ul
|
||||
, ul.cols-7 li , ul.cols-7-ul
|
||||
, ul.cols-8 li , ul.cols-8-ul
|
||||
{
|
||||
float: left;
|
||||
padding: 0% 0.5em;
|
||||
white-space: normal
|
||||
}
|
||||
|
||||
ul.cols-2 li , ul.cols-2-ul , table.cols-2 td { width: 47%; }
|
||||
ul.cols-3 li , ul.cols-3-ul , table.cols-3 td { width: 30%; }
|
||||
ul.cols-4 li , ul.cols-4-ul , table.cols-4 td { width: 22%; }
|
||||
ul.cols-5 li , ul.cols-5-ul , table.cols-5 td { width: 17%; }
|
||||
ul.cols-6 li , ul.cols-6-ul , table.cols-6 td { width: 15.5%; }
|
||||
ul.cols-7 li , ul.cols-7-ul , table.cols-7 td { width: 12%; }
|
||||
ul.cols-8 li , ul.cols-8-ul , table.cols-8 td { width: 10%; }
|
||||
|
||||
.list-dropdown-flexible p.question
|
||||
{
|
||||
margin-left: 1em;
|
||||
}
|
||||
/* STYLES NOT YET DEFINED - - - - -
|
||||
.list-dropdown {}
|
||||
*/
|
||||
.list-with-comment div.list
|
||||
{
|
||||
width: 47%;
|
||||
float: left;
|
||||
padding: 0.5em 0.5em 0.5em 0%;
|
||||
}
|
||||
.list-with-comment p.select
|
||||
{
|
||||
width: 47%;
|
||||
float: left;
|
||||
padding: 0.5em;
|
||||
margin: 0%;
|
||||
}
|
||||
.list-with-comment div.list p
|
||||
{
|
||||
margin: 0%;
|
||||
text-align: left;
|
||||
}
|
||||
.list-with-comment p.comment
|
||||
{
|
||||
margin: 0%;
|
||||
padding: 0.5em;
|
||||
text-align: left;
|
||||
float: left;
|
||||
width: 47%;
|
||||
}
|
||||
.list-with-comment p.comment textarea
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.ranking td.answer, .ranking td.rank { text-align: left; }
|
||||
|
||||
/* DEFINED ABOVE UNDER "General list styles" - - - - -
|
||||
.multiple-opt
|
||||
*/
|
||||
|
||||
.language {}
|
||||
|
||||
|
||||
/* The following styles only apply to modern (relatively) complete CSS2 compliant browsers. (Not less than IE 8) */
|
||||
.multiple-opt-comments ul
|
||||
{
|
||||
display: table;
|
||||
padding: 0%;
|
||||
margin: 1em 1em 1em 0.5em;
|
||||
}
|
||||
.multiple-short-txt ul
|
||||
{
|
||||
display: table;
|
||||
padding: 0%;
|
||||
margin: 1em;
|
||||
}
|
||||
.numeric-multi ul
|
||||
{
|
||||
display: table;
|
||||
padding: 0%;
|
||||
margin: 0% 1em 1.5em 0.7em;
|
||||
}
|
||||
|
||||
.numeric-multi ul.computed
|
||||
{
|
||||
float:left;
|
||||
padding-right: 2em;
|
||||
}
|
||||
.numeric-multi ul.slider.computed
|
||||
{
|
||||
width: 18em;
|
||||
}
|
||||
.multiple-opt-comments ul li
|
||||
,.multiple-short-txt ul li
|
||||
,.numeric-multi ul li
|
||||
{
|
||||
display: table-row;
|
||||
}
|
||||
.multiple-opt-comments ul li span.option
|
||||
{
|
||||
padding: 0.3em 1em 0% 2em;
|
||||
text-indent: -2em;
|
||||
display: table-cell;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.multiple-short-txt ul li label
|
||||
,.numeric-multi ul li label
|
||||
{
|
||||
padding: 0.3em 1em 0% 0%;
|
||||
display: table-cell;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.numeric-multi ul.computed li label
|
||||
.numeric-multi ul.slider.computed li label
|
||||
{
|
||||
padding-right: 0%;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment
|
||||
,.multiple-short-txt ul li span
|
||||
,.numeric-multi ul li span
|
||||
{
|
||||
padding: 0.3em 0% 0% 1em;
|
||||
display: table-cell;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
font-size: 80%;
|
||||
}
|
||||
.numeric-multi div.multinum-slider
|
||||
{
|
||||
margin-top: 1.5em;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.numeric-multi ul.multiplenumerichelp.slider { display: table; }
|
||||
.numeric-multi ul.multiplenumerichelp.slider li { display: table-row; }
|
||||
|
||||
.numeric-multi ul.multiplenumerichelp li label
|
||||
,.numeric-multi ul.multiplenumerichelp.slider li label
|
||||
{
|
||||
padding: 0.3em 0% 0% 0%;
|
||||
display: table-cell;
|
||||
}
|
||||
.numeric-multi ul.multiplenumerichelp li span
|
||||
,.numeric-multi ul.multiplenumerichelp.slider li span
|
||||
{
|
||||
padding: 0% 0% 0% 0.5em;
|
||||
display: table-cell;
|
||||
}
|
||||
.numeric-multi ul.multiplenumerichelp span input {
|
||||
border: none;
|
||||
background-color: inherit;
|
||||
padding: 0%;
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
|
||||
.text-short input
|
||||
,.text-long textarea
|
||||
,.text-huge textarea
|
||||
{
|
||||
margin-left: 1em;
|
||||
}
|
||||
/* STYLES NOT YET DEFINED - - - - -
|
||||
.yes-no {}
|
||||
.gender {}
|
||||
*/
|
||||
|
||||
.array-5-pt thead th
|
||||
,.array-10-pt thead th
|
||||
,.array-yes-uncertain-no thead th
|
||||
,.array-increase-same-decrease thead th
|
||||
,.array-flexible-row thead th
|
||||
,.array-increase-same-decrease thead th
|
||||
,.array-flexible-row thead th
|
||||
,.array-multi-flexi thead th
|
||||
,.array-multi-flexi-text thead th
|
||||
,.array-flexible-duel-scale thead th
|
||||
,.array-flexible-column thead th
|
||||
,table.question .repeat th
|
||||
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.array-5-pt .question td
|
||||
,.array-10-pt .question td
|
||||
,.array-yes-uncertain-no .question td
|
||||
,.array-increase-same-decrease .question td
|
||||
,.array-flexible-row .question td
|
||||
,.array-increase-same-decrease .question td
|
||||
,.array-flexible-row .question td
|
||||
,.array-multi-flexi .question td
|
||||
,.array-multi-flexi-text .question td
|
||||
,.array-flexible-duel-scale .question td
|
||||
,.array-flexible-column .question td
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
.array-5-pt tbody th.answertext
|
||||
,.array-10-pt tbody th.answertext
|
||||
,.array-yes-uncertain-no tbody th.answertext
|
||||
,.array-increase-same-decrease tbody th.answertext
|
||||
,.array-flexible-row tbody th.answertext
|
||||
,.array-increase-same-decrease tbody th.answertext
|
||||
,.array-flexible-row tbody th.answertext
|
||||
,.array-multi-flexi tbody th.answertext
|
||||
,.array-multi-flexi-text tbody th.answertext
|
||||
,.array-flexible-duel-scale tbody th.answertext
|
||||
,.array-flexible-column tbody th.arraycaptionleft
|
||||
{
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
}
|
||||
.array-flexible-row tbody th.answertextright
|
||||
,.array-flexible-duel-scale tbody th.answertextright
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
.array-increase-same-decrease {}
|
||||
.array-flexible-row {}
|
||||
.array-flexible-column {}
|
||||
.slider {}
|
||||
.array-multi-flexi {}
|
||||
.array-flexible-duel-scale {}
|
||||
*/
|
||||
|
||||
.array-flexible-column col.odd
|
||||
{
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
||||
/* Jquery CSS
|
||||
*/
|
||||
/** UI Base **/
|
||||
.ui-wrapper { border: 1px solid #50A029; }
|
||||
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
|
||||
|
||||
|
||||
|
||||
/************** Slider ********************/
|
||||
|
||||
.ui-slider-disabled .ui-slider-handle {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.ui-slider-1 {
|
||||
width: 200px; position: relative; height: 10px;
|
||||
}
|
||||
.slider_callout {
|
||||
height: 20px;
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
margin-left:+15px;
|
||||
color: #284a6e;
|
||||
font-size: 0.75em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tokenform
|
||||
{
|
||||
margin-top:1em;
|
||||
}
|
||||
|
||||
#tokenform input
|
||||
{
|
||||
}
|
||||
|
||||
#tokenform label {
|
||||
float: left;
|
||||
width: 20em;
|
||||
margin-right: 0.5em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#tokenform li
|
||||
{
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
#tokenform img
|
||||
{
|
||||
margin-bottom:-5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
p#tokenmessage
|
||||
{
|
||||
margin:20px;
|
||||
}
|
||||
|
||||
|
||||
p#tokenmessage
|
||||
{
|
||||
margin:20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
div#wrapper{
|
||||
width:600px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
|
||||
#tokenform input.submit
|
||||
{
|
||||
margin-left:18em;
|
||||
margin-top:1em;
|
||||
margin-bottom:1em;
|
||||
}
|
||||
|
||||
#statsContainer {
|
||||
width:80%;
|
||||
margin:0 auto;
|
||||
background-color:#e1e1e1;
|
||||
padding: 0px;
|
||||
min-width: 690px;
|
||||
}
|
||||
|
||||
#statsHeader{
|
||||
color:#000000;
|
||||
text-align:center;
|
||||
padding: 10px 0px;
|
||||
height:72px;
|
||||
background-image: url(Logo-LimeSurvey.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 35px 18px;
|
||||
|
||||
}
|
||||
|
||||
.statsSurveyTitle {
|
||||
text-align:center;
|
||||
font-size:1.5em;
|
||||
font-weight:bold;
|
||||
padding: 25px 0px 0px 0px;
|
||||
width:90%;
|
||||
text-align:left;
|
||||
margin: 0px auto;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.statsNumRecords {
|
||||
font-size:.9em;
|
||||
width:90%;
|
||||
text-align:left;
|
||||
margin: 0px auto;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
table.statisticstable{
|
||||
width: 90%;
|
||||
border: 0px solid;
|
||||
text-align:left;
|
||||
background-color:#eeeeee;
|
||||
margin:0px auto;
|
||||
padding-bottom: 8px;
|
||||
|
||||
}
|
||||
|
||||
table.statisticstable td{
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
|
||||
|
||||
table.statisticstable img{
|
||||
margin:10px auto;
|
||||
}
|
||||
|
||||
div.fieldSummary{
|
||||
font-size:.9em;
|
||||
padding: 10px 10px 4px 4px;
|
||||
display: block;
|
||||
text-align:left;
|
||||
}
|
||||
div.questionTitle{
|
||||
font-size:1.0em;
|
||||
padding: 20px 20px 20px 20px;
|
||||
font-weight: normal;
|
||||
background-color:#efefef;
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
<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>
|
||||
|
||||
4
include/limesurvey/templates/citronade/assessment.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id="assessment" class="note">
|
||||
<h2>{ASSESSMENT_HEADING}</h2>
|
||||
{ASSESSMENTS}
|
||||
</div>
|
||||
190
include/limesurvey/templates/citronade/base.css
Normal file
@@ -0,0 +1,190 @@
|
||||
/* This part don't have to be modified */
|
||||
/* Base style only */
|
||||
/* --- STYLES DE BASE --- */
|
||||
/* source: http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html */
|
||||
html { font-size: 100%; }
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Arial, Helvetica, FreeSans, sans-serif;
|
||||
font-size: .85em;
|
||||
line-height: 1.4;
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
html,body{ height: 100%;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 1em 0 .5em 0;
|
||||
line-height: 1.2;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
h1 {font-size: 1.5em;}
|
||||
h2 {font-size: 1.3em;}
|
||||
h3 {font-size: 1.2em;}
|
||||
h4 {font-size: 1.1em;}
|
||||
h5 {font-size: 1em;}
|
||||
h6 {font-size: 1em;}
|
||||
|
||||
ul, ol { margin: .75em 0 .75em 32px; padding: 0; }
|
||||
p { margin: .75em 0; }
|
||||
address { margin: .75em 0; font-style: italic; }
|
||||
|
||||
a {text-decoration: underline;}
|
||||
a:link {color: #11C;}
|
||||
a:visited {color: #339;}
|
||||
a:hover, a:focus, a:active {color: #00F;}
|
||||
a:active {outline: none;}
|
||||
a img {border: none;}
|
||||
|
||||
em {font-style: italic;}
|
||||
strong {font-weight: bold;}
|
||||
|
||||
form, fieldset {margin: 0;padding: 0;border: none;}
|
||||
input, button, select {vertical-align: middle;}
|
||||
|
||||
/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */
|
||||
|
||||
abbr[title] { border-bottom: 1px dotted; cursor: help; }
|
||||
blockquote { margin: .75em 0 .75em 20px;padding: 0 0 0 10px;border-left: solid 2px #ddd;}
|
||||
q, cite {font-style: italic;}
|
||||
q cite, q q {font-style: normal;}
|
||||
blockquote p, li p {margin: .5em 0;}
|
||||
dl {margin: .75em 0;}
|
||||
dt {margin: .75em 0 0 0;font-weight: bold;}
|
||||
dd {margin: .25em 0 .25em 32px;}
|
||||
|
||||
table {
|
||||
margin: 0;
|
||||
border: 1px solid gray; /* Pas de bordure = "none". */
|
||||
border-collapse: separate; /* Valeur par défaut: "separate". */
|
||||
border-spacing: 0;
|
||||
}
|
||||
table td, table th {
|
||||
padding: 4px; /* Pas de retrait autour du texte = "0". */
|
||||
border: 1px solid #ccc; /* Pas de bordure = "none". */
|
||||
vertical-align: top; /* Valeur par défaut: "middle" */
|
||||
}
|
||||
table {
|
||||
border: 1px solid gray; /* Pas de bordure = "none". */
|
||||
}
|
||||
|
||||
/* Semantic HTML 5 */
|
||||
article, aside, dialog, figure, footer, header,
|
||||
hgroup, menu, nav, section {display: block;}
|
||||
|
||||
/* --- LIMESURVEY BASE --- */
|
||||
ul#surveylist{list-style: none ;}
|
||||
.hide{
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
}
|
||||
.error{color: #f70;}
|
||||
.good{color: #090;}
|
||||
.problem{color: #f70;}
|
||||
|
||||
/*****
|
||||
Default styles for the jQuery UI progress bar
|
||||
*****/
|
||||
#progress-wrapper {
|
||||
width: 252px;
|
||||
height: 2em;
|
||||
margin: 10px auto 0 auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#progress-wrapper #progress-pre {
|
||||
float: left;
|
||||
margin: 0 5px 0 0;
|
||||
width: 45px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#progress-wrapper .ui-widget-content {
|
||||
float: left;
|
||||
width: 150px;
|
||||
height: 1em;
|
||||
text-align: left;
|
||||
border-width: 1px
|
||||
border-style: solid
|
||||
border-color: #666666;
|
||||
}
|
||||
|
||||
#progress-wrapper .ui-widget-header {
|
||||
background-color: #AAAAAA;
|
||||
background-image: none;
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
|
||||
#progress-wrapper #progress-post {
|
||||
float: left;
|
||||
margin: 0 0 0 5px;
|
||||
width: 45px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/*****
|
||||
Default styles for the jQuery UI slider
|
||||
*****/
|
||||
.ui-slider{width:15em; margin: 0.4em 0 0.2em;display:inline;display:inline-block;border:1px solid #666666;
|
||||
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
|
||||
.slider_showmin {
|
||||
float: left;
|
||||
width: 3em;
|
||||
margin: 1.4em 0 0 0;
|
||||
font-size: 0.7em;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
.slider_showmax {
|
||||
float: right;
|
||||
width: 3em;
|
||||
margin: 1.4em 0 0 0;
|
||||
font-size: 0.7em;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
position:relative;
|
||||
top:-0.5em;
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
font-size: 0.9em;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
position:relative;
|
||||
top:-0.5em;
|
||||
padding-left: 1em;
|
||||
font-size: 0.9em;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
.slider_callout {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: -1.3em;
|
||||
margin-left:0.8em;
|
||||
text-align:right;
|
||||
color: #333;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
||||
#percentcomplete{height:20px;margin:5px 0;display:block;}
|
||||
#progress-wrapper {
|
||||
height: 20px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
BIN
include/limesurvey/templates/citronade/bullet_error.png
Normal file
|
After Width: | Height: | Size: 454 B |
|
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 631 B |
7
include/limesurvey/templates/citronade/clearall.pstpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="clearall" class="note">
|
||||
<ul class="info">
|
||||
<li class="answercleared">{ANSWERSCLEARED}</li>
|
||||
<li class="restart">{RESTART}</li>
|
||||
<li class="closewindow">{CLOSEWINDOW}</li>
|
||||
</ul>
|
||||
</div>
|
||||
4
include/limesurvey/templates/citronade/completed.pstpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id="completed" class="note">
|
||||
<p class="text">{COMPLETED}</p>
|
||||
<p class="url">{URL}</p>
|
||||
</div>
|
||||
1
include/limesurvey/templates/citronade/endgroup.pstpl
Normal file
@@ -0,0 +1 @@
|
||||
</div><!-- endgroup -->
|
||||
10
include/limesurvey/templates/citronade/endpage.pstpl
Normal file
@@ -0,0 +1,10 @@
|
||||
</div><!--endcontent-->
|
||||
<div id="footer">
|
||||
<ul id="credits" class="wrapper">
|
||||
<li id="poweredby"><a href="http://www.limesurvey.org/" title="LimeSurvey Website">Powered by LimeSurvey</a>
|
||||
<li id="licence">This template is distributed under <a href="http://www.gnu.org/licenses/gpl.txt">GPL licence</a>
|
||||
</li>
|
||||
<li id="donate">LimeSurvey is Free software</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- end container-->
|
||||
BIN
include/limesurvey/templates/citronade/exclamation.png
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
include/limesurvey/templates/citronade/favicon.ico
Normal file
|
After Width: | Height: | Size: 894 B |
@@ -0,0 +1 @@
|
||||
<div class="groupdescription text">{GROUPDESCRIPTION}</div>
|
||||
BIN
include/limesurvey/templates/citronade/header-bkg.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
include/limesurvey/templates/citronade/help.png
Normal file
|
After Width: | Height: | Size: 786 B |
23
include/limesurvey/templates/citronade/ie_fix.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/* The following styles are for versions of IE */
|
||||
.tools input,
|
||||
.tools a,
|
||||
.navigator input,
|
||||
input#savebutton,
|
||||
input#loadbutton
|
||||
{height:2em}
|
||||
|
||||
.multiple-opt-comments .answers
|
||||
,.multiple-short-txt .answers
|
||||
,.numeric-multi .answers
|
||||
,.multiple-opt .answers
|
||||
{
|
||||
overflow:hidden;
|
||||
}
|
||||
.multiple-opt .answers ul li input.checkbox
|
||||
, .list-radio .answers ul li input.radio
|
||||
, .list-with-comment .answers ul li input.radio
|
||||
, .list-radio-flexible .answers ul li input.radio
|
||||
{
|
||||
margin-left:0;
|
||||
}
|
||||
.ui-slider{display:inline;}
|
||||
@@ -68,12 +68,6 @@
|
||||
margin:0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.numeric-multi label {
|
||||
width:400px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
|
||||
.rank select {
|
||||
margin-top:4px !important;
|
||||
}
|
||||
@@ -99,15 +93,18 @@ td.questionhelp {
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul {
|
||||
float: left;
|
||||
margin: 0 0 1.5em 0 !important;
|
||||
padding: 0 ;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
@@ -121,4 +118,39 @@ td.questionhelp {
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
display: inline;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.ui-slider-1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider_showmin {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.slider_showmax {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 150px;
|
||||
}
|
||||
@@ -94,9 +94,8 @@ td.questionhelp {
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 55%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
@@ -116,4 +115,22 @@ td.questionhelp {
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
display: inline;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
13
include/limesurvey/templates/citronade/ie_fix_8.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* The following styles are for IE 8 only*/
|
||||
.rank label
|
||||
{
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
td .rank {
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
}
|
||||
8
include/limesurvey/templates/citronade/load.pstpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<div id='load' class="content">
|
||||
<h3>{LOADHEADING}</h3>
|
||||
<div class="alert error">{LOADERROR}</div>
|
||||
<div class="note">{LOADMESSAGE}
|
||||
<div class="form">{LOADFORM}</div>
|
||||
</div>
|
||||
<ul class="tools"><li>{RETURNTOSURVEY}</li></ul>
|
||||
</div>
|
||||
BIN
include/limesurvey/templates/citronade/logo.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
5
include/limesurvey/templates/citronade/navigator.pstpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<p class="navigator">{NAVIGATOR}</p>
|
||||
<ul class="tools">
|
||||
<li>{SAVE}</li>
|
||||
<li>{CLEARALL}</li>
|
||||
</ul>
|
||||
BIN
include/limesurvey/templates/citronade/preview.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
18
include/limesurvey/templates/citronade/print.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#body{background:#FFF;color:#000;}
|
||||
#head{background:#FFF;}
|
||||
a#link-logo{display:none}
|
||||
h1#sitename{margin:0 0 0.2em 1em;}
|
||||
|
||||
h2#surveytitle{margin:0 0 0.2em 1em;}
|
||||
#exportbutton{display:none;}
|
||||
ul#credits{
|
||||
list-style: none ;
|
||||
text-align: center;
|
||||
margin:0;
|
||||
}
|
||||
#poweredby a{text-decoration:none;color:#000}
|
||||
#licence{display:none;}
|
||||
#donate{display:none;}
|
||||
|
||||
.printouttable{margin:0.1em auto;}
|
||||
.printouttitle{display: none;}
|
||||