mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the updated Limesurvey 1.92+ branch of queXS to trunk
This commit is contained in:
@@ -1,41 +1,42 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
SURVEY: {SURVEYNAME}
|
||||
</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<!-- 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]-->
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_7.css" />
|
||||
<![endif]-->
|
||||
<!--[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 class="lang-{SURVEYLANGAGE} {SURVEYFORMAT}">
|
||||
|
||||
<div class="outerframe">
|
||||
|
||||
<table align="center" cellpadding="0" cellspacing="0">
|
||||
<tr class="grayboxheader">
|
||||
<td width="14"><img src="{TEMPLATEURL}box_left.gif" border="0" width="14" /></td>
|
||||
<td class="center-cell">{SURVEYNAME}</td>
|
||||
<td width="14"><img src="{TEMPLATEURL}box_right.gif" border="0" width="14" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="survey-main">
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
SURVEY: {SURVEYNAME}
|
||||
</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<!-- 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]-->
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_7.css" />
|
||||
<![endif]-->
|
||||
<!--[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" />
|
||||
{GOOGLE_ANALYTICS_JAVASCRIPT}
|
||||
</head>
|
||||
<body class="lang-{SURVEYLANGAGE} {SURVEYFORMAT}">
|
||||
|
||||
<div class="outerframe">
|
||||
|
||||
<table align="center" cellpadding="0" cellspacing="0">
|
||||
<tr class="grayboxheader">
|
||||
<td width="14"><img src="{TEMPLATEURL}box_left.gif" border="0" width="14" /></td>
|
||||
<td class="center-cell">{SURVEYNAME}</td>
|
||||
<td width="14"><img src="{TEMPLATEURL}box_right.gif" border="0" width="14" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="survey-main">
|
||||
|
||||
Reference in New Issue
Block a user