From 2b6db7950916f29eea39224104fed284ad4222c7 Mon Sep 17 00:00:00 2001 From: Wugy Date: Sat, 19 Dec 2009 17:14:05 +0100 Subject: active download list 40% --- module/web/pyload.db | Bin 41984 -> 41984 bytes module/web/templates/default/base.html | 151 +++++++++++++++++++++++++++++++-- module/web/templates/default/home.html | 29 +++++-- 3 files changed, 166 insertions(+), 14 deletions(-) (limited to 'module') diff --git a/module/web/pyload.db b/module/web/pyload.db index b2b4206b0..3305b02ef 100644 Binary files a/module/web/pyload.db and b/module/web/pyload.db differ diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 307dd821a..f9ea8c3a2 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -11,10 +11,133 @@ {% endblock %} {% block title %}pyLoad Webinterface{% endblock %} diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index fac4b6e63..ac9c5d25c 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -1,9 +1,22 @@ -{% extends 'default/base.html' %} - -{% block subtitle %} -Active Downloads -{% endblock %} - - -{% block content %} +{% extends 'default/base.html' %} + +{% block subtitle %} +Active Downloads +{% endblock %} + + + +{% block content %} + + + + + + + + + + +
+ {% endblock %} \ No newline at end of file -- cgit v1.2.3