fixes #2193 [search] add 5 new widgets

add ratings, ratios, filesize, width and height widgets
- in functions_search add clauses according to each new filter
- in ws_functions add new api parameters
- in index.php add queries to get data for filters
- in admin.lang add missing translations for filters
- in css add basic style to work for modus newspaper
- in js add script for new filters
- in tpl combine script + CSS for double slider & jquery Ui. Add slider conf, template for new widgets

TODO
- adapt css to different themes and skins
This commit is contained in:
HWFord
2024-07-25 16:11:07 +02:00
parent 08357f59eb
commit 6fe1d7db65
11 changed files with 1253 additions and 19 deletions
+1
View File
@@ -913,6 +913,7 @@ $lang['View in gallery'] = 'Voir dans la galerie';
$lang['Number of albums per page'] = 'Nombre d\'albums par page';
$lang['Ratio'] = 'Ratio';
$lang['between %d and %d pixels'] = 'entre %d et %d pixels';
$lang['between %d and %d'] = 'entre %d et %d';
$lang['between %.2f and %.2f'] = 'entre %.2f et %.2f';
$lang['Manage the members'] = 'Gérer les membres';
$lang['Type here the name of the new group'] = 'Inscrivez ici le nom du nouveau groupe';