hgbook

view plastex-theme/default-layout.html @ 905:17dd7df51f86

Fix http-equiv TAL statement.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 20:01:26 2009 +0100 (2009-10-26)
parents af7b5bbfcbd9
children f06879de9b01
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 http-equiv="content-type"
7 tal:attributes="content string:text/html; charset=${config/files/output-encoding}" />
9 <link rel="stylesheet" href="styles/styles.css"/>
10 <link rel="stylesheet" href="/support/styles/styles.css"/>
12 <link rel="alternate" type="application/atom+xml" title="Comments"
13 href="/feeds/comments/"/>
14 <link rel="shortcut icon" type="image/png"
15 href="/support/figs/favicon.png"/>
17 <script type="text/javascript" src="/support/javascript/jquery.js"></script>
18 <script type="text/javascript" src="/support/javascript/form-min.js"></script>
20 </head>
22 <body>
24 <div class="navheader"><h2 class="booktitle">
25 <tal:booktitle replace="self/title" />
26 <div class="authors">by
27 <tal:author tal:content="self/author">
28 Author
29 </tal:author>
30 </div>
31 </h2>
32 </div>
34 <div class="chapter" id="{% doc_id %}">
36 <div class="file_contents" tal:content="self">File contents.</div>
38 <div id="footnotes" tal:condition="self/footnotes">
39 <p><b>Footnotes</b></p>
40 <ol>
41 <li tal:repeat="footnote self/footnotes"
42 tal:content="footnote"
43 tal:attributes="id footnote/id">footnote text</li>
44 </ol>
45 </div>
47 </div>
50 <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
51 up to date? Subscribe to the comment feed for the
52 <a class="feed"
53 href="/feeds/comments/">entire book</a>.</p>
54 <p>Icons by
55 <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
56 href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
57 </div>
59 </body>
61 <script language="javascript" src="icons/imgadjust.js"
62 type="text/javascript">
63 </script>
64 <script type="text/javascript" src="/support/javascript/hsbook.js">
65 </script>
67 </html>