summaryrefslogtreecommitdiff
path: root/templates/default.slidy
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.slidy')
-rw-r--r--templates/default.slidy76
1 files changed, 76 insertions, 0 deletions
diff --git a/templates/default.slidy b/templates/default.slidy
new file mode 100644
index 000000000..75d2ebedd
--- /dev/null
+++ b/templates/default.slidy
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="generator" content="pandoc" />
+$for(author)$
+ <meta name="author" content="$author$" />
+$endfor$
+$if(date)$
+ <meta name="date" content="$date$" />
+$endif$
+$if(highlighting-css)$
+ <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
+ <style type="text/css">
+/*<![CDATA[*/
+$highlighting-css$
+/*]]>*/
+ </style>
+$endif$
+$if(slidy-css)$
+ <style type="text/css">
+/*<![CDATA[*/
+$slidy-css$
+/*]]>*/
+ </style>
+$else$
+ <link rel="stylesheet" type="text/css" media="screen, projection, print"
+ href="$slidy-url$/styles/slidy.css" />
+$endif$
+$for(css)$
+ <link rel="stylesheet" type="text/css" media="screen, projection, print"
+ href="$css$" />
+$endfor$
+$if(math)$
+ $math$
+$endif$
+$for(header-includes)$
+ $header-includes$
+$endfor$
+$if(slidy-js)$
+<script type="text/javascript" charset="utf-8">
+/*<![CDATA[*/
+$slidy-js$
+/*]]>*/
+</script>
+$else$
+ <script src="$slidy-url$/scripts/slidy.js.gz"
+ charset="utf-8" type="text/javascript"></script>
+$endif$
+$if(duration)$
+ <meta name="duration" content="$duration$" />
+$endif$
+</head>
+<body>
+$for(include-before)$
+$include-before$
+$endfor$
+$if(title)$
+<div class="slide titlepage">
+ <h1 class="title">$title$</h1>
+ <p class="author">
+$for(author)$$author$$sep$<br/>$endfor$
+ </p>
+$if(date)$
+ <p class="date">$date$</p>
+$endif$
+</div>
+$endif$
+$body$
+$for(include-after)$
+$include-after$
+$endfor$
+</body>
+</html>