HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/pages/theme/vector-map.pug
- var theme_customizer      = true;
- var vector_map            = true;
- var page_vector_map       = true;

doctype html
html(lang='en')
    include ../../components/header-files
    body
        include ../../components/loader
        // page-wrapper Start
        #pageWrapper.page-wrapper
            include ../../components/header
            // Page Body Start
            .page-body-wrapper.horizontal-menu
                include ../../components/sidebar
                .page-body
                    .container-fluid
                        .page-header
                          .row
                            .col-sm-6
                              h3
                                | Vector Maps
                              ol.breadcrumb
                                li.breadcrumb-item
                                  a(href='index.html')
                                   | Home
                                li.breadcrumb-item Maps
                                li.breadcrumb-item.active Vector Maps
                            .col-sm-6
                              include ../../components/bookmark
                    // Container-fluid starts
                    .container-fluid
                      .row
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR WORLD MAP
                              span Below Map is displaying the world map.
                            .card-body
                              #world-map.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR USA MAP
                              span Below Map is displaying the usa map.
                            .card-body
                              #usa.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR CANADA MAP
                              span Below Map is displaying the canada map.
                            .card-body
                              #canada.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR INDIA MAP
                              span Below Map is displaying the india map.
                            .card-body
                              #india.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR ASIA MAP
                              span Below Map is displaying the asia map.
                            .card-body
                              #asia.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR CANADA MAP
                              span Below Map is displaying the uk map.
                            .card-body
                              #uk.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR CHICAGO MAP
                              span Below Map is displaying the chicago map.
                            .card-body
                              #chicago.jvector-map-height
                        .col-sm-6
                          .card
                            .card-header.pb-0
                              h5 VECTOR AUSTRALIA MAP
                              span Below Map is displaying the australia map.
                            .card-body
                              #australia.jvector-map-height

                    // Container-fluid Ends
                include ../../components/footer
        include ../../components/footer-files