mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[enh] category support
This commit is contained in:
parent
1aff439931
commit
f76d80de54
3 changed files with 25 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" />
|
||||
<p>
|
||||
{% for engine in engines %}
|
||||
{{ engine }}: <input type="checkbox" name="engine_{{ engine }}" checked="checked"/>
|
||||
{% for category in categories %}
|
||||
{{ category }}: <input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
|
||||
{% endfor %}
|
||||
</p>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue