hgbook

view web/html/template.html @ 901:9768fafa5977

Add html template for documents.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 14:56:39 2009 +0100 (2009-10-26)
parents
children bc4ce1a80d40
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4 <title>{% book_title %}</title>
5 <meta name="generator" content="plasTeX" />
6 <meta content="text/html; charset=utf-8" http-equiv="content-type" />
8 <link rel="stylesheet" href="styles/styles.css"/>
9 <link rel="stylesheet" href="/support/styles/styles.css"/>
11 <link rel="alternate" type="application/atom+xml" title="Comments"
12 href="/feeds/comments/"/>
13 <link rel="shortcut icon" type="image/png"
14 href="/support/figs/favicon.png"/>
16 <script type="text/javascript" src="/support/javascript/jquery.js"></script>
17 <script type="text/javascript" src="/support/javascript/form-min.js"></script>
19 </head>
21 <body>
23 <div class="navheader"><h2 class="booktitle">{% book_title %}
24 <div class="authors">by {% author %}</div>
25 </h2>
26 </div>
28 <div class="chapter" id="{% doc_id %}">
31 {% document_contents %}
34 <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
35 up to date? Subscribe to the comment feed for the
36 <a class="feed"
37 href="/feeds/comments/">entire book</a>.</p>
38 <p>Icons by
39 <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
40 href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
41 </div>
43 </div>
44 </body>
46 <script language="javascript" src="icons/imgadjust.js"
47 type="text/javascript">
48 </script>
49 <script type="text/javascript" src="/support/javascript/hsbook.js">
50 </script>
52 </html>