2 <html class="no-js" xmlns:og="http://opengraphprotocol.org/schema/">
 
   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 %}http://static.wolnelektury.pl/img/logo-bez.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" %}
 
  26         <!--script src="{{ STATIC_URL }}js/modernizr.custom.13352.js"></script-->
 
  27         <script src="{{ STATIC_URL }}js/modernizr-latest.js"></script>
 
  32     <body id="{% block bodyid %}base{% endblock %}">
 
  34         {% block bodycontent %}
 
  36                 <div id="header-bg"></div>
 
  40         <div id="header-content">
 
  42                 <a class="logo" href="/">
 
  48                 {% cache 60 tagline LANGUAGE_CODE %}
 
  49                     {% url book_list as b %}
 
  50                     {% url infopage 'o-projekcie' as r %}
 
  51                         {% count_books book_count %}
 
  52                     {% blocktrans count book_count as c %}
 
  53                     <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
 
  55                     <a href='{{b}}'>{{c}}</a> free readings you have <a href='{{r}}'>right to</a>
 
  61             <p id="user-info" class="mono">
 
  62                 {% if user.is_authenticated %}
 
  63                     {% trans "Welcome" %}, 
 
  64                         <span class="hidden-box-wrapper">
 
  65                                 <a href="{% url user_settings %}" class="hidden-box-trigger">
 
  66                                         <strong>{{ user.username }}</strong>
 
  68                                 <span id="user-menu" class="hidden-box">
 
  69                                         <a href="{% url account_set_password %}">{% trans "Password" %}</a><br/>
 
  70                                         <a href="{% url account_email %}">{% trans "E-mail" %}</a><br/>
 
  71                                         <a href="{% url socialaccount_connections %}">{% trans "Social accounts" %}</a><br/>
 
  74                     | <a href="{% url social_my_shelf %}" id="user-shelves-link">{% trans "My shelf" %}</a>
 
  75                     {% if user.is_staff %}
 
  76                     | <a href="/admin/">{% trans "Administration" %}</a>
 
  78                     | <a href="{% url logout %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
 
  80                     <a href="{% url login %}?next={{ request.path }}"
 
  81                         id="login" class="ajaxable">
 
  82                             {% trans "Sign in" %}</a>
 
  84                     <a href="{% url register %}?next={{ request.path }}"
 
  85                         id="register" class="ajaxable">
 
  86                             {% trans "Register" %}</a>
 
  91             <div class="clearboth"></div>
 
  96         <div id="half-header">
 
  97         <div id="half-header-content">
 
 101             <form id="search-area" action="/fullsearch/" class="hidelabels">
 
 103                 <div id="search-field" class="grid-line">
 
 104                         <label for="search">{{search_form.q.label}}</label>
 
 106 <!--                    <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
 
 107                 </div><div id="search-button">
 
 108                     <button type='submit'><span class="mono">{% trans "Search" %}</span></button>
 
 111                 <div class="clearboth"></div>
 
 121         <div id="main-content">
 
 124                 {% cache 60 catalogue-menu LANGUAGE_CODE %}
 
 128             <form action="{% url django.views.i18n.set_language %}" method="post">
 
 130                 <span id='lang-button' class='mono'>
 
 131                     {% trans "Language versions" %}</span>
 
 132                 <div id="lang-menu-items">
 
 133                 {% for lang in LANGUAGES %}
 
 134                     <button type="submit" name="language"
 
 135                         class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
 
 136                         value="{{ lang.0 }}">{{ lang.1 }}</button>
 
 143             <div class="clearboth"></div>
 
 153         <div class="clearboth"></div>
 
 155         </div>{# end main-content #}
 
 159         <div id="footer-content">
 
 162                                 Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
 
 163                                 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.
 
 164                                 Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
 
 169                                 Modern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17
 
 170                 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
 
 174             {% block add_footer %}{% endblock %}
 
 176                         {% sponsor_page "footer" %}
 
 183         <div id="ajaxable-window" class='dialog-window'>
 
 184             <div class="header mono"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
 
 186                 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
 
 191         {% endblock bodycontent %}
 
 194         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
 
 195         <script type="text/javascript">
 
 196             var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
 
 197             var STATIC_URL = "{{ STATIC_URL }}";
 
 199         {% compressed_js "base" %}
 
 201         <!--{{ piwik_tag|safe }}
 
 202         <script type="text/javascript">
 
 203         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 
 204         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
 
 206         <script type="text/javascript">
 
 207         var pageTracker = _gat._getTracker("UA-2576694-1");
 
 208         pageTracker._trackPageview();
 
 211                 {% block extrabody %}