- Added librarian as a submodule.
[wolnelektury.git] / wolnelektury / templates / catalogue / search_no_hits.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags pagination_tags %}
4
5 {% block title %}{% trans "Search in WolneLektury.pl" %}{% endblock %}
6
7 {% block bodyid %}tagged-object-list{% endblock %}
8
9 {% block body %}
10     <h1>{% title_from_tags tags %}</h1>
11     {% breadcrumbs tags %}
12
13     <div id="books-list">
14         <p>{% trans "Sorry! Search cirteria did not match any resources." %}</p>
15
16                 <p>{% blocktrans %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.
17                 As for now we do not support full text search.{% endblocktrans %}</p>
18         {% include "info/join_us.html" %}
19     </div>
20
21     <div id="set-window">
22         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
23         <div class="target">
24             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
25         </div>
26     </div>
27 {% endblock %}