dh_ackergaul
vor 3 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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")
        script.
            performance.mark('INDEX-START');
        meta(name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height")
        meta(name="mobile-web-app-capable" content="yes")
        meta(name="apple-mobile-web-app-title" content="furnview")
        //meta(http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' 'unsafe-inline' ws://10.0.0.125:443 http://10.0.0.125:443 https://fonts.googleapis.com")
        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")
        title furnview
        // STYLES
        link(rel="stylesheet", href="/styles/0fc145572b09ffbad242.dhmc.css")
        // STYLES END
 
 
        script.
 
            window.environment = {
                stylesheets: `
                <link rel="stylesheet" href="/styles/0fc145572b09ffbad242.dhmc.css">
                `
            };
 
 
        include _init
        include _theme_color
 
        if g_configuration.generic_wizard_customize_ui
            include _customize
 
        //- global variables
        script.
            var g_node_url_prefix = "";
 
        //- additional global variables
        block global-variables
 
        //- Shopping cart callback rendered as a named function so no new Function() / eval is needed at runtime
        script.
            window.onWebShopCallback = function(...arguments) {
                !{(g_configuration && g_configuration.webshopApi && g_configuration.webshopApi.shoppingCartHandler) || '/* no handler configured */'}
            };
 
    body.ui.dimmable.dimmed
        fv-modal(id="fv-global-modal")
            if(g_configuration.sessionResetSettings && !g_configuration.webui_mode)
                fv-reset-mask
            fv-iwofurn-mask
            //- fv-message-no-calc-mask
        .dhmc-message-container.dhmc-hidden
            .ui.red.message.dhmc-error-message.message-hidden
                .header
                    Error
                p.dhmc-message-text
        if g_configuration.enable_wizard
            include ../main/_dimmer
            #wizardContainer.printHelper
                block wizard
                include modal/_info
                include modal/_logout_confirmation
                include modal/_reload
                include modal/_show_pdf
                include modal/_delete_lo
                include modal/_share_window
                if g_configuration.panel_right_show_programimages_selection
                    include modal/_select_program
                include modal/_twod_view
 
        else if g_configuration.enable_wizard_generic
            block wizardgeneric
        else if g_configuration.enable_wizard_fm
            block wizardfm
            include modal/_reload
        else if g_configuration.enable_wizard_st
            block wizardst
            include modal/_reload
        else
            include ../main/_dimmer
            .mainContent.printHelper
                block logo
                    include _furnview_logo
                block content
                include modal/_info
                include modal/_pdf_debug
                include modal/_logout_confirmation
                include modal/_ar_stop_delete_los
                include modal/_manufacturer_finish_planning
                include modal/_manufacturer_email_finish_message
                include modal/_manufacturer_error_finish_message
                include modal/_twod_view
                include modal/_project_manager_overwrite_planning
                include modal/_printer_selection_window
                include modal/_project_manager_ask_for_user_confirmation_to_save_current_planning
                include modal/_share_window
                include modal/_google_re_captcha_modal
                include modal/_email_successfully_sent_notification
 
                if g_configuration.toolbar_button_homeviewer_finish_planning && project && !g_configuration.enable_wizard
                    include modal/_homeviewer_finish_planning
                    include modal/_homeviewer_email_finish_message
                    include modal/_homeviewer_request_finish_message
                    include modal/_homeviewer_error_finish_message
 
                include modal/_reload
                include modal/_show_pdf
                include modal/_delete_lo
                if g_configuration.panel_right_show_programimages_selection
                    include modal/_select_program
 
            img#canvasSnapShot.dhmc-hidden
 
        if g_configuration.panel_right_register_custom_roompage
            include custom_roompage/_custom_room_page
 
        //.ui.inline.cookie.nag
        //    span.title
        //        | !{i18n('fv.info.cookie.nag')}
        //
        //    i.close.icon
 
        //script.
        // if (g_configuration.webui_ || g_configuration.enable_wizard_fm || g_configuration.enable_wizard_st) {
        //     document.body.classList.remove("dimmable");
        //     document.body.classList.remove("dimmed");
        //     document.body.classList.add("bodyFlex");
        // }
        // SCRIPTS
        script(src="/js/0fc145572b09ffbad242.externals.js")
        // SCRIPTS END
 
        // DHMC
        script(type="text/javascript", src="/js/0fc145572b09ffbad242.dhmc.js")
        // DHMC END
        script(src="/js/unsupported.js")