dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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')}