mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] web page modification
This commit is contained in:
parent
5c9f6d5174
commit
7915b5c5a0
4 changed files with 99 additions and 64 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<form method="post" action="/" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="" id="search_submit" />
|
||||
</div>
|
||||
<div>
|
||||
{% include 'categories.html' %}
|
||||
</div>
|
||||
</div>
|
||||
{% include 'categories.html' %}
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue