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/chart-sparkline.pug
- var theme_customizer      = true;
- var tooltip               = true;
- var sparkline             = true;
- var page_sparkline        = 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
                                      | Sparkline Chart
                                    ol.breadcrumb
                                      li.breadcrumb-item
                                        a(href='index.html')
                                         | Home
                                      li.breadcrumb-item Charts
                                      li.breadcrumb-item.active Sparkline Chart
                                .col-sm-6
                                  include ../../components/bookmark
                    // Container-fluid starts
                    .container-fluid
                      .row
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Mouse Speed Chart
                            .card-body.chart-block
                              .flot-chart-container
                                #mouse-speed-chart-sparkline.flot-chart-placeholder
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Simple Bar Charts
                            .card-body.chart-block
                              .flot-chart-container
                                #custom-line-chart.flot-chart-placeholder
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Line Chart
                            .card-body.chart-block
                              .flot-chart-container
                                #line-chart-sparkline.flot-chart-placeholder.line-chart-sparkline
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Simple Line Chart
                            .card-body.chart-block
                              .flot-chart-container
                                #simple-line-chart-sparkline.flot-chart-placeholder
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Bar Chart
                            .card-body.chart-block
                              .flot-chart-container
                                #bar-chart-sparkline.flot-chart-placeholder
                        .col-lg-4.col-md-6.col-sm-12.box-col-6
                          .card
                            .card-header
                              h5 Pie chart
                            .card-body.chart-block
                              .flot-chart-container
                                #pie-sparkline-chart.flot-chart-placeholder
                    // Container-fluid Ends
                include ../../components/footer
        include ../../components/footer-files