From ce746b8d0ee022b8926538ceed6ec19d4e3ee8e8 Mon Sep 17 00:00:00 2001 From: Wugy Date: Wed, 16 Dec 2009 22:03:32 +0100 Subject: add some class's --- module/web/templates/default/base.html | 211 +++++++++++++++++---------------- 1 file changed, 111 insertions(+), 100 deletions(-) (limited to 'module/web/templates/default') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 27aa72b9f..9095d802a 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -1,100 +1,111 @@ - - - - - - - - -{% block head %} -{% endblock %} -{% block title %}pyLoad Webinterface{% endblock %} - - - - -
- -
- -{% if user.is_authenticated %} -User:{{user.username}} - -{% else %} - Please Login! -{% endif %} - -
- - - -
- -
- -
-
- - - -
- -
- -

pyLoad — Webinterface -

- -{% block statusbar %} -{% endblock %} - - -
- -
-
- -{% for message in messages %} -

{{message}}

-{% endfor %} - -{% block content %} -{% endblock content %} - -
- - -
- - + + + + + + + + +{% block head %} +{% endblock %} +{% block title %}pyLoad Webinterface{% endblock %} + + + + + +
+ +
+ +{% if user.is_authenticated %} +User:{{user.username}} + +{% else %} + Please Login! +{% endif %} + +
+ + + +
+ +
+ +
+
+ + + + + + + +{% block statusbar %} +{% endblock %} + + +
+ +
+
+ +{% for message in messages %} +

{{message}}

+{% endfor %} + +{% block content %} +{% endblock content %} + +
+ + +
+ + -- cgit v1.2.3