html preview imported from WL
[redakcja.git] / apps / catalogue / templates / catalogue / book_text.html
1 {% load i18n %}
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5     <head>
6         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
7         <title>{% trans "Redakcja" %} :: {{ book.title }}</title>
8         <link rel="stylesheet" type="text/css" href="/media/static/css/book.css" />
9         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10         <script type="text/javascript" src="/media/static/js/book_text/jquery.eventdelegation.js"></script>
11         <script type="text/javascript" src="/media/static/js/book_text/jquery.scrollto.js"></script>
12         <script type="text/javascript" src="/media/static/js/book_text/jquery.highlightfade.js"></script>
13         <script type="text/javascript" src="/media/static/js/book_text/book.js"></script>
14
15     </head>
16     <body>
17         <div id="menu">
18             <ul>
19                 <li><a class="menu" href="#toc">{% trans "Table of contents" %}</a></li>
20 {#                <li><a class="menu" href="#themes">{% trans "Themes" %}</a></li>#}
21                 <li><a class="menu" href="#nota_red">{% trans "Edit. note" %}</a></li>
22 {#                <li><a class="menu" href="#info">{% trans "Infobox" %}</a></li>#}
23 {#                <li><a href="{{ book.get_absolute_url }}">{% trans "Book's page" %}</a></li> #}
24 {#                <li><a class="menu" href="#download">{% trans "Download" %}</a></li>#}
25             </ul>
26         </div>
27         <div id="header">
28             <a href="/"><img src="/media/static/img/logo-220.png" alt="Wolne Lektury" /></a>
29         </div>
30         {{ html|safe }}
31     </body>
32 </html>