2 <html prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
3 {% load cache compressed i18n %}
4 {% load catalogue_tags reporting_stats sponsor_tags %}
7 <meta name="application-name" content="Wolne Lektury" />
8 <meta property="og:site_name" content="Wolne Lektury" />
9 <meta property="og:title" content="{% block ogtitle %}{% endblock %}" />
10 <meta property="og:type" content="{% block ogtype %}website{% endblock %}" />
11 <meta property="og:image" content="{% block ogimage %}{{ FULL_STATIC_URL }}img/wiatrak.png{% endblock %}" />
12 <meta name="description"
13 content="{% block metadescription %}Darmowe opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
14 {% block ogextra %}{% endblock %}
17 <title>{% block title %}{% trans "Wolne Lektury" %} ::
18 {% block titleextra %}{% endblock %}{% endblock %}</title>
19 <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
20 <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" />
21 {% compressed_css "all" %}
22 {% compressed_css "screen" %}
24 {% compressed_css "ie" %}
30 <body id="{% block bodyid %}base{% endblock %}">
32 {% block bodycontent %}
34 <div id="header-bg"></div>
38 <div id="header-content">
40 <a class="logo" href="/">
46 {% cache 60 tagline LANGUAGE_CODE %}
47 {% url book_list as b %}
48 {% url infopage 'prawa' as r %}
49 {% count_books book_count %}
50 {% blocktrans count book_count as c %}
51 <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
53 <a href='{{b}}'>{{c}}</a> free readings you have <a href='{{r}}'>right to</a>
59 <p id="user-info" class="mono">
60 {% if user.is_authenticated %}
61 {% trans "Welcome" %},
62 <span class="hidden-box-wrapper">
63 <a href="{% url user_settings %}" class="hidden-box-trigger">
64 <strong>{{ user.username }}</strong>
66 <span id="user-menu" class="hidden-box">
67 <a href="{% url account_set_password %}">{% trans "Password" %}</a><br/>
68 <a href="{% url account_email %}">{% trans "E-mail" %}</a><br/>
69 <a href="{% url socialaccount_connections %}">{% trans "Social accounts" %}</a><br/>
72 | <a href="{% url social_my_shelf %}" id="user-shelves-link">{% trans "My shelf" %}</a>
73 {% if user.is_staff %}
74 | <a href="/admin/">{% trans "Administration" %}</a>
76 | <a href="{% url logout %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
78 <a href="{% url login %}?next={{ request.path }}"
79 id="login" class="ajaxable">
80 {% trans "Sign in" %}</a>
82 <a href="{% url register %}?next={{ request.path }}"
83 id="register" class="ajaxable">
84 {% trans "Register" %}</a>
89 <div class="clearboth"></div>
94 <div id="half-header">
95 <div id="half-header-content">
99 <form id="search-area" action="/fullsearch/" class="hidelabels">
101 <div id="search-field" class="grid-line">
102 <label for="search">{{search_form.q.label}}</label>
104 <!-- <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
105 </div><div id="search-button">
106 <button type='submit'><span class="mono">{% trans "Search" %}</span></button>
109 <div class="clearboth"></div>
119 <div id="main-content">
122 {% cache 60 catalogue-menu LANGUAGE_CODE %}
126 <form action="{% url django.views.i18n.set_language %}" method="post">
128 <span id='lang-button' class='mono'>
129 <span class="lang-flag">⚐</span>
130 {% trans "Language versions" %}</span>
131 <div id="lang-menu-items">
132 {% for lang in LANGUAGES %}
133 <button type="submit" name="language"
134 class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
135 value="{{ lang.0 }}">{{ lang.1 }}</button>
142 <div class="clearboth"></div>
152 <div class="clearboth"></div>
154 </div>{# end main-content #}
158 <div id="footer-content">
161 Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
162 Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a>, <a href="http://www.bs.katowice.pl/">Biblioteka Śląska</a> and <a href="http://www.bibliotekaelblaska.pl/">Biblioteka Elbląska</a>, based on TNL, BŚ and BE resources.
163 Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
168 Modern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17
169 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
173 {% block add_footer %}{% endblock %}
175 {% sponsor_page "footer" %}
182 <div id="ajaxable-window" class='dialog-window'>
183 <div class="header mono"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
185 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
190 {% endblock bodycontent %}
193 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
194 <script type="text/javascript">
195 var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
196 var STATIC_URL = "{{ STATIC_URL }}";
198 {% compressed_js "base" %}
201 <script type="text/javascript">
202 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
203 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
205 <script type="text/javascript">
206 var pageTracker = _gat._getTracker("UA-2576694-1");
207 pageTracker._trackPageview();
210 {% block extrabody %}
213 <script src="{{ STATIC_URL }}js/modernizr.custom.19652.js"></script>
214 <!--script src="{{ STATIC_URL }}js/modernizr-latest.js"></script-->