summaryrefslogtreecommitdiff
path: root/htroot/RankingRWI_p.html
AgeCommit message (Collapse)Author
2018-08-28Replaced RWI ranking JQuery sliders with standard HTML range inputsluccioman
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.
2016-11-22RWI Ranking Configuration page : fixed missing required dependencies.luccioman
Fix for mantis 707 (http://mantis.tokeek.de/view.php?id=707)
2015-12-25apply default css styles (class btn) to submit buttons reger
2014-03-31redesign of search page integration menu structureMichael Peter Christen
2014-03-02Added German translation for Config Search and Ranking RWI and SolrMichael Benz
2014-02-10make internal page links relative to ease any future development for context ↵reger
aware servlets note also http://bugs.yacy.net/view.php?id=106
2012-12-03Added a new servlet to configure the solr ranking using field boostsMichael Peter Christen
2012-12-03renamed Ranking_p.html to RankingRWI_p.htmlMichael Peter Christen
because there will be another Ranking servlet as well at next