mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] search input "design"
This commit is contained in:
parent
c838492d6d
commit
fb6b918777
2 changed files with 34 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<form method="post" action="/">
|
||||
<form method="post" action="/" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" />
|
||||
<input type="submit" value="search" id="search_submit" />
|
||||
</div>
|
||||
<p>
|
||||
{% for category in categories %}
|
||||
<div class="checkbox_container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue