From 81cd75591e2bb96790912306d9c3930d6a917d5f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Aug 2012 11:43:57 +0200 Subject: new mobile template --- module/web/templates/mobile/base.html | 143 +++++++++++++++------------------ module/web/templates/mobile/login.html | 48 +---------- 2 files changed, 65 insertions(+), 126 deletions(-) (limited to 'module/web/templates/mobile') diff --git a/module/web/templates/mobile/base.html b/module/web/templates/mobile/base.html index 342a7eb63..1b717ff7b 100644 --- a/module/web/templates/mobile/base.html +++ b/module/web/templates/mobile/base.html @@ -1,84 +1,67 @@ - - - - {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} - - - - - - {% block head %} - {% endblock %} - - - -{% block content %} - -
-
-
- -
-
-
-

- Package1 -

-
-
-

- Package2 -

-
-
-

- Package3 -

- -
-
+ + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} + + + + + + + + + + + {% block head %} + {% endblock %} + + + +
+ +
+
+
+

dfgfdg

+ {% block content %} + {% endblock content %}
-{% endblock content %} - - - \ No newline at end of file +
+
+ + + diff --git a/module/web/templates/mobile/login.html b/module/web/templates/mobile/login.html index 37698cc5c..5a1625f43 100644 --- a/module/web/templates/mobile/login.html +++ b/module/web/templates/mobile/login.html @@ -1,49 +1,5 @@ -{% extends 'default_mobile/base.html' %} +{% extends 'mobile/base.html' %} {% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %} - -
-
-

- pyLoad {{_("Login")}} -

-
-
- {% if logout %} -
- {{_("You were successfully logged out.")}} -
- {% endif %} -
-
-
- - -
-
-
-
- - -
-
- -
- {% if errors %} -
-

{{_("Your username and password didn't match. Please try again.")}}

- {{ _("To reset your login data or add an user run:") }} python pyLoadCore.py -u -
- {% endif %} - -
-
+

Test test sd

{% endblock %} \ No newline at end of file -- cgit v1.2.3