[ehn] Add a 'featured result feature'm putting on top of the reasults ddg definitions and wikipedia (ugly html / css)

[ehn] Add a templates for videos, so the thumbnails all have the same side
This commit is contained in:
pw3t 2014-01-12 18:31:57 +01:00
parent ad72c16050
commit cf8f444e85
6 changed files with 53 additions and 6 deletions

View file

@ -0,0 +1,7 @@
<div class="result">
<p>
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
<a href="{{ result.url }}"><img width="300" height="170" src="{{ result.thumbnail }}" title={{ result.title }} alt=" {{ result.title }}"/></a>
<p class="url">{{ result.url }}</p>
</p>
</div>