From a8f763fb85756f69899f7b3b71c01bb01461ee3c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 10 Aug 2012 22:12:10 +0200 Subject: beginning new pyload web-ui from scratch --- module/web/templates/default/base.html | 239 ++++++++++----------------------- 1 file changed, 69 insertions(+), 170 deletions(-) (limited to 'module/web/templates/default/base.html') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 1f77c04ba..36a81d662 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -1,180 +1,79 @@ - - - + + + - - - - + + + + - - - - + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} - - -{% block title %}pyLoad {{_("Webinterface")}}{% endblock %} - -{% block head %} -{% endblock %} + {% block head %} + {% endblock %} - - -
- - -
- {% block headpanel %} - - {% if user.is_authenticated %} - - -{% if update %} - -{{_("pyLoad Update available!")}} - -{% endif %} - - -{% if plugins %} - -{{_("Plugins updated, please restart!")}} - -{% endif %} - - -Captcha: -{{_("Captcha waiting")}} - - - User:{{user.name}} - -{% else %} - {{_("Please Login!")}} -{% endif %} - - {% endblock %} -
- - - -
- -
- -
-
- -{% if perms.STATUS %} - -{% endif %} - -{% if perms.LIST %} - -{% endif %} - -{% block pageactions %} -{% endblock %} -
- -
- -
- -

{% block subtitle %}pyLoad - {{_("Webinterface")}}{% endblock %}

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

{{message}}

-{% endfor %} - -
- - {{_("loading")}} -
- -{% block content %} -{% endblock content %} - -
- - -
-
- -
- {% include "default/window.html" %} - {% include "default/captcha.html" %} - {% block hidden %} - {% endblock %} +
+
+ + pyLoad +
+
+
+ {% for message in messages %} +

{{ message }}

+ {% endfor %} + +

Test!

+ + {% block content %} + {% endblock content %}
+
+
+ + + + +
+

Powered by

+ asd
+ dsfdsf
+ sdf dsg
+
+ +
+

pyLoad

+ asd
+ dsfdsf
+ sdf dsg
+
+ +
+

Community

+ asd
+ dsfdsf
+ sdf dsg
+
+ +
+

Development

+ asd
+ dsfdsf
+ sdf dsg
+
+ +
+ +
+ +{% block deferred %} +{% endblock deferred %} -- cgit v1.2.3