[enh] image result template added

This commit is contained in:
asciimoo 2013-10-22 23:33:18 +02:00
parent fd0a93dd7c
commit 31471ed936
1 changed files with 8 additions and 0 deletions

View File

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