NIHVIVO-1380 On individual page, add rdf link tag for discoverable rdf
This commit is contained in:
parent
c530c6fd3b
commit
547cc14fb0
2 changed files with 41 additions and 35 deletions
|
@ -1,11 +1,13 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
|
|
||||||
<#include "stylesheets.ftl">
|
<#include "stylesheets.ftl">
|
||||||
<link rel="stylesheet" href="${urls.theme}/css/screen.css" media="screen" />
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" media="screen" />
|
||||||
<link rel="stylesheet" href="${urls.theme}/css/print.css" media="print" />
|
<link rel="stylesheet" href="${urls.theme}/css/print.css" media="print" />
|
||||||
|
|
||||||
<#include "headScripts.ftl">
|
<#include "headScripts.ftl">
|
||||||
|
|
||||||
|
${headContent!}
|
|
@ -1,29 +1,33 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<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-->
|
<!-- 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">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
||||||
<title>${title}</title>
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<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]>
|
<title>${title}</title>
|
||||||
<link rel="stylesheet" href="${urls.theme}/css/ie7.css" />
|
<meta name="description" content="" />
|
||||||
<![endif]-->
|
<meta name="keywords" content="" />
|
||||||
|
|
||||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
<#include "stylesheets.ftl">
|
||||||
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||||
<![endif]-->
|
<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!}
|
Loading…
Add table
Add a link
Reference in a new issue