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