libkiwix/static/templates
Veloman Yunkan ae56d399b7 Explained why search_result.html needs inline CSS
In #727 inline CSS [was extracted](e4a4b2f961)
from `static/templates/no_search_result.html` into a separate stylesheet
resource. The purpose was to later

1. get rid of the custom `static/templates/no_search_result.html` error
   template and use a general purpose error template instead (this was
   accomplished by PR #744).

2. deduplicate the CSS code between `static/templates/no_search_result.html` and
   `static/templates/search_result.html` by making the latter to also refer to
   an internal CSS resource rather than containing inline stylesheet code.

While preparing to implement the 2nd point, I figured out that
`kiwix::SearchRenderer` is used as a component in `kiwix-desktop` too,
which probably would be upset by a link to a libkiwix's internal CSS resource.

This commit documents that finding.
2022-05-18 12:45:47 +04:00
..
captured_external.html Typo fix in error message 2021-02-09 09:38:18 +01:00
catalog_entries.xml Added <dc:issued> field to OPDS entries 2022-02-19 11:35:44 +04:00
catalog_v2_categories.xml Moved OPDS templates under static/templates 2021-06-08 20:37:00 +04:00
catalog_v2_entries.xml Added <dc:issued> field to OPDS entries 2022-02-19 11:35:44 +04:00
catalog_v2_entry.xml Added <dc:issued> field to OPDS entries 2022-02-19 11:35:44 +04:00
catalog_v2_languages.xml added use of lang and category api for select boxes on welcome page 2021-08-07 02:39:50 +05:30
catalog_v2_root.xml Added partial entries feed to the OPDS root feed 2021-09-09 12:19:22 +04:00
error.html Added an optional CSS link to error.html 2022-04-05 20:49:09 +04:00
external_blocker_part.html moved blockExternalLink outside of taskbar 2020-03-27 11:25:39 +00:00
head_taskbar.html Preprocessing of template resources 2022-05-02 20:37:22 +04:00
index.html Preprocessing of template resources 2022-05-02 20:37:22 +04:00
search_result.html Explained why search_result.html needs inline CSS 2022-05-18 12:45:47 +04:00
suggestion.json adding kind and path attributes to suggest response object and using it in autocomplete 2021-04-07 21:04:33 +05:30
taskbar_part.html Preprocessing of template resources 2022-05-02 20:37:22 +04:00
url_of_search_results_css Applied cache-id to search_results.css 2022-05-02 20:37:22 +04:00