Procházet zdrojové kódy

[enh] image result template added

asciimoo před 11 roky
rodič
revize
31471ed936
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8
    0
      searx/templates/result_templates/images.html

+ 8
- 0
searx/templates/result_templates/images.html Zobrazit soubor

@@ -0,0 +1,8 @@
1
+<div class="image_result">
2
+    <p>
3
+        <span class="engines">{{ result.engine }}</span><br />
4
+        <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
5
+        <br />
6
+        <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
7
+    </p>
8
+</div>