summaryrefslogtreecommitdiff
path: root/searx/templates/default/result_templates/images.html
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-04-24 23:46:40 +0000
committerMatej Cotman <cotman.matej@gmail.com>2014-06-05 13:18:22 +0200
commit08eaffe245303818069df3332eece11f41a0bd8e (patch)
tree9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/default/result_templates/images.html
parent3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff)
add multi theming support
Diffstat (limited to 'searx/templates/default/result_templates/images.html')
-rw-r--r--searx/templates/default/result_templates/images.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/templates/default/result_templates/images.html b/searx/templates/default/result_templates/images.html
new file mode 100644
index 000000000..1f15ff2bb
--- /dev/null
+++ b/searx/templates/default/result_templates/images.html
@@ -0,0 +1,6 @@
+<div class="image_result">
+ <p>
+ <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
+ <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
+ </p>
+</div>