From 09e49212a072dcc7c0ccbfad6ff28a181f1d3a8f Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Mon, 8 Dec 2008 16:39:44 +0000 Subject: - nevermind: changed demo and css to "progressbar" back to "progressindicator" set proper mime types for demos --- tests/static/progressbar.html | 46 +++++++++++++++++++++++++++++++++++++ tests/static/progressindicator.html | 46 ------------------------------------- 2 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 tests/static/progressbar.html delete mode 100644 tests/static/progressindicator.html (limited to 'tests') diff --git a/tests/static/progressbar.html b/tests/static/progressbar.html new file mode 100644 index 000000000..a83ada345 --- /dev/null +++ b/tests/static/progressbar.html @@ -0,0 +1,46 @@ + + + + jQuery UI Progressbar Static Markup Test Page + + + + + +

jQuery UI Progressbar Static Markup Test Page

+ +

Flexible width:

+ +
+
13% Completed
+
13% Completed
+
+ +

+ + + +
+
55% Completed
+
55% Completed
+
+ +

+ +
+
55% Completed
+
55% Completed
+
+ + +

Fixed width (px):

+ +
+
78% Completed
+
78% Completed
+
+ + + diff --git a/tests/static/progressindicator.html b/tests/static/progressindicator.html deleted file mode 100644 index a83ada345..000000000 --- a/tests/static/progressindicator.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - jQuery UI Progressbar Static Markup Test Page - - - - - -

jQuery UI Progressbar Static Markup Test Page

- -

Flexible width:

- -
-
13% Completed
-
13% Completed
-
- -

- - - -
-
55% Completed
-
55% Completed
-
- -

- -
-
55% Completed
-
55% Completed
-
- - -

Fixed width (px):

- -
-
78% Completed
-
78% Completed
-
- - - -- cgit v1.2.3