X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f109b7f6e35d54281f1edf4b684c49db621d36c5..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/newsearch/search.html diff --git a/wolnelektury/templates/newsearch/search.html b/wolnelektury/templates/newsearch/search.html deleted file mode 100644 index e018b2111..000000000 --- a/wolnelektury/templates/newsearch/search.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags %} - -{% block title %}Leśmianator w WolneLektury.pl{% endblock %} - -{% block metadescription %}Stwórz własny wierszmiks z utworów znajdujących się na Wolnych Lekturach.{% endblock %} - -{% block bodyid %}lesmianator{% endblock %} - -{% block body %} -

Search

-
-

- - -

-
- -
-
    - {% for score,book,parts in results %} -
  1. -

    {{book.author}} - {{book.title}} (id: {{book.id}}, score: {{score}})

    -
      - {% for score,part in parts %} - {% if part.header %} -
    • W {{part.header}} nr {{part.position}}
    • - {% else %} - {% if part.fragment %} -
    • -
      {% for tag in part.fragment.tags %}{{tag.name}} {% endfor %}
      - {{part.fragment.text|safe}}
    • - {% endif %} - {% endif %} - {% endfor %} -
    -
  2. - {% empty %} -

    No results.

    - {% endfor %} -
-
- -{% endblock %}