pyLoad — Webinterface
%if page != "loggedin" and page != "login":
Status:
Speed:
Files in queue:
%if page == "login":
%elif page== "home":
Downloads:
% for link in links:
%elif page=="loggedin":
You were successfully logged in
%elif page=="queue":
{{link['name']}}
%end
{{int((link['size'] - link['kbleft']) / 1024)}}/{{int(link['size']) / 1024}} MB
{{int(link['speed'])}} kb/s
{{link['eta']}}
-
%for package in links:
- {{package.name}} %end
© 2008-2009 the pyLoad Team
Back to top