From 033ad905c882ff106149fe066a743740a69c386c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 30 Dec 2010 18:12:44 +0100 Subject: Move progress bar example to better location --- index.html | 232 ------------------------------------------ site/progressbar-example.html | 221 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 221 insertions(+), 232 deletions(-) delete mode 100644 index.html create mode 100644 site/progressbar-example.html diff --git a/index.html b/index.html deleted file mode 100644 index 1ad2c03..0000000 --- a/index.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - jsProgressBarHandler Demo | Javascript Progress/Percentage Bar - - - - - - - - - - - - - - - -
- -

Looking for the ajax demo?

- -

jsProgressBarHandler 0.3.3 | Javascript Progress/Percentage Bar

- -
- -

1. Automatically created Progress Bars (Default Styling)

- Program Efficiency
- 15% - - - - - - - « Select Options -

- - - Website Projects Progress
- 35% - - - - - - - « Select Options -

- - Weight Loss Progress
- 50% - - - - - - - « Select Options -

- - Upload Progress Bar
- 80% - - - - - - - « Select Options -

- -

2. Manually created Progress Bars (Custom Styling)

- - Custom Progress Bar (without text, without animation)
- 50% - - - - - - - « Select Options -

- - Multi Color Bar
- [ Loading Progress Bar ] - - - - - - - « Select Options -

- - - -
- -

This page is a testpage of jsProgressBarHandler - see http://www.bram.us/projects/js_bramus/jsprogressbarhandler/ for details

- -
- - - - - - - - - diff --git a/site/progressbar-example.html b/site/progressbar-example.html new file mode 100644 index 0000000..17c8293 --- /dev/null +++ b/site/progressbar-example.html @@ -0,0 +1,221 @@ + + + + + jsProgressBarHandler Demo | Javascript Progress/Percentage Bar + + + + + + + + + + + + + + + +
+ +

Looking for the ajax demo?

+ +

jsProgressBarHandler 0.3.3 | Javascript Progress/Percentage Bar

+ +
+ +

1. Automatically created Progress Bars (Default Styling)

+ Program Efficiency
+ 15% + + + + + + + « Select Options +

+ + + Website Projects Progress
+ 35% + + + + + + + « Select Options +

+ + Weight Loss Progress
+ 50% + + + + + + + « Select Options +

+ + Upload Progress Bar
+ 80% + + + + + + + « Select Options +

+ +

2. Manually created Progress Bars (Custom Styling)

+ + Custom Progress Bar (without text, without animation)
+ 50% + + + + + + + « Select Options +

+ + Multi Color Bar
+ [ Loading Progress Bar ] + + + + + + + « Select Options +

+ + + +
+ +

This page is a testpage of jsProgressBarHandler - see http://www.bram.us/projects/js_bramus/jsprogressbarhandler/ for details

+ +
+ + + -- cgit v1.2.3