diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
| commit | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (patch) | |
| tree | d72b4b67d5a7e29924e1a4979a74c37729aa380f /searx/templates/courgette/result_templates/videos.html | |
| parent | 14447a0761220ec352c889c9bc3d4ba22ee3494e (diff) | |
Lots of courgette modification
Diffstat (limited to 'searx/templates/courgette/result_templates/videos.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/videos.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/searx/templates/courgette/result_templates/videos.html b/searx/templates/courgette/result_templates/videos.html index bb711caab..ebb7af4e4 100644 --- a/searx/templates/courgette/result_templates/videos.html +++ b/searx/templates/courgette/result_templates/videos.html @@ -1,10 +1,10 @@ <div class="result"> - {% 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 %} + {% 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 %} - <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3> - {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %} - <a href="{{ result.url }}"><img width="400" src="{{ result.thumbnail }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a> - <p class="url">{{ result.url }}</p> -</div> + <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3> + {% if result.publishedDate %}<span class="published_date">{{ result.publishedDate }}</span><br />{% endif %} + <a href="{{ result.url }}"><img width="400" src="{{ result.thumbnail }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a> + <p class="url">{{ result.pretty_url }}</p> +</div>
\ No newline at end of file |