-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstartpage.pstpl
27 lines (26 loc) · 1.65 KB
/
startpage.pstpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>{SURVEYNAME} {GROUPNAME} {SITENAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
<meta name="viewport" content="width=device-width, initial-scale=1," />
<!-- The following line includes jquery-ui.css or jquery-ui-custom.css from template dir, template.css and needed specific css file for survey -->
{TEMPLATECSS}
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
<!-- The following line includes jquery.js, jquery-ui.js, survey_runtime.js , template.js and needed specific js file for survey -->
{TEMPLATEJS}
{GOOGLE_ANALYTICS_JAVASCRIPT}
</head>
<body class="lang-{SURVEYLANGUAGE} {SURVEYFORMAT} no-js">
<script type='text/javascript'>/*<![CDATA[*/(function(H){ H.className=H.className.replace(/\bno-js\b/,'js') })(document.getElementsByTagName('body')[0]);/*]]>*/</script>
<!--[if lt IE 7 ]> <div id="container" class="ie ie6 ielt7 ielt8 ielt9"> <![endif]-->
<!--[if IE 7 ]> <div id="container" class="ie ie7 ielt8 ielt9"> <![endif]-->
<!--[if IE 8 ]> <div id="container" class="ie ie8 ielt9"> <![endif]-->
<!--[if IE 9 ]> <div id="container" class="ie ie9 "> <![endif]-->
<!--[if gt IE 9]><!--><div id="container"><!--<![endif]-->
<div id="head">
<div class="wrapper">
<h1 class="sitename"><a href="#" title="Made with LimeSurvey" class="link-logo"><img src="{TEMPLATEURL}logo.png" alt=" " class="logo"/></a>{SITENAME}</h1>
</div>
</div>
<div class="pagetitle"><h2 class="surveytitle wrapper">{SURVEYNAME}</h2></div>
<div id="content" class="wrapper">