2014-01-12 17:31:57 +00:00
|
|
|
<div class="result">
|
2015-01-01 18:52:05 +00:00
|
|
|
<h3 class="result_title">{% if "icon_"~result.engine~".ico" in favicons %}<img width="14" height="14" class="favicon" src="{{ url_for('static', filename='img/icons/icon_'+result.engine+'.ico') }}" alt="{{result.engine}}" />{% endif %}<a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
|
2015-01-15 00:48:46 +00:00
|
|
|
{% if result.publishedDate %}<span class="published_date">{{ result.publishedDate }}</span><br />{% endif %}
|
2015-01-18 08:54:24 +00:00
|
|
|
<a href="{{ result.url }}"><img class="thumbnail" src="{{ image_proxify(result.thumbnail) }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a>
|
2015-01-15 00:48:46 +00:00
|
|
|
<p class="url">{{ result.url }}</p>
|
2014-01-12 17:31:57 +00:00
|
|
|
</div>
|