hgbook

view plastex-theme/default-layout.html @ 904:af7b5bbfcbd9

Add default plasTeX theme template. Remove obsolete example.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 16:44:44 2009 +0100 (2009-10-26)
parents
children 17dd7df51f86
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 tal:content="self/title">Book Title</title>
5 <meta name="generator" content="plasTeX" />
6 <meta content="text/html; charset=${config/files/output-encoding}" 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">
24 <tal:booktitle replace="self/title" />
25 <div class="authors">by
26 <tal:author tal:content="self/author">
27 Author
28 </tal:author>
29 </div>
30 </h2>
31 </div>
33 <div class="chapter" id="{% doc_id %}">
35 <div class="file_contents" tal:content="self">File contents.</div>
37 <div id="footnotes" tal:condition="self/footnotes">
38 <p><b>Footnotes</b></p>
39 <ol>
40 <li tal:repeat="footnote self/footnotes"
41 tal:content="footnote"
42 tal:attributes="id footnote/id">footnote text</li>
43 </ol>
44 </div>
46 </div>
49 <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
50 up to date? Subscribe to the comment feed for the
51 <a class="feed"
52 href="/feeds/comments/">entire book</a>.</p>
53 <p>Icons by
54 <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
55 href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
56 </div>
58 </body>
60 <script language="javascript" src="icons/imgadjust.js"
61 type="text/javascript">
62 </script>
63 <script type="text/javascript" src="/support/javascript/hsbook.js">
64 </script>
66 </html>