3 <html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
4 {% load pipeline i18n %}
6 {% load catalogue_tags funding_tags reporting_stats %}
9 {% load chunk from chunks %}
10 {% load sponsor_page from sponsors %}
11 {% load annoy_banner from annoy %}
12 {% get_current_language as LANGUAGE_CODE %}
14 <meta charset="utf-8">
15 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
16 <meta name="application-name" content="Wolne Lektury" />
17 <meta property="og:site_name" content="Wolne Lektury" />
18 <meta property="og:title" content="{% block ogtitle %}{{ page_title }}{% endblock %}" />
19 <meta property="og:type" content="{% block ogtype %}website{% endblock %}" />
20 <meta property="og:image" content="{% block ogimage %}{{ FULL_STATIC_URL }}img/wiatrak.jpg{% endblock %}" />
21 <meta name="description" content="{% block metadescription %}Darmowe, opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
22 {% block ogextra %}{% endblock %}
25 {% block title %}{% block titleextra %}{{ page_title }}{% endblock %} :: {% trans "Wolne Lektury" %}{% endblock %}
27 <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png"/>
28 <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury"
29 href="{% static 'opensearch.xml' %}"/>
30 <link rel="manifest" href="/manifest.json">
31 {% stylesheet "main" %}
32 {% block extrahead %}{% endblock %}
35 <body id="{% block bodyid %}base{% endblock %}">
37 {% block bodycontent %}
40 {% annoy_banner 'blackout' %}
41 {% annoy_banner 'top' %}
42 {% if not funding_no_show_current %}
43 {% cache 120 funding_top_bar LANGUAGE_CODE %}
49 <div id="whole-header">
50 <div id="header-wrapper">
52 <a href="/" id="logo">
53 <img src="{% static 'img/logo-neon.png' %}" alt="Wolne Lektury"/>
57 {% url 'book_list' as b %}
58 {% url 'infopage' 'prawa' as r %}
59 {% count_books book_count %}
60 {% blocktrans count book_count as c %}
61 <a href='{{ b }}'>{{ c }}</a> free reading you have <a href='{{ r }}'>right to</a>
63 <a href='{{ b }}'>{{ c }}</a> free readings you have <a href='{{ r }}'>right to</a>
67 <div id="lang-menu" class="hoverget">
68 <span id='lang-button' class='hoverclick'>
69 <span class="lang-flag">⚐</span>
70 <span class="label"> {% trans "Language" %}</span>
72 <div id="lang-menu-items">
73 {% for lang in LANGUAGES %}
74 <form action="{% url 'set_language' %}" method="post">
76 <input type="hidden" name="language" value="{{ lang.0 }}"/>
77 <button type="submit" lang="{{ lang.0 }}"
78 class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %}">{{ lang.1 }}</button>
84 <a id="show-menu"></a>
87 {% if request.user.is_authenticated %}
89 <a href="{% url 'user_settings' %}">
90 <strong>{{ request.user.username }}</strong>
94 <a href="{% url 'social_my_shelf' %}" id="user-shelves-link">{% trans "My shelf" %}</a>
96 {% if request.user.is_staff %}
97 <li><a href="{% url 'admin:index' %}">{% trans "Administration" %}</a></li>
100 <a href="{% url 'logout' %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
104 <a href="{% url 'login' %}?next={{ request.path }}" id="login">{% trans "Sign in" %}</a>
105 / <a href="{% url 'register' %}?next={{ request.path }}" id="register">{% trans "Register" %}</a>
111 <li{% if active_menu_item == 'books' %} class="active"{% endif %}>
112 <a href="{% url 'book_list' %}">{% trans "Literature" %}</a>
114 <li{% if active_menu_item == 'theme' %} class="active"{% endif %}>
115 <a href="{% url 'theme_catalogue' %}">{% trans "Themes" %}</a>
117 <li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
118 <a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
120 <li{% if active_menu_item == 'club' %} class="active"{% endif %}>
121 <a href="{% url 'club_join' %}">{% trans "Wesprzyj nas" %}</a>
123 <li{% if active_menu_item == 'all_works' %} class="active"{% endif %}>
124 <a href="{% url 'catalogue' %}">{% trans "All works" %}</a>
128 <form id="search-area" action="{% url 'wlsearch' %}">
129 <div id="search-field">
130 <label for="search">{{ search_form.q.label }}</label>
133 <button type='submit'>{% trans "Search" %}</button>
139 <div id="main-content">
142 <a href="https://nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/">
143 <img src="{% static 'img/banners/960x150_wolneLektury.jpg' %}"
144 alt="Wesprzyj działalność Nowoczesnej Polski"/>
150 <div class="clearboth"></div>
153 <div id="footer-wrapper">
156 {% block add_footer %}{% endblock %}
157 {% sponsor_page 'footer' %}
162 <div id="ajaxable-window" class='dialog-window'>
163 <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
165 <p><img src="{% static "img/indicator.gif" %}" alt="*"/> {% trans "Loading" %}</p>
168 {% endblock bodycontent %}
170 <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
171 <script type="text/javascript">
172 var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
173 var STATIC_URL = "{{ STATIC_URL }}";
175 {% javascript "base" %}
177 {% block extrabody %}{% endblock %}
179 <script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>