Procházet zdrojové kódy

[enh] rendering engine names

asciimoo před 11 roky
rodič
revize
1291931cfc
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      searx/templates/index.html

+ 5
- 0
searx/templates/index.html Zobrazit soubor

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 %}