libkiwix/static/skin
Veloman Yunkan f3d2f474a7 Handling of suggestions containing special symbols
This change fixes two issues:

1. Presence of URL-specific special symbols (such as ? or #) in the book
   and/or article name resulted in a wrong suggestion link. This is
   fixed by URI-encoding the book name and the path, too.

2. Presence of a single quote symbol in the book and/or article name
   resulted in invalid javascript code in the href attribute of the
   suggestion link.

   The single quote (') symbol is not URL-encoded (unlike its double quote
   counterpart). As a result, enclosing a URL-encoded string in single
   quotes may result in invalid javascript. Using double quotes instead is
   safe, since both double quote (") and backslash (\) symbols (which are
   the only special symbols for such quoting) undergo URL-encoding.
2022-12-17 18:39:17 +04:00
..
css Removed unused resource skin/css/images/search.svg 2022-10-19 19:27:21 +04:00
favicon Add favicon for different devices. 2022-08-03 18:52:13 +05:30
fonts revamped basic layout and cards 2021-07-08 12:33:28 +02:00
autoComplete.min.js Welcome, autoComplete.js 2022-07-31 16:16:07 +05:30
bittorrent.png added modal for downloading zim file on welcome page 2021-07-12 17:59:26 +05:30
blank.html Embryo of iframe-based viewer 2022-09-21 15:41:40 +04:00
caret.png Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
download.png added modal for downloading zim file on welcome page 2021-07-12 17:59:26 +05:30
hash.png added modal for downloading zim file on welcome page 2021-07-12 17:59:26 +05:30
index.css Applied KIWIXCACHEID to skin/search-icon.svg 2022-10-19 19:27:21 +04:00
index.js Revert "Partly respecting the kiwix-serve --nosearchbar option" 2022-09-21 15:41:40 +04:00
iso6391To3.js Add new values from wikipedia 2022-01-11 15:32:06 +01:00
isotope.pkgd.js Add non-minified version of isotope.pkgd.js 2022-01-27 00:11:04 -08:00
isotope.pkgd.min.js revamped basic layout and cards 2021-07-08 12:33:28 +02:00
magnet.png added modal for downloading zim file on welcome page 2021-07-12 17:59:26 +05:30
search-icon.svg corrected select box and search bar design 2021-07-08 12:33:28 +02:00
search_results.css Got rid of static/templates/no_search_result.html 2022-04-06 14:42:29 +02:00
taskbar.css Partly fixed auto-hiding of the toolbar 2022-09-21 15:41:40 +04:00
viewer.js Handling of suggestions containing special symbols 2022-12-17 18:39:17 +04:00