summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/result_templates/default.html
AgeCommit message (Collapse)Author
2019-12-10[mod] tidy oscar HTML outputDalf
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-04-21[fix] use old system if there is no img_srcThomas Pointhuber
2016-04-21[enh] add img_src to default result templateThomas Pointhuber
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-15Merge branch 'code_results' of https://github.com/pointhi/searx into ↵Adam Tauber
pointhi-code_results Conflicts: searx/static/themes/default/css/style.css searx/static/themes/oscar/css/oscar.min.css searx/templates/oscar/result_templates/torrent.html
2015-01-15[enh] disable js-based links if no js is availableThomas Pointhuber
2015-01-10[enh] using less html code to disable autoescaping for embeded resultsThomas Pointhuber
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
2015-01-05Put media above result contentCqoicebordel
Mimick more closely usual video viewer (video above, details below)
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-01[fix] favicon pathsAdam Tauber
2015-01-01[fix] static content pathsAdam Tauber
2014-12-22[enh] remove repeating codeparts inside the oscar templateThomas Pointhuber
2014-12-18Final commit on faviconsCqoicebordel
Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail
2014-12-12Use the new way of finding an iconCqoicebordel
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt for favicon Correct datetime format Remove pubdate (not in html5 spec) Don't use pretty_url for web.archive.org.
2014-11-03[enh] oscar_template: improve result visualisationThomas Pointhuber
* highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button
2014-11-02[enh] oscar_template: initial osm-map support for map resultsThomas Pointhuber
* TODO: remove leaflet.min.css if not required
2014-10-05oscar template: improve result iconsThomas Pointhuber
2014-10-05oscar template: implement first version of results pageThomas Pointhuber
* implement results page * improve search form template * implement all result_templates * fix youtube engine