<springframework.version>4.0.6.RELEASE</springframework.version>
<thymeleaf.version>2.1.3.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>1.2.5</thymeleaf-layout-dialect.version>
+ <thymeleaf-extras-conditionalcomments.version>2.1.1.RELEASE</thymeleaf-extras-conditionalcomments.version>
</properties>
<version>${thymeleaf-layout-dialect.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.thymeleaf.extras</groupId>
+ <artifactId>thymeleaf-extras-conditionalcomments</artifactId>
+ <version>${thymeleaf-extras-conditionalcomments.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Servlet -->
<dependency>
<property name="additionalDialects">
<util:set>
<bean class="nz.net.ultraq.thymeleaf.LayoutDialect"/>
+ <bean class="org.thymeleaf.extras.conditionalcomments.dialect.ConditionalCommentsDialect"/>
</util:set>
</property>
</bean>
@import '[[@{/css/print.css}]]' print;
</style>
<script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></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" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">