From 3b9367da01986e3b5d83ca35773517abbce5171c Mon Sep 17 00:00:00 2001 From: Wugy Date: Thu, 17 Dec 2009 00:25:59 +0100 Subject: new images, status ajax, add jquery --- module/web/templates/default/base.html | 57 ++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 13 deletions(-) (limited to 'module/web/templates/default') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 5d79e8b6a..ef2685a83 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -6,13 +6,48 @@ - + {% block head %} {% endblock %} {% block title %}pyLoad Webinterface{% endblock %} @@ -63,27 +98,23 @@ $(document).ready(function(){
-{% if perms.pyload.can_change_status %} -{% endif %} -{% if perms.pyload.can_see_dl %} -{% endif %} +
-

pyLoad — Webinterface -

Queue {% block statusbar %} {% endblock %} -- cgit v1.2.3