1 {% load chunks compressed catalogue_tags %}
 
   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>{% block title %}WolneLektury.pl{% endblock %}</title>
 
   8         <link rel="icon" href="/media/img/favicon.png" type="image/x-icon" />
 
   9         {% compressed_css "book" %}
 
  10         {% compressed_js "jquery" %}
 
  11         {% compressed_js "book" %}
 
  16                 <li><a href="#toc">Spis treści</a></li>
 
  17                 <li><a href="#themes">Motywy</a></li>
 
  22                 <a href="/"><img src="/media/img/logo.png" alt="WolneLektury.pl - logo" /></a>
 
  27                 {% for theme, fragments in book_themes %}
 
  29                     {% for fragment in fragments %}
 
  30                         <a href="#m{{ fragment.anchor }}">{{ forloop.counter }}</a>
 
  36         {{ book.html_file.read|safe }}
 
  37         <script type="text/javascript">
 
  38         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 
  39         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
 
  41         <script type="text/javascript">
 
  42         var pageTracker = _gat._getTracker("UA-2576694-1");
 
  43         pageTracker._trackPageview();