doctype html
|
html
|
head
|
meta(charset="utf-8")
|
meta(name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no,minimum-scale=1, maximum-scale=1.0")
|
meta(name="mobile-web-app-capable" content="yes")
|
meta(name="apple-mobile-web-app-title" content="FurnView")
|
link(href="styles/furnView.jpg" rel="apple-touch-startup-image")
|
link(rel="manifest" href="manifest.json")
|
link(rel="icon" sizes="128x128" href="/images/favicon.png")
|
link(rel="apple-touch-icon" sizes="128x128" href="/images/favicon.png")
|
link(rel="apple-touch-icon-precomposed" sizes="128x128" href="/images/favicon.png")
|
meta(charset="utf-8")
|
script(src="/js/login.js")
|
// STYLES
|
link(rel="stylesheet", href="/styles/0fc145572b09ffbad242.dhmc.css")
|
// STYLES END
|
script(src="/js/unsupported.js")
|
|
|
body(class="not-scrollable")
|
.dhmc-form-container
|
form.ui.form(action="/login" method="POST" enctype="multipart/form-data")
|
.field
|
img(src="/images/furnview.png")
|
|
.field
|
h4.ui.header#siteLabel.ui.medium.header
|
.field
|
#error-message.ui.error.message
|
|
input#customerNo(type="text" name="customerNo" placeholder=i18n('fv.login.customernumber'))
|
|
.field
|
input#username(type="text" name="user" placeholder=i18n('fv.login.user'))
|
|
.field
|
input#password(type="password" name="password" placeholder=i18n('fv.login.password'))
|
|
div(style="overflow: hidden;")
|
button#btnLogin.ui.right.floated.dhOrangeThemeBUTTON.submit.button(type="submit") #{i18n('fv.login.login')}
|