From 74b08303622c5545f04a3faf52f6c6962a43ea5f Mon Sep 17 00:00:00 2001
From: Alexandre Flament
Date: Fri, 1 Oct 2021 16:33:31 +0200
Subject: SearXNG: simple theme
---
searx/templates/simple/base.html | 14 +++++++-------
searx/templates/simple/messages/no_results.html | 2 +-
searx/templates/simple/preferences.html | 12 ++++++------
searx/templates/simple/result_templates/map.html | 2 +-
searx/templates/simple/stats.html | 2 +-
5 files changed, 16 insertions(+), 16 deletions(-)
(limited to 'searx/templates')
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index 27c4b5a4c..ac6a09822 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -2,9 +2,9 @@
-
-
-
+
+
+
@@ -13,13 +13,13 @@
{% block title %}{% endblock %}{{ instance_name }}
{% block meta %}{% endblock %}
{% if rtl %}
-
+
{% else %}
-
+
{% endif %}
{% block styles %}{% endblock %}
-
+
diff --git a/searx/templates/simple/messages/no_results.html b/searx/templates/simple/messages/no_results.html
index 845f3e21a..a3ab97758 100644
--- a/searx/templates/simple/messages/no_results.html
+++ b/searx/templates/simple/messages/no_results.html
@@ -11,7 +11,7 @@
{%- endfor %}
- {{ _('Please, try again later or find another searx instance.') }} ({{ _('Public instances') }} )
+ {{ _('Please, try again later or find another SearXNG instance.') }} ({{ _('Public instances') }} )
{% else %}
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html
index 190fefe99..f417d6338 100644
--- a/searx/templates/simple/preferences.html
+++ b/searx/templates/simple/preferences.html
@@ -95,7 +95,7 @@
{% block head %} {% endblock %}
{% block content %}
-
searx
+
SearXNG
{{ _('Preferences') }}
@@ -194,7 +194,7 @@
{%- endfor -%}
-
{{ _('Change searx layout') }}
+
{{ _('Change SearXNG layout') }}
{% endif %}
{% if 'results_on_new_tab' not in locked_preferences %}
@@ -234,7 +234,7 @@
{{ _('Disabled') }}
-
{{ _('Proxying image results through searx') }}
+
{{ _('Proxying image results through SearXNG') }}
{% endif %}
{{ plugin_preferences('privacy') }}
@@ -293,7 +293,7 @@
{{ _('Examples') }}
-
{{ _('This is the list of searx\'s instant answering modules.') }}
+
{{ _('This is the list of SearXNG\'s instant answering modules.') }}
{% for answerer in answerers %}
@@ -323,8 +323,8 @@
{{ tab_header('maintab', 'cookies', _('Cookies')) }}
- {{ _('This is the list of cookies and their values searx is storing on your computer.') }}
- {{ _('With that list, you can assess searx transparency.') }}
+ {{ _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
+ {{ _('With that list, you can assess SearXNG transparency.') }}
{% if cookies %}
diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html
index dc6a62010..962f66216 100644
--- a/searx/templates/simple/result_templates/map.html
+++ b/searx/templates/simple/result_templates/map.html
@@ -39,7 +39,7 @@
{%- if (result.latitude and result.longitude) or result.boundingbox -%}
- {{ icon( 'globe') }} {{ _('show map') }}
+ {{ icon( 'globe') }} {{ _('show map') }}
{%- endif -%}
{{- result_sub_footer(result, proxify) -}}
diff --git a/searx/templates/simple/stats.html b/searx/templates/simple/stats.html
index 889b5d05a..c023cfdd2 100644
--- a/searx/templates/simple/stats.html
+++ b/searx/templates/simple/stats.html
@@ -16,7 +16,7 @@
{% block head %} {% endblock %}
{% block content %}
-searx
+SearXNG
--
cgit v1.2.3