Ver código fonte

[enh] rendering engine names

asciimoo 12 anos atrás
pai
commit
1291931cfc
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      searx/templates/index.html

+ 5
- 0
searx/templates/index.html Ver arquivo

5
     <form method="post" action="">
5
     <form method="post" action="">
6
         <input type="text" name="q" tabindex="1" />
6
         <input type="text" name="q" tabindex="1" />
7
         <input type="submit" value="search" />
7
         <input type="submit" value="search" />
8
+        <p>
9
+        {% for engine in engines %}
10
+            {{ engine }}: <input type="checkbox" name="engine_{{ engine }}" checked="checked"/>
11
+        {% endfor %}
12
+        </p>
8
     </form>
13
     </form>
9
 </div>
14
 </div>
10
 {% endblock %}
15
 {% endblock %}