Rearrange source to src dir.
[redakcja.git] / src / catalogue / templates / catalogue / book_text.html
1 {% load i18n pipeline %}
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         {% stylesheet 'book' %}
9         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10         {% javascript 'book' %}
11     </head>
12     <body>
13         <div id="menu">
14             <ul>
15                 <li><a class="menu" href="#toc">{% trans "Table of contents" %}</a></li>
16 {#                <li><a class="menu" href="#themes">{% trans "Themes" %}</a></li>#}
17                 <li><a class="menu" href="#nota_red">{% trans "Edit. note" %}</a></li>
18 {#                <li><a class="menu" href="#info">{% trans "Infobox" %}</a></li>#}
19 {#                <li><a href="{{ book.get_absolute_url }}">{% trans "Book's page" %}</a></li> #}
20 {#                <li><a class="menu" href="#download">{% trans "Download" %}</a></li>#}
21             </ul>
22         </div>
23         <div id="header">
24             <a href="/"><img src="/media/static/img/logo-220.png" alt="Wolne Lektury" /></a>
25         </div>
26         {{ html|safe }}
27     </body>
28 </html>