23cb46b56d630c8d964f37aeb418b2ca56ad1293
[wolnelektury.git] / wolnelektury / templates / base.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4         {% load i18n compressed catalogue_tags sponsor_tags %}
5     {% load reporting_stats %}
6     <head>
7         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8         <meta http-equiv="Content-Style-Type" content="text/css" />
9         <meta name="description" 
10             content="{% block metadescription %}Darmowe opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
11         <title>{% block title %}{% trans "Wolne Lektury" %} :: 
12             {% block titleextra %}{% endblock %}{% endblock %}</title>
13         <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
14         <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" />
15         {% compressed_css "all" %}
16
17         {% block extrahead %}
18         {% endblock %}
19     </head>
20     <body id="{% block bodyid %}base{% endblock %}">
21
22         {% block bodycontent %}
23
24         <div id="header">
25
26         <div id="header-content">
27             <div id="logo">
28                 <a class="logo" href="/">
29                 Wolne Lektury</a>
30             </div>
31
32             <div id="tagline">
33                 <span>
34                 {% count_books book_count %}
35                 {% url book_list as b %}
36                 {% url book_list as r %}
37                 {% blocktrans count book_count as c %}
38                 <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
39                 {% plural %}
40                 <a href='{{b}}'>{{c}}</a> free readings you have <a href='{{r}}'>right to</a>
41                 {% endblocktrans %}
42                 </span>
43             </div>
44
45             <p id="user-info" class="mono">
46                 {% if user.is_authenticated %}
47                     {% trans "Welcome" %}, <strong>{{ user.username }}</strong>
48                     | <a href="{% url user_shelves %}" id="user-shelves-link">{% trans "Your shelves" %}</a>
49                     {% if user.is_staff %}
50                     | <a href="/admin/">{% trans "Administration" %}</a>
51                     {% endif %}
52                     | <a href="{% url logout %}?next={{ request.get_full_path }}">{% trans "Logout" %}</a>
53                 {% else %}
54                     <a href="{% url login %}?next={{ request.path }}"
55                         id="login" class="ajaxable">
56                             {% trans "Sign in" %}</a>
57                     /
58                     <a href="{% url register %}?next={{ request.path }}"
59                         id="register" class="ajaxable">
60                             {% trans "Register" %}</a>
61                 {% endif %}
62             </p>
63
64
65             <div class="clearboth"></div>
66
67         </div>
68         </div>
69
70         <div id="half-header">
71         <div id="half-header-content">
72
73
74
75             <form id="search-area" action="/fullsearch/">
76                 
77                 <span id="search-field" class="grid-line">
78                   {{search_form.q}}
79 <!--                    <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
80                 </span><span id="search-button">
81                     <button type='submit'><span class="mono">{% trans "Search" %}</span></button>
82                 </span>
83                 
84                 <div class="clearboth"></div>
85             </form>
86
87
88
89         </div>
90         </div>
91
92
93
94         <div id="main-content">
95
96             <div id="nav-line">
97             <ul id="catalogue">
98                 <li><a href="{% url catalogue %}#autorzy"><span class='mono'>{% trans "Authors" %}</span></a></li>
99                 <li><a href="{% url catalogue %}#gatunki"><span class='mono'>{% trans "Genres" %}</span></a></li>
100                 <li><a href="{% url catalogue %}#rodzaje"><span class='mono'>{% trans "Kinds" %}</span></a></li>
101                 <li><a href="{% url catalogue %}#epoki"><span class='mono'>{% trans "Epochs" %}</span></a></li>
102                 <li><a href="{% url catalogue %}#motywy"><span class='mono'>{% trans "Themes" %}</span></a></li>
103                 <li><a href="{% url book_list %}"><span class='mono'>{% trans "All books" %}</span></a></li>
104                 <li><a href="{% url audiobook_list %}"><span class='mono'>{% trans "Audiobooks" %}</span></a></li>
105                 <li><a href="{% url daisy_list %}"><span class='mono'>{% trans "DAISY" %}</span></a></li>
106             </ul>
107
108             <form action="{% url django.views.i18n.set_language %}" method="post">
109             <div id="lang-menu">
110                 <span id='lang-button' class='mono'>
111                     {% trans "Language versions" %}</span>
112                 <div id="lang-menu-items">
113                 {% for lang in LANGUAGES %}
114                     <button type="submit" name="language"
115                         class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
116                         value="{{ lang.0 }}">{{ lang.1 }}</button>
117                 {% endfor %}
118                 </div>
119             </div>
120             </form>
121             </div>
122
123             <div class="clearboth"></div>
124
125
126
127             {% block body %}
128             {% endblock %}
129
130
131
132
133         <div class="clearboth"></div>
134
135         </div>{# end main-content #}
136
137
138         <div id="footer">
139         <div id="footer-content">
140             <p>
141                 {% blocktrans %}
142                                 Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
143                                 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.
144                                 Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
145                                 {% endblocktrans %}
146             </p>
147             <p>
148                 {% blocktrans %}
149                                 Modern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17
150                 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
151                                 {% endblocktrans %}
152             </p>
153
154             {% block add_footer %}{% endblock %}
155
156                         {% sponsor_page "footer" %}
157         </div>
158         </div>
159
160
161
162         {# template #}
163         <div id="ajaxable-window" class='dialog-window'>
164             <div class="header mono"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
165             <div class="target">
166                 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
167             </div>
168         </div>
169
170
171         {% endblock bodycontent %}
172
173
174         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
175         <script type="text/javascript">
176             var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
177             var STATIC_URL = "{{ STATIC_URL }}";
178         </script>
179         {% compressed_js "base" %}
180
181         <!--{{ piwik_tag|safe }}
182         <script type="text/javascript">
183         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
184         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
185         </script>
186         <script type="text/javascript">
187         var pageTracker = _gat._getTracker("UA-2576694-1");
188         pageTracker._trackPageview();
189         </script>-->
190     </body>
191 </html>