1 {% load i18n compressed %}
 
   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">
 
   6         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 
   7         <title>{% trans "Redakcja" %} :: {{ book.title }}</title>
 
   8         {% compressed_css 'book' %}
 
   9         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
 
  10         {% compressed_js 'book' %}
 
  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>#}
 
  24             <a href="/"><img src="/media/static/img/logo-220.png" alt="Wolne Lektury" /></a>