~jan0sch/darcs-book
~jan0sch/darcs-book/html/template.html
~jan0sch/darcs-book/html/template.html
0 | <!DOCTYPE html> |
1 | <html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$> |
2 | <head> |
3 | <meta charset="utf-8" /> |
4 | <meta name="generator" content="pandoc" /> |
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
6 | <title>$title$</title> |
7 | <style type="text/css"> |
8 | code{white-space: pre-wrap;} |
9 | span.smallcaps{font-variant: small-caps;} |
10 | span.underline{text-decoration: underline;} |
11 | div.column{display: inline-block; vertical-align: top; width: 50%;} |
12 | </style> |
13 | $for(css)$ |
14 | <link rel="stylesheet" href="$css$"> |
15 | $endfor$ |
16 | </head> |
17 | <body> |
18 | <div class=bgwrapper> |
19 | <div id=content> |
20 | <div class="navigation"> |
21 | <ul> |
22 | $if(prev)$ |
23 | <li style="text-align:left"> |
24 | <a class="prevlink" href="$prev$.html">« Back</a> |
25 | </li> |
26 | $endif$ |
27 | $if(toclink)$ |
28 | <li style="text-align:center"> |
29 | <a href="index.html">Table of Contents</a> |
30 | </li> |
31 | $endif$ |
32 | $if(next)$ |
33 | <li style="text-align:right"> |
34 | <a class="nextlink" href="$next$.html">Next »</a> |
35 | </li> |
36 | $endif$ |
37 | </ul> |
38 | </div> |
39 | $if(toc)$ |
40 | <div class="toc"> |
41 | $toc$ |
42 | </div> |
43 | $endif$ |
44 | $body$ |
45 | <div class="navigation"> |
46 | <ul> |
47 | $if(prev)$ |
48 | <li style="text-align:left"> |
49 | <a class="prevlink" href="$prev$.html">Back</a> |
50 | </li> |
51 | $endif$ |
52 | $if(next)$ |
53 | <li style="text-align:right"> |
54 | <a class="nextlink" href="$next$.html">Next</a> |
55 | </li> |
56 | $endif$ |
57 | </ul> |
58 | </div> |
59 | </div> |
60 | </div> |
61 | </body> |
62 | </html> |