From 39dd29a484c41a08ec83bd87f8c4a551704b8bb5 Mon Sep 17 00:00:00 2001 From: luccioman Date: Tue, 28 Aug 2018 08:34:23 +0200 Subject: [PATCH] Replaced RWI ranking JQuery sliders with standard HTML range inputs Considering that the sliders usage on that page is very basic, using standard HTML5 inputs of type "range" has here the following advantages : - better keyboard accessibility - remove not very necessary additional jquery dependencies Today browsers suport for range inputs is good, and even on old unsupporting browsers such as IE < 10 they nicely fall back to text inputs. --- htroot/RankingRWI_p.html | 69 +++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 30 deletions(-) diff --git a/htroot/RankingRWI_p.html b/htroot/RankingRWI_p.html index 45295a892..3e3099f85 100644 --- a/htroot/RankingRWI_p.html +++ b/htroot/RankingRWI_p.html @@ -1,33 +1,36 @@ - - + + YaCy '#[clientname]#': RWI Ranking Configuration #%env/templates/metas.template%# - - - - - - @@ -43,11 +46,14 @@
Pre-Ranking
#{attrPre}# -
 info#[info]#
+
 info#[info]#
- #{select}# #{/select}# +
+ +
#{/attrPre}#
@@ -57,11 +63,14 @@
Post-Ranking
#{attrPost}# -
 info#[info]#
+
 info#[info]#
- #{select}# #{/select}# +
+ +
#{/attrPost}#