add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / templates / superbase.html
1 <!DOCTYPE html>
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 %}
5     <head>
6         <meta charset="utf-8">
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 %}
15         
16
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" %}
23         <!--[if IE]>
24                 {% compressed_css "ie" %}
25         <![endif]-->
26
27         {% block extrahead %}
28         {% endblock %}
29     </head>
30     <body id="{% block bodyid %}base{% endblock %}">
31
32         {% block bodycontent %}
33
34                 <div id="header-bg"></div>
35
36         <div id="header">
37
38         <div id="header-content">
39             <div id="logo">
40                 <a class="logo" href="/">
41                 Wolne Lektury</a>
42             </div>
43
44             <div id="tagline">
45                 <span>
46                 {% cache 60 tagline LANGUAGE_CODE %}
47                     {% url book_list as b %}
48                     {% url infopage 'o-projekcie' 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>
52                     {% plural %}
53                     <a href='{{b}}'>{{c}}</a> free readings you have <a href='{{r}}'>right to</a>
54                     {% endblocktrans %}
55                 {% endcache %}
56                 </span>
57             </div>
58
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>
65                                 </a>
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/>
70                                 </span>
71                         </span>
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>
75                     {% endif %}
76                     | <a href="{% url logout %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
77                 {% else %}
78                     <a href="{% url login %}?next={{ request.path }}"
79                         id="login" class="ajaxable">
80                             {% trans "Sign in" %}</a>
81                     /
82                     <a href="{% url register %}?next={{ request.path }}"
83                         id="register" class="ajaxable">
84                             {% trans "Register" %}</a>
85                 {% endif %}
86             </p>
87
88
89             <div class="clearboth"></div>
90
91         </div>
92         </div>
93
94         <div id="half-header">
95         <div id="half-header-content">
96
97
98
99             <form id="search-area" action="/fullsearch/" class="hidelabels">
100                 
101                 <div id="search-field" class="grid-line">
102                         <label for="search">{{search_form.q.label}}</label>
103                   {{search_form.q}}
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>
107                 </div>
108                 
109                 <div class="clearboth"></div>
110             </form>
111
112
113
114         </div>
115         </div>
116
117
118
119         <div id="main-content">
120
121             <div id="nav-line">
122                 {% cache 60 catalogue-menu LANGUAGE_CODE %}
123                         {% catalogue_menu %}
124                 {% endcache %}
125
126             <form action="{% url django.views.i18n.set_language %}" method="post">
127             <div id="lang-menu">
128                 <span id='lang-button' class='mono'>
129                     {% trans "Language versions" %}</span>
130                 <div id="lang-menu-items">
131                 {% for lang in LANGUAGES %}
132                     <button type="submit" name="language"
133                         class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
134                         value="{{ lang.0 }}">{{ lang.1 }}</button>
135                 {% endfor %}
136                 </div>
137             </div>
138             </form>
139             </div>
140
141             <div class="clearboth"></div>
142
143
144
145             {% block body %}
146             {% endblock %}
147
148
149
150
151         <div class="clearboth"></div>
152
153         </div>{# end main-content #}
154
155
156         <div id="footer">
157         <div id="footer-content">
158             <p>
159                 {% blocktrans %}
160                                 Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
161                                 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.
162                                 Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
163                                 {% endblocktrans %}
164             </p>
165             <p>
166                 {% blocktrans %}
167                                 Modern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17
168                 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
169                                 {% endblocktrans %}
170             </p>
171
172             {% block add_footer %}{% endblock %}
173
174                         {% sponsor_page "footer" %}
175         </div>
176         </div>
177
178
179
180         {# template #}
181         <div id="ajaxable-window" class='dialog-window'>
182             <div class="header mono"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
183             <div class="target">
184                 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
185             </div>
186         </div>
187
188
189         {% endblock bodycontent %}
190
191
192         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
193         <script type="text/javascript">
194             var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
195             var STATIC_URL = "{{ STATIC_URL }}";
196         </script>
197         {% compressed_js "base" %}
198
199         <!--{{ piwik_tag|safe }}
200         <script type="text/javascript">
201         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
202         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
203         </script>
204         <script type="text/javascript">
205         var pageTracker = _gat._getTracker("UA-2576694-1");
206         pageTracker._trackPageview();
207         </script>-->
208
209                 {% block extrabody %}
210                 {% endblock %}
211
212         <script src="{{ STATIC_URL }}js/modernizr.custom.19652.js"></script>
213         <!--script src="{{ STATIC_URL }}js/modernizr-latest.js"></script-->
214     </body>
215 </html>