summaryrefslogtreecommitdiffstats
path: root/module/web/templates/mobile/login.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-27 11:43:57 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-27 11:43:57 +0200
commit81cd75591e2bb96790912306d9c3930d6a917d5f (patch)
treefc3a5a91cd3212fd7b99d54fcb61b9520ab8d592 /module/web/templates/mobile/login.html
parentdependency updates (diff)
downloadpyload-81cd75591e2bb96790912306d9c3930d6a917d5f.tar.xz
new mobile template
Diffstat (limited to 'module/web/templates/mobile/login.html')
-rw-r--r--module/web/templates/mobile/login.html48
1 files changed, 2 insertions, 46 deletions
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 %}
-<!-- Login -->
-<div data-role="page" id="login" style="background: url('/static/img/default_mobile/fancy_deboss.png') repeat">
- <div data-theme="a" data-role="header">
- <h3>
- pyLoad {{_("Login")}}
- </h3>
- </div>
- <div data-role="content" style="padding: 10px">
- {% if logout %}
- <div>
- <b>{{_("You were successfully logged out.")}}</b>
- </div>
- {% endif %}
- <form action="/login" method="POST" data-ajax="false">
- <div data-role="fieldcontain">
- <fieldset data-role="controlgroup">
- <label for="textinput1">
- {{_("Username")}}
- </label>
- <input name="username" id="textinput1" placeholder="" value="" type="text" />
- </fieldset>
- </div>
- <div data-role="fieldcontain">
- <fieldset data-role="controlgroup">
- <label for="textinput2">
- {{_("Password")}}
- </label>
- <input name="password" id="textinput2" placeholder="" value="" type="password" />
- </fieldset>
- </div>
- <input type="submit" data-theme="a" value="Login" />
- </form>
- {% if errors %}
- <div>
- <p>{{_("Your username and password didn't match. Please try again.")}}</p>
- {{ _("To reset your login data or add an user run:") }} <b> python pyLoadCore.py -u</b>
- </div>
- {% endif %}
- <div>
- <a href="/toggle_mobile" data-ajax="false">
- {{_("Desktop Version")}}
- </a>
- </div>
- </div>
-</div>
+<h1>Test test sd</h1>
{% endblock %} \ No newline at end of file