RWI Ranking Configuration page : fixed missing required dependencies.

Fix for mantis 707 (http://mantis.tokeek.de/view.php?id=707)
pull/93/head
luccioman 8 years ago
parent 59130777a6
commit 176f7c2aab

@ -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",

Loading…
Cancel
Save