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/default/base.html | 2 +- module/web/templates/default_mobile/base.html | 84 -------------------------- module/web/templates/default_mobile/login.html | 49 --------------- module/web/templates/mobile/base.html | 84 ++++++++++++++++++++++++++ module/web/templates/mobile/login.html | 49 +++++++++++++++ 5 files changed, 134 insertions(+), 134 deletions(-) delete mode 100644 module/web/templates/default_mobile/base.html delete mode 100644 module/web/templates/default_mobile/login.html create mode 100644 module/web/templates/mobile/base.html create mode 100644 module/web/templates/mobile/login.html (limited to 'module/web/templates') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index d5d96eef3..e3c216390 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -202,7 +202,7 @@ }}, style:{ classes:'ui-tooltip-light ui-tooltip-shadow', - width: $("#notification_div").outerWidth(), + width: $("#globalprogress").outerWidth(), height: 100 }, hide: false diff --git a/module/web/templates/default_mobile/base.html b/module/web/templates/default_mobile/base.html deleted file mode 100644 index d2fec8f2e..000000000 --- a/module/web/templates/default_mobile/base.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} - - - - - - {% block head %} - {% endblock %} - - - -{% block content %} - -
-
-
- -
-
-
-

- Package1 -

-
-
-

- Package2 -

-
-
-

- Package3 -

- -
-
-
-
-{% endblock content %} - - - \ No newline at end of file diff --git a/module/web/templates/default_mobile/login.html b/module/web/templates/default_mobile/login.html deleted file mode 100644 index 37698cc5c..000000000 --- a/module/web/templates/default_mobile/login.html +++ /dev/null @@ -1,49 +0,0 @@ -{% 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 diff --git a/module/web/templates/mobile/base.html b/module/web/templates/mobile/base.html new file mode 100644 index 000000000..342a7eb63 --- /dev/null +++ b/module/web/templates/mobile/base.html @@ -0,0 +1,84 @@ + + + + + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} + + + + + + {% block head %} + {% endblock %} + + + +{% block content %} + +
+
+
+ +
+
+
+

+ Package1 +

+
+
+

+ Package2 +

+
+
+

+ Package3 +

+ +
+
+
+
+{% endblock content %} + + + \ No newline at end of file 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