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">
|
|
|
|
|
2014-09-16 13:19:10 -04:00
|
|
|
<title>${(title?html)!siteName!}</title>
|
2011-01-10 21:13:06 +00:00
|
|
|
|
2012-06-05 19:31:08 +00:00
|
|
|
<#-- VIVO OpenSocial Extension by UCSF -->
|
|
|
|
<#if openSocial??>
|
|
|
|
<#if openSocial.visible>
|
|
|
|
<#-- Required to add these BEFORE stylesheets.flt and headScripts.ftl are processed -->
|
|
|
|
${stylesheets.add('<link rel="stylesheet" href="${urls.theme}/css/openSocial/gadgets.css" />')}
|
|
|
|
${headScripts.add('<script type="text/javascript" src="${openSocial.containerJavascriptSrc}"></script>',
|
|
|
|
'<script type="text/javascript" language="javascript">${openSocial.gadgetJavascript}</script>',
|
2012-06-24 17:51:02 +00:00
|
|
|
'<script type="text/javascript" src="${urls.base}/js/openSocial/orng.js"></script>')}
|
2012-06-05 19:31:08 +00:00
|
|
|
</#if>
|
|
|
|
</#if>
|
|
|
|
|
2011-01-10 21:13:06 +00:00
|
|
|
<#include "stylesheets.ftl">
|
|
|
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
|
|
|
|
|
|
|
<#include "headScripts.ftl">
|
|
|
|
|
|
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
2011-02-03 15:17:13 +00:00
|
|
|
<script type="text/javascript" src="${urls.base}/js/selectivizr.js"></script>
|
2011-01-10 21:13:06 +00:00
|
|
|
<![endif]-->
|
|
|
|
|
2011-01-10 23:38:43 +00:00
|
|
|
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
|
|
|
|
an individual profile page. -->
|
2011-02-10 17:59:26 +00:00
|
|
|
${headContent!}
|
|
|
|
|
2011-02-10 18:27:06 +00:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="${urls.base}/favicon.ico">
|