mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add multi theming support
This commit is contained in:
parent
3386e21cdf
commit
08eaffe245
41 changed files with 104 additions and 29 deletions
7
searx/templates/default/search.html
Normal file
7
searx/templates/default/search.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" placeholder="{{ _('Search for...') }}" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" id="search_submit" />
|
||||
</div>
|
||||
{% include 'default/categories.html' %}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue