summaryrefslogtreecommitdiff
path: root/views/login.html
diff options
context:
space:
mode:
authorHorus32015-03-23 23:17:51 +0100
committerHorus32015-03-23 23:17:51 +0100
commit05e32cd6787f3f5a48192a5604c5bd3e8e3defc7 (patch)
tree502697af748381e1cfd9cf0d0ea6ba324ad84921 /views/login.html
parentac1ee887205d068b7b1c1df690f157dda506e419 (diff)
downloadfreemail-05e32cd6787f3f5a48192a5604c5bd3e8e3defc7.tar.gz
German translation.
Diffstat (limited to 'views/login.html')
-rw-r--r--views/login.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/views/login.html b/views/login.html
deleted file mode 100644
index ee22eca..0000000
--- a/views/login.html
+++ /dev/null
@@ -1,45 +0,0 @@
-{{template "header.html"}}
-{{template "navbar.html"}}
-{{template "alert.html" .}}
-
-
-<div class="container">
- <div class="row">
-<form class="form-horizontal" method='post' action='/login'>
- <fieldset>
-
- <!-- Form Name -->
- <div class="text-center">
- <legend>Login!</legend>
- </div>
-
- <!-- Text input-->
- <div class="form-group">
- <label class="col-md-4 control-label" for="Name">Name:</label>
- <div class="col-md-4">
- <input id="Name" name="Name" placeholder="Your Name" class="form-control input-md" required="" type="text">
- </div>
- </div>
-
- <!-- Text input-->
- <div class="form-group">
- <label class="col-md-4 control-label" for="Password">Password:</label>
- <div class="col-md-4">
- <input id="Password" name="Password" placeholder="Your Password" class="form-control input-md" required="" type="password">
- </div>
- </div>
-
- <!-- Button -->
- <div class="form-group">
- <label class="col-md-4 control-label" for="submit"></label>
- <div class="col-md-4">
- <button class="btn btn-primary btn-raised">Submit</button>
- </div>
- </div>
-
- </fieldset>
-</form>
-
- </div>
-</div>
-{{template "footer.html"}}