more backend work on poco rating
This commit is contained in:
4
view/tpl/rating_slider.tpl
Normal file
4
view/tpl/rating_slider.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id="rating-slider" class="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="rating-range" type="text" name="fake-rating" value="{{$val}}" /></div>
|
||||
<script>
|
||||
$("#rating-range").jRange({ from: {{$min|default:'-10'}}, to: 10, step: 1, width:'100%', showLabels: false, onstatechange: function(v) { $("#contact-rating-mirror").val(v); } });
|
||||
</script>
|
||||
Reference in New Issue
Block a user