diff options
| author | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-08-18 10:44:46 +0200 |
|---|---|---|
| committer | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-08-18 10:45:05 +0200 |
| commit | a28cfd4887813ec4343516c57376574a3f6b7427 (patch) | |
| tree | 9f68f584bd9791bb02d43cf28ea01bf9aabec34b /searx/templates/courgette/result_templates/images.html | |
| parent | ce719ac50ca79cc423046ef7a32b8792a24dfe0b (diff) | |
[new] theme courgette
Diffstat (limited to 'searx/templates/courgette/result_templates/images.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/images.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/templates/courgette/result_templates/images.html b/searx/templates/courgette/result_templates/images.html new file mode 100644 index 000000000..1f15ff2bb --- /dev/null +++ b/searx/templates/courgette/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> |