streams/view/tpl/contact_slider.tpl

5 lines
414 B
Smarty
Raw Normal View History

<div id="contact-slider" class="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="contact-range" type="text" name="fake-closeness" value="{{$val}}" /></div>
2012-07-16 05:44:05 +00:00
<script>
2015-04-10 02:51:58 +00:00
$("#contact-range").jRange({ from: {{$min|default:'0'}}, to: 99, step: 1, scale: [{{$labels}}], width:'100%', showLabels: false, onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
2012-07-16 05:44:05 +00:00
</script>