Skip to content
Snippets Groups Projects
Commit 63ec7aa0 authored by Timothy Lebo's avatar Timothy Lebo
Browse files

fixed bug base.ns -> lodspk.ns; added <style> to template; streamlined topmatter line usage.

parent cadb2a40
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,14 @@ QUERY` ...@@ -18,13 +18,14 @@ QUERY`
viewHtml=`cat <<VIEW viewHtml=`cat <<VIEW
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in lodspk.ns %}xmlns:{{i}}="{{ns}}" {%endfor%}
<html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in base.ns %}xmlns:{{i}}="{{ns}}" version="XHTML+RDFa 1.0" xml:lang="en">
{%endfor%}version="XHTML+RDFa 1.0" xml:lang="en">
<head> <head>
<title>$1</title> <title>$1</title>
<link href="{{lodspk.baseUrl}}css/basic.css" rel="stylesheet" type="text/css" media="screen" /> <link href="{{lodspk.baseUrl}}css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<style type="text/css">
</style>
</head> </head>
<body> <body>
<h1>10 Classes available in this triple store</h1> <h1>10 Classes available in this triple store</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment