hgbook
annotate plastex-theme/default-layout.html @ 908:b25f69ea9d4c
Place equations' comments just after the equations, in the same table.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 21:15:33 2009 +0100 (2009-10-26) |
parents | af7b5bbfcbd9 |
children | f06879de9b01 |
rev | line source |
---|---|
dukebody@904 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
dukebody@904 | 2 <html> |
dukebody@904 | 3 <head> |
dukebody@904 | 4 <title tal:content="self/title">Book Title</title> |
dukebody@904 | 5 <meta name="generator" content="plasTeX" /> |
dukebody@905 | 6 <meta http-equiv="content-type" |
dukebody@905 | 7 tal:attributes="content string:text/html; charset=${config/files/output-encoding}" /> |
dukebody@904 | 8 |
dukebody@904 | 9 <link rel="stylesheet" href="styles/styles.css"/> |
dukebody@904 | 10 <link rel="stylesheet" href="/support/styles/styles.css"/> |
dukebody@904 | 11 |
dukebody@904 | 12 <link rel="alternate" type="application/atom+xml" title="Comments" |
dukebody@904 | 13 href="/feeds/comments/"/> |
dukebody@904 | 14 <link rel="shortcut icon" type="image/png" |
dukebody@904 | 15 href="/support/figs/favicon.png"/> |
dukebody@904 | 16 |
dukebody@904 | 17 <script type="text/javascript" src="/support/javascript/jquery.js"></script> |
dukebody@904 | 18 <script type="text/javascript" src="/support/javascript/form-min.js"></script> |
dukebody@904 | 19 |
dukebody@904 | 20 </head> |
dukebody@904 | 21 |
dukebody@904 | 22 <body> |
dukebody@904 | 23 |
dukebody@904 | 24 <div class="navheader"><h2 class="booktitle"> |
dukebody@904 | 25 <tal:booktitle replace="self/title" /> |
dukebody@904 | 26 <div class="authors">by |
dukebody@904 | 27 <tal:author tal:content="self/author"> |
dukebody@904 | 28 Author |
dukebody@904 | 29 </tal:author> |
dukebody@904 | 30 </div> |
dukebody@904 | 31 </h2> |
dukebody@904 | 32 </div> |
dukebody@904 | 33 |
dukebody@904 | 34 <div class="chapter" id="{% doc_id %}"> |
dukebody@904 | 35 |
dukebody@904 | 36 <div class="file_contents" tal:content="self">File contents.</div> |
dukebody@904 | 37 |
dukebody@904 | 38 <div id="footnotes" tal:condition="self/footnotes"> |
dukebody@904 | 39 <p><b>Footnotes</b></p> |
dukebody@904 | 40 <ol> |
dukebody@904 | 41 <li tal:repeat="footnote self/footnotes" |
dukebody@904 | 42 tal:content="footnote" |
dukebody@904 | 43 tal:attributes="id footnote/id">footnote text</li> |
dukebody@904 | 44 </ol> |
dukebody@904 | 45 </div> |
dukebody@904 | 46 |
dukebody@904 | 47 </div> |
dukebody@904 | 48 |
dukebody@904 | 49 |
dukebody@904 | 50 <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay |
dukebody@904 | 51 up to date? Subscribe to the comment feed for the |
dukebody@904 | 52 <a class="feed" |
dukebody@904 | 53 href="/feeds/comments/">entire book</a>.</p> |
dukebody@904 | 54 <p>Icons by |
dukebody@904 | 55 <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a |
dukebody@904 | 56 href="http://mattahan.deviantart.com/">Mattahan</a>.</p> |
dukebody@904 | 57 </div> |
dukebody@904 | 58 |
dukebody@904 | 59 </body> |
dukebody@904 | 60 |
dukebody@904 | 61 <script language="javascript" src="icons/imgadjust.js" |
dukebody@904 | 62 type="text/javascript"> |
dukebody@904 | 63 </script> |
dukebody@904 | 64 <script type="text/javascript" src="/support/javascript/hsbook.js"> |
dukebody@904 | 65 </script> |
dukebody@904 | 66 |
dukebody@904 | 67 </html> |