mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
119 lines
2.0 KiB
Plaintext
119 lines
2.0 KiB
Plaintext
<title>{SURVEYNAME}</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
|
<style type='text/css'>
|
|
body.default
|
|
{
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
}
|
|
.question
|
|
{
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
}
|
|
.questionhelp
|
|
{
|
|
font-size: 10px;
|
|
}
|
|
.clearall
|
|
{
|
|
font-size: 11px;
|
|
}
|
|
.answertext
|
|
{
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
}
|
|
.answertextright
|
|
{
|
|
text-align:left;
|
|
}
|
|
.array1
|
|
{
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
text-align:center;
|
|
background-color: #ffffff;
|
|
}
|
|
.array2
|
|
{
|
|
font-family: verdana;
|
|
font-size: 11px;
|
|
text-align:center;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
.arraycaptionleft
|
|
{
|
|
text-align:right;
|
|
}
|
|
|
|
.errormandatory
|
|
{
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
color:RED;
|
|
}
|
|
.warningjs
|
|
{
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
color:RED;
|
|
}
|
|
|
|
.saveall
|
|
{
|
|
font-size:10px;
|
|
font-weight:normal;
|
|
color:black;
|
|
background-color:#999999;
|
|
}
|
|
.asterisk
|
|
{
|
|
color: #FF0000;
|
|
font-size: 9pt;
|
|
font-family: verdana;
|
|
}
|
|
table.question tr.array1:hover
|
|
{
|
|
background-color: #A7A9D1;
|
|
}
|
|
table.question tr.array2:hover
|
|
{
|
|
background-color: #A7A9D1;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class='default'>
|
|
<table width='75%' align='center' border='1' style='border-collapse: collapse; border-color: #111111' bgcolor='white'>
|
|
<tr>
|
|
<td align='center'>
|
|
{CHECKJAVASCRIPT}
|
|
<table width='100%' cellspacing='0'>
|
|
<tr>
|
|
<td align='center' bgcolor='#EEEEEE'>
|
|
<font size='2'>{QUESTION}
|
|
</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td align='center'>
|
|
{ANSWER}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='questionhelp' align='center' bgcolor='#EEEEEE'>
|
|
{QUESTIONHELP}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table>
|
|
<tr>
|
|
<td height='1'></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|