aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-09 23:23:20 -0700
committerfriendica <info@friendica.com>2012-07-09 23:23:20 -0700
commit1215de575d9cda66b434f21dafdf44f986638b71 (patch)
tree6bc706e2b5575c537ba41c1c511c5ac21c169d70 /mod/network.php
parent5355193b6342910ec69ec172846027ac9353d2b3 (diff)
downloadvolse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.tar.gz
volse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.tar.bz2
volse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.zip
slider
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 5ce7a9b57..a136e12d6 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -89,6 +89,27 @@ function network_init(&$a) {
);
}
+ $a->page['content'] .= '<div id="slider-range" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
+<div class="ui-slider-range ui-widget-header" style="margin-left: 30px; margin-right: 30px;"></div>
+<a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="left: 0%;"></a>
+<a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="left: 100%;"></a>
+</div>
+ <script>
+ $(function() {
+ $( "#slider-range" ).slider({
+ range: true,
+ min: 0,
+ max: 500,
+ values: [ 75, 300 ],
+ slide: function( event, ui ) {
+ $( "#amount" ).val( "$" + ui.values[ 0 ] + " - $" + ui.values[ 1 ] );
+ }
+ });
+ $( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
+ " - $" + $( "#slider-range" ).slider( "values", 1 ) );
+ });
+ </script>
+';
// search terms header