diff options
| author | 2013-06-08 17:37:43 +0200 | |
|---|---|---|
| committer | 2013-06-08 17:37:44 +0200 | |
| commit | 2cf160d497e501bf254bd8be054c0f5880ab90ca (patch) | |
| tree | 03a720b6142cc03fe7ef258fa8d17da92b30a462 /module/web/templates/mobile/login.html | |
| parent | Merge pull request #151 from vuolter/invertedconf (diff) | |
| download | pyload-2cf160d497e501bf254bd8be054c0f5880ab90ca.tar.xz | |
restructured webui to single-page-app, removed jinja
Diffstat (limited to 'module/web/templates/mobile/login.html')
| -rw-r--r-- | module/web/templates/mobile/login.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/module/web/templates/mobile/login.html b/module/web/templates/mobile/login.html deleted file mode 100644 index 5821cc0c8..000000000 --- a/module/web/templates/mobile/login.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends 'mobile/base.html' %} -{% block title %}{{_("Login")}} - {{super()}} {% endblock %} - -{% block header %} - <h2> - PyLoad Login - </h2> -{% endblock %} - -{% block content %} - <form action="/login" method="POST" data-ajax="false"> - <div data-role="fieldcontain"> - <fieldset data-role="controlgroup"> - <label for="username"> - Username - </label> - <input name="username" id="username" placeholder="username" value="" type="text" /> - </fieldset> - </div> - <div data-role="fieldcontain"> - <fieldset data-role="controlgroup"> - <label for="password"> - Password - </label> - <input name="password" id="password" placeholder="password" value="" type="password" /> - </fieldset> - </div> - <input id="submit" type="submit" data-theme="a" data-icon="forward" data-iconpos="left" value="Login" /> - </form> -{% endblock %} - |
