From 75f5a4ad8eef8476d13fc121a6d35daec58f08e3 Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Fri, 2 Jan 2015 14:52:50 +0100 Subject: Redesign with bootstrap css --- module/web/templates/default/base.html | 104 ++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 39 deletions(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 147c08a37..e42f75c3a 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -5,9 +5,10 @@ - + + @@ -17,6 +18,8 @@ + + {% block title %}pyLoad {{_("Webinterface")}}{% endblock %} {% block head %} @@ -47,18 +50,9 @@ {% endif %} - -Captcha: -{{_("Captcha waiting")}} - - User:{{user.name}} - {% else %} @@ -68,11 +62,24 @@ {% endblock %} - - -
-
- +
{% if perms.STATUS %} - +
+ + + + +
+ + {% endif %} + + + + {% if perms.LIST %} - + +
+ + + + +
+ {% endif %} {% block pageactions %} -- cgit v1.2.3