From 3321241b61766045a68a3d607b67e11a95014e87 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 20 Feb 2014 12:44:49 +0200 Subject: Require logins, removed jquery UI --- .../static/js/ui/demos/tooltip/ajax/content1.html | 1 - .../static/js/ui/demos/tooltip/ajax/content2.html | 1 - .../js/ui/demos/tooltip/custom-animation.html | 54 ---------- .../static/js/ui/demos/tooltip/custom-content.html | 83 --------------- .../static/js/ui/demos/tooltip/custom-style.html | 95 ----------------- apps/it/static/js/ui/demos/tooltip/default.html | 40 ------- apps/it/static/js/ui/demos/tooltip/forms.html | 65 ------------ .../js/ui/demos/tooltip/images/st-stephens.jpg | Bin 17724 -> 0 bytes .../js/ui/demos/tooltip/images/tower-bridge.jpg | Bin 15764 -> 0 bytes apps/it/static/js/ui/demos/tooltip/index.html | 20 ---- apps/it/static/js/ui/demos/tooltip/tracking.html | 42 -------- .../static/js/ui/demos/tooltip/video-player.html | 117 --------------------- 12 files changed, 518 deletions(-) delete mode 100644 apps/it/static/js/ui/demos/tooltip/ajax/content1.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/ajax/content2.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/custom-animation.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/custom-content.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/custom-style.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/default.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/forms.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/images/st-stephens.jpg delete mode 100644 apps/it/static/js/ui/demos/tooltip/images/tower-bridge.jpg delete mode 100644 apps/it/static/js/ui/demos/tooltip/index.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/tracking.html delete mode 100644 apps/it/static/js/ui/demos/tooltip/video-player.html (limited to 'apps/it/static/js/ui/demos/tooltip') diff --git a/apps/it/static/js/ui/demos/tooltip/ajax/content1.html b/apps/it/static/js/ui/demos/tooltip/ajax/content1.html deleted file mode 100644 index a1401b2..0000000 --- a/apps/it/static/js/ui/demos/tooltip/ajax/content1.html +++ /dev/null @@ -1 +0,0 @@ -

This content was loaded via ajax.

\ No newline at end of file diff --git a/apps/it/static/js/ui/demos/tooltip/ajax/content2.html b/apps/it/static/js/ui/demos/tooltip/ajax/content2.html deleted file mode 100644 index f4132d7..0000000 --- a/apps/it/static/js/ui/demos/tooltip/ajax/content2.html +++ /dev/null @@ -1 +0,0 @@ -

This other content was loaded via ajax.

\ No newline at end of file diff --git a/apps/it/static/js/ui/demos/tooltip/custom-animation.html b/apps/it/static/js/ui/demos/tooltip/custom-animation.html deleted file mode 100644 index 02f2003..0000000 --- a/apps/it/static/js/ui/demos/tooltip/custom-animation.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - jQuery UI Tooltip - Custom animation demo - - - - - - - - - - - - - -

There are various ways to customize the animation of a tooltip.

-

You can use the show and -hide options.

-

You can also use the open event.

- -
-

This demo shows how to customize animations using the show and hide options, -as well as the open event.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/custom-content.html b/apps/it/static/js/ui/demos/tooltip/custom-content.html deleted file mode 100644 index 70e54e2..0000000 --- a/apps/it/static/js/ui/demos/tooltip/custom-content.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - jQuery UI Tooltip - Custom content - - - - - - - - - - - - -
-
-

St. Stephen's Cathedral

-

Vienna, Austria

-
- - St. Stephen's Cathedral - -
- -
-
-

Tower Bridge

-

London, England

-
- - Tower Bridge - -
- -

All images are part of Wikimedia Commons -and are licensed under CC BY-SA 3.0 by the copyright holder.

- -
-

Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.

-

We realize you may want to interact with the map tooltips. This is a planned feature for a future version.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/custom-style.html b/apps/it/static/js/ui/demos/tooltip/custom-style.html deleted file mode 100644 index 3cfc708..0000000 --- a/apps/it/static/js/ui/demos/tooltip/custom-style.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - jQuery UI Tooltip - Custom Styling - - - - - - - - - - - - -

Tooltips can be attached to any element. When you hover -the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

-

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller -will also style tooltips accordingly.

-

Tooltips are also useful for form elements, to show some additional information in the context of each field.

-

-

Hover the field to see the tooltip.

- -
-

Hover the links above or use the tab key to cycle the focus on each element.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/default.html b/apps/it/static/js/ui/demos/tooltip/default.html deleted file mode 100644 index ef4e746..0000000 --- a/apps/it/static/js/ui/demos/tooltip/default.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - jQuery UI Tooltip - Default functionality - - - - - - - - - - - - -

Tooltips can be attached to any element. When you hover -the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

-

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller -will also style tooltips accordingly.

-

Tooltips are also useful for form elements, to show some additional information in the context of each field.

-

-

Hover the field to see the tooltip.

- -
-

Hover the links above or use the tab key to cycle the focus on each element.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/forms.html b/apps/it/static/js/ui/demos/tooltip/forms.html deleted file mode 100644 index ef7f0e2..0000000 --- a/apps/it/static/js/ui/demos/tooltip/forms.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - jQuery UI Tooltip - Forms - - - - - - - - - - - - - -
-
-
- - -
-
- - -
-
- - -
-
-
- -
-

Use the button below to display the help texts, or just focus or mouseover the indivdual inputs.

-

A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/images/st-stephens.jpg b/apps/it/static/js/ui/demos/tooltip/images/st-stephens.jpg deleted file mode 100644 index 30fc36d..0000000 Binary files a/apps/it/static/js/ui/demos/tooltip/images/st-stephens.jpg and /dev/null differ diff --git a/apps/it/static/js/ui/demos/tooltip/images/tower-bridge.jpg b/apps/it/static/js/ui/demos/tooltip/images/tower-bridge.jpg deleted file mode 100644 index d1e14d6..0000000 Binary files a/apps/it/static/js/ui/demos/tooltip/images/tower-bridge.jpg and /dev/null differ diff --git a/apps/it/static/js/ui/demos/tooltip/index.html b/apps/it/static/js/ui/demos/tooltip/index.html deleted file mode 100644 index cebedd0..0000000 --- a/apps/it/static/js/ui/demos/tooltip/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - jQuery UI Tooltip Demos - - - - - - - diff --git a/apps/it/static/js/ui/demos/tooltip/tracking.html b/apps/it/static/js/ui/demos/tooltip/tracking.html deleted file mode 100644 index db2aaaf..0000000 --- a/apps/it/static/js/ui/demos/tooltip/tracking.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - jQuery UI Tooltip - Track the mouse - - - - - - - - - - - - -

Tooltips can be attached to any element. When you hover -the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

-

But as it's not a native tooltip, it can be styled. Any themes built with -ThemeRoller -will also style tooltips accordingly.

-

Tooltips are also useful for form elements, to show some additional information in the context of each field.

-

-

Hover the field to see the tooltip.

- -
-

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.

-
- - diff --git a/apps/it/static/js/ui/demos/tooltip/video-player.html b/apps/it/static/js/ui/demos/tooltip/video-player.html deleted file mode 100644 index 3a4bc77..0000000 --- a/apps/it/static/js/ui/demos/tooltip/video-player.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - jQuery UI Tooltip - Video Player demo - - - - - - - - - - - - - - - - -
Here Be Video (HTML5?)
-
- - - - -
- - -
- - -
- -
-

A fake video player with like/share/stats button, each with a custom-styled tooltip.

-
- - -- cgit v1.2.3