Update template to match current protocol when loading the W3C stylesheet
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Thu, 11 Feb 2016 08:43:15 +0000
changeset 63 096661bd0f52
parent 62 9e14d15f95cb
child 64 1d06ef1b03c1
Update template to match current protocol when loading the W3C stylesheet
2/ODRL20.html
2/ODRL21.html
2/template.phtml
2/template20.phtml
2/template21.phtml
--- a/2/ODRL20.html	Mon Jun 08 07:56:03 2015 +0100
+++ b/2/ODRL20.html	Thu Feb 11 08:43:15 2016 +0000
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title>Open Digital Rights Language (ODRL) Ontology</title>
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="//www.w3.org/StyleSheets/TR/w3c-unofficial">
 	<link rel="stylesheet" type="text/css" href="local.css">
 	<link rel="alternate" type="text/turtle" href="ODRL20.ttl">
 	<link rel="alternate" type="application/rdf+xml" href="ODRL20.rdf">
--- a/2/ODRL21.html	Mon Jun 08 07:56:03 2015 +0100
+++ b/2/ODRL21.html	Thu Feb 11 08:43:15 2016 +0000
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title>ODRL Version 2.1 Ontology</title>
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="//www.w3.org/StyleSheets/TR/w3c-unofficial">
 	<link rel="stylesheet" type="text/css" href="local.css">
 	<link rel="alternate" type="text/turtle" href="ODRL21.ttl">
 	<link rel="alternate" type="application/rdf+xml" href="ODRL21.rdf">
@@ -34,7 +34,7 @@
 
 <h2 id="sec-ns">Namespace URI</h2>
 <p>
-	The namespace URI for ODRL 2.1 is <a href="http://www.w3.org/ns/odrl/2/"><code>http://www.w3.org/ns/odrl/2/</code></a>.
+	The namespace URI for ODRL <? echo $vocab->revision; ?> is <a href="http://www.w3.org/ns/odrl/2/"><code>http://www.w3.org/ns/odrl/2/</code></a>.
 </p>
 <h2 id="sec-alternates">Alternative serialisations</h2>
 <p>
--- a/2/template.phtml	Mon Jun 08 07:56:03 2015 +0100
+++ b/2/template.phtml	Thu Feb 11 08:43:15 2016 +0000
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title><?php echo htmlspecialchars($vocab->label()); ?></title>
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="//www.w3.org/StyleSheets/TR/w3c-unofficial">
 	<link rel="stylesheet" type="text/css" href="local.css">
 	<link rel="alternate" type="text/turtle" href="ODRL20.ttl">
 	<link rel="alternate" type="application/rdf+xml" href="ODRL20.rdf">
--- a/2/template20.phtml	Mon Jun 08 07:56:03 2015 +0100
+++ b/2/template20.phtml	Thu Feb 11 08:43:15 2016 +0000
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title><?php echo htmlspecialchars($vocab->label()); ?></title>
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="//www.w3.org/StyleSheets/TR/w3c-unofficial">
 	<link rel="stylesheet" type="text/css" href="local.css">
 	<link rel="alternate" type="text/turtle" href="ODRL20.ttl">
 	<link rel="alternate" type="application/rdf+xml" href="ODRL20.rdf">
--- a/2/template21.phtml	Mon Jun 08 07:56:03 2015 +0100
+++ b/2/template21.phtml	Thu Feb 11 08:43:15 2016 +0000
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title><?php echo htmlspecialchars($vocab->label()); ?></title>
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="//www.w3.org/StyleSheets/TR/w3c-unofficial">
 	<link rel="stylesheet" type="text/css" href="local.css">
 	<link rel="alternate" type="text/turtle" href="ODRL21.ttl">
 	<link rel="alternate" type="application/rdf+xml" href="ODRL21.rdf">