X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5c959cbb46c29a03cb6c8bc0e8b5aae5765bf150..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/search_multiple_hits.html diff --git a/wolnelektury/templates/catalogue/search_multiple_hits.html b/wolnelektury/templates/catalogue/search_multiple_hits.html deleted file mode 100644 index dc3696ece..000000000 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ /dev/null @@ -1,63 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} - -{% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
- -
-
    - {% for result in results %} -
  1. -

    {{result.book.pretty_title}} (id: {{result.book_id}}, score: {{result.score}})

    -
      - {% for hit in result.process_hits %} -
    • - {% if hit.fragment %} -
      Tagi/Motywy: {% for tag in hit.themes %}{{tag.name}} {% endfor %}
      - {% endif %} - {% for snip in hit.snippets %} - {{snip|safe}}
      - {% endfor %} -
    • - {% endfor %} - -
    -
  2. - {% empty %} -

    No results.

    - {% endfor %} -
-
- - -{% comment %} -
-

{% trans "More than one result matching the criteria found." %}

- -
-{% endcomment %} - -
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
-
-{% endblock %}