29 lines
903 B
Plaintext
29 lines
903 B
Plaintext
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
|
|
|
|
|