summaryrefslogtreecommitdiffstats
path: root/templates/page-login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page-login.html')
-rw-r--r--templates/page-login.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/page-login.html b/templates/page-login.html
new file mode 100644
index 00000000..4c2e7220
--- /dev/null
+++ b/templates/page-login.html
@@ -0,0 +1,12 @@
+<div class="container">
+ <form class="form-signin" action="?do=session" method="post">
+ <h2 class="form-signin-heading">Anmeldung</h2>
+ <input type="text" name="user" class="form-control" placeholder="Benutzername" autofocus>
+ <input type="password" name="pass" class="form-control" placeholder="Passwort">
+ <label class="checkbox">
+ <input type="checkbox" name="remember" value="remember-me"> Angemeldet bleiben
+ </label>
+ <button class="btn btn-lg btn-primary btn-block" type="submit">Anmelden</button>
+ <input type="hidden" name="action" value="login">
+ </form>
+</div>