From 06b3f727378323089ee56a24999dd97c87887cc0 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 26 Nov 2010 18:44:25 +0100 Subject: change jquery theme, rm development stuff --- .../demos/slider/colorpicker.html | 95 -------------- .../development-bundle/demos/slider/default.html | 37 ------ .../demos/slider/hotelrooms.html | 59 --------- static/development-bundle/demos/slider/index.html | 29 ----- .../demos/slider/multiple-vertical.html | 77 ------------ .../demos/slider/range-vertical.html | 51 -------- static/development-bundle/demos/slider/range.html | 52 -------- .../development-bundle/demos/slider/rangemax.html | 50 -------- .../development-bundle/demos/slider/rangemin.html | 51 -------- .../demos/slider/side-scroll.html | 140 --------------------- .../demos/slider/slider-vertical.html | 52 -------- static/development-bundle/demos/slider/steps.html | 51 -------- static/development-bundle/demos/slider/tabs.html | 67 ---------- 13 files changed, 811 deletions(-) delete mode 100644 static/development-bundle/demos/slider/colorpicker.html delete mode 100644 static/development-bundle/demos/slider/default.html delete mode 100644 static/development-bundle/demos/slider/hotelrooms.html delete mode 100644 static/development-bundle/demos/slider/index.html delete mode 100644 static/development-bundle/demos/slider/multiple-vertical.html delete mode 100644 static/development-bundle/demos/slider/range-vertical.html delete mode 100644 static/development-bundle/demos/slider/range.html delete mode 100644 static/development-bundle/demos/slider/rangemax.html delete mode 100644 static/development-bundle/demos/slider/rangemin.html delete mode 100644 static/development-bundle/demos/slider/side-scroll.html delete mode 100644 static/development-bundle/demos/slider/slider-vertical.html delete mode 100644 static/development-bundle/demos/slider/steps.html delete mode 100644 static/development-bundle/demos/slider/tabs.html (limited to 'static/development-bundle/demos/slider') diff --git a/static/development-bundle/demos/slider/colorpicker.html b/static/development-bundle/demos/slider/colorpicker.html deleted file mode 100644 index 6418e43..0000000 --- a/static/development-bundle/demos/slider/colorpicker.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - jQuery UI Slider - Colorpicker - - - - - - - - - - - - -
- -

- - Simple Colorpicker -

- -
-
-
- -
- -
- - - -
-

Combine three sliders to create a simple RGB colorpicker.

-
- - - diff --git a/static/development-bundle/demos/slider/default.html b/static/development-bundle/demos/slider/default.html deleted file mode 100644 index ac71ecf..0000000 --- a/static/development-bundle/demos/slider/default.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - jQuery UI Slider - Default functionality - - - - - - - - - - - - -
- -
- -
- - - -
-

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.

-
- - - diff --git a/static/development-bundle/demos/slider/hotelrooms.html b/static/development-bundle/demos/slider/hotelrooms.html deleted file mode 100644 index f4722ad..0000000 --- a/static/development-bundle/demos/slider/hotelrooms.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - jQuery UI Slider - Range with fixed minimum - - - - - - - - - - - - -
- -
- - -
- -
- - - -
-

How to bind a slider to an existing select element. The select stays visible to display the change. When the select is changed, the slider is updated, too.

-
- - - diff --git a/static/development-bundle/demos/slider/index.html b/static/development-bundle/demos/slider/index.html deleted file mode 100644 index caf68fe..0000000 --- a/static/development-bundle/demos/slider/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - jQuery UI Slider Demos - - - - -
-

Examples

- -
- - - diff --git a/static/development-bundle/demos/slider/multiple-vertical.html b/static/development-bundle/demos/slider/multiple-vertical.html deleted file mode 100644 index 993a05e..0000000 --- a/static/development-bundle/demos/slider/multiple-vertical.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - jQuery UI Slider - Multiple sliders - - - - - - - - - - - - -
- -

- - Master volume -

- -
- -

- - Graphic EQ -

- -
- 88 - 77 - 55 - 33 - 40 - 45 - 70 -
- -
- - - -
-

Combine horizontal and vertical sliders, each with their own options, to create the UI for a music player.

-
- - - diff --git a/static/development-bundle/demos/slider/range-vertical.html b/static/development-bundle/demos/slider/range-vertical.html deleted file mode 100644 index 24164ed..0000000 --- a/static/development-bundle/demos/slider/range-vertical.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - jQuery UI Slider - Vertical range slider - - - - - - - - - - - - -
- -

- - -

- -
- -
- - - -
-

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

-
- - - diff --git a/static/development-bundle/demos/slider/range.html b/static/development-bundle/demos/slider/range.html deleted file mode 100644 index 8aae07e..0000000 --- a/static/development-bundle/demos/slider/range.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - jQuery UI Slider - Range slider - - - - - - - - - - - - -
- -

- - -

- -
- -
- - - -
-

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

-
- - - diff --git a/static/development-bundle/demos/slider/rangemax.html b/static/development-bundle/demos/slider/rangemax.html deleted file mode 100644 index cd0af57..0000000 --- a/static/development-bundle/demos/slider/rangemax.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - jQuery UI Slider - Range with fixed maximum - - - - - - - - - - - - -
- -

- - -

-
- -
- - - -
-

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

-
- - - diff --git a/static/development-bundle/demos/slider/rangemin.html b/static/development-bundle/demos/slider/rangemin.html deleted file mode 100644 index 0f61d23..0000000 --- a/static/development-bundle/demos/slider/rangemin.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - jQuery UI Slider - Range with fixed minimum - - - - - - - - - - - - -
- -

- - -

- -
- -
- - - -
-

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

-
- - - diff --git a/static/development-bundle/demos/slider/side-scroll.html b/static/development-bundle/demos/slider/side-scroll.html deleted file mode 100644 index c262086..0000000 --- a/static/development-bundle/demos/slider/side-scroll.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - jQuery UI Slider - Slider scrollbar - - - - - - - - - - - - -
- -
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
-
-
-
-
- -
- - - -
-

Use a slider to manipulate the positioning of content on the page. In this case, it acts as a scrollbar with the potential to capture values if needed.

-
- - - diff --git a/static/development-bundle/demos/slider/slider-vertical.html b/static/development-bundle/demos/slider/slider-vertical.html deleted file mode 100644 index a4dda20..0000000 --- a/static/development-bundle/demos/slider/slider-vertical.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - jQuery UI Slider - Vertical slider - - - - - - - - - - - - -
- -

- - -

- -
- -
- - - -
-

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

-
- - - diff --git a/static/development-bundle/demos/slider/steps.html b/static/development-bundle/demos/slider/steps.html deleted file mode 100644 index f2643d2..0000000 --- a/static/development-bundle/demos/slider/steps.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - jQuery UI Slider - Snap to increments - - - - - - - - - - - - -
- -

- - -

- -
- -
- - - -
-

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

-
- - - diff --git a/static/development-bundle/demos/slider/tabs.html b/static/development-bundle/demos/slider/tabs.html deleted file mode 100644 index 8e7ef90..0000000 --- a/static/development-bundle/demos/slider/tabs.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - jQuery UI Slider - Snap to increments - - - - - - - - - - - - - -
- -
- -
- -
-

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

-
-
-

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

-
-
-

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

-

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

-
-
- -
- - - -
-

Control tabs with a slider.

-
- - - -- cgit v1.2.1