mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Complete initial branding work
This commit is contained in:
parent
b3b8d8e60e
commit
790414bced
15 changed files with 559 additions and 54 deletions
|
|
@ -19,6 +19,11 @@
|
|||
{% endif %}
|
||||
|
||||
<div id="results" class="{{ only_template }}">
|
||||
|
||||
{% if number_of_results != '0' -%}
|
||||
<div id="result_count"><small>{{ _('Number of results') }}: {{ number_of_results }}</small></div>
|
||||
{%- endif %}
|
||||
|
||||
{% if answers -%}
|
||||
<div id="answers" role="complementary" aria-labelledby="answers-title"><h4 class="title" id="answers-title">{{ _('Answers') }} : </h4>
|
||||
{%- for answer in answers.values() -%}
|
||||
|
|
@ -35,10 +40,6 @@
|
|||
|
||||
<div id="sidebar">
|
||||
|
||||
{% if number_of_results != '0' -%}
|
||||
<p id="result_count"><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||
{%- endif %}
|
||||
|
||||
{% if unresponsive_engines and results|length >= 1 %}
|
||||
<div class="dialog-error" role="alert">
|
||||
{{ icon_big('warning') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue