2010-12-08 14:04:45 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2011-01-10 21:13:06 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<!-- Google Chrome Frame open source plug-in brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer-->
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
|
|
|
<title>${title}</title>
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="keywords" content="" />
|
|
|
|
|
|
|
|
<#include "stylesheets.ftl">
|
|
|
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Arimo:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
|
|
|
|
|
|
|
|
<#include "stylesheets.ftl">
|
|
|
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
|
|
|
|
|
|
|
<#include "headScripts.ftl">
|
|
|
|
|
|
|
|
<!--[if lt IE 7]>
|
|
|
|
<link rel="stylesheet" href="${urls.theme}/css/ie6.css" />
|
|
|
|
<script type="text/javascript" src="${urls.base}/js/jquery_plugins/supersleight.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!--[if IE 7]>
|
|
|
|
<link rel="stylesheet" href="${urls.theme}/css/ie7.css" />
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
|
|
|
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
${headContent!}
|