diff options
Diffstat (limited to 'view/main_slider.tpl')
-rw-r--r-- | view/main_slider.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/main_slider.tpl b/view/main_slider.tpl new file mode 100644 index 000000000..7d03beeb1 --- /dev/null +++ b/view/main_slider.tpl @@ -0,0 +1,4 @@ +<div id="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="main-range" type="slider" name="closeness" value="0;99" /></div> +<script> + $("#main-range").slider({ from: 0, to: 99, step: 1, scale: ['$me', '$intimate', '|', '$friends', '|', '$coworkers', '|', '$oldfriends', '|', '$acquaintances', '|', '$world' ] }); +</script> |