Skip to content

Commit

Permalink
Fix issue 04150: Basic template is missing IE8 css branching
Browse files Browse the repository at this point in the history
Dev Added link to ie_fix_8.css

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8425 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Feb 23, 2010
1 parent ba26118 commit b061007
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 33 deletions.
3 changes: 3 additions & 0 deletions templates/basic/startpage.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.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">
Expand Down
69 changes: 36 additions & 33 deletions templates/limespired/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>{SURVEYNAME} &ndash; {GROUPNAME}</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 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>
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
</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">

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>{SURVEYNAME} &ndash; {GROUPNAME}</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 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>
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
</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">

0 comments on commit b061007

Please sign in to comment.