Conditional-Comments für IE reaktiviert
[website] / src / main / webapp / thymeleaf / templates / layout.html
index fe4010b..881957d 100644 (file)
       @import '[[@{/css/print.css}]]' print;
     </style>
     <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
-    <script src="../../js/less-1.5.1.js" th:remove="all"></script>
+    <!--[if lt IE 9]>
+      <script src="../../js/html5shiv.js" th:src="@{/js/html5shiv.js}"></script>
+    <![endif]-->
+    <!--[if IE 8]>
+      <link rel="stylesheet" type="text/css" href="../../less/ie8.less" th:href="@{/css/ie8.css}"/>
+    <![endif]-->
+    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
-  <body id="top" th:class="${contentclass}?:'menu'" onload="prettyPrint()">
+  <body id="top" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">
     <div id="page" class="cf">
       <header id="header">
         <h1 id="logo" layout:fragment="header"><a href="../index.html" th:href="@{/}" title="Home" class="l">juplo</a></h1>