summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2009-12-20 20:20:52 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2009-12-20 20:20:52 +0100
commit8be39a4ac3563b3ac4abd8824ac775710fd4c4f6 (patch)
tree8e729a971bda4a294d357fe7e197cc6906053b40 /module/web/templates
parentfixed file_list, clean exit? (diff)
downloadpyload-8be39a4ac3563b3ac4abd8824ac775710fd4c4f6.tar.xz
webinterface - design 70%
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 4036180bf..c43d5223c 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -182,6 +182,7 @@ function LinksToContent(data)
//SetInver[i] = (item.size / 100 ) / item.speed ;
//window.setInterval( $("#aktiv_percent").text(parseInt($("#aktiv_percent").text)+1), ((item.size / 100 ) / item.speed)*100);
$("#LinksAktiv").append('<tr><td colspan="5"><div class="progress_bar" style="width: '+(100/item.size)*(item.size-item.kbleft)+'%;">&nbsp;</div></td></tr>');
+ $(".progress_bar").animate({ width: "100%"}, (item.size / item.speed)*1000, "linear" );
});
//UpdateLinks(SetInver, 0);
setTimeout(function()