From 208b857c3f9b9233037847b9c5d98ab9e958ce19 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 17 Aug 2012 16:11:13 +0200 Subject: renamed default_mobile to mobile --- module/web/templates/mobile/login.html | 49 ++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 module/web/templates/mobile/login.html (limited to 'module/web/templates/mobile/login.html') diff --git a/module/web/templates/mobile/login.html b/module/web/templates/mobile/login.html new file mode 100644 index 000000000..37698cc5c --- /dev/null +++ b/module/web/templates/mobile/login.html @@ -0,0 +1,49 @@ +{% extends 'default_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 %} +
+ + {{_("Desktop Version")}} + +
+
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3 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/login.html | 48 ++-------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) (limited to 'module/web/templates/mobile/login.html') 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 %} -
- - {{_("Desktop Version")}} - -
-
-
+

Test test sd

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