mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merged from McMasterReports branch
This commit is contained in:
31
include/limesurvey/templates/limespired/startpage.pstpl
Normal file
31
include/limesurvey/templates/limespired/startpage.pstpl
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>{SURVEYNAME} – {GROUPNAME}</title>
|
||||
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}template.css" />
|
||||
<!--[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>
|
||||
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
|
||||
</head>
|
||||
<body id="page_bg">
|
||||
<div id="wrapper2">
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<div class="rk-1">
|
||||
<div class="rk-2">
|
||||
<a href="http://www.limesurvey.org" class="nounder" title="Limesurvey - The free open source survey tool"><img src="{TEMPLATEURL}blank.gif" border="0" alt="" id="logo" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="surveyname">{SURVEYNAME}</div>
|
||||
<div class="survey-main">
|
||||
Reference in New Issue
Block a user