summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/result_templates
AgeCommit message (Collapse)Author
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-29fix opening of result on new tabNoémi Ványi
2016-12-29add own pics modal windowNoemi Vanyi
2016-12-09[enh] add author to image result contentAdam Tauber
2016-10-22[fix] images modal with infinite scrollNoémi Ványi
2016-09-06[enh] more compact image results ++ fixed modal linksAdam Tauber
2016-09-06[fix] replace modal-content class to prevent remote content loadAdam Tauber
details: http://stackoverflow.com/questions/18378720/bootstrap-3-with-remote-modal
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-04-26[enh] implements #264 : add rel="noreferrer" to external linksAlexandre Flament
2015-02-13Some RTL fixesCqoicebordel
- Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily.
2015-02-11Maps data must be LTR in RTLCqoicebordel
2015-02-11Import result_footer_rtl in video so it doesn't crash...Cqoicebordel
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-18Proxify most of images referencesdalf
Create hash only when necessary
2015-01-17Test its existence before using thumbnail_srcCqoicebordel
Thanks @pointhi !
2015-01-17Tiny forgotsCqoicebordel
2015-01-17Add thumbnails in images resultsCqoicebordel
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
2015-01-16[enh] add image proxy to image resultsAdam 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-12Scientific accuracyCqoicebordel
2015-01-12Few more translationsCqoicebordel
2015-01-11Fix torrent W3C+UXCqoicebordel
Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors
2015-01-10[enh] using less html code to disable autoescaping for embeded resultsThomas Pointhuber
2015-01-10[enh] display filesize greater 1TBThomas Pointhuber
2015-01-10[enh] make some torrent strings translatableThomas Pointhuber
2015-01-10[enh] improve torrent 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-20[enh] add result_templates/code.htmlThomas 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 the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding an iconCqoicebordel
2014-12-08Striptag on alt and titleCqoicebordel
Strip HTML tags on alt and title of the images
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt on favicon. Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org Add alt on video image
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt on favicons Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org
2014-12-08HTML correctionsCqoicebordel
Add alt on favicons Use right format for datetime Remove pubdate tag
2014-12-08UX + HTML correctionsCqoicebordel
Add title on image for hover Add alt on favicon
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.