You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/templates/simple/preferences
Markus Heiser 2149e88bdd [mod] template preferences: split into elements (no functional change)
HINT: this patch has no functional change / it is the preparation for following
      changes and bugfixes

Over the years, the preferences template became an unmanageable beast.  To make
the source code more readable the monolith is splitted into elements.  The
splitting into elements also has the advantage that a new template can make use
of them.

The reversed checkbox is a quirk that is only used in the prefereces and must be
eliminated in the long term.  For this the macro 'checkbox_onoff_reversed' was
added to the preferences.html template.  The 'checkbox' macro is also a quirk of
the preferences.html we don't want to use in other templates (it is an
input-checkbox in a HTML form that was misused for status display).

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
answerers.html [mod] template preferences: split into elements (no functional change) 1 year ago
autocomplete.html [mod] template preferences: split into elements (no functional change) 1 year ago
center_alignment.html [mod] template preferences: split into elements (no functional change) 1 year ago
cookies.html [mod] template preferences: split into elements (no functional change) 1 year ago
doi_resolver.html [mod] template preferences: split into elements (no functional change) 1 year ago
engines.html [mod] template preferences: split into elements (no functional change) 1 year ago
footer.html [mod] template preferences: split into elements (no functional change) 1 year ago
image_proxy.html [mod] template preferences: split into elements (no functional change) 1 year ago
infinite_scroll.html [mod] template preferences: split into elements (no functional change) 1 year ago
language.html [mod] template preferences: split into elements (no functional change) 1 year ago
method.html [mod] template preferences: split into elements (no functional change) 1 year ago
query_in_title.html [mod] template preferences: split into elements (no functional change) 1 year ago
results_on_new_tab.html [mod] template preferences: split into elements (no functional change) 1 year ago
safesearch.html [mod] template preferences: split into elements (no functional change) 1 year ago
theme.html [mod] template preferences: split into elements (no functional change) 1 year ago
tokens.html [mod] template preferences: split into elements (no functional change) 1 year ago
ui_locale.html [mod] template preferences: split into elements (no functional change) 1 year ago