浏览代码

[enh] rendering engine names

asciimoo 11 年前
父节点
当前提交
1291931cfc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      searx/templates/index.html

+ 5
- 0
searx/templates/index.html 查看文件

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