diff --git a/img/bar-blue.gif b/img/bar-blue.gif new file mode 100644 index 0000000..6ad75b3 Binary files /dev/null and b/img/bar-blue.gif differ diff --git a/img/bar-darkgreen.gif b/img/bar-darkgreen.gif new file mode 100644 index 0000000..804b0e2 Binary files /dev/null and b/img/bar-darkgreen.gif differ diff --git a/img/bar-darkyellow.gif b/img/bar-darkyellow.gif new file mode 100644 index 0000000..873cfbf Binary files /dev/null and b/img/bar-darkyellow.gif differ diff --git a/img/bar-green.gif b/img/bar-green.gif new file mode 100644 index 0000000..c61f7d1 Binary files /dev/null and b/img/bar-green.gif differ diff --git a/img/bar-lightblue.gif b/img/bar-lightblue.gif new file mode 100644 index 0000000..d19c720 Binary files /dev/null and b/img/bar-lightblue.gif differ diff --git a/img/bar-red.gif b/img/bar-red.gif new file mode 100644 index 0000000..3793283 Binary files /dev/null and b/img/bar-red.gif differ diff --git a/img/bar-yellow.gif b/img/bar-yellow.gif new file mode 100644 index 0000000..ea930a1 Binary files /dev/null and b/img/bar-yellow.gif differ diff --git a/test/phpprogressbar.php b/test/phpprogressbar.php index 1c9a519..c5ba600 100644 --- a/test/phpprogressbar.php +++ b/test/phpprogressbar.php @@ -1,7 +1,81 @@
"; +echo" + + + +
+
+ + Red +
+
+ + Yellow +
+
+ + Dark Yellow +
+
+ + Dark Green +
+
+ + Green +
+
+ + Light Blue +
+
+ + Blue +
+"; $p1 = new PHPProgressBar(550, 16, "../img/bar-grey.gif", "../img/bar-life.gif"); $p2 = new PHPProgressBar(550, 16, "../img/bar-grey.gif", "../img/bar-mana.gif"); $p3 = new PHPProgressBar(550, 16, "../img/bar-grey.gif", "../img/bar-life.gif");