stars and tags instead of shelves, move to social app
[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 cache compressed i18n %}
5     {% load catalogue_tags reporting_stats sponsor_tags %}
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                 {% cache 300 tagline %}
35                     {% url book_list as b %}
36                     {% url book_list as r %}
37                         {% count_books book_count %}
38                     {% blocktrans count book_count as c %}
39                     <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
40                     {% plural %}
41                     <a href='{{b}}'>{{c}}</a> free readings you have <a href='{{r}}'>right to</a>
42                     {% endblocktrans %}
43                 {% endcache %}
44                 </span>
45             </div>
46
47             <p id="user-info" class="mono">
48                 {% if user.is_authenticated %}
49                     {% trans "Welcome" %}, <strong>{{ user.username }}</strong>
50                     | <a href="{% url social_my_shelf %}" id="user-shelves-link">{% trans "My shelf" %}</a>
51                     {% if user.is_staff %}
52                     | <a href="/admin/">{% trans "Administration" %}</a>
53                     {% endif %}
54                     | <a href="{% url logout %}?next={% block logout %}{{ request.get_full_path }}{% endblock %}">{% trans "Logout" %}</a>
55                 {% else %}
56                     <a href="{% url login %}?next={{ request.path }}"
57                         id="login" class="ajaxable">
58                             {% trans "Sign in" %}</a>
59                     /
60                     <a href="{% url register %}?next={{ request.path }}"
61                         id="register" class="ajaxable">
62                             {% trans "Register" %}</a>
63                 {% endif %}
64             </p>
65
66
67             <div class="clearboth"></div>
68
69         </div>
70         </div>
71
72         <div id="half-header">
73         <div id="half-header-content">
74
75
76
77             <form id="search-area" action="/fullsearch/">
78                 
79                 <span id="search-field" class="grid-line">
80                   {{search_form.q}}
81 <!--                    <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
82                 </span><span id="search-button">
83                     <button type='submit'><span class="mono">{% trans "Search" %}</span></button>
84                 </span>
85                 
86                 <div class="clearboth"></div>
87             </form>
88
89
90
91         </div>
92         </div>
93
94
95
96         <div id="main-content">
97
98             <div id="nav-line">
99             <ul id="catalogue">
100                 <li><a href="{% url catalogue %}#autorzy"><span class='mono'>{% trans "Authors" %}</span></a></li>
101                 <li><a href="{% url catalogue %}#gatunki"><span class='mono'>{% trans "Genres" %}</span></a></li>
102                 <li><a href="{% url catalogue %}#rodzaje"><span class='mono'>{% trans "Kinds" %}</span></a></li>
103                 <li><a href="{% url catalogue %}#epoki"><span class='mono'>{% trans "Epochs" %}</span></a></li>
104                 <li><a href="{% url catalogue %}#motywy"><span class='mono'>{% trans "Themes" %}</span></a></li>
105                 <li><a href="{% url book_list %}"><span class='mono'>{% trans "All books" %}</span></a></li>
106                 <li><a href="{% url audiobook_list %}"><span class='mono'>{% trans "Audiobooks" %}</span></a></li>
107                 <li><a href="{% url daisy_list %}"><span class='mono'>{% trans "DAISY" %}</span></a></li>
108             </ul>
109
110             <form action="{% url django.views.i18n.set_language %}" method="post">
111             <div id="lang-menu">
112                 <span id='lang-button' class='mono'>
113                     {% trans "Language versions" %}</span>
114                 <div id="lang-menu-items">
115                 {% for lang in LANGUAGES %}
116                     <button type="submit" name="language"
117                         class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
118                         value="{{ lang.0 }}">{{ lang.1 }}</button>
119                 {% endfor %}
120                 </div>
121             </div>
122             </form>
123             </div>
124
125             <div class="clearboth"></div>
126
127
128
129             {% block body %}
130             {% endblock %}
131
132
133
134
135         <div class="clearboth"></div>
136
137         </div>{# end main-content #}
138
139
140         <div id="footer">
141         <div id="footer-content">
142             <p>
143                 {% blocktrans %}
144                                 Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
145                                 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.
146                                 Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
147                                 {% endblocktrans %}
148             </p>
149             <p>
150                 {% blocktrans %}
151                                 Modern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17
152                 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
153                                 {% endblocktrans %}
154             </p>
155
156             {% block add_footer %}{% endblock %}
157
158                         {% sponsor_page "footer" %}
159         </div>
160         </div>
161
162
163
164         {# template #}
165         <div id="ajaxable-window" class='dialog-window'>
166             <div class="header mono"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
167             <div class="target">
168                 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
169             </div>
170         </div>
171
172
173         {% endblock bodycontent %}
174
175
176         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
177         <script type="text/javascript">
178             var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
179             var STATIC_URL = "{{ STATIC_URL }}";
180         </script>
181         {% compressed_js "base" %}
182
183         <!--{{ piwik_tag|safe }}
184         <script type="text/javascript">
185         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
186         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
187         </script>
188         <script type="text/javascript">
189         var pageTracker = _gat._getTracker("UA-2576694-1");
190         pageTracker._trackPageview();
191         </script>-->
192     </body>
193 </html>