3 {% load static from static %}
6 {% load annoy_banner from annoy %}
10 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
11 <title>{% block title %}{% endblock %} :: {% trans "Wolne Lektury" %}</title>
12 <link rel="icon" href="{% static "img/favicon.png" %}" type="image/x-icon" />
13 {% stylesheet "book_text" %}
14 {% block extrahead %}{% endblock %}
17 <body id="{% block body-id %}reader{% endblock %}">
18 {% annoy_banner 'blackout' %}
19 {% annoy_banner 'top' %}
20 <nav id="no-menu"><ul>
21 <li><a href="#" id="menu-toggle-on"></a></li>
22 {% block no-menu-extra %}{% endblock %}
27 <li><a href="#" id="menu-toggle-off"></a></li>
30 <img src="{% static 'img/logo-neon.png' %}" width="120"
32 title="Wolne Lektury">
43 <article id="main-text">
44 {% block main-text %}{% endblock %}
47 {% endblock big-pane %}
50 {% block footer %}{% endblock %}
51 <div id="box-underlay"></div>
53 <div id="ajaxable-window" class='dialog-window'>
54 <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
56 <p><img src="{% static "img/indicator.gif" %}" alt="*"/> {% trans "Loading" %}</p>
62 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js" integrity="sha512-BkBgWiL0N/EFIbLZYGTgbksKG5bS6PtwnWvVk3gccv+KhtK/4wkLxCRGh+kelKiXx7Ey4jfTabLg3AEIPC7ENA==" crossorigin="anonymous"></script>
63 {% block js-dependencies %}{% endblock %}
64 <script type="text/javascript">
65 var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
66 var STATIC_URL = "{{ STATIC_URL }}";
68 {% javascript "book_text" %}
70 {% block extrabody %}{% endblock %}
71 <script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>