diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
| commit | 3fd562ccd7af1fa7ea057e6f437910a29d14b9a9 (patch) | |
| tree | 2fbcfb0d6b42dc40a969b91cad731f3f31251a6f /searx/templates/courgette/result_templates/videos.html | |
| parent | 81a77f8a1753c0f2f4e3ffb3aa421e0645a3f6e6 (diff) | |
| parent | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (diff) | |
Merge pull request #176 from Cqoicebordel/courgette-UXUI
Courgette theme - UIUX
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 |