From 7dd0c96037b0f91f761126d20e477e0e83e20825 Mon Sep 17 00:00:00 2001 From: Wugy Date: Mon, 21 Dec 2009 18:15:56 +0100 Subject: total progressbar bullshit --- module/web/templates/default/add.html | 12 ++ module/web/templates/default/base.html | 198 +++++---------------------------- module/web/templates/default/home.html | 10 +- 3 files changed, 45 insertions(+), 175 deletions(-) create mode 100644 module/web/templates/default/add.html (limited to 'module/web/templates') diff --git a/module/web/templates/default/add.html b/module/web/templates/default/add.html new file mode 100644 index 000000000..525cb99bd --- /dev/null +++ b/module/web/templates/default/add.html @@ -0,0 +1,12 @@ +{% extends 'default/base.html' %} + +{% block subtitle %} +Add Links / Container +{% endblock %} + + + +{% block content %} + + +{% endblock %} \ No newline at end of file diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 657bdcf09..94d8c3dd2 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -6,144 +6,23 @@ - + + + + + + {% block head %} {% endblock %} {% block title %}pyLoad Webinterface{% endblock %} + @@ -250,6 +106,8 @@ $(document).ready(function(){
  • Queue
  • +
  • + Add
  • Downloads
  • @@ -274,7 +132,7 @@ $(document).ready(function(){ {% if perms.pyload.can_see_dl %}
    {% endif %} diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 43cf16ae0..acc185444 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -21,13 +21,13 @@ Active Downloads {{ link.name }} {{ link.status }} - {{ content.eta }} @ {{content.speed }} - {{ link.kbleft }} - {{ link.percent }}% / {{ link.size }} + {{ link.info }} + {{ link.size }} + {{ link.percent }}% / {{ link.kbleft }}load - - + + {% endfor %} -- cgit v1.2.3