definicao de layout
This commit is contained in:
79
public/assets/pug/pages/template/chart-sparkline.pug
Normal file
79
public/assets/pug/pages/template/chart-sparkline.pug
Normal file
@@ -0,0 +1,79 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user