From a7abe24382bac00243fd19ebc2cdde87569eab79 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Oct 2012 19:46:18 -0700 Subject: more file cleanup --- .../development-bundle/demos/dialog/animated.html | 56 ------- .../development-bundle/demos/dialog/default.html | 54 ------- .../development-bundle/demos/dialog/index.html | 23 --- .../demos/dialog/modal-confirmation.html | 69 --------- .../demos/dialog/modal-form.html | 167 --------------------- .../demos/dialog/modal-message.html | 71 --------- .../development-bundle/demos/dialog/modal.html | 60 -------- 7 files changed, 500 deletions(-) delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/animated.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/default.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/index.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/modal-confirmation.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/modal-form.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/modal-message.html delete mode 100644 include/jquery_ui/development-bundle/demos/dialog/modal.html (limited to 'include/jquery_ui/development-bundle/demos/dialog') diff --git a/include/jquery_ui/development-bundle/demos/dialog/animated.html b/include/jquery_ui/development-bundle/demos/dialog/animated.html deleted file mode 100644 index 4124ae400..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/animated.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - jQuery UI Dialog - Animation - - - - - - - - - - - - - - - - - - -
- -
-

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

-
- - - -
- - - -
-

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/default.html b/include/jquery_ui/development-bundle/demos/dialog/default.html deleted file mode 100644 index bd976a168..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/default.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - jQuery UI Dialog - Default functionality - - - - - - - - - - - - - - - -
- -
-

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

-
- - -
-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

-
-
- checkbox
- radio
-

-
-
-
- -
- - - -
-

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/index.html b/include/jquery_ui/development-bundle/demos/dialog/index.html deleted file mode 100644 index 460e4fb36..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - jQuery UI Dialog Demos - - - - -
-

Examples

- -
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/modal-confirmation.html b/include/jquery_ui/development-bundle/demos/dialog/modal-confirmation.html deleted file mode 100644 index f0b70b7d6..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/modal-confirmation.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - jQuery UI Dialog - Modal confirmation - - - - - - - - - - - - - - - -
- -
-

These items will be permanently deleted and cannot be recovered. Are you sure?

-
- - -
-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

-
-
- checkbox
- radio
-

-
-
-
- -
- - - -
-

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/modal-form.html b/include/jquery_ui/development-bundle/demos/dialog/modal-form.html deleted file mode 100644 index 553335227..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/modal-form.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - jQuery UI Dialog - Modal form - - - - - - - - - - - - - - - - - - -
- -
-

All form fields are required.

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

Existing Users:

- - - - - - - - - - - - - - - -
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
-
- - -
- - - -
-

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/modal-message.html b/include/jquery_ui/development-bundle/demos/dialog/modal-message.html deleted file mode 100644 index 17b3e0ece..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/modal-message.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - jQuery UI Dialog - Modal message - - - - - - - - - - - - - - - - -
- -
-

- - Your files have downloaded successfully into the My Downloads folder. -

-

- Currently using 36% of your storage space. -

-
- - -
-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

-
-
- checkbox
- radio
-

-
-
-
- -
- - - -
-

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/dialog/modal.html b/include/jquery_ui/development-bundle/demos/dialog/modal.html deleted file mode 100644 index b352af0eb..000000000 --- a/include/jquery_ui/development-bundle/demos/dialog/modal.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - jQuery UI Dialog - Basic modal - - - - - - - - - - - - - - - -
- -
-

Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.

-
- - -
-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

-
-
- checkbox
- radio
-

-
-
-
- -
- - - -
-

A modal dialog prevents the user from interacting with the rest of the page until it is closed.

-
- - - -- cgit v1.2.3