diff options
author | friendica <info@friendica.com> | 2013-01-15 01:32:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-15 01:32:11 -0800 |
commit | 62b1eb65dc1fe822f1e73d6c7469ac0213d117c4 (patch) | |
tree | 7eb34f990333316c963800659872f38c7dc4347c /view/tpl/smarty3/contact_slider.tpl | |
parent | 639325b235deb67396b7e0b64c043f85599e6641 (diff) | |
download | volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.tar.gz volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.tar.bz2 volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.zip |
pages sorta working
Diffstat (limited to 'view/tpl/smarty3/contact_slider.tpl')
-rw-r--r-- | view/tpl/smarty3/contact_slider.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/view/tpl/smarty3/contact_slider.tpl b/view/tpl/smarty3/contact_slider.tpl index 80fa6f056..33cd3fb71 100644 --- a/view/tpl/smarty3/contact_slider.tpl +++ b/view/tpl/smarty3/contact_slider.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} <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> <script> $("#contact-range").slider({ from: 0, to: 99, step: 1, scale: ['{{$me}}', '|', '{{$intimate}}', '|', '{{$friends}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } }); |