You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/templates/oscar
Markus Heiser 34859d0e58 [fix] make /stats more CSP compliant - oscar theme
Replace oscar theme's *styles* (see below) by CSP compliant implementation in
``searx/static/themes/__common__/less/stats.less`` ::

    ./oscar/stats.html:29:  <th scope="col" style="width:20rem;">{{ th_sort('name', _("Engine name")) }}</th>
    ./oscar/stats.html:30:  <th scope="col" style="width:7rem; text-align: right;">{{ th_sort('score', _('Scores')) }}</th>
    ./oscar/stats.html:33:  <th scope="col" style="text-align: right;">{{ th_sort('reliability', _('Reliability')) }}</th>
    ./oscar/stats.html:38:  <td style="text-align: right;">
    ./oscar/stats.html:91:  <td style="text-align: right;"> {{ engine_reliabilities.get(engine_stat.name, {}).get('reliablity') }}</td>
    ./oscar/stats.html:109: <tbody style="padding-top: 1rem;">
    ./oscar/stats.html:112: <th scope="row" style="width: 10rem">{{ _('Exception') }}</th><td>{{ error.exception_classname }}</td>
    ./oscar/stats.html:114: <th scope="row" style="width: 10rem">{{ _('Message') }}</th><td>{{ error.log_message }}</td>
    ./oscar/stats.html:116: <th scope="row" style="width: 10rem">{{ _('Percentage') }}</th><td style="width: 10rem">{{ error.percentage }}</td>
    ./oscar/stats.html:121: <span style="border-right: 1px solid gray; padding: 0 1rem 0 0; margin: 0 0 0 0.5rem;">{{ param }}</span>
    ./oscar/stats.html:138: <th scope="col" style="width: 10rem">{{ _('Failed test') }}</th>

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
messages [mod] engine errors: link to the stats to create an github issue 4 years ago
result_templates [mod] oscar's "default" template should make use of result.thumbnail 4 years ago
404.html Drop Python 2 (2/n): templates 4 years ago
about.html [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. 8 years ago
advanced.html [fix] make "Advanced settings" openable and usable with keyboard - #350 4 years ago
base.html More branding 4 years ago
categories.html [mod] tidy oscar HTML output 5 years ago
index.html [mod] themes: remove legacy, courgette and pix-art themes 4 years ago
infobox.html [mod] duckduckgo_definitions: display only user friendly attributes / URL 4 years ago
languages.html fix selects in preferences so they look consistent (#2150) 4 years ago
macros.html [mod] option to enable or disable "proxy" button next to each result (#54) 4 years ago
navbar.html [mod] tidy oscar HTML output 5 years ago
preferences.html [themes] /preferences, reliablity: warning icons & error logs link 4 years ago
results.html [mod] engine errors: link to the stats to create an github issue 4 years ago
search.html [fix] fix the reset button in the oscar theme (#2306) 4 years ago
search_full.html [mod] separate index and search routes 4 years ago
stats.html [fix] make /stats more CSP compliant - oscar theme 3 years ago
time-range.html fix selects in preferences so they look consistent (#2150) 4 years ago