Real initial commit

Set real eMail-Address
This commit is contained in:
2019-12-02 13:38:49 +01:00
parent 56e8d0c48f
commit 4736ddeb82
170 changed files with 20857 additions and 0 deletions

28
views/login.jade Normal file
View File

@@ -0,0 +1,28 @@
doctype strict
html
head
link(rel='stylesheet', href='/stylesheets/style.css')
link(href="/stylesheets/bootstrap.min.css", rel="stylesheet")
link(href="/stylesheets/bootstrap-theme.min.css", rel="stylesheet")
body
form.form-horizontal(method="post", action="/login", role="form", style="margin-top: 15px;")
.form-group
label.col-sm-1.control-label(for="ID1") ID1
.col-sm-5
input.form-control(type="text", name="ID1", id="ID1")
.form-group
label.col-sm-1.control-label(for="ID2") ID2
.col-sm-5
input.form-control(type="password", name="ID2", id="ID2")
.form-group
label.col-sm-1.control-label(for="ID3") ID3
.col-sm-5
input.form-control(type="password", name="ID3", id="ID3")
.from-group
.col-sm-1
button.btn.btn-success.btn-sm(type="submit")
span(class="glyphicon glyphicon-ok", aria-hidden="true")
span
span OK