From 04823ecfd113aa29033f55117acf980fab2c9b64 Mon Sep 17 00:00:00 2001 From: Hamza Zia Date: Sun, 5 Aug 2012 02:37:25 +0800 Subject: [PATCH] chunk progress bar replaced with canvas implementation, global download graph also added --- index.html | 14 +- js/; | 1157 ++++++++++++++++++++++++++++++++++++++++++++++++++ js/script.js | 103 +++-- 3 files changed, 1227 insertions(+), 47 deletions(-) create mode 100644 js/; diff --git a/index.html b/index.html index 722d99d..a566c97 100755 --- a/index.html +++ b/index.html @@ -35,6 +35,10 @@ float: right; margin-bottom: 5px; } + .stat_graph { + margin-top: 25px; + height: 220px; + } .active_settings { text-align: center; margin-bottom: 3px; @@ -103,13 +107,7 @@
-
- {{#chunks}} -
-
-
- {{/chunks}} -
+ Status: {{status}} GID: {{gid}} Dir: {{dir}} @@ -509,6 +507,8 @@
Total Active Downloads:
Total Waiting Downloads:
Total Stopped Downloads:
+
+