add end_matter generation and share with inside_cover code
[objavi2.git] / templates / end_matter.en.html
blob9241cef49ce4fd01f1e849155605b1c7871518d3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <!-- This is never actually viewed as html, except by the pdf renderer -->
6 <title>Inside back cover.</title>
7 <link rel="stylesheet" href="%(css_url)s" type="text/css" media="screen" />
8 </head>
10 <body>
11 <div id="inside-back-page" style="%(inside_cover_style)s">
12 <h3>Thanks for reading!</h3>
13 <p>Visit http://flossmanuals.net to make corrections or to find more manuals.</p>
14 <!--automatically generated list of books?-->
15 </div>
16 <div id="possible-back-page"></div>
17 </body>
18 </html>