diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-22 09:40:22 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-22 09:40:22 +0100 |
| commit | 176f7c2aab4a07c2d9591e7436de36dd03d10bb0 (patch) | |
| tree | dc0e4cd00ec0beb07f03adbf6a3ed1b0b10373f6 /htroot/RankingRWI_p.html | |
| parent | 59130777a6ad7c548323dfee8375a2b239a9c3a8 (diff) | |
RWI Ranking Configuration page : fixed missing required dependencies.
Fix for mantis 707 (http://mantis.tokeek.de/view.php?id=707)
Diffstat (limited to 'htroot/RankingRWI_p.html')
| -rw-r--r-- | htroot/RankingRWI_p.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/htroot/RankingRWI_p.html b/htroot/RankingRWI_p.html index 4dd1fe3b4..45295a892 100644 --- a/htroot/RankingRWI_p.html +++ b/htroot/RankingRWI_p.html @@ -3,11 +3,17 @@ <head> <title>YaCy '#[clientname]#': RWI Ranking Configuration</title> #%env/templates/metas.template%# + + <!-- Dependencies for the Slider UI component --> + <link media="screen" type="text/css" href="jquery/themes/start/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> + <script src="jquery/js/jquery-1.7.min.js" type="text/javascript"></script> + <script src="jquery/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript"></script> + <script> $(function() { $("select").each(function(){ var name = $(this).attr("name"); - $("<div style='width:360px; float:left; display: inline;' name='"+name+"' id='slider_"+name+"'></div>").insertAfter($(this)).slider({ + $("<div style='width:280px; margin-left: 10px; float:left; display: inline;' name='"+name+"' id='slider_"+name+"'></div>").insertAfter($(this)).slider({ min: 0, max: 15, range: "min", |
