remove annoy banner
[wolnelektury.git] / src / wolnelektury / templates / base / superbase.html
1 <!DOCTYPE html>
2 {% spaceless %}
3   <html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
4     {% load pipeline i18n %}
5     {% load static from staticfiles %}
6     {% load catalogue_tags funding_tags reporting_stats %}
7     {% load piwik_tags %}
8     {% load ssi_include ssi_csrf_token from ssify %}
9     {% load user_username user_is_staff from common_tags %}
10     {% load cache %}
11     {% get_current_language as LANGUAGE_CODE %}
12     <head>
13       <meta charset="utf-8">
14       <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
15       <meta name="application-name" content="Wolne Lektury" />
16       <meta property="og:site_name" content="Wolne Lektury" />
17       <meta property="og:title" content="{% block ogtitle %}{{ page_title }}{% endblock %}" />
18       <meta property="og:type" content="{% block ogtype %}website{% endblock %}" />
19       <meta property="og:image" content="{% block ogimage %}{{ FULL_STATIC_URL }}img/wiatrak.jpg{% endblock %}" />
20       <meta name="description" content="{% block metadescription %}Darmowe, opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
21       {% block ogextra %}{% endblock %}
22
23       <title>
24         {% block title %}{% block titleextra %}{{ page_title }}{% endblock %} :: {% trans "Wolne Lektury" %}{% endblock %}
25       </title>
26       <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png"/>
27       <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury"
28             href="{% static 'opensearch.xml' %}"/>
29       {% stylesheet "main" %}
30       {% block extrahead %}{% endblock %}
31     </head>
32     <body id="{% block bodyid %}base{% endblock %}">
33
34       {% block bodycontent %}
35
36         {% block annoy %}
37           {% if not funding_no_show_current %}
38             {% cache 120 funding_top_bar LANGUAGE_CODE %}
39               {% funding_top_bar %}
40             {% endcache %}
41           {% endif %}
42         {% endblock %}
43
44         <div id="whole-header">
45           <div id="header-wrapper">
46             <header id="main">
47               <a href="/" id="logo">
48                 <img src="{% static 'img/logo-neon.png' %}" alt="Wolne Lektury"/>
49               </a>
50
51               <p id="tagline">
52                 {% url 'book_list' as b %}
53                 {% url 'infopage' 'prawa' as r %}
54                 {% count_books book_count %}
55                 {% blocktrans count book_count as c %}
56                   <a href='{{ b }}'>{{ c }}</a> free reading you have <a href='{{ r }}'>right to</a>
57                 {% plural %}
58                   <a href='{{ b }}'>{{ c }}</a> free readings you have <a href='{{ r }}'>right to</a>
59                 {% endblocktrans %}
60               </p>
61
62               <div id="lang-menu" class="hoverget">
63                 <span id='lang-button' class='hoverclick'>
64                   <span class="lang-flag">⚐</span>
65                   <span class="label"> {% trans "Language" %}</span>
66                 </span>
67                 <div id="lang-menu-items">
68                   {% for lang in LANGUAGES %}
69                     <form action="{% url 'django.views.i18n.set_language' %}" method="post">
70                       {% ssi_csrf_token %}
71                       <input type="hidden" name="language" value="{{ lang.0 }}"/>
72                       <button type="submit" lang="{{ lang.0 }}"
73                               class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %}">{{ lang.1 }}</button>
74                     </form>
75                   {% endfor %}
76                 </div>
77               </div>
78
79               <a id="show-menu"></a>
80               <nav id="menu">
81                 <ul id="user-info">
82                   {% user_username as user_username %}
83                   {% user_is_staff as user_is_staff %}
84                   {{ user_username.if }}
85                     <li>
86                       <a href="{% url 'user_settings' %}">
87                         <strong>{{ user_username }}</strong>
88                       </a>
89                     </li>
90                     <li>
91                       <a href="{% url 'social_my_shelf' %}" id="user-shelves-link">{% trans "My shelf" %}</a>
92                     </li>
93                   {{ user_username.endif }}
94                   {{ user_is_staff.if }}
95                     <li><a href="{% url 'admin:index' %}">{% trans "Administration" %}</a></li>
96                   {{ user_is_staff.endif }}
97                   {{ user_username.if }}
98                     <li>
99                       <a href="{% url 'logout' %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
100                     </li>
101                   {{ user_username.else }}
102                     <li>
103                       <a href="{% url 'login' %}?next={{ request.path }}" id="login">{% trans "Sign in" %}</a>
104                       / <a href="{% url 'register' %}?next={{ request.path }}" id="register">{% trans "Register" %}</a>
105                     </li>
106                   {{ user_username.endif }}
107                 </ul>
108
109                 <ul id="main-menu">
110                   <li{% if active_menu_item == 'books' %} class="active"{% endif %}>
111                     <a href="{% url 'book_list' %}">{% trans "Literature" %}</a>
112                   </li>
113                   <li{% if active_menu_item == 'theme' %} class="active"{% endif %}>
114                     <a href="{% url 'theme_catalogue' %}">{% trans "Themes" %}</a>
115                   </li>
116                   <li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
117                     <a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
118                   </li>
119                   <li{% if active_menu_item == 'gallery' %} class="active"{% endif %}>
120                     <a href="{% url 'gallery' %}">{% trans "Gallery" %}</a>
121                   </li>
122                   <li{% if active_menu_item == 'all_works' %} class="active"{% endif %}>
123                     <a href="{% url 'catalogue' %}">{% trans "All works" %}</a>
124                   </li>
125                 </ul>
126               </nav>
127               <form id="search-area" action="{% url 'search' %}">
128                 <div id="search-field">
129                   <label for="search">{{ search_form.q.label }}</label>
130                   {{ search_form.q }}
131                 </div>
132                 <button type='submit'>{% trans "Search" %}</button>
133               </form>
134             </header>
135           </div>
136         </div>
137
138         <div id="main-content">
139           {% comment %}
140           <div id="banners">
141             <a href="https://nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/">
142               <img src="{% static 'img/banners/960x150_wolneLektury.jpg' %}"
143                    alt="Wesprzyj działalność Nowoczesnej Polski"/>
144             </a>
145           </div>
146           {% endcomment %}
147           {% block body %}
148           {% endblock %}
149           <div class="clearboth"></div>
150         </div>
151
152         <div id="footer-wrapper">
153           <footer id="main">
154             {% ssi_include 'chunk' key='footer' %}
155             {% block add_footer %}{% endblock %}
156             {% ssi_include 'sponsor_page' name='footer' %}
157           </footer>
158         </div>
159
160         {# template #}
161         <div id="ajaxable-window" class='dialog-window'>
162           <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
163           <div class="target">
164             <p><img src="{% static "img/indicator.gif" %}" alt="*"/> {% trans "Loading" %}</p>
165           </div>
166         </div>
167       {% endblock bodycontent %}
168
169       <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
170       <script type="text/javascript">
171         var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
172         var STATIC_URL = "{{ STATIC_URL }}";
173       </script>
174       {% javascript "base" %}
175
176       {% tracking_code %}
177
178       {% block extrabody %}{% endblock %}
179
180       <script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>
181     </body>
182   </html>
183 {% endspaceless %}