From 6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 4 Mar 2014 18:53:56 +0100 Subject: [enh] linkable search url display --- searx/templates/results.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index 34195c866..9efb6ea4b 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -18,6 +18,10 @@ {% endif %} +
+ {{ _('Search URL') }}: + +
{{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} -- cgit v1.2.3 From c2951e16a5c74358af0defb67e82510f8ec26aca Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 4 Mar 2014 19:25:59 +0100 Subject: [fix] search url categories --- searx/templates/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index 9efb6ea4b..732650831 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -20,7 +20,7 @@
{{ _('Search URL') }}: - +
{{ _('Download results') }} -- cgit v1.2.3 From a4f89a798196f7d0c8a72ca80b34d2e9b6c040d5 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 4 Mar 2014 20:31:03 +0100 Subject: [fix] proper src/href url handling --- searx/templates/about.html | 6 +++--- searx/templates/base.html | 6 +++--- searx/templates/github_ribbon.html | 2 +- searx/templates/index.html | 4 ++-- searx/templates/preferences.html | 4 ++-- searx/templates/results.html | 12 ++++++------ searx/templates/search.html | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/about.html b/searx/templates/about.html index 1fb15c2d9..c2ba7f5a6 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -2,9 +2,9 @@ {% block content %} {% include 'github_ribbon.html' %}
-

About searx

+

About searx

-

Searx is a metasearch engine, aggregating the results of other search engines while not storing information about its users. +

Searx is a metasearch engine, aggregating the results of other search engines while not storing information about its users.

Why use Searx?

    @@ -60,7 +60,7 @@ Searx can be added to your browser's search bar; moreover, it can be set as the

    See the installation and setup wiki page

    How to debug engines?

    -

    Stats page contains some useful data about the engines used.

    +

    Stats page contains some useful data about the engines used.

{% endblock %} diff --git a/searx/templates/base.html b/searx/templates/base.html index 683ed4ed3..d1892245b 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -6,19 +6,19 @@ {% block title %}{% endblock %}searx - + {% block styles %} {% endblock %} {% block head %} - + {% endblock %}
{% block content %} {% endblock %} - +
diff --git a/searx/templates/github_ribbon.html b/searx/templates/github_ribbon.html index 92862f6b5..bdd9cf180 100644 --- a/searx/templates/github_ribbon.html +++ b/searx/templates/github_ribbon.html @@ -1,3 +1,3 @@ - Fork me on GitHub + Fork me on GitHub diff --git a/searx/templates/index.html b/searx/templates/index.html index 18320ae09..57b67ef09 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -4,8 +4,8 @@

searx

{% include 'search.html' %}

- {{ _('about') }} - {{ _('preferences') }} + {{ _('about') }} + {{ _('preferences') }}

{% endblock %} diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html index dc33c5dfa..5632accd2 100644 --- a/searx/templates/preferences.html +++ b/searx/templates/preferences.html @@ -4,7 +4,7 @@

{{ _('Preferences') }}

-
+
{{ _('Default categories') }}

@@ -66,6 +66,6 @@

- +
{% endblock %} diff --git a/searx/templates/results.html b/searx/templates/results.html index 732650831..8094e96b6 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %} - + @@ -10,8 +10,8 @@ {% if suggestions %}
{{ _('Suggestions') }} {% for suggestion in suggestions %} -
- + +
{% endfor %} @@ -25,7 +25,7 @@
{{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} -
+
@@ -52,7 +52,7 @@ {% if paging %}