public domain counter:
[wolnelektury.git] / wolnelektury / templates / catalogue / search_no_hits.html
1 {% extends "base.html" %}
2 {% load catalogue_tags pagination_tags %}
3
4 {% block title %}Wyszukiwanie w WolneLektury.pl{% endblock %}
5
6 {% block bodyid %}tagged-object-list{% endblock %}
7
8 {% block body %}
9     <h1>{% title_from_tags tags %}</h1>
10     {% breadcrumbs tags %}
11     
12     <div id="books-list">
13         <p>Wyszukiwanie <i>{{ query }}</i> nie dało rezultatu.</p>
14         {% include "info/join_us.html" %}
15     </div>
16
17     <div id="set-window">
18         <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
19         <div class="target">
20             <p><img src="/static/img/indicator.gif" alt="*"/> Ładowanie</p>
21         </div>
22     </div>
23 {% endblock %}