From 3b27590567b96b07df0c59d9f434ba2f7f403a2b Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 4 Dec 2015 10:45:05 -0200 Subject: [PATCH] Revert "Added new search template" --- src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html | 128 -------------------------------------------------------------------------------------------------------------------------------- 1 file changed, 0 insertions(+), 128 deletions(-) delete mode 100644 src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html deleted file mode 100644 index f9393a4..0000000 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html +++ /dev/null @@ -1,128 +0,0 @@ -{% extends "base.html" %} -{% load i18n highlight superarchives %} -{% load static from staticfiles %} - -{% block title %}{% trans 'search'|title %}{% endblock %} - -{% block head_js %} - -{% if use_language %} - -{% endif %} - - -{% endblock head_js %} - -{% block head_css %} - -{% endblock %} - -{% block main-content %} -
-
-
-

{% trans "Search" %}

-
-
-

-

- {{ page.paginator.count }} {% trans "documents found" %} -

-
-
- -
- -
- - -
- -
- {% for result in page.object_list %} - {% include "message-preview.html" %} - {% empty %} -
    -
  • - {% trans "No results for your search." %} - {% if request.GET.q %} -

    {% trans "You are searching for" %} {{ request.GET.q }}

    - {% endif %} -
  • -
- {% endfor %} - - {% if page.has_other_pages %} -
- -
- {% endif %} -
- -
-
-{% endblock main-content %} \ No newline at end of file -- libgit2 0.21.2