NIHVIVO-1234. Added <link> elements to the head.
This commit is contained in:
parent
f8cd744daa
commit
d342ae5b5b
2 changed files with 27 additions and 31 deletions
|
@ -9,6 +9,20 @@ ${stylesheets.tags}
|
|||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||
${headScripts.add("/js/html5.js")}
|
||||
${headScripts.tags}
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/supersleight.js"></script>
|
||||
<script type="text/javascript" src="${themeDir}/js/utils.js"></script>
|
||||
<link rel="stylesheet" href="css/ie6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="css/ie7.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${themeDir}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
@ -228,21 +242,6 @@ ${headScripts.tags}
|
|||
${scripts.add("/js/jquery.js")}
|
||||
${scripts.tags}
|
||||
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/supersleight.js"></script>
|
||||
<script type="text/javascript" src="${themeDir}/js/utils.js"></script>
|
||||
<link rel="stylesheet" href="css/ie6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="css/ie7.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${themeDir}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<#include "googleAnalytics.ftl">
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,6 +9,19 @@ ${stylesheets.tags}
|
|||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||
${headScripts.add("/js/html5.js")}
|
||||
${headScripts.tags}
|
||||
<!--[if lt IE 7]>
|
||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/supersleight.js"></script>
|
||||
<script type="text/javascript" src="${themeDir}/js/utils.js"></script>
|
||||
<link rel="stylesheet" href="css/ie6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="css/ie7.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${themeDir}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
@ -98,22 +111,6 @@ ${headScripts.tags}
|
|||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>-->
|
||||
${scripts.add("/js/jquery.js")}
|
||||
${scripts.tags}
|
||||
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/supersleight.js"></script>
|
||||
<script type="text/javascript" src="${themeDir}/js/utils.js"></script>
|
||||
<link rel="stylesheet" href="css/ie6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="css/ie7.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${themeDir}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<#include "googleAnalytics.ftl">
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue