实例介绍
五套bootstrap4响应式后台经典模板 五套bootstrap4响应式后台经典模板 五套bootstrap4响应式后台经典模板
【实例截图】
【核心代码】
2d822751-cda1-46a0-97e0-56e3ed3f70fd
└── MaterialPro五套bootstrap4响应式后台模板
├── assets
│ ├── images
│ │ ├── alert
│ │ │ ├── alert2.png
│ │ │ ├── alert3.png
│ │ │ ├── alert4.png
│ │ │ ├── alert5.png
│ │ │ ├── alert6.png
│ │ │ ├── alert7.png
│ │ │ ├── alert.png
│ │ │ ├── model2.png
│ │ │ ├── model3.png
│ │ │ └── model.png
│ │ ├── background
│ │ │ ├── error-bg.jpg
│ │ │ ├── login-register.jpg
│ │ │ ├── megamenubg.jpg
│ │ │ ├── profile-bg.jpg
│ │ │ ├── socialbg.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── user-info.jpg
│ │ │ └── weatherbg.jpg
│ │ ├── big
│ │ │ ├── img1.jpg
│ │ │ ├── img2.jpg
│ │ │ ├── img3.jpg
│ │ │ ├── img4.jpg
│ │ │ ├── img5.jpg
│ │ │ ├── img6.jpg
│ │ │ └── Thumbs.db
│ │ ├── browser
│ │ │ ├── chrome-logo.png
│ │ │ ├── firefox-logo.png
│ │ │ ├── internet-logo.png
│ │ │ ├── opera-logo.png
│ │ │ ├── photoshop.jpg
│ │ │ ├── safari-logo.png
│ │ │ └── sketch.jpg
│ │ ├── custom-select.png
│ │ ├── document
│ │ │ ├── colors.jpg
│ │ │ ├── sidebar.jpg
│ │ │ └── template-strucutre.jpg
│ │ ├── favicon.png
│ │ ├── gallery
│ │ │ ├── chair2.jpg
│ │ │ ├── chair3.jpg
│ │ │ ├── chair4.jpg
│ │ │ └── chair.jpg
│ │ ├── logo-icon.png
│ │ ├── logo-light-icon.png
│ │ ├── logo-light-text.png
│ │ ├── logo-text.png
│ │ ├── tooltip
│ │ │ ├── Euclid.png
│ │ │ ├── shape1.svg
│ │ │ ├── shape2.svg
│ │ │ ├── shape3.svg
│ │ │ ├── tooltip1.svg
│ │ │ ├── tooltip2.svg
│ │ │ └── tooltip3.svg
│ │ └── users
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ ├── 7.jpg
│ │ ├── 8.jpg
│ │ ├── d1.jpg
│ │ ├── d2.jpg
│ │ ├── d3.jpg
│ │ ├── d4.jpg
│ │ ├── d5.jpg
│ │ └── profile.png
│ └── plugins
│ ├── blockUI
│ │ └── jquery.blockUI.js
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap-grid.css
│ │ │ ├── bootstrap-grid.css.map
│ │ │ ├── bootstrap-grid.min.css
│ │ │ ├── bootstrap-grid.min.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap.min.css.map
│ │ │ ├── bootstrap-reboot.css
│ │ │ ├── bootstrap-reboot.css.map
│ │ │ ├── bootstrap-reboot.min.css
│ │ │ └── bootstrap-reboot.min.css.map
│ │ └── js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ └── popper.min.js
│ ├── bootstrap-datepicker
│ │ ├── bootstrap-datepicker.min.css
│ │ └── bootstrap-datepicker.min.js
│ ├── bootstrap-daterangepicker
│ │ ├── daterangepicker.css
│ │ ├── daterangepicker.js
│ │ └── drp.png
│ ├── bootstrap-material-datetimepicker
│ │ ├── bower.json
│ │ ├── css
│ │ │ └── bootstrap-material-datetimepicker.css
│ │ ├── font
│ │ │ ├── Material-Design-Icons.eot
│ │ │ ├── Material-Design-Icons.svg
│ │ │ ├── Material-Design-Icons.ttf
│ │ │ ├── Material-Design-Icons.woff
│ │ │ └── Material-Design-Icons.woff2
│ │ ├── index.html
│ │ ├── js
│ │ │ └── bootstrap-material-datetimepicker.js
│ │ ├── LICENSE.md
│ │ ├── package.json
│ │ └── README.md
│ ├── bootstrap-rtl-master
│ │ ├── bower.json
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── bootstrap-rtl.min.css
│ │ │ │ ├── bootstrap-theme-rtl.min.css
│ │ │ │ └── custom-bootstrap-rtl.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ ├── bootstrap-rtl.js
│ │ │ └── bootstrap-rtl.min.js
│ │ ├── README.md
│ │ └── src
│ │ ├── css
│ │ │ ├── bootstrap-rtl.css
│ │ │ └── bootstrap-theme-rtl.css
│ │ └── js
│ │ └── bootstrap-rtl.js
│ ├── bootstrap-select
│ │ ├── bootstrap-select.min.css
│ │ └── bootstrap-select.min.js
│ ├── bootstrap-social
│ │ ├── bootstrap-social.css
│ │ ├── bootstrap-social.less
│ │ ├── bootstrap-social.scss
│ │ ├── bower.json
│ │ └── README.md
│ ├── bootstrap-switch
│ │ ├── bootstrap-switch.css
│ │ ├── bootstrap-switch.js
│ │ ├── bootstrap-switch.min.css
│ │ └── bootstrap-switch.min.js
│ ├── bootstrap-table
│ │ ├── bootstrap-test.json
│ │ ├── dist
│ │ │ ├── bootstrap-table-all.js
│ │ │ ├── bootstrap-table-all.min.js
│ │ │ ├── bootstrap-table.css
│ │ │ ├── bootstrap-table.ints.js
│ │ │ ├── bootstrap-table.js
│ │ │ ├── bootstrap-table-locale-all.js
│ │ │ ├── bootstrap-table-locale-all.min.js
│ │ │ ├── bootstrap-table.min.css
│ │ │ ├── bootstrap-table.min.js
│ │ │ ├── extensions
│ │ │ │ ├── accent-neutralise
│ │ │ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ │ │ └── bootstrap-table-accent-neutralise.min.js
│ │ │ │ ├── angular
│ │ │ │ │ ├── bootstrap-table-angular.js
│ │ │ │ │ └── bootstrap-table-angular.min.js
│ │ │ │ ├── auto-refresh
│ │ │ │ │ ├── bootstrap-table-auto-refresh.css
│ │ │ │ │ ├── bootstrap-table-auto-refresh.js
│ │ │ │ │ └── bootstrap-table-auto-refresh.min.js
│ │ │ │ ├── click-edit-row
│ │ │ │ │ ├── bootstrap-table-click-edit-row.css
│ │ │ │ │ ├── bootstrap-table-click-edit-row.js
│ │ │ │ │ └── bootstrap-table-click-edit-row.min.js
│ │ │ │ ├── cookie
│ │ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ │ └── bootstrap-table-cookie.min.js
│ │ │ │ ├── copy-rows
│ │ │ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ │ │ └── bootstrap-table-copy-rows.min.js
│ │ │ │ ├── editable
│ │ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ │ └── bootstrap-table-editable.min.js
│ │ │ │ ├── export
│ │ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ │ └── bootstrap-table-export.min.js
│ │ │ │ ├── filter
│ │ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ │ └── bootstrap-table-filter.min.js
│ │ │ │ ├── filter-control
│ │ │ │ │ ├── bootstrap-table-filter-control.css
│ │ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ │ └── bootstrap-table-filter-control.min.js
│ │ │ │ ├── flat-json
│ │ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ │ └── bootstrap-table-flat-json.min.js
│ │ │ │ ├── group-by
│ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ ├── group-by-v2
│ │ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ │ ├── i18n-enhance
│ │ │ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ │ │ └── bootstrap-table-i18n-enhance.min.js
│ │ │ │ ├── key-events
│ │ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ │ └── bootstrap-table-key-events.min.js
│ │ │ │ ├── mobile
│ │ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ │ └── bootstrap-table-mobile.min.js
│ │ │ │ ├── multi-column-toggle
│ │ │ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ │ │ └── bootstrap-table-multi-toggle.min.js
│ │ │ │ ├── multiple-search
│ │ │ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ │ │ └── bootstrap-table-multiple-search.min.js
│ │ │ │ ├── multiple-selection-row
│ │ │ │ │ ├── bootstrap-table-multiple-selection-row.css
│ │ │ │ │ ├── bootstrap-table-multiple-selection-row.js
│ │ │ │ │ └── bootstrap-table-multiple-selection-row.min.js
│ │ │ │ ├── multiple-sort
│ │ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ │ └── bootstrap-table-multiple-sort.min.js
│ │ │ │ ├── natural-sorting
│ │ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ │ │ │ ├── bootstrap-table-print.js
│ │ │ │ │ └── bootstrap-table-print.min.js
│ │ │ │ ├── reorder-columns
│ │ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ │ └── bootstrap-table-reorder-columns.min.js
│ │ │ │ ├── reorder-rows
│ │ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ │ └── bootstrap-table-reorder-rows.min.js
│ │ │ │ ├── resizable
│ │ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ │ └── bootstrap-table-resizable.min.js
│ │ │ │ ├── select2-filter
│ │ │ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ │ │ └── bootstrap-table-select2-filter.min.js
│ │ │ │ ├── sticky-header
│ │ │ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ │ │ └── bootstrap-table-sticky-header.min.js
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── bootstrap-table-toolbar.js
│ │ │ │ │ └── bootstrap-table-toolbar.min.js
│ │ │ │ └── tree-column
│ │ │ │ ├── bootstrap-table-tree-column.css
│ │ │ │ ├── bootstrap-table-tree-column.js
│ │ │ │ └── bootstrap-table-tree-column.min.js
│ │ │ └── locale
│ │ │ ├── bootstrap-table-af-ZA.js
│ │ │ ├── bootstrap-table-af-ZA.min.js
│ │ │ ├── bootstrap-table-ar-SA.js
│ │ │ ├── bootstrap-table-ar-SA.min.js
│ │ │ ├── bootstrap-table-ca-ES.js
│ │ │ ├── bootstrap-table-ca-ES.min.js
│ │ │ ├── bootstrap-table-cs-CZ.js
│ │ │ ├── bootstrap-table-cs-CZ.min.js
│ │ │ ├── bootstrap-table-da-DK.js
│ │ │ ├── bootstrap-table-da-DK.min.js
│ │ │ ├── bootstrap-table-de-DE.js
│ │ │ ├── bootstrap-table-de-DE.min.js
│ │ │ ├── bootstrap-table-el-GR.js
│ │ │ ├── bootstrap-table-el-GR.min.js
│ │ │ ├── bootstrap-table-en-US.js
│ │ │ ├── bootstrap-table-en-US.min.js
│ │ │ ├── bootstrap-table-es-AR.js
│ │ │ ├── bootstrap-table-es-AR.min.js
│ │ │ ├── bootstrap-table-es-CL.js
│ │ │ ├── bootstrap-table-es-CL.min.js
│ │ │ ├── bootstrap-table-es-CR.js
│ │ │ ├── bootstrap-table-es-CR.min.js
│ │ │ ├── bootstrap-table-es-ES.js
│ │ │ ├── bootstrap-table-es-ES.min.js
│ │ │ ├── bootstrap-table-es-MX.js
│ │ │ ├── bootstrap-table-es-MX.min.js
│ │ │ ├── bootstrap-table-es-NI.js
│ │ │ ├── bootstrap-table-es-NI.min.js
│ │ │ ├── bootstrap-table-es-SP.js
│ │ │ ├── bootstrap-table-es-SP.min.js
│ │ │ ├── bootstrap-table-et-EE.js
│ │ │ ├── bootstrap-table-et-EE.min.js
│ │ │ ├── bootstrap-table-fa-IR.js
│ │ │ ├── bootstrap-table-fa-IR.min.js
│ │ │ ├── bootstrap-table-fr-BE.js
│ │ │ ├── bootstrap-table-fr-BE.min.js
│ │ │ ├── bootstrap-table-fr-FR.js
│ │ │ ├── bootstrap-table-fr-FR.min.js
│ │ │ ├── bootstrap-table-he-IL.js
│ │ │ ├── bootstrap-table-he-IL.min.js
│ │ │ ├── bootstrap-table-hr-HR.js
│ │ │ ├── bootstrap-table-hr-HR.min.js
│ │ │ ├── bootstrap-table-hu-HU.js
│ │ │ ├── bootstrap-table-hu-HU.min.js
│ │ │ ├── bootstrap-table-id-ID.js
│ │ │ ├── bootstrap-table-id-ID.min.js
│ │ │ ├── bootstrap-table-it-IT.js
│ │ │ ├── bootstrap-table-it-IT.min.js
│ │ │ ├── bootstrap-table-ja-JP.js
│ │ │ ├── bootstrap-table-ja-JP.min.js
│ │ │ ├── bootstrap-table-ka-GE.js
│ │ │ ├── bootstrap-table-ka-GE.min.js
│ │ │ ├── bootstrap-table-ko-KR.js
│ │ │ ├── bootstrap-table-ko-KR.min.js
│ │ │ ├── bootstrap-table-ms-MY.js
│ │ │ ├── bootstrap-table-ms-MY.min.js
│ │ │ ├── bootstrap-table-nb-NO.js
│ │ │ ├── bootstrap-table-nb-NO.min.js
│ │ │ ├── bootstrap-table-nl-NL.js
│ │ │ ├── bootstrap-table-nl-NL.min.js
│ │ │ ├── bootstrap-table-pl-PL.js
│ │ │ ├── bootstrap-table-pl-PL.min.js
│ │ │ ├── bootstrap-table-pt-BR.js
│ │ │ ├── bootstrap-table-pt-BR.min.js
│ │ │ ├── bootstrap-table-pt-PT.js
│ │ │ ├── bootstrap-table-pt-PT.min.js
│ │ │ ├── bootstrap-table-ro-RO.js
│ │ │ ├── bootstrap-table-ro-RO.min.js
│ │ │ ├── bootstrap-table-ru-RU.js
│ │ │ ├── bootstrap-table-ru-RU.min.js
│ │ │ ├── bootstrap-table-sk-SK.js
│ │ │ ├── bootstrap-table-sk-SK.min.js
│ │ │ ├── bootstrap-table-sv-SE.js
│ │ │ ├── bootstrap-table-sv-SE.min.js
│ │ │ ├── bootstrap-table-th-TH.js
│ │ │ ├── bootstrap-table-th-TH.min.js
│ │ │ ├── bootstrap-table-tr-TR.js
│ │ │ ├── bootstrap-table-tr-TR.min.js
│ │ │ ├── bootstrap-table-uk-UA.js
│ │ │ ├── bootstrap-table-uk-UA.min.js
│ │ │ ├── bootstrap-table-ur-PK.js
│ │ │ ├── bootstrap-table-ur-PK.min.js
│ │ │ ├── bootstrap-table-uz-Latn-UZ.js
│ │ │ ├── bootstrap-table-uz-Latn-UZ.min.js
│ │ │ ├── bootstrap-table-vi-VN.js
│ │ │ ├── bootstrap-table-vi-VN.min.js
│ │ │ ├── bootstrap-table-zh-CN.js
│ │ │ ├── bootstrap-table-zh-CN.min.js
│ │ │ ├── bootstrap-table-zh-TW.js
│ │ │ └── bootstrap-table-zh-TW.min.js
│ │ └── src
│ │ ├── bootstrap-table.css
│ │ ├── bootstrap-table.js
│ │ ├── extensions
│ │ │ ├── cookie
│ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ └── README.md
│ │ │ ├── editable
│ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ └── README.md
│ │ │ ├── export
│ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ └── README.md
│ │ │ ├── filter
│ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ └── README.md
│ │ │ ├── filter-control
│ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ └── README.md
│ │ │ ├── flat-json
│ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ └── README.md
│ │ │ ├── key-events
│ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ └── README.md
│ │ │ ├── mobile
│ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ └── README.md
│ │ │ ├── multiple-sort
│ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ └── README.md
│ │ │ ├── natural-sorting
│ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ └── README.md
│ │ │ ├── reorder-columns
│ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ └── README.md
│ │ │ ├── reorder-rows
│ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ └── README.md
│ │ │ ├── resizable
│ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ └── README.md
│ │ │ └── toolbar
│ │ │ ├── bootstrap-table-toolbar.js
│ │ │ └── README.md
│ │ └── locale
│ │ ├── bootstrap-table-ar-SA.js
│ │ ├── bootstrap-table-cs-CZ.js
│ │ ├── bootstrap-table-da-DK.js
│ │ ├── bootstrap-table-de-DE.js
│ │ ├── bootstrap-table-el-GR.js
│ │ ├── bootstrap-table-en-US.js
│ │ ├── bootstrap-table-en-US.js.template
│ │ ├── bootstrap-table-es-AR.js
│ │ ├── bootstrap-table-es-CR.js
│ │ ├── bootstrap-table-es-MX.js
│ │ ├── bootstrap-table-es-NI.js
│ │ ├── bootstrap-table-es-SP.js
│ │ ├── bootstrap-table-fr-BE.js
│ │ ├── bootstrap-table-fr-FR.js
│ │ ├── bootstrap-table-hu-HU.js
│ │ ├── bootstrap-table-it-IT.js
│ │ ├── bootstrap-table-ja-JP.js
│ │ ├── bootstrap-table-ka-GE.js
│ │ ├── bootstrap-table-ko-KR.js
│ │ ├── bootstrap-table-ms-MY.js
│ │ ├── bootstrap-table-nb-NO.js
│ │ ├── bootstrap-table-nl-NL.js
│ │ ├── bootstrap-table-pl-PL.js
│ │ ├── bootstrap-table-pt-BR.js
│ │ ├── bootstrap-table-pt-PT.js
│ │ ├── bootstrap-table-ro-RO.js
│ │ ├── bootstrap-table-ru-RU.js
│ │ ├── bootstrap-table-sk-SK.js
│ │ ├── bootstrap-table-sv-SE.js
│ │ ├── bootstrap-table-th-TH.js
│ │ ├── bootstrap-table-tr-TR.js
│ │ ├── bootstrap-table-uk-UA.js
│ │ ├── bootstrap-table-ur-PK.js
│ │ ├── bootstrap-table-vi-VN.js
│ │ ├── bootstrap-table-zh-CN.js
│ │ ├── bootstrap-table-zh-TW.js
│ │ └── README.md
│ ├── bootstrap-tagsinput
│ │ ├── css
│ │ │ └── bootstrap-tagsinput.css
│ │ ├── dist
│ │ │ ├── bootstrap-tagsinput-angular.js
│ │ │ ├── bootstrap-tagsinput-angular.min.js
│ │ │ ├── bootstrap-tagsinput-angular.min.js.map
│ │ │ ├── bootstrap-tagsinput.css
│ │ │ ├── bootstrap-tagsinput.js
│ │ │ ├── bootstrap-tagsinput.less
│ │ │ ├── bootstrap-tagsinput.min.js
│ │ │ ├── bootstrap-tagsinput.min.js.map
│ │ │ └── bootstrap-tagsinput.zip
│ │ └── src
│ │ ├── bootstrap-tagsinput-angular.js
│ │ ├── bootstrap-tagsinput.css
│ │ └── bootstrap-tagsinput.js
│ ├── bootstrap-touchspin
│ │ ├── dist
│ │ │ ├── jquery.bootstrap-touchspin.css
│ │ │ ├── jquery.bootstrap-touchspin.js
│ │ │ ├── jquery.bootstrap-touchspin.min.css
│ │ │ └── jquery.bootstrap-touchspin.min.js
│ │ └── src
│ │ ├── jquery.bootstrap-touchspin.css
│ │ └── jquery.bootstrap-touchspin.js
│ ├── bootstrap-treeview-master
│ │ ├── app.js
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── dist
│ │ │ ├── bootstrap-treeview-init.js
│ │ │ ├── bootstrap-treeview.min.css
│ │ │ └── bootstrap-treeview.min.js
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── public
│ │ │ ├── css
│ │ │ │ └── bootstrap-treeview.css
│ │ │ ├── example-dom.html
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ └── bootstrap-treeview.js
│ │ ├── README.md
│ │ ├── screenshot
│ │ │ └── default.PNG
│ │ ├── src
│ │ │ ├── css
│ │ │ │ └── bootstrap-treeview.css
│ │ │ └── js
│ │ │ └── bootstrap-treeview.js
│ │ └── tests
│ │ ├── lib
│ │ │ ├── blanket.min.js
│ │ │ ├── bootstrap-treeview.css
│ │ │ ├── bootstrap-treeview.js
│ │ │ ├── jquery.js
│ │ │ ├── qunit-1.12.0.css
│ │ │ └── qunit-1.12.0.js
│ │ ├── README.md
│ │ ├── tests.html
│ │ └── tests.js
│ ├── c3-master
│ │ ├── c3.min.css
│ │ └── c3.min.js
│ ├── calendar
│ │ ├── dist
│ │ │ ├── cal-init.js
│ │ │ ├── CHANGELOG.txt
│ │ │ ├── CONTRIBUTING.txt
│ │ │ ├── fullcalendar.css
│ │ │ ├── fullcalendar.js
│ │ │ ├── fullcalendar.min.css
│ │ │ ├── fullcalendar.min.js
│ │ │ ├── fullcalendar.print.css
│ │ │ ├── fullcalendar.print.min.css
│ │ │ ├── gcal.js
│ │ │ ├── gcal.min.js
│ │ │ ├── jquery.fullcalendar.js
│ │ │ ├── lang
│ │ │ │ ├── ar.js
│ │ │ │ ├── ar-ma.js
│ │ │ │ ├── ar-sa.js
│ │ │ │ ├── ar-tn.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de-at.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en-au.js
│ │ │ │ ├── en-ca.js
│ │ │ │ ├── en-gb.js
│ │ │ │ ├── es.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr-ca.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr-cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── lang-all.js
│ │ │ ├── lib
│ │ │ │ ├── cupertino
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│ │ │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│ │ │ │ │ │ ├── ui-icons_2694e8_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_3d80b3_256x240.png
│ │ │ │ │ │ ├── ui-icons_72a7cf_256x240.png
│ │ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ │ └── jquery-ui.min.css
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery-ui.min.js
│ │ │ │ └── moment.min.js
│ │ │ ├── LICENSE.txt
│ │ │ ├── locale
│ │ │ │ ├── af.js
│ │ │ │ ├── ar-dz.js
│ │ │ │ ├── ar.js
│ │ │ │ ├── ar-ly.js
│ │ │ │ ├── ar-ma.js
│ │ │ │ ├── ar-sa.js
│ │ │ │ ├── ar-tn.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de-at.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en-au.js
│ │ │ │ ├── en-ca.js
│ │ │ │ ├── en-gb.js
│ │ │ │ ├── en-ie.js
│ │ │ │ ├── en-nz.js
│ │ │ │ ├── es-do.js
│ │ │ │ ├── es.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr-ca.js
│ │ │ │ ├── fr-ch.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── kk.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lb.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── ms-my.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl-be.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── nn.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr-cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ └── locale-all.js
│ │ └── jquery-ui.min.js
│ ├── chartist-js
│ │ └── dist
│ │ ├── chartist.css
│ │ ├── chartist.css.map
│ │ ├── chartist-init.css
│ │ ├── chartist-init.js
│ │ ├── chartist.js
│ │ ├── chartist.min.css
│ │ ├── chartist.min.js
│ │ ├── chartist.min.js.map
│ │ └── scss
│ │ ├── chartist.scss
│ │ └── settings
│ │ └── _chartist-settings.scss
│ ├── chartist-plugin-tooltip-master
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── dist
│ │ │ ├── chartist-plugin-tooltip.css
│ │ │ ├── chartist-plugin-tooltip.css.map
│ │ │ ├── chartist-plugin-tooltip.js
│ │ │ ├── chartist-plugin-tooltip.min.js
│ │ │ ├── chartist-plugin-tooltip.min.js.map
│ │ │ └── LICENSE
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── css
│ │ │ │ ├── chartist-plugin-tooltip.css
│ │ │ │ └── chartist-plugin-tooltip.css.map
│ │ │ ├── scripts
│ │ │ │ └── chartist-plugin-tooltip.js
│ │ │ └── scss
│ │ │ └── chartist-plugin-tooltip.scss
│ │ ├── tasks
│ │ │ ├── aliases.yml
│ │ │ ├── clean.js
│ │ │ ├── copy.js
│ │ │ ├── jasmine.js
│ │ │ ├── jshint.js
│ │ │ ├── sass.js
│ │ │ ├── uglify.js
│ │ │ └── umd.js
│ │ └── test
│ │ ├── runner.html
│ │ └── spec
│ │ └── spec-tooltip.js
│ ├── Chart.js
│ │ ├── Chart.js
│ │ ├── chartjs.init.js
│ │ ├── Chart.min.js
│ │ └── src
│ │ ├── Chart.Bar.js
│ │ ├── Chart.Core.js
│ │ ├── Chart.Doughnut.js
│ │ ├── Chart.Line.js
│ │ ├── Chart.PolarArea.js
│ │ └── Chart.Radar.js
│ ├── clockpicker
│ │ └── dist
│ │ ├── bootstrap-clockpicker.css
│ │ ├── bootstrap-clockpicker.js
│ │ ├── bootstrap-clockpicker.min.css
│ │ ├── bootstrap-clockpicker.min.js
│ │ ├── jquery-clockpicker.css
│ │ ├── jquery-clockpicker.js
│ │ ├── jquery-clockpicker.min.css
│ │ └── jquery-clockpicker.min.js
│ ├── colorpicker
│ │ ├── bootstrap-colorpicker.js
│ │ ├── colorpicker.css
│ │ └── img
│ │ ├── alpha.png
│ │ ├── hue.png
│ │ └── saturation.png
│ ├── counterup
│ │ └── jquery.counterup.min.js
│ ├── cropper
│ │ ├── cropper.css
│ │ ├── cropper-init.js
│ │ ├── cropper.js
│ │ ├── cropper.min.css
│ │ ├── cropper.min.js
│ │ └── old
│ │ ├── cropper.css
│ │ ├── cropper.js
│ │ ├── cropper.min.css
│ │ └── cropper.min.js
│ ├── css-chart
│ │ └── css-chart.css
│ ├── d3
│ │ ├── API.md
│ │ ├── CHANGES.md
│ │ ├── d3.js
│ │ ├── d3.min.js
│ │ ├── d3.min-v4.js
│ │ ├── LICENSE
│ │ └── README.md
│ ├── datatables
│ │ ├── bower.json
│ │ ├── Contributing.md
│ │ ├── dataTables.bootstrap.js
│ │ ├── jquery.dataTables.min.css
│ │ ├── jquery.dataTables.min.js
│ │ ├── license.txt
│ │ ├── media
│ │ │ ├── css
│ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ ├── dataTables.bootstrap.min.css
│ │ │ │ ├── dataTables.foundation.css
│ │ │ │ ├── dataTables.foundation.min.css
│ │ │ │ ├── dataTables.jqueryui.css
│ │ │ │ ├── dataTables.jqueryui.min.css
│ │ │ │ ├── jquery.dataTables.css
│ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ └── jquery.dataTables_themeroller.css
│ │ │ ├── images
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ ├── sort_asc.png
│ │ │ │ ├── sort_both.png
│ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ ├── sort_desc.png
│ │ │ │ └── Sorting icons.psd
│ │ │ └── js
│ │ │ ├── dataTables.bootstrap.js
│ │ │ ├── dataTables.bootstrap.min.js
│ │ │ ├── dataTables.foundation.js
│ │ │ ├── dataTables.foundation.min.js
│ │ │ ├── dataTables.jqueryui.js
│ │ │ ├── dataTables.jqueryui.min.js
│ │ │ ├── jquery.dataTables.js
│ │ │ ├── jquery.dataTables.min.js
│ │ │ └── jquery.js
│ │ ├── Readme.md
│ │ ├── sort_asc_disabled.png
│ │ ├── sort_asc.png
│ │ ├── sort_both.png
│ │ ├── sort_desc_disabled.png
│ │ └── sort_desc.png
│ ├── datatables-plugins
│ │ ├── api
│ │ │ ├── average().js
│ │ │ ├── columns().order().js
│ │ │ ├── column().title().js
│ │ │ ├── fnAddDataAndDisplay.js
│ │ │ ├── fnAddTr.js
│ │ │ ├── fnColumnIndexToVisible.js
│ │ │ ├── fnDataUpdate.js
│ │ │ ├── fnDisplayRow.js
│ │ │ ├── fnDisplayStart.js
│ │ │ ├── fnFakeRowspan.js
│ │ │ ├── fnFilterAll.js
│ │ │ ├── fnFilterClear.js
│ │ │ ├── fnFilterOnReturn.js
│ │ │ ├── fnFindCellRowIndexes.js
│ │ │ ├── fnFindCellRowNodes.js
│ │ │ ├── fnGetAdjacentTr.js
│ │ │ ├── fnGetColumnData.js
│ │ │ ├── fnGetColumnIndex.js
│ │ │ ├── fnGetHiddenNodes.js
│ │ │ ├── fnGetTd.js
│ │ │ ├── fnGetTds.js
│ │ │ ├── fnLengthChange.js
│ │ │ ├── fnMultiFilter.js
│ │ │ ├── fnPagingInfo.js
│ │ │ ├── fnProcessingIndicator.js
│ │ │ ├── fnReloadAjax.js
│ │ │ ├── fnSetFilteringDelay.js
│ │ │ ├── fnSortNeutral.js
│ │ │ ├── fnStandingRedraw.js
│ │ │ ├── fnVisibleToColumnIndex.js
│ │ │ ├── index.html
│ │ │ ├── page.jumpToData().js
│ │ │ └── sum().js
│ │ ├── features
│ │ │ ├── alphabetSearch
│ │ │ │ ├── dataTables.alphabetSearch.css
│ │ │ │ ├── dataTables.alphabetSearch.js
│ │ │ │ └── dataTables.alphabetSearch.min.js
│ │ │ ├── lengthLinks
│ │ │ │ ├── dataTables.lengthLinks.css
│ │ │ │ ├── dataTables.lengthLinks.js
│ │ │ │ └── dataTables.lengthLinks.min.js
│ │ │ └── searchHighlight
│ │ │ ├── dataTables.searchHighlight.css
│ │ │ ├── dataTables.searchHighlight.js
│ │ │ └── dataTables.searchHighlight.min.js
│ │ ├── filtering
│ │ │ ├── index.html
│ │ │ ├── row-based
│ │ │ │ ├── range_dates.js
│ │ │ │ ├── range_numbers.js
│ │ │ │ └── TableTools.ShowSelectedOnly.js
│ │ │ └── type-based
│ │ │ ├── accent-neutralise.js
│ │ │ ├── html.js
│ │ │ └── phoneNumber.js
│ │ ├── i18n
│ │ │ ├── Afrikaans.lang
│ │ │ ├── Albanian.lang
│ │ │ ├── Arabic.lang
│ │ │ ├── Azerbaijan.lang
│ │ │ ├── Bangla.lang
│ │ │ ├── Belarusian.lang
│ │ │ ├── Bulgarian.lang
│ │ │ ├── Catalan.lang
│ │ │ ├── Chinese.lang
│ │ │ ├── Chinese-traditional.lang
│ │ │ ├── Croatian.lang
│ │ │ ├── Czech.lang
│ │ │ ├── Danish.lang
│ │ │ ├── Dutch.lang
│ │ │ ├── English.lang
│ │ │ ├── Estonian.lang
│ │ │ ├── Filipino.lang
│ │ │ ├── Finnish.lang
│ │ │ ├── French.lang
│ │ │ ├── Galician.lang
│ │ │ ├── Georgian.lang
│ │ │ ├── German.lang
│ │ │ ├── Greek.lang
│ │ │ ├── Gujarati.lang
│ │ │ ├── Hebrew.lang
│ │ │ ├── Hindi.lang
│ │ │ ├── Hungarian.lang
│ │ │ ├── Icelandic.lang
│ │ │ ├── index.html
│ │ │ ├── Indonesian-Alternative.lang
│ │ │ ├── Indonesian.lang
│ │ │ ├── Irish.lang
│ │ │ ├── Italian.lang
│ │ │ ├── Japanese.lang
│ │ │ ├── Korean.lang
│ │ │ ├── Latvian.lang
│ │ │ ├── Lithuanian.lang
│ │ │ ├── Macedonian.lang
│ │ │ ├── Malay.lang
│ │ │ ├── Norwegian.lang
│ │ │ ├── Persian.lang
│ │ │ ├── Polish.lang
│ │ │ ├── Portuguese-Brasil.lang
│ │ │ ├── Portuguese.lang
│ │ │ ├── Romanian.lang
│ │ │ ├── Russian.lang
│ │ │ ├── Serbian.lang
│ │ │ ├── Slovak.lang
│ │ │ ├── Slovenian.lang
│ │ │ ├── Spanish.lang
│ │ │ ├── Swahili.lang
│ │ │ ├── Swedish.lang
│ │ │ ├── Tamil.lang
│ │ │ ├── Thai.lang
│ │ │ ├── Turkish.lang
│ │ │ ├── Ukranian.lang
│ │ │ ├── Urdu.lang
│ │ │ ├── Uzbek.lang
│ │ │ └── Vietnamese.lang
│ │ ├── integration
│ │ │ ├── bootstrap
│ │ │ │ ├── 1
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ └── dataTables.bootstrap.js
│ │ │ │ ├── 2
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ └── index.html
│ │ │ │ ├── 3
│ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ └── index.html
│ │ │ │ └── images
│ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ ├── sort_asc.png
│ │ │ │ ├── sort_both.png
│ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ └── sort_desc.png
│ │ │ ├── font-awesome
│ │ │ │ ├── bootstrap.html
│ │ │ │ ├── dataTables.fontAwesome.css
│ │ │ │ ├── datatables.html
│ │ │ │ └── foundation.html
│ │ │ ├── foundation
│ │ │ │ ├── dataTables.foundation.css
│ │ │ │ ├── dataTables.foundation.js
│ │ │ │ ├── dataTables.foundation.min.js
│ │ │ │ ├── images
│ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ └── index.html
│ │ │ └── jqueryui
│ │ │ ├── dataTables.jqueryui.css
│ │ │ ├── dataTables.jqueryui.js
│ │ │ ├── dataTables.jqueryui.min.js
│ │ │ ├── dataTables.jqueryui.scss
│ │ │ └── index.html
│ │ ├── make.sh
│ │ ├── pagination
│ │ │ ├── ellipses.js
│ │ │ ├── extjs.js
│ │ │ ├── four_button.js
│ │ │ ├── index.html
│ │ │ ├── input.js
│ │ │ ├── jPaginator
│ │ │ │ └── dataTables.jPaginator.js
│ │ │ ├── scrolling.js
│ │ │ └── select.js
│ │ ├── README.md
│ │ ├── sorting
│ │ │ ├── alt-string.js
│ │ │ ├── anti-the.js
│ │ │ ├── chinese-string.js
│ │ │ ├── currency.js
│ │ │ ├── custom-data-source
│ │ │ │ ├── dom-checkbox.js
│ │ │ │ ├── dom-select.js
│ │ │ │ └── dom-text.js
│ │ │ ├── date-dd-MMM-yyyy.js
│ │ │ ├── date-de.js
│ │ │ ├── date-eu.js
│ │ │ ├── date-euro.js
│ │ │ ├── datetime-moment.js
│ │ │ ├── datetime-us.js
│ │ │ ├── date-uk.js
│ │ │ ├── enum.js
│ │ │ ├── file-size.js
│ │ │ ├── formatted-numbers.js
│ │ │ ├── index.html
│ │ │ ├── ip-address.js
│ │ │ ├── monthYear.js
│ │ │ ├── natural.js
│ │ │ ├── numeric-comma.js
│ │ │ ├── num-html.js
│ │ │ ├── percent.js
│ │ │ ├── persian.js
│ │ │ ├── scientific.js
│ │ │ ├── signed-num.js
│ │ │ ├── stringMonthYear.js
│ │ │ ├── time.js
│ │ │ ├── title-numeric.js
│ │ │ ├── title-string.js
│ │ │ └── turkish-string.js
│ │ └── type-detection
│ │ ├── currency.js
│ │ ├── date-uk.js
│ │ ├── file-size.js
│ │ ├── formatted-num.js
│ │ ├── index.html
│ │ ├── ip-address.js
│ │ ├── numeric-comma.js
│ │ └── num-html.js
│ ├── datatables-responsive
│ │ ├── bower.json
│ │ ├── css
│ │ │ ├── responsive.bootstrap.scss
│ │ │ ├── responsive.dataTables.scss
│ │ │ ├── responsive.foundation.scss
│ │ │ └── responsive.jqueryui.scss
│ │ ├── docs
│ │ │ ├── api
│ │ │ │ ├── responsive.index().xml
│ │ │ │ ├── responsive.rebuild().xml
│ │ │ │ └── responsive.recalc().xml
│ │ │ └── option
│ │ │ ├── responsive.breakpoints.xml
│ │ │ ├── responsive.details.renderer.xml
│ │ │ ├── responsive.details.target.xml
│ │ │ ├── responsive.details.type.xml
│ │ │ ├── responsive.details.xml
│ │ │ └── responsive.xml
│ │ ├── examples
│ │ │ ├── child-rows
│ │ │ │ ├── column-control.xml
│ │ │ │ ├── custom-renderer.xml
│ │ │ │ ├── disable-child-rows.xml
│ │ │ │ ├── index.xml
│ │ │ │ ├── right-column.xml
│ │ │ │ └── whole-row-control.xml
│ │ │ ├── display-control
│ │ │ │ ├── auto.xml
│ │ │ │ ├── classes.xml
│ │ │ │ ├── complexHeader.xml
│ │ │ │ ├── fixedHeader.xml
│ │ │ │ ├── index.xml
│ │ │ │ └── init-classes.xml
│ │ │ ├── index.xml
│ │ │ ├── initialisation
│ │ │ │ ├── ajax.xml
│ │ │ │ ├── className.xml
│ │ │ │ ├── default.xml
│ │ │ │ ├── index.xml
│ │ │ │ ├── new.xml
│ │ │ │ └── option.xml
│ │ │ └── styling
│ │ │ ├── bootstrap.xml
│ │ │ ├── compact.xml
│ │ │ ├── foundation.xml
│ │ │ ├── index.xml
│ │ │ ├── jqueryui.xml
│ │ │ └── scrolling.xml
│ │ ├── js
│ │ │ └── dataTables.responsive.js
│ │ ├── License.txt
│ │ ├── make.sh
│ │ └── Readme.md
│ ├── date-paginator
│ │ ├── bootstrap-datepaginator.min.css
│ │ ├── bootstrap-datepaginator.min.js
│ │ └── moment.min.js
│ ├── dropify
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── demo.css
│ │ │ │ ├── dropify.css
│ │ │ │ └── dropify.min.css
│ │ │ ├── fonts
│ │ │ │ ├── dropify.eot
│ │ │ │ ├── dropify.svg
│ │ │ │ ├── dropify.ttf
│ │ │ │ └── dropify.woff
│ │ │ └── js
│ │ │ ├── dropify.js
│ │ │ └── dropify.min.js
│ │ ├── gulpfile.js
│ │ ├── index.html
│ │ ├── package.json
│ │ ├── README.md
│ │ └── src
│ │ ├── fonts
│ │ │ ├── dropify.eot
│ │ │ ├── dropify.svg
│ │ │ ├── dropify.ttf
│ │ │ └── dropify.woff
│ │ ├── images
│ │ │ ├── cover.jpg
│ │ │ ├── test-image-1.jpg
│ │ │ └── test-image-2.jpg
│ │ ├── js
│ │ │ └── dropify.js
│ │ └── sass
│ │ ├── demo
│ │ │ ├── _grid.scss
│ │ │ ├── helpers
│ │ │ │ ├── _grid.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ └── _shortcuts.scss
│ │ │ ├── _normalize.scss
│ │ │ ├── _reset.scss
│ │ │ ├── _typo.scss
│ │ │ └── _variables.scss
│ │ ├── demo.scss
│ │ ├── _dropify-font.scss
│ │ └── dropify.scss
│ ├── dropzone-master
│ │ ├── AMD_footer
│ │ ├── AMD_header
│ │ ├── bower.json
│ │ ├── component.json
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── dist
│ │ │ ├── basic.css
│ │ │ ├── dropzone-amd-module.js
│ │ │ ├── dropzone.css
│ │ │ ├── dropzone.js
│ │ │ ├── min
│ │ │ │ ├── basic.min.css
│ │ │ │ ├── dropzone-amd-module.min.js
│ │ │ │ ├── dropzone.min.css
│ │ │ │ └── dropzone.min.js
│ │ │ └── readme.md
│ │ ├── Gruntfile.coffee
│ │ ├── index.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── basic.scss
│ │ │ ├── dropzone.coffee
│ │ │ └── dropzone.scss
│ │ ├── test
│ │ │ ├── test.coffee
│ │ │ ├── test.html
│ │ │ └── test.js
│ │ └── test.sh
│ ├── echarts
│ │ ├── echarts-all.js
│ │ ├── echarts-all-old.js
│ │ ├── echarts-init.js
│ │ ├── echarts.js
│ │ └── util
│ │ ├── accMath.js
│ │ ├── coordinates.js
│ │ ├── date.js
│ │ ├── ecAnimation.js
│ │ ├── ecData.js
│ │ ├── ecEffect.js
│ │ ├── ecQuery.js
│ │ ├── kwargs.js
│ │ ├── mapData
│ │ │ ├── geoCoord.js
│ │ │ ├── geoJson
│ │ │ │ ├── an_hui_geo.js
│ │ │ │ ├── ao_men_geo.js
│ │ │ │ ├── bei_jing_geo.js
│ │ │ │ ├── china_geo.js
│ │ │ │ ├── chong_qing_geo.js
│ │ │ │ ├── fu_jian_geo.js
│ │ │ │ ├── gan_su_geo.js
│ │ │ │ ├── guang_dong_geo.js
│ │ │ │ ├── guang_xi_geo.js
│ │ │ │ ├── gui_zhou_geo.js
│ │ │ │ ├── hai_nan_geo.js
│ │ │ │ ├── he_bei_geo.js
│ │ │ │ ├── hei_long_jiang_geo.js
│ │ │ │ ├── he_nan_geo.js
│ │ │ │ ├── hu_bei_geo.js
│ │ │ │ ├── hu_nan_geo.js
│ │ │ │ ├── jiang_su_geo.js
│ │ │ │ ├── jiang_xi_geo.js
│ │ │ │ ├── ji_lin_geo.js
│ │ │ │ ├── liao_ning_geo.js
│ │ │ │ ├── nei_meng_gu_geo.js
│ │ │ │ ├── ning_xia_geo.js
│ │ │ │ ├── qing_hai_geo.js
│ │ │ │ ├── shan_dong_geo.js
│ │ │ │ ├── shang_hai_geo.js
│ │ │ │ ├── shan_xi_1_geo.js
│ │ │ │ ├── shan_xi_2_geo.js
│ │ │ │ ├── si_chuan_geo.js
│ │ │ │ ├── tai_wan_geo.js
│ │ │ │ ├── tian_jin_geo.js
│ │ │ │ ├── world_geo.js
│ │ │ │ ├── xiang_gang_geo.js
│ │ │ │ ├── xin_jiang_geo.js
│ │ │ │ ├── xi_zang_geo.js
│ │ │ │ ├── yun_nan_geo.js
│ │ │ │ └── zhe_jiang_geo.js
│ │ │ ├── params.js
│ │ │ ├── rawData
│ │ │ │ ├── encode.js
│ │ │ │ └── geoJson
│ │ │ │ ├── an_hui_geo.json
│ │ │ │ ├── ao_men_geo.json
│ │ │ │ ├── bei_jing_geo.json
│ │ │ │ ├── china_city.json
│ │ │ │ ├── china_geo.json
│ │ │ │ ├── chong_qing_geo.json
│ │ │ │ ├── fu_jian_geo.json
│ │ │ │ ├── gan_su_geo.json
│ │ │ │ ├── guang_dong_geo.json
│ │ │ │ ├── guang_xi_geo.json
│ │ │ │ ├── gui_zhou_geo.json
│ │ │ │ ├── hai_nan_geo.json
│ │ │ │ ├── he_bei_geo.json
│ │ │ │ ├── hei_long_jiang_geo.json
│ │ │ │ ├── he_nan_geo.json
│ │ │ │ ├── hu_bei_geo.json
│ │ │ │ ├── hu_nan_geo.json
│ │ │ │ ├── jiang_su_geo.json
│ │ │ │ ├── jiang_xi_geo.json
│ │ │ │ ├── ji_lin_geo.json
│ │ │ │ ├── liao_ning_geo.json
│ │ │ │ ├── nei_meng_gu_geo.json
│ │ │ │ ├── ning_xia_geo.json
│ │ │ │ ├── qing_hai_geo.json
│ │ │ │ ├── shan_dong_geo.json
│ │ │ │ ├── shang_hai_geo.json
│ │ │ │ ├── shan_xi_1_geo.json
│ │ │ │ ├── shan_xi_2_geo.json
│ │ │ │ ├── si_chuan_geo.json
│ │ │ │ ├── tai_wan_geo.json
│ │ │ │ ├── tian_jin_geo.json
│ │ │ │ ├── world_geo.json
│ │ │ │ ├── xiang_gang_geo.json
│ │ │ │ ├── xin_jiang_geo.json
│ │ │ │ ├── xi_zang_geo.json
│ │ │ │ ├── yun_nan_geo.json
│ │ │ │ └── zhe_jiang_geo.json
│ │ │ └── textFixed.js
│ │ ├── ndarray.js
│ │ ├── number.js
│ │ ├── projection
│ │ │ ├── albers.js
│ │ │ ├── mercator.js
│ │ │ ├── normal.js
│ │ │ └── svg.js
│ │ ├── shape
│ │ │ ├── Candle.js
│ │ │ ├── Chain.js
│ │ │ ├── Cross.js
│ │ │ ├── GaugePointer.js
│ │ │ ├── HalfSmoothPolygon.js
│ │ │ ├── HandlePolygon.js
│ │ │ ├── Icon.js
│ │ │ ├── MarkLine.js
│ │ │ ├── normalIsCover.js
│ │ │ ├── Ribbon.js
│ │ │ └── Symbol.js
│ │ ├── smartLogSteps.js
│ │ └── smartSteps.js
│ ├── fancybox
│ │ ├── ekko-lightbox.min.css
│ │ └── ekko-lightbox.min.js
│ ├── flot
│ │ ├── API.md
│ │ ├── component.json
│ │ ├── CONTRIBUTING.md
│ │ ├── examples
│ │ │ ├── ajax
│ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ ├── data-eu-gdp-growth-5.json
│ │ │ │ ├── data-eu-gdp-growth.json
│ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ └── index.html
│ │ │ ├── annotating
│ │ │ │ └── index.html
│ │ │ ├── axes-interacting
│ │ │ │ └── index.html
│ │ │ ├── axes-multiple
│ │ │ │ └── index.html
│ │ │ ├── axes-time
│ │ │ │ └── index.html
│ │ │ ├── axes-time-zones
│ │ │ │ ├── date.js
│ │ │ │ ├── index.html
│ │ │ │ └── tz
│ │ │ │ ├── africa
│ │ │ │ ├── antarctica
│ │ │ │ ├── asia
│ │ │ │ ├── australasia
│ │ │ │ ├── backward
│ │ │ │ ├── etcetera
│ │ │ │ ├── europe
│ │ │ │ ├── factory
│ │ │ │ ├── iso3166.tab
│ │ │ │ ├── leapseconds
│ │ │ │ ├── northamerica
│ │ │ │ ├── pacificnew
│ │ │ │ ├── solar87
│ │ │ │ ├── solar88
│ │ │ │ ├── solar89
│ │ │ │ ├── southamerica
│ │ │ │ ├── systemv
│ │ │ │ ├── yearistype.sh
│ │ │ │ └── zone.tab
│ │ │ ├── background.png
│ │ │ ├── basic-options
│ │ │ │ └── index.html
│ │ │ ├── basic-usage
│ │ │ │ └── index.html
│ │ │ ├── canvas
│ │ │ │ └── index.html
│ │ │ ├── categories
│ │ │ │ └── index.html
│ │ │ ├── examples.css
│ │ │ ├── image
│ │ │ │ ├── hs-2004-27-a-large-web.jpg
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── interacting
│ │ │ │ └── index.html
│ │ │ ├── navigate
│ │ │ │ ├── arrow-down.gif
│ │ │ │ ├── arrow-left.gif
│ │ │ │ ├── arrow-right.gif
│ │ │ │ ├── arrow-up.gif
│ │ │ │ └── index.html
│ │ │ ├── percentiles
│ │ │ │ └── index.html
│ │ │ ├── realtime
│ │ │ │ └── index.html
│ │ │ ├── resize
│ │ │ │ └── index.html
│ │ │ ├── selection
│ │ │ │ └── index.html
│ │ │ ├── series-errorbars
│ │ │ │ └── index.html
│ │ │ ├── series-pie
│ │ │ │ └── index.html
│ │ │ ├── series-toggle
│ │ │ │ └── index.html
│ │ │ ├── series-types
│ │ │ │ └── index.html
│ │ │ ├── shared
│ │ │ │ └── jquery-ui
│ │ │ │ └── jquery-ui.min.css
│ │ │ ├── stacking
│ │ │ │ └── index.html
│ │ │ ├── symbols
│ │ │ │ └── index.html
│ │ │ ├── threshold
│ │ │ │ └── index.html
│ │ │ ├── tracking
│ │ │ │ └── index.html
│ │ │ ├── visitors
│ │ │ │ └── index.html
│ │ │ └── zooming
│ │ │ └── index.html
│ │ ├── excanvas.js
│ │ ├── excanvas.min.js
│ │ ├── FAQ.md
│ │ ├── flot.jquery.json
│ │ ├── jquery.colorhelpers.js
│ │ ├── jquery.flot.canvas.js
│ │ ├── jquery.flot.categories.js
│ │ ├── jquery.flot.crosshair.js
│ │ ├── jquery.flot.errorbars.js
│ │ ├── jquery.flot.fillbetween.js
│ │ ├── jquery.flot.image.js
│ │ ├── jquery.flot.js
│ │ ├── jquery.flot.navigate.js
│ │ ├── jquery.flot.pie.js
│ │ ├── jquery.flot.resize.js
│ │ ├── jquery.flot.selection.js
│ │ ├── jquery.flot.stack.js
│ │ ├── jquery.flot.symbol.js
│ │ ├── jquery.flot.threshold.js
│ │ ├── jquery.flot.time.js
│ │ ├── jquery.js
│ │ ├── LICENSE.txt
│ │ ├── Makefile
│ │ ├── NEWS.md
│ │ ├── package.json
│ │ ├── PLUGINS.md
│ │ └── README.md
│ ├── flot.tooltip
│ │ ├── bower.json
│ │ └── js
│ │ ├── excanvas.min.js
│ │ ├── jquery.flot.js
│ │ ├── jquery.flot.tooltip.js
│ │ ├── jquery.flot.tooltip.min.js
│ │ └── jquery.flot.tooltip.source.js
│ ├── footable
│ │ ├── css
│ │ │ ├── fonts
│ │ │ │ ├── footable.eot
│ │ │ │ ├── footable.svg
│ │ │ │ ├── footable.ttf
│ │ │ │ └── footable.woff
│ │ │ ├── footable.bootstrap.min.css
│ │ │ └── footable.core.css
│ │ ├── js
│ │ │ └── footable.all.min.js
│ │ └── src
│ │ ├── css
│ │ │ ├── components
│ │ │ │ ├── FooTable.Editing.css
│ │ │ │ ├── FooTable.Filtering.css
│ │ │ │ ├── FooTable.Paging.css
│ │ │ │ └── FooTable.Sorting.css
│ │ │ ├── FooTable.css
│ │ │ ├── FooTable.FontAwesome.css
│ │ │ ├── FooTable.Glyphicons.css
│ │ │ └── FooTable.NoBootstrap.css
│ │ └── js
│ │ ├── classes
│ │ │ ├── columns
│ │ │ │ ├── FooTable.DateColumn.js
│ │ │ │ ├── FooTable.HTMLColumn.js
│ │ │ │ └── FooTable.NumberColumn.js
│ │ │ ├── FooTable.Cell.js
│ │ │ ├── FooTable.Column.js
│ │ │ ├── FooTable.Component.js
│ │ │ ├── FooTable.Defaults.js
│ │ │ ├── FooTable.Row.js
│ │ │ └── FooTable.Table.js
│ │ ├── components
│ │ │ ├── breakpoints
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Column.js
│ │ │ │ │ └── FooTable.Defaults.js
│ │ │ │ ├── FooTable.Breakpoint.js
│ │ │ │ └── FooTable.Breakpoints.js
│ │ │ ├── columns
│ │ │ │ ├── extends
│ │ │ │ │ └── FooTable.Defaults.js
│ │ │ │ └── FooTable.Columns.js
│ │ │ ├── editing
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ │ ├── FooTable.Paging.js
│ │ │ │ │ ├── FooTable.Row.js
│ │ │ │ │ └── FooTable.Rows.js
│ │ │ │ ├── FooTable.EditingColumn.js
│ │ │ │ └── FooTable.Editing.js
│ │ │ ├── filtering
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Cell.js
│ │ │ │ │ ├── FooTable.Column.js
│ │ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ │ └── FooTable.Row.js
│ │ │ │ ├── FooTable.Filtering.js
│ │ │ │ ├── FooTable.Filter.js
│ │ │ │ └── FooTable.Query.js
│ │ │ ├── paging
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ │ └── FooTable.Table.js
│ │ │ │ ├── FooTable.Pager.js
│ │ │ │ └── FooTable.Paging.js
│ │ │ ├── README.md
│ │ │ ├── rows
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ │ └── FooTable.Table.js
│ │ │ │ └── FooTable.Rows.js
│ │ │ ├── sorting
│ │ │ │ ├── extends
│ │ │ │ │ ├── FooTable.Cell.js
│ │ │ │ │ ├── FooTable.Column.js
│ │ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ │ ├── FooTable.HTMLColumn.js
│ │ │ │ │ └── FooTable.Table.js
│ │ │ │ ├── FooTable.Sorter.js
│ │ │ │ └── FooTable.Sorting.js
│ │ │ └── state
│ │ │ ├── extends
│ │ │ │ ├── FooTable.Component.js
│ │ │ │ ├── FooTable.Defaults.js
│ │ │ │ ├── FooTable.Filtering.js
│ │ │ │ ├── FooTable.Paging.js
│ │ │ │ ├── FooTable.Sorting.js
│ │ │ │ └── FooTable.Table.js
│ │ │ └── FooTable.State.js
│ │ ├── FooTable.js
│ │ └── utils
│ │ ├── core
│ │ │ ├── FooTable.arr.js
│ │ │ ├── FooTable.is.js
│ │ │ └── FooTable.str.js
│ │ ├── FooTable.Class.js
│ │ └── FooTable.js
│ ├── gallery
│ │ ├── css
│ │ │ └── animated-masonry-gallery.css
│ │ └── js
│ │ ├── animated-masonry-gallery.js
│ │ └── jquery.isotope.min.js
│ ├── gauge
│ │ └── gauge.min.js
│ ├── gmaps
│ │ ├── gmaps.js
│ │ ├── gmaps.min.js
│ │ ├── gmaps.min.js.map
│ │ ├── jquery.gmaps.js
│ │ └── lib
│ │ ├── gmaps.controls.js
│ │ ├── gmaps.core.js
│ │ ├── gmaps.events.js
│ │ ├── gmaps.geofences.js
│ │ ├── gmaps.geometry.js
│ │ ├── gmaps.layers.js
│ │ ├── gmaps.map_types.js
│ │ ├── gmaps.markers.js
│ │ ├── gmaps.native_extensions.js
│ │ ├── gmaps.overlays.js
│ │ ├── gmaps.routes.js
│ │ ├── gmaps.static.js
│ │ ├── gmaps.streetview.js
│ │ ├── gmaps.styles.js
│ │ └── gmaps.utils.js
│ ├── gridstack
│ │ ├── gridstack.all.js
│ │ ├── gridstack.css
│ │ ├── gridstack-extra.css
│ │ ├── gridstack-extra.min.css
│ │ ├── gridstack.jQueryUI.js
│ │ ├── gridstack.jQueryUI.min.js
│ │ ├── gridstack.js
│ │ ├── gridstack.min.css
│ │ ├── gridstack.min.js
│ │ ├── gridstack.min.map
│ │ └── lodash.js
│ ├── holderjs
│ │ ├── bower.json
│ │ ├── composer.json
│ │ ├── gulpfile.js
│ │ ├── holder.js
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── augment.js
│ │ │ ├── holder.js
│ │ │ ├── ondomready.js
│ │ │ └── polyfills.js
│ │ └── test
│ │ ├── image.jpg
│ │ └── index.html
│ ├── horizontal-timeline
│ │ ├── css
│ │ │ ├── horizontal-timeline.css
│ │ │ └── reset.css
│ │ ├── img
│ │ │ └── cd-arrow.svg
│ │ └── js
│ │ ├── horizontal-timeline.js
│ │ ├── jquery-2.1.4.js
│ │ ├── jquery.mobile.custom.min.js
│ │ └── modernizr.js
│ ├── html5-editor
│ │ ├── bootstrap-wysihtml5.css
│ │ ├── bootstrap-wysihtml5.js
│ │ └── wysihtml5-0.3.0.js
│ ├── icheck
│ │ ├── icheck.init.js
│ │ ├── icheck.js
│ │ ├── icheck.min.js
│ │ └── skins
│ │ ├── all.css
│ │ ├── flat
│ │ │ ├── aero@2x.png
│ │ │ ├── aero.css
│ │ │ ├── aero.png
│ │ │ ├── _all.css
│ │ │ ├── blue@2x.png
│ │ │ ├── blue.css
│ │ │ ├── blue.png
│ │ │ ├── flat@2x.png
│ │ │ ├── flat.css
│ │ │ ├── flat.png
│ │ │ ├── green@2x.png
│ │ │ ├── green.css
│ │ │ ├── green.png
│ │ │ ├── grey@2x.png
│ │ │ ├── grey.css
│ │ │ ├── grey.png
│ │ │ ├── orange@2x.png
│ │ │ ├── orange.css
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── pink.css
│ │ │ ├── pink.png
│ │ │ ├── purple@2x.png
│ │ │ ├── purple.css
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── red.css
│ │ │ ├── red.png
│ │ │ ├── yellow@2x.png
│ │ │ ├── yellow.css
│ │ │ └── yellow.png
│ │ ├── futurico
│ │ │ ├── futurico@2x.png
│ │ │ ├── futurico.css
│ │ │ └── futurico.png
│ │ ├── line
│ │ │ ├── aero.css
│ │ │ ├── _all.css
│ │ │ ├── blue.css
│ │ │ ├── green.css
│ │ │ ├── grey.css
│ │ │ ├── line@2x.png
│ │ │ ├── line.css
│ │ │ ├── line.png
│ │ │ ├── orange.css
│ │ │ ├── pink.css
│ │ │ ├── purple.css
│ │ │ ├── red.css
│ │ │ └── yellow.css
│ │ ├── minimal
│ │ │ ├── aero@2x.png
│ │ │ ├── aero.css
│ │ │ ├── aero.png
│ │ │ ├── _all.css
│ │ │ ├── blue@2x.png
│ │ │ ├── blue.css
│ │ │ ├── blue.png
│ │ │ ├── green@2x.png
│ │ │ ├── green.css
│ │ │ ├── green.png
│ │ │ ├── grey@2x.png
│ │ │ ├── grey.css
│ │ │ ├── grey.png
│ │ │ ├── minimal@2x.png
│ │ │ ├── minimal.css
│ │ │ ├── minimal.png
│ │ │ ├── orange@2x.png
│ │ │ ├── orange.css
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── pink.css
│ │ │ ├── pink.png
│ │ │ ├── purple@2x.png
│ │ │ ├── purple.css
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── red.css
│ │ │ ├── red.png
│ │ │ ├── yellow@2x.png
│ │ │ ├── yellow.css
│ │ │ └── yellow.png
│ │ ├── polaris
│ │ │ ├── polaris@2x.png
│ │ │ ├── polaris.css
│ │ │ └── polaris.png
│ │ └── square
│ │ ├── aero@2x.png
│ │ ├── aero.css
│ │ ├── aero.png
│ │ ├── _all.css
│ │ ├── blue@2x.png
│ │ ├── blue.css
│ │ ├── blue.png
│ │ ├── green@2x.png
│ │ ├── green.css
│ │ ├── green.png
│ │ ├── grey@2x.png
│ │ ├── grey.css
│ │ ├── grey.png
│ │ ├── orange@2x.png
│ │ ├── orange.css
│ │ ├── orange.png
│ │ ├── pink@2x.png
│ │ ├── pink.css
│ │ ├── pink.png
│ │ ├── purple@2x.png
│ │ ├── purple.css
│ │ ├── purple.png
│ │ ├── red@2x.png
│ │ ├── red.css
│ │ ├── red.png
│ │ ├── square@2x.png
│ │ ├── square.css
│ │ ├── square.png
│ │ ├── yellow@2x.png
│ │ ├── yellow.css
│ │ └── yellow.png
│ ├── ion-rangeslider
│ │ ├── css
│ │ │ ├── ion.rangeSlider.css
│ │ │ ├── ion.rangeSlider.skinFlat.css
│ │ │ ├── ion.rangeSlider.skinHTML5.css
│ │ │ ├── ion.rangeSlider.skinModern.css
│ │ │ ├── ion.rangeSlider.skinNice.css
│ │ │ ├── ion.rangeSlider.skinSimple.css
│ │ │ └── normalize.css
│ │ ├── img
│ │ │ ├── sprite-skin-flat.png
│ │ │ ├── sprite-skin-modern.png
│ │ │ ├── sprite-skin-nice.png
│ │ │ └── sprite-skin-simple.png
│ │ └── js
│ │ ├── ion-rangeSlider
│ │ │ ├── ion.rangeSlider-init.js
│ │ │ ├── ion.rangeSlider.js
│ │ │ └── ion.rangeSlider.min.js
│ │ └── vendor
│ │ └── jquery-1.12.3.min.js
│ ├── jquery
│ │ └── jquery.min.js
│ ├── jquery-asColorPicker-master
│ │ ├── bower.json
│ │ ├── css
│ │ │ └── asColorPicker.css
│ │ ├── demo
│ │ │ ├── css
│ │ │ │ ├── main.css
│ │ │ │ └── prism.css
│ │ │ ├── demo.gif
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── jquery.toc.js
│ │ │ └── prism.js
│ │ ├── dist
│ │ │ ├── jquery-asColorPicker.js
│ │ │ └── jquery-asColorPicker.min.js
│ │ ├── Gruntfile.js
│ │ ├── i18n
│ │ │ ├── jquery-asColorInput-cn.js
│ │ │ ├── jquery-asColorInput-de.js
│ │ │ ├── jquery-asColorInput-dk.js
│ │ │ ├── jquery-asColorInput-es.js
│ │ │ ├── jquery-asColorInput-fi.js
│ │ │ ├── jquery-asColorInput-fr.js
│ │ │ ├── jquery-asColorInput-it.js
│ │ │ ├── jquery-asColorInput-ja.js
│ │ │ ├── jquery-asColorInput-ru.js
│ │ │ ├── jquery-asColorInput-sv.js
│ │ │ └── jquery-asColorInput-tr.js
│ │ ├── images
│ │ │ ├── alpha.png
│ │ │ ├── hue.png
│ │ │ ├── saturation.png
│ │ │ └── transparent.png
│ │ ├── less
│ │ │ └── jquery-asColorPicker.less
│ │ ├── libs
│ │ │ ├── jquery-asColor.js
│ │ │ ├── jquery-asGradient.js
│ │ │ └── jquery.min.js
│ │ ├── LICENSE-GPL
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── resource.txt
│ │ └── src
│ │ ├── alpha.js
│ │ ├── buttons.js
│ │ ├── clear.js
│ │ ├── core.js
│ │ ├── gradient.js
│ │ ├── hex.js
│ │ ├── hue.js
│ │ ├── info.js
│ │ ├── keyboard.js
│ │ ├── palettes.js
│ │ ├── preview.js
│ │ ├── saturation.js
│ │ └── trigger.js
│ ├── jquery-datatables-editable
│ │ ├── dataTables.bootstrap.js
│ │ ├── datatables.css
│ │ └── jquery.dataTables.js
│ ├── jquery.easy-pie-chart
│ │ ├── dist
│ │ │ ├── angular.easypiechart.js
│ │ │ ├── angular.easypiechart.min.js
│ │ │ ├── easypiechart.js
│ │ │ ├── easypiechart.min.js
│ │ │ ├── jquery.easypiechart.js
│ │ │ └── jquery.easypiechart.min.js
│ │ ├── easy-pie-chart.init.js
│ │ └── src
│ │ ├── angular.directive.js
│ │ ├── easypiechart.js
│ │ ├── jquery.plugin.js
│ │ └── renderer
│ │ └── canvas.js
│ ├── jquery-sparkline
│ │ ├── jquery.charts-sparkline.js
│ │ └── jquery.sparkline.min.js
│ ├── jquery-steps-master
│ │ ├── bower.json
│ │ ├── build
│ │ │ ├── jQuery.Steps.1.1.0.nupkg
│ │ │ ├── jquery.steps-1.1.0.zip
│ │ │ ├── jquery.steps.js
│ │ │ └── jquery.steps.min.js
│ │ ├── CHANGELOG.md
│ │ ├── demo
│ │ │ ├── css
│ │ │ │ ├── jquery.steps.css
│ │ │ │ └── normalize.css
│ │ │ ├── index.html
│ │ │ ├── tabs.html
│ │ │ └── vertical.html
│ │ ├── Gruntfile.js
│ │ ├── lib
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.11.1.min.js
│ │ │ ├── jquery-1.9.1.min.js
│ │ │ ├── jquery.cookie-1.3.1.js
│ │ │ └── modernizr-2.6.2.min.js
│ │ ├── LICENSE.txt
│ │ ├── nuget
│ │ │ ├── jQuery.Steps.nuspec
│ │ │ └── NuGet.exe
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── _banner.js
│ │ │ ├── defaults.js
│ │ │ ├── enums.js
│ │ │ ├── helper.js
│ │ │ ├── model.js
│ │ │ ├── privates.js
│ │ │ └── publics.js
│ │ ├── steps.jquery.json
│ │ └── test
│ │ ├── index.html
│ │ ├── jquery.js
│ │ ├── qunit
│ │ │ ├── qunit-1.11.0.css
│ │ │ └── qunit-1.11.0.js
│ │ └── tests.js
│ ├── jqueryui
│ │ ├── AUTHORS.txt
│ │ ├── external
│ │ │ └── jquery
│ │ │ └── jquery.js
│ │ ├── images
│ │ │ ├── ui-icons_444444_256x240.png
│ │ │ ├── ui-icons_555555_256x240.png
│ │ │ ├── ui-icons_777620_256x240.png
│ │ │ ├── ui-icons_777777_256x240.png
│ │ │ ├── ui-icons_cc0000_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── index.html
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.js
│ │ ├── jquery-ui.min.css
│ │ ├── jquery-ui.min.js
│ │ ├── jquery-ui.structure.css
│ │ ├── jquery-ui.structure.min.css
│ │ ├── jquery-ui.theme.css
│ │ ├── jquery-ui.theme.min.css
│ │ ├── LICENSE.txt
│ │ └── package.json
│ ├── jquery-wizard-master
│ │ ├── bower.json
│ │ ├── config.js
│ │ ├── CONTRIBUTING.md
│ │ ├── css
│ │ │ └── wizard.css
│ │ ├── demo
│ │ │ ├── ajax
│ │ │ │ ├── 1.html
│ │ │ │ ├── 2.html
│ │ │ │ └── 3.html
│ │ │ ├── collapse.html
│ │ │ ├── css
│ │ │ │ └── main.css
│ │ │ ├── index.html
│ │ │ └── tabs.html
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── wizard.css
│ │ │ │ └── wizard.min.css
│ │ │ ├── jquery-wizard.es.js
│ │ │ ├── jquery-wizard.js
│ │ │ └── jquery-wizard.min.js
│ │ ├── examples
│ │ │ ├── ajax
│ │ │ │ ├── 1.html
│ │ │ │ ├── 2.html
│ │ │ │ └── 3.html
│ │ │ ├── assets
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ └── bootstrap.min.js
│ │ │ │ └── formvalidation
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── formValidation.min.css
│ │ │ │ └── formValidation.min.js
│ │ │ ├── collapse.html
│ │ │ ├── css
│ │ │ │ └── main.css
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ └── jquery.js
│ │ │ └── tabs.html
│ │ ├── Gruntfile.js
│ │ ├── gulp
│ │ │ ├── tasks
│ │ │ │ ├── archive.js
│ │ │ │ ├── assets.js
│ │ │ │ ├── browser.js
│ │ │ │ ├── clean.js
│ │ │ │ ├── deploy.js
│ │ │ │ ├── lint-scripts.js
│ │ │ │ ├── lint-styles.js
│ │ │ │ ├── release.js
│ │ │ │ ├── scripts.js
│ │ │ │ ├── styles.js
│ │ │ │ └── test.js
│ │ │ └── util
│ │ │ ├── beautify.js
│ │ │ ├── getFolders.js
│ │ │ ├── getSrcFiles.js
│ │ │ └── handleErrors.js
│ │ ├── gulpfile.babel.js
│ │ ├── karma.conf.js
│ │ ├── less
│ │ │ └── wizard.less
│ │ ├── libs
│ │ │ ├── bootstrap
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── formvalidation
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── formValidation.min.css
│ │ │ │ └── formValidation.min.js
│ │ │ ├── jquery
│ │ │ │ └── jquery.js
│ │ │ └── jquery-loader.js
│ │ ├── LICENSE
│ │ ├── LICENSE-GPL
│ │ ├── manifest.json
│ │ ├── package.json
│ │ ├── README.md
│ │ └── src
│ │ ├── bind.js
│ │ ├── defaults.js
│ │ ├── info.js
│ │ ├── intro.js
│ │ ├── main.js
│ │ ├── outro.js
│ │ ├── public.js
│ │ ├── scss
│ │ │ └── wizard.scss
│ │ ├── setup.js
│ │ ├── step.js
│ │ ├── support.js
│ │ ├── util.js
│ │ └── wizard.js
│ ├── jsgrid
│ │ ├── bower.json
│ │ ├── css
│ │ │ ├── icons-2x.png
│ │ │ ├── icons.png
│ │ │ ├── jsgrid.css
│ │ │ └── theme.css
│ │ ├── db.js
│ │ ├── demos
│ │ │ ├── basic.html
│ │ │ ├── batch-delete.html
│ │ │ ├── custom-grid-field.html
│ │ │ ├── custom-load-indicator.html
│ │ │ ├── custom-row-renderer.html
│ │ │ ├── custom-view.html
│ │ │ ├── data-manipulation.html
│ │ │ ├── db.js
│ │ │ ├── demos.css
│ │ │ ├── external-pager.html
│ │ │ ├── index.html
│ │ │ ├── loading-by-page.html
│ │ │ ├── localization.html
│ │ │ ├── odata-service.html
│ │ │ ├── rows-reordering.html
│ │ │ ├── sorting.html
│ │ │ ├── static-data.html
│ │ │ └── validation.html
│ │ ├── dist
│ │ │ ├── jsgrid.css
│ │ │ ├── jsgrid.js
│ │ │ ├── jsgrid.min.css
│ │ │ ├── jsgrid.min.js
│ │ │ ├── jsgrid-theme.css
│ │ │ └── jsgrid-theme.min.css
│ │ ├── external
│ │ │ ├── jquery
│ │ │ │ └── jquery-1.8.3.js
│ │ │ └── qunit
│ │ │ ├── qunit-1.10.0.css
│ │ │ └── qunit-1.10.0.js
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── fields
│ │ │ │ ├── jsgrid.field.checkbox.js
│ │ │ │ ├── jsgrid.field.control.js
│ │ │ │ ├── jsgrid.field.number.js
│ │ │ │ ├── jsgrid.field.select.js
│ │ │ │ ├── jsgrid.field.textarea.js
│ │ │ │ └── jsgrid.field.text.js
│ │ │ ├── i18n
│ │ │ │ ├── de.js
│ │ │ │ ├── es.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── he.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── ka.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── jsgrid.core.js
│ │ │ ├── jsgrid.field.js
│ │ │ ├── jsgrid.load-indicator.js
│ │ │ ├── jsgrid.load-strategies.js
│ │ │ ├── jsgrid.sort-strategies.js
│ │ │ └── jsgrid.validation.js
│ │ └── tests
│ │ ├── index.html
│ │ ├── jsgrid.field.tests.js
│ │ ├── jsgrid.sort-strategies.tests.js
│ │ ├── jsgrid.tests.js
│ │ └── jsgrid.validation.tests.js
│ ├── jtable
│ │ ├── extensions
│ │ │ ├── jquery.jtable.aspnetpagemethods.js
│ │ │ └── jquery.jtable.aspnetpagemethods.min.js
│ │ ├── external
│ │ │ ├── json2.js
│ │ │ └── json2.min.js
│ │ ├── jquery.jtable.js
│ │ ├── jquery.jtable.min.js
│ │ ├── localization
│ │ │ ├── jquery.jtable.bd.js
│ │ │ ├── jquery.jtable.ca.js
│ │ │ ├── jquery.jtable.cz.js
│ │ │ ├── jquery.jtable.de.js
│ │ │ ├── jquery.jtable.es.js
│ │ │ ├── jquery.jtable.fa.js
│ │ │ ├── jquery.jtable.fr.js
│ │ │ ├── jquery.jtable.hr.js
│ │ │ ├── jquery.jtable.hu.js
│ │ │ ├── jquery.jtable.id.js
│ │ │ ├── jquery.jtable.it.js
│ │ │ ├── jquery.jtable.lt.js
│ │ │ ├── jquery.jtable.nl-NL.js
│ │ │ ├── jquery.jtable.no.js
│ │ │ ├── jquery.jtable.pl.js
│ │ │ ├── jquery.jtable.pt-BR.js
│ │ │ ├── jquery.jtable.pt-PT.js
│ │ │ ├── jquery.jtable.ro.js
│ │ │ ├── jquery.jtable.ru.js
│ │ │ ├── jquery.jtable.se.js
│ │ │ ├── jquery.jtable.tr.js
│ │ │ ├── jquery.jtable.vi.js
│ │ │ └── jquery.jtable.zh-CN.js
│ │ └── themes
│ │ ├── basic
│ │ │ ├── close.png
│ │ │ ├── column-asc.png
│ │ │ ├── column-desc.png
│ │ │ ├── column-sortable.png
│ │ │ ├── delete.png
│ │ │ ├── edit.png
│ │ │ ├── jtable_basic.css
│ │ │ ├── jtable_basic.less
│ │ │ └── jtable_basic.min.css
│ │ ├── jqueryui
│ │ │ ├── add.png
│ │ │ ├── bg-thead.png
│ │ │ ├── close.png
│ │ │ ├── column-asc.png
│ │ │ ├── column-desc.png
│ │ │ ├── column-sortable.png
│ │ │ ├── delete.png
│ │ │ ├── edit.png
│ │ │ ├── jtable_jqueryui.css
│ │ │ ├── jtable_jqueryui.less
│ │ │ ├── jtable_jqueryui.min.css
│ │ │ └── loading.gif
│ │ ├── jtable_theme_base.less
│ │ ├── lightcolor
│ │ │ ├── add.png
│ │ │ ├── bg-thead.png
│ │ │ ├── blue
│ │ │ │ ├── jtable.css
│ │ │ │ ├── jtable.less
│ │ │ │ ├── jtable.min.css
│ │ │ │ └── loading.gif
│ │ │ ├── close.png
│ │ │ ├── column-asc.png
│ │ │ ├── column-desc.png
│ │ │ ├── column-sortable.png
│ │ │ ├── delete.png
│ │ │ ├── edit.png
│ │ │ ├── gray
│ │ │ │ ├── jtable.css
│ │ │ │ ├── jtable.less
│ │ │ │ ├── jtable.min.css
│ │ │ │ └── loading.gif
│ │ │ ├── green
│ │ │ │ ├── jtable.css
│ │ │ │ ├── jtable.less
│ │ │ │ ├── jtable.min.css
│ │ │ │ └── loading.gif
│ │ │ ├── jtable_lightcolor_base.less
│ │ │ ├── orange
│ │ │ │ ├── jtable.css
│ │ │ │ ├── jtable.less
│ │ │ │ ├── jtable.min.css
│ │ │ │ └── loading.gif
│ │ │ └── red
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ └── metro
│ │ ├── add.png
│ │ ├── blue
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── brown
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── close.png
│ │ ├── column-asc.png
│ │ ├── column-desc.png
│ │ ├── column-sortable.png
│ │ ├── crimson
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── darkgray
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── darkorange
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── delete.png
│ │ ├── edit.png
│ │ ├── green
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── jtable_metro_base.css
│ │ ├── jtable_metro_base.less
│ │ ├── jtable_metro_base.min.css
│ │ ├── lightgray
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── pink
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ ├── purple
│ │ │ ├── jtable.css
│ │ │ ├── jtable.less
│ │ │ ├── jtable.min.css
│ │ │ └── loading.gif
│ │ └── red
│ │ ├── jtable.css
│ │ ├── jtable.less
│ │ ├── jtable.min.css
│ │ └── loading.gif
│ ├── knob
│ │ ├── jquery.knob.js
│ │ └── jquery.knob.min.js
│ ├── magnific-popup
│ │ ├── dist
│ │ │ ├── jquery.magnific-popup.js
│ │ │ ├── jquery.magnific-popup.min.js
│ │ │ └── magnific-popup.css
│ │ └── src
│ │ ├── css
│ │ │ ├── main.scss
│ │ │ └── _settings.scss
│ │ └── js
│ │ ├── ajax.js
│ │ ├── core.js
│ │ ├── fastclick.js
│ │ ├── gallery.js
│ │ ├── iframe.js
│ │ ├── image.js
│ │ ├── inline.js
│ │ ├── retina.js
│ │ └── zoom.js
│ ├── Magnific-Popup-master
│ │ ├── bower.json
│ │ ├── composer.json
│ │ ├── dist
│ │ │ ├── jquery.magnific-popup-init.js
│ │ │ ├── jquery.magnific-popup.js
│ │ │ ├── jquery.magnific-popup.min.js
│ │ │ └── magnific-popup.css
│ │ ├── Gruntfile.js
│ │ ├── libs
│ │ │ ├── jquery
│ │ │ │ └── jquery.js
│ │ │ ├── jquery-loader.js
│ │ │ └── qunit
│ │ │ ├── qunit.css
│ │ │ └── qunit.js
│ │ ├── LICENSE
│ │ ├── magnific-popup.jquery.json
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── css
│ │ │ │ ├── main.scss
│ │ │ │ └── _settings.scss
│ │ │ └── js
│ │ │ ├── ajax.js
│ │ │ ├── core.js
│ │ │ ├── gallery.js
│ │ │ ├── iframe.js
│ │ │ ├── image.js
│ │ │ ├── inline.js
│ │ │ ├── retina.js
│ │ │ └── zoom.js
│ │ └── website
│ │ ├── documentation.md
│ │ ├── _includes
│ │ │ ├── analytics.html
│ │ │ ├── build-tool.html
│ │ │ ├── examples.html
│ │ │ ├── logo.html
│ │ │ └── signup.html
│ │ ├── index.html
│ │ ├── _layouts
│ │ │ └── default.html
│ │ ├── site-assets
│ │ │ ├── ajax
│ │ │ │ ├── test-ajax-2.html
│ │ │ │ └── test-ajax.html
│ │ │ └── site.css
│ │ ├── third-party-libs
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ ├── uglify.js
│ │ │ ├── zepto.js
│ │ │ └── zepto.min.js
│ │ └── wordpress.html
│ ├── mjolnic-bootstrap-colorpicker
│ │ └── dist
│ │ ├── css
│ │ │ ├── bootstrap-colorpicker.css
│ │ │ └── bootstrap-colorpicker.min.css
│ │ ├── img
│ │ │ └── bootstrap-colorpicker
│ │ │ ├── alpha-horizontal.png
│ │ │ ├── alpha.png
│ │ │ ├── hue-horizontal.png
│ │ │ ├── hue.png
│ │ │ └── saturation.png
│ │ └── js
│ │ ├── bootstrap-colorpicker.js
│ │ └── bootstrap-colorpicker.min.js
│ ├── mocha
│ │ ├── bower.json
│ │ ├── History.md
│ │ ├── LICENSE
│ │ ├── media
│ │ │ └── logo.svg
│ │ ├── mocha.css
│ │ ├── mocha.js
│ │ └── Readme.md
│ ├── moment
│ │ ├── min
│ │ │ ├── locales.js
│ │ │ ├── locales.min.js
│ │ │ ├── moment.min.js
│ │ │ ├── moment-with-locales.js
│ │ │ ├── moment-with-locales.min.js
│ │ │ └── tests.js
│ │ ├── moment.js
│ │ └── src
│ │ ├── lib
│ │ │ ├── create
│ │ │ │ ├── check-overflow.js
│ │ │ │ ├── date-from-array.js
│ │ │ │ ├── from-anything.js
│ │ │ │ ├── from-array.js
│ │ │ │ ├── from-object.js
│ │ │ │ ├── from-string-and-array.js
│ │ │ │ ├── from-string-and-format.js
│ │ │ │ ├── from-string.js
│ │ │ │ ├── local.js
│ │ │ │ ├── parsing-flags.js
│ │ │ │ ├── utc.js
│ │ │ │ └── valid.js
│ │ │ ├── duration
│ │ │ │ ├── abs.js
│ │ │ │ ├── add-subtract.js
│ │ │ │ ├── as.js
│ │ │ │ ├── bubble.js
│ │ │ │ ├── constructor.js
│ │ │ │ ├── create.js
│ │ │ │ ├── duration.js
│ │ │ │ ├── get.js
│ │ │ │ ├── humanize.js
│ │ │ │ ├── iso-string.js
│ │ │ │ └── prototype.js
│ │ │ ├── format
│ │ │ │ └── format.js
│ │ │ ├── locale
│ │ │ │ ├── calendar.js
│ │ │ │ ├── constructor.js
│ │ │ │ ├── en.js
│ │ │ │ ├── formats.js
│ │ │ │ ├── invalid.js
│ │ │ │ ├── lists.js
│ │ │ │ ├── locale.js
│ │ │ │ ├── locales.js
│ │ │ │ ├── ordinal.js
│ │ │ │ ├── pre-post-format.js
│ │ │ │ ├── prototype.js
│ │ │ │ ├── relative.js
│ │ │ │ └── set.js
│ │ │ ├── moment
│ │ │ │ ├── add-subtract.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── clone.js
│ │ │ │ ├── compare.js
│ │ │ │ ├── constructor.js
│ │ │ │ ├── diff.js
│ │ │ │ ├── format.js
│ │ │ │ ├── from.js
│ │ │ │ ├── get-set.js
│ │ │ │ ├── locale.js
│ │ │ │ ├── min-max.js
│ │ │ │ ├── moment.js
│ │ │ │ ├── prototype.js
│ │ │ │ ├── start-end-of.js
│ │ │ │ ├── to.js
│ │ │ │ ├── to-type.js
│ │ │ │ └── valid.js
│ │ │ ├── parse
│ │ │ │ ├── regex.js
│ │ │ │ └── token.js
│ │ │ ├── units
│ │ │ │ ├── aliases.js
│ │ │ │ ├── constants.js
│ │ │ │ ├── day-of-month.js
│ │ │ │ ├── day-of-week.js
│ │ │ │ ├── day-of-year.js
│ │ │ │ ├── hour.js
│ │ │ │ ├── millisecond.js
│ │ │ │ ├── minute.js
│ │ │ │ ├── month.js
│ │ │ │ ├── offset.js
│ │ │ │ ├── quarter.js
│ │ │ │ ├── second.js
│ │ │ │ ├── timestamp.js
│ │ │ │ ├── timezone.js
│ │ │ │ ├── units.js
│ │ │ │ ├── week.js
│ │ │ │ ├── week-year.js
│ │ │ │ └── year.js
│ │ │ └── utils
│ │ │ ├── abs-ceil.js
│ │ │ ├── abs-floor.js
│ │ │ ├── compare-arrays.js
│ │ │ ├── defaults.js
│ │ │ ├── deprecate.js
│ │ │ ├── extend.js
│ │ │ ├── has-own-prop.js
│ │ │ ├── hooks.js
│ │ │ ├── is-array.js
│ │ │ ├── is-date.js
│ │ │ ├── map.js
│ │ │ ├── to-int.js
│ │ │ └── zero-fill.js
│ │ ├── locale
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── ar-ma.js
│ │ │ ├── ar-sa.js
│ │ │ ├── ar-tn.js
│ │ │ ├── az.js
│ │ │ ├── be.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bo.js
│ │ │ ├── br.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── cv.js
│ │ │ ├── cy.js
│ │ │ ├── da.js
│ │ │ ├── de-at.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en-au.js
│ │ │ ├── en-ca.js
│ │ │ ├── en-gb.js
│ │ │ ├── eo.js
│ │ │ ├── es.js
│ │ │ ├── et.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fo.js
│ │ │ ├── fr-ca.js
│ │ │ ├── fr.js
│ │ │ ├── fy.js
│ │ │ ├── gl.js
│ │ │ ├── he.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hu.js
│ │ │ ├── hy-am.js
│ │ │ ├── id.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── jv.js
│ │ │ ├── ka.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── lb.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── me.js
│ │ │ ├── mk.js
│ │ │ ├── ml.js
│ │ │ ├── mr.js
│ │ │ ├── ms.js
│ │ │ ├── ms-my.js
│ │ │ ├── my.js
│ │ │ ├── nb.js
│ │ │ ├── ne.js
│ │ │ ├── nl.js
│ │ │ ├── nn.js
│ │ │ ├── pl.js
│ │ │ ├── pt-br.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── si.js
│ │ │ ├── sk.js
│ │ │ ├── sl.js
│ │ │ ├── sq.js
│ │ │ ├── sr-cyrl.js
│ │ │ ├── sr.js
│ │ │ ├── sv.js
│ │ │ ├── ta.js
│ │ │ ├── th.js
│ │ │ ├── tl-ph.js
│ │ │ ├── tr.js
│ │ │ ├── tzl.js
│ │ │ ├── tzm.js
│ │ │ ├── tzm-latn.js
│ │ │ ├── uk.js
│ │ │ ├── uz.js
│ │ │ ├── vi.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ └── moment.js
│ ├── morrisjs
│ │ ├── bower.json
│ │ ├── bower.travis.json
│ │ ├── examples
│ │ │ ├── area-as-line.html
│ │ │ ├── area.html
│ │ │ ├── bar-colors.html
│ │ │ ├── bar.html
│ │ │ ├── bar-no-axes.html
│ │ │ ├── days.html
│ │ │ ├── decimal-custom-hover.html
│ │ │ ├── diagonal-xlabels-bar.html
│ │ │ ├── diagonal-xlabels.html
│ │ │ ├── donut-colors.html
│ │ │ ├── donut-formatter.html
│ │ │ ├── donut.html
│ │ │ ├── dst.html
│ │ │ ├── events.html
│ │ │ ├── goals.html
│ │ │ ├── lib
│ │ │ │ ├── example.css
│ │ │ │ └── example.js
│ │ │ ├── months-no-smooth.html
│ │ │ ├── negative.html
│ │ │ ├── no-grid.html
│ │ │ ├── non-continuous.html
│ │ │ ├── non-date.html
│ │ │ ├── quarters.html
│ │ │ ├── resize.html
│ │ │ ├── stacked_bars.html
│ │ │ ├── _template.html
│ │ │ ├── timestamps.html
│ │ │ ├── updating.html
│ │ │ ├── weeks.html
│ │ │ └── years.html
│ │ ├── Gruntfile.js
│ │ ├── less
│ │ │ └── morris.core.less
│ │ ├── lib
│ │ │ ├── morris.area.coffee
│ │ │ ├── morris.bar.coffee
│ │ │ ├── morris.coffee
│ │ │ ├── morris.donut.coffee
│ │ │ ├── morris.grid.coffee
│ │ │ ├── morris.hover.coffee
│ │ │ └── morris.line.coffee
│ │ ├── morris.css
│ │ ├── morris.js
│ │ ├── morris.min.js
│ │ ├── package.json
│ │ ├── README.md
│ │ └── spec
│ │ ├── lib
│ │ │ ├── area
│ │ │ │ └── area_spec.coffee
│ │ │ ├── bar
│ │ │ │ ├── bar_spec.coffee
│ │ │ │ └── colours.coffee
│ │ │ ├── commas_spec.coffee
│ │ │ ├── donut
│ │ │ │ └── donut_spec.coffee
│ │ │ ├── grid
│ │ │ │ ├── auto_grid_lines_spec.coffee
│ │ │ │ ├── set_data_spec.coffee
│ │ │ │ └── y_label_format_spec.coffee
│ │ │ ├── hover_spec.coffee
│ │ │ ├── label_series_spec.coffee
│ │ │ ├── line
│ │ │ │ └── line_spec.coffee
│ │ │ ├── pad_spec.coffee
│ │ │ └── parse_time_spec.coffee
│ │ ├── specs.html
│ │ ├── support
│ │ │ └── placeholder.coffee
│ │ └── viz
│ │ ├── examples.js
│ │ ├── exemplary
│ │ │ ├── area0.png
│ │ │ ├── bar0.png
│ │ │ ├── line0.png
│ │ │ └── stacked_bar0.png
│ │ ├── run.sh
│ │ ├── test.html
│ │ └── visual_specs.js
│ ├── multiselect
│ │ ├── css
│ │ │ └── multi-select.css
│ │ ├── img
│ │ │ └── switch.png
│ │ └── js
│ │ └── jquery.multi-select.js
│ ├── nestable
│ │ ├── jquery.nestable.js
│ │ └── nestable.css
│ ├── owl.carousel
│ │ ├── owl.carousel.js
│ │ ├── owl.carousel.min.css
│ │ ├── owl.carousel.min.js
│ │ ├── owl.carousel - Shortcut.lnk
│ │ ├── owl.custom.js
│ │ └── owl.theme.default.css
│ ├── peity
│ │ ├── jquery.peity.init.js
│ │ └── jquery.peity.min.js
│ ├── pretify
│ │ └── prettify.js
│ ├── prism
│ │ ├── prism.css
│ │ ├── prism.js
│ │ └── prism-old.css
│ ├── raphael
│ │ ├── bower.json
│ │ ├── dev
│ │ │ ├── amdDev.js
│ │ │ ├── index.js
│ │ │ └── require.js
│ │ ├── license.txt
│ │ ├── raphael.js
│ │ └── raphael-min.js
│ ├── register-steps
│ │ ├── jquery.easing.min.js
│ │ ├── register-init.js
│ │ └── steps.css
│ ├── select2
│ │ ├── bower.json
│ │ ├── component.json
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── dist
│ │ │ ├── css
│ │ │ │ ├── select2.css
│ │ │ │ └── select2.min.css
│ │ │ └── js
│ │ │ ├── i18n
│ │ │ │ ├── ar.js
│ │ │ │ ├── az.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-BR.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sr-Cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── select2.full.js
│ │ │ ├── select2.full.min.js
│ │ │ ├── select2.js
│ │ │ └── select2.min.js
│ │ ├── docs
│ │ │ ├── announcements-4.0.html
│ │ │ ├── browserconfig.xml
│ │ │ ├── community.html
│ │ │ ├── css
│ │ │ │ ├── bootstrap.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ └── s2-docs.scss
│ │ │ ├── dist
│ │ │ ├── examples.html
│ │ │ ├── images
│ │ │ │ ├── android-chrome-36x36.png
│ │ │ │ ├── android-chrome-48x48.png
│ │ │ │ ├── android-chrome-72x72.png
│ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ ├── apple-touch-icon.png
│ │ │ │ ├── apple-touch-icon-precomposed.png
│ │ │ │ ├── favicon-16x16.png
│ │ │ │ ├── favicon-32x32.png
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── logo.png
│ │ │ │ ├── manifest.json
│ │ │ │ ├── mstile-150x150.png
│ │ │ │ ├── mstile-310x150.png
│ │ │ │ ├── mstile-70x70.png
│ │ │ │ └── safari-pinned-tab.svg
│ │ │ ├── _includes
│ │ │ │ ├── examples
│ │ │ │ │ ├── basics.html
│ │ │ │ │ ├── data.html
│ │ │ │ │ ├── disabled-mode.html
│ │ │ │ │ ├── disabled-results.html
│ │ │ │ │ ├── hide-search.html
│ │ │ │ │ ├── localization-rtl-diacritics.html
│ │ │ │ │ ├── matcher.html
│ │ │ │ │ ├── multiple-max.html
│ │ │ │ │ ├── placeholders.html
│ │ │ │ │ ├── programmatic-control.html
│ │ │ │ │ ├── tags.html
│ │ │ │ │ ├── themes-templating-responsive-design.html
│ │ │ │ │ └── tokenizer.html
│ │ │ │ ├── footer.html
│ │ │ │ ├── ga.html
│ │ │ │ ├── head.html
│ │ │ │ ├── js-source-states.html
│ │ │ │ ├── nav
│ │ │ │ │ ├── announcements-4.0.html
│ │ │ │ │ ├── examples.html
│ │ │ │ │ ├── options.html
│ │ │ │ │ └── options-old.html
│ │ │ │ ├── navigation.html
│ │ │ │ ├── notice-previous.html
│ │ │ │ ├── options
│ │ │ │ │ ├── compatibility
│ │ │ │ │ │ ├── initial-selection.html
│ │ │ │ │ │ ├── introduction.html
│ │ │ │ │ │ ├── matcher.html
│ │ │ │ │ │ ├── query-function.html
│ │ │ │ │ │ └── text-input.html
│ │ │ │ │ ├── compatibility.html
│ │ │ │ │ ├── core
│ │ │ │ │ │ ├── amd-support.html
│ │ │ │ │ │ ├── data-attributes.html
│ │ │ │ │ │ └── options.html
│ │ │ │ │ ├── core.html
│ │ │ │ │ ├── data
│ │ │ │ │ │ ├── ajax.html
│ │ │ │ │ │ ├── array.html
│ │ │ │ │ │ └── select.html
│ │ │ │ │ ├── data.html
│ │ │ │ │ ├── dropdown
│ │ │ │ │ │ ├── filtering.html
│ │ │ │ │ │ ├── placement.html
│ │ │ │ │ │ ├── selections.html
│ │ │ │ │ │ └── tagging.html
│ │ │ │ │ ├── dropdown.html
│ │ │ │ │ ├── events
│ │ │ │ │ │ ├── internal.html
│ │ │ │ │ │ └── jquery.html
│ │ │ │ │ ├── events.html
│ │ │ │ │ ├── introduction.html
│ │ │ │ │ ├── not-written.html
│ │ │ │ │ ├── selections
│ │ │ │ │ │ ├── clearing-selections.html
│ │ │ │ │ │ ├── multiple.html
│ │ │ │ │ │ ├── placeholder.html
│ │ │ │ │ │ └── templating.html
│ │ │ │ │ └── selections.html
│ │ │ │ ├── options-old
│ │ │ │ │ ├── adapters.html
│ │ │ │ │ ├── backwards-compatibility.html
│ │ │ │ │ ├── core-options.html
│ │ │ │ │ ├── dropdown.html
│ │ │ │ │ ├── events.html
│ │ │ │ │ └── setting-default-options.html
│ │ │ │ └── social-buttons.html
│ │ │ ├── index.html
│ │ │ ├── _layouts
│ │ │ │ ├── default.html
│ │ │ │ └── home.html
│ │ │ ├── options.html
│ │ │ ├── options-old.html
│ │ │ ├── README.md
│ │ │ ├── _sass
│ │ │ │ ├── _alert.scss
│ │ │ │ ├── _anchorjs.scss
│ │ │ │ ├── _buttons.scss
│ │ │ │ ├── _code.scss
│ │ │ │ ├── _dl-panels.scss
│ │ │ │ ├── _examples.scss
│ │ │ │ ├── _featurette.scss
│ │ │ │ ├── _footer.scss
│ │ │ │ ├── _hamburger.scss
│ │ │ │ ├── _home.scss
│ │ │ │ ├── _jumbotron.scss
│ │ │ │ ├── _layout.scss
│ │ │ │ ├── _nav.scss
│ │ │ │ ├── _prettify.scss
│ │ │ │ ├── _result-repository.scss
│ │ │ │ ├── _sidenav.scss
│ │ │ │ ├── _social.scss
│ │ │ │ ├── _syntax-highlighting.scss
│ │ │ │ ├── _typography.scss
│ │ │ │ └── vendor
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ ├── _badges.scss
│ │ │ │ │ ├── _breadcrumbs.scss
│ │ │ │ │ ├── _button-groups.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _carousel.scss
│ │ │ │ │ ├── _close.scss
│ │ │ │ │ ├── _code.scss
│ │ │ │ │ ├── _component-animations.scss
│ │ │ │ │ ├── _dropdowns.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _glyphicons.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _input-groups.scss
│ │ │ │ │ ├── _jumbotron.scss
│ │ │ │ │ ├── _labels.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _media.scss
│ │ │ │ │ ├── mixins
│ │ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ │ ├── _background-variant.scss
│ │ │ │ │ │ ├── _border-radius.scss
│ │ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ │ ├── _center-block.scss
│ │ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ │ ├── _forms.scss
│ │ │ │ │ │ ├── _gradients.scss
│ │ │ │ │ │ ├── _grid-framework.scss
│ │ │ │ │ │ ├── _grid.scss
│ │ │ │ │ │ ├── _hide-text.scss
│ │ │ │ │ │ ├── _image.scss
│ │ │ │ │ │ ├── _labels.scss
│ │ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ │ ├── _nav-vertical-align.scss
│ │ │ │ │ │ ├── _opacity.scss
│ │ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ │ ├── _panels.scss
│ │ │ │ │ │ ├── _progress-bar.scss
│ │ │ │ │ │ ├── _reset-filter.scss
│ │ │ │ │ │ ├── _reset-text.scss
│ │ │ │ │ │ ├── _resize.scss
│ │ │ │ │ │ ├── _responsive-visibility.scss
│ │ │ │ │ │ ├── _size.scss
│ │ │ │ │ │ ├── _tab-focus.scss
│ │ │ │ │ │ ├── _table-row.scss
│ │ │ │ │ │ ├── _text-emphasis.scss
│ │ │ │ │ │ ├── _text-overflow.scss
│ │ │ │ │ │ └── _vendor-prefixes.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _modals.scss
│ │ │ │ │ ├── _navbar.scss
│ │ │ │ │ ├── _navs.scss
│ │ │ │ │ ├── _normalize.scss
│ │ │ │ │ ├── _pager.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _panels.scss
│ │ │ │ │ ├── _popovers.scss
│ │ │ │ │ ├── _print.scss
│ │ │ │ │ ├── _progress-bars.scss
│ │ │ │ │ ├── _responsive-embed.scss
│ │ │ │ │ ├── _responsive-utilities.scss
│ │ │ │ │ ├── _scaffolding.scss
│ │ │ │ │ ├── _tables.scss
│ │ │ │ │ ├── _theme.scss
│ │ │ │ │ ├── _thumbnails.scss
│ │ │ │ │ ├── _tooltip.scss
│ │ │ │ │ ├── _type.scss
│ │ │ │ │ ├── _utilities.scss
│ │ │ │ │ ├── _variables.scss
│ │ │ │ │ └── _wells.scss
│ │ │ │ └── font-awesome
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ └── vendor
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── images
│ │ │ │ └── flags
│ │ │ │ ├── ak.png
│ │ │ │ ├── al.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── az.png
│ │ │ │ ├── ca.png
│ │ │ │ ├── co.png
│ │ │ │ ├── ct.png
│ │ │ │ ├── de.png
│ │ │ │ ├── fl.png
│ │ │ │ ├── ga.png
│ │ │ │ ├── hi.png
│ │ │ │ ├── ia.png
│ │ │ │ ├── id.png
│ │ │ │ ├── il.png
│ │ │ │ ├── in.png
│ │ │ │ ├── ks.png
│ │ │ │ ├── ky.png
│ │ │ │ ├── la.png
│ │ │ │ ├── ma.png
│ │ │ │ ├── md.png
│ │ │ │ ├── me.png
│ │ │ │ ├── mi.png
│ │ │ │ ├── mn.png
│ │ │ │ ├── mo.png
│ │ │ │ ├── ms.png
│ │ │ │ ├── mt.png
│ │ │ │ ├── nc.png
│ │ │ │ ├── nd.png
│ │ │ │ ├── ne.png
│ │ │ │ ├── nh.png
│ │ │ │ ├── nj.png
│ │ │ │ ├── nm.png
│ │ │ │ ├── nv.png
│ │ │ │ ├── ny.png
│ │ │ │ ├── oh.png
│ │ │ │ ├── ok.png
│ │ │ │ ├── or.png
│ │ │ │ ├── pa.png
│ │ │ │ ├── ri.png
│ │ │ │ ├── sc.png
│ │ │ │ ├── sd.png
│ │ │ │ ├── tn.png
│ │ │ │ ├── tx.png
│ │ │ │ ├── ut.png
│ │ │ │ ├── va.png
│ │ │ │ ├── vt.png
│ │ │ │ ├── wa.png
│ │ │ │ ├── wi.png
│ │ │ │ ├── wv.png
│ │ │ │ └── wy.png
│ │ │ └── js
│ │ │ ├── anchor.min.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── placeholders.jquery.min.js
│ │ │ └── prettify.min.js
│ │ ├── Gruntfile.js
│ │ ├── ISSUE_TEMPLATE.md
│ │ ├── LICENSE.md
│ │ ├── package.json
│ │ ├── PULL_REQUEST_TEMPLATE.md
│ │ ├── README.md
│ │ ├── select2.jquery.json
│ │ ├── src
│ │ │ ├── js
│ │ │ │ ├── banner.end.js
│ │ │ │ ├── banner.start.js
│ │ │ │ ├── jquery.mousewheel.shim.js
│ │ │ │ ├── jquery.select2.js
│ │ │ │ ├── jquery.shim.js
│ │ │ │ ├── select2
│ │ │ │ │ ├── compat
│ │ │ │ │ │ ├── containerCss.js
│ │ │ │ │ │ ├── dropdownCss.js
│ │ │ │ │ │ ├── initSelection.js
│ │ │ │ │ │ ├── inputData.js
│ │ │ │ │ │ ├── matcher.js
│ │ │ │ │ │ ├── query.js
│ │ │ │ │ │ └── utils.js
│ │ │ │ │ ├── core.js
│ │ │ │ │ ├── data
│ │ │ │ │ │ ├── ajax.js
│ │ │ │ │ │ ├── array.js
│ │ │ │ │ │ ├── base.js
│ │ │ │ │ │ ├── maximumInputLength.js
│ │ │ │ │ │ ├── maximumSelectionLength.js
│ │ │ │ │ │ ├── minimumInputLength.js
│ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ ├── tags.js
│ │ │ │ │ │ └── tokenizer.js
│ │ │ │ │ ├── defaults.js
│ │ │ │ │ ├── diacritics.js
│ │ │ │ │ ├── dropdown
│ │ │ │ │ │ ├── attachBody.js
│ │ │ │ │ │ ├── attachContainer.js
│ │ │ │ │ │ ├── closeOnSelect.js
│ │ │ │ │ │ ├── hidePlaceholder.js
│ │ │ │ │ │ ├── infiniteScroll.js
│ │ │ │ │ │ ├── minimumResultsForSearch.js
│ │ │ │ │ │ ├── search.js
│ │ │ │ │ │ ├── selectOnClose.js
│ │ │ │ │ │ └── stopPropagation.js
│ │ │ │ │ ├── dropdown.js
│ │ │ │ │ ├── i18n
│ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ ├── az.js
│ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ ├── eu.js
│ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ ├── is.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ ├── ms.js
│ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ ├── pt-BR.js
│ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ ├── sr-Cyrl.js
│ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ ├── zh-CN.js
│ │ │ │ │ │ └── zh-TW.js
│ │ │ │ │ ├── keys.js
│ │ │ │ │ ├── options.js
│ │ │ │ │ ├── results.js
│ │ │ │ │ ├── selection
│ │ │ │ │ │ ├── allowClear.js
│ │ │ │ │ │ ├── base.js
│ │ │ │ │ │ ├── clickMask.js
│ │ │ │ │ │ ├── eventRelay.js
│ │ │ │ │ │ ├── multiple.js
│ │ │ │ │ │ ├── placeholder.js
│ │ │ │ │ │ ├── search.js
│ │ │ │ │ │ ├── single.js
│ │ │ │ │ │ └── stopPropagation.js
│ │ │ │ │ ├── translation.js
│ │ │ │ │ └── utils.js
│ │ │ │ ├── wrapper.end.js
│ │ │ │ └── wrapper.start.js
│ │ │ └── scss
│ │ │ ├── core.scss
│ │ │ ├── _dropdown.scss
│ │ │ ├── mixins
│ │ │ │ └── _gradients.scss
│ │ │ ├── _multiple.scss
│ │ │ ├── _single.scss
│ │ │ └── theme
│ │ │ ├── classic
│ │ │ │ ├── _defaults.scss
│ │ │ │ ├── layout.scss
│ │ │ │ ├── _multiple.scss
│ │ │ │ └── _single.scss
│ │ │ └── default
│ │ │ ├── layout.scss
│ │ │ ├── _multiple.scss
│ │ │ └── _single.scss
│ │ ├── tests
│ │ │ ├── a11y
│ │ │ │ ├── search-tests.js
│ │ │ │ └── selection-tests.js
│ │ │ ├── data
│ │ │ │ ├── array-tests.js
│ │ │ │ ├── base-tests.js
│ │ │ │ ├── inputData-tests.js
│ │ │ │ ├── maximumInputLength-tests.js
│ │ │ │ ├── maximumSelectionLength-tests.js
│ │ │ │ ├── minimumInputLength-tests.js
│ │ │ │ ├── select-tests.js
│ │ │ │ ├── tags-tests.js
│ │ │ │ └── tokenizer-tests.js
│ │ │ ├── dropdown
│ │ │ │ ├── dropdownCss-tests.js
│ │ │ │ ├── positioning-tests.js
│ │ │ │ ├── selectOnClose-tests.js
│ │ │ │ └── stopPropagation-tests.js
│ │ │ ├── helpers.js
│ │ │ ├── integration
│ │ │ │ ├── dom-changes.js
│ │ │ │ ├── jquery-calls.js
│ │ │ │ └── select2-methods.js
│ │ │ ├── integration.html
│ │ │ ├── options
│ │ │ │ ├── ajax-tests.js
│ │ │ │ ├── data-tests.js
│ │ │ │ ├── deprecated-tests.js
│ │ │ │ ├── translation-tests.js
│ │ │ │ └── width-tests.js
│ │ │ ├── results
│ │ │ │ └── focusing-tests.js
│ │ │ ├── selection
│ │ │ │ ├── allowClear-tests.js
│ │ │ │ ├── containerCss-tests.js
│ │ │ │ ├── multiple-tests.js
│ │ │ │ ├── placeholder-tests.js
│ │ │ │ ├── search-tests.js
│ │ │ │ ├── single-tests.js
│ │ │ │ └── stopPropagation-tests.js
│ │ │ ├── unit.html
│ │ │ ├── utils
│ │ │ │ ├── decorator-tests.js
│ │ │ │ └── escapeMarkup-tests.js
│ │ │ └── vendor
│ │ │ ├── jquery-1.7.2.js
│ │ │ ├── qunit-1.23.1.css
│ │ │ └── qunit-1.23.1.js
│ │ └── vendor
│ │ └── jquery-2.1.0.js
│ ├── session-timeout
│ │ ├── idle
│ │ │ ├── jquery.idletimeout.js
│ │ │ ├── jquery.idletimer.js
│ │ │ └── session-timeout-idle-init.js
│ │ ├── jquery.sessionTimeout.min.js
│ │ ├── jquery.sessionTimeout.min.simple.modal.js
│ │ └── session-timeout-init.js
│ ├── sidebar-nav
│ │ ├── bower.json
│ │ ├── dist
│ │ │ ├── sidebar-nav.css
│ │ │ ├── sidebar-nav.js
│ │ │ ├── sidebar-nav.min.css
│ │ │ └── sidebar-nav.min.js
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ └── src
│ │ ├── metisMenu.css
│ │ └── metisMenu.js
│ ├── skycons
│ │ └── skycons.js
│ ├── sparkline
│ │ ├── jquery.charts-sparkline.js
│ │ └── jquery.sparkline.min.js
│ ├── sticky-kit-master
│ │ └── dist
│ │ ├── sticky-kit.js
│ │ └── sticky-kit.min.js
│ ├── styleswitcher
│ │ └── jQuery.style.switcher.js
│ ├── summernote
│ │ ├── dist
│ │ │ ├── font
│ │ │ │ ├── summernote.eot
│ │ │ │ ├── summernote.ttf
│ │ │ │ └── summernote.woff
│ │ │ ├── lang
│ │ │ │ ├── summernote-ar-AR.js
│ │ │ │ ├── summernote-ar-AR.min.js
│ │ │ │ ├── summernote-bg-BG.js
│ │ │ │ ├── summernote-bg-BG.min.js
│ │ │ │ ├── summernote-ca-ES.js
│ │ │ │ ├── summernote-ca-ES.min.js
│ │ │ │ ├── summernote-cs-CZ.js
│ │ │ │ ├── summernote-cs-CZ.min.js
│ │ │ │ ├── summernote-da-DK.js
│ │ │ │ ├── summernote-da-DK.min.js
│ │ │ │ ├── summernote-de-DE.js
│ │ │ │ ├── summernote-de-DE.min.js
│ │ │ │ ├── summernote-es-ES.js
│ │ │ │ ├── summernote-es-ES.min.js
│ │ │ │ ├── summernote-es-EU.js
│ │ │ │ ├── summernote-es-EU.min.js
│ │ │ │ ├── summernote-fa-IR.js
│ │ │ │ ├── summernote-fa-IR.min.js
│ │ │ │ ├── summernote-fi-FI.js
│ │ │ │ ├── summernote-fi-FI.min.js
│ │ │ │ ├── summernote-fr-FR.js
│ │ │ │ ├── summernote-fr-FR.min.js
│ │ │ │ ├── summernote-gl-ES.js
│ │ │ │ ├── summernote-gl-ES.min.js
│ │ │ │ ├── summernote-he-IL.js
│ │ │ │ ├── summernote-he-IL.min.js
│ │ │ │ ├── summernote-hr-HR.js
│ │ │ │ ├── summernote-hr-HR.min.js
│ │ │ │ ├── summernote-hu-HU.js
│ │ │ │ ├── summernote-hu-HU.min.js
│ │ │ │ ├── summernote-id-ID.js
│ │ │ │ ├── summernote-id-ID.min.js
│ │ │ │ ├── summernote-it-IT.js
│ │ │ │ ├── summernote-it-IT.min.js
│ │ │ │ ├── summernote-ja-JP.js
│ │ │ │ ├── summernote-ja-JP.min.js
│ │ │ │ ├── summernote-ko-KR.js
│ │ │ │ ├── summernote-ko-KR.min.js
│ │ │ │ ├── summernote-lt-LT.js
│ │ │ │ ├── summernote-lt-LT.min.js
│ │ │ │ ├── summernote-lt-LV.js
│ │ │ │ ├── summernote-lt-LV.min.js
│ │ │ │ ├── summernote-nb-NO.js
│ │ │ │ ├── summernote-nb-NO.min.js
│ │ │ │ ├── summernote-nl-NL.js
│ │ │ │ ├── summernote-nl-NL.min.js
│ │ │ │ ├── summernote-pl-PL.js
│ │ │ │ ├── summernote-pl-PL.min.js
│ │ │ │ ├── summernote-pt-BR.js
│ │ │ │ ├── summernote-pt-BR.min.js
│ │ │ │ ├── summernote-pt-PT.js
│ │ │ │ ├── summernote-pt-PT.min.js
│ │ │ │ ├── summernote-ro-RO.js
│ │ │ │ ├── summernote-ro-RO.min.js
│ │ │ │ ├── summernote-ru-RU.js
│ │ │ │ ├── summernote-ru-RU.min.js
│ │ │ │ ├── summernote-sk-SK.js
│ │ │ │ ├── summernote-sk-SK.min.js
│ │ │ │ ├── summernote-sl-SI.js
│ │ │ │ ├── summernote-sl-SI.min.js
│ │ │ │ ├── summernote-sr-RS.js
│ │ │ │ ├── summernote-sr-RS-Latin.js
│ │ │ │ ├── summernote-sr-RS-Latin.min.js
│ │ │ │ ├── summernote-sr-RS.min.js
│ │ │ │ ├── summernote-sv-SE.js
│ │ │ │ ├── summernote-sv-SE.min.js
│ │ │ │ ├── summernote-th-TH.js
│ │ │ │ ├── summernote-th-TH.min.js
│ │ │ │ ├── summernote-tr-TR.js
│ │ │ │ ├── summernote-tr-TR.min.js
│ │ │ │ ├── summernote-uk-UA.js
│ │ │ │ ├── summernote-uk-UA.min.js
│ │ │ │ ├── summernote-vi-VN.js
│ │ │ │ ├── summernote-vi-VN.min.js
│ │ │ │ ├── summernote-zh-CN.js
│ │ │ │ ├── summernote-zh-CN.min.js
│ │ │ │ ├── summernote-zh-TW.js
│ │ │ │ └── summernote-zh-TW.min.js
│ │ │ ├── plugin
│ │ │ │ ├── databasic
│ │ │ │ │ ├── summernote-ext-databasic.css
│ │ │ │ │ ├── summernote-ext-databasic.js
│ │ │ │ │ ├── summernote-ext-databasic.min.css
│ │ │ │ │ └── summernote-ext-databasic.min.js
│ │ │ │ ├── hello
│ │ │ │ │ ├── summernote-ext-hello.js
│ │ │ │ │ └── summernote-ext-hello.min.js
│ │ │ │ └── specialchars
│ │ │ │ ├── summernote-ext-specialchars.js
│ │ │ │ └── summernote-ext-specialchars.min.js
│ │ │ ├── summernote-bs3.css
│ │ │ ├── summernote.css
│ │ │ ├── summernote.js
│ │ │ └── summernote.min.js
│ │ ├── lang
│ │ │ ├── summernote-ar-AR.js
│ │ │ ├── summernote-bg-BG.js
│ │ │ ├── summernote-ca-ES.js
│ │ │ ├── summernote-cs-CZ.js
│ │ │ ├── summernote-da-DK.js
│ │ │ ├── summernote-de-DE.js
│ │ │ ├── summernote-es-ES.js
│ │ │ ├── summernote-es-EU.js
│ │ │ ├── summernote-fa-IR.js
│ │ │ ├── summernote-fi-FI.js
│ │ │ ├── summernote-fr-FR.js
│ │ │ ├── summernote-he-IL.js
│ │ │ ├── summernote-hu-HU.js
│ │ │ ├── summernote-id-ID.js
│ │ │ ├── summernote-it-IT.js
│ │ │ ├── summernote-ja-JP.js
│ │ │ ├── summernote-ko-KR.js
│ │ │ ├── summernote-lt-LT.js
│ │ │ ├── summernote-nb-NO.js
│ │ │ ├── summernote-nl-NL.js
│ │ │ ├── summernote-pl-PL.js
│ │ │ ├── summernote-pt-BR.js
│ │ │ ├── summernote-pt-PT.js
│ │ │ ├── summernote-ro-RO.js
│ │ │ ├── summernote-ru-RU.js
│ │ │ ├── summernote-sk-SK.js
│ │ │ ├── summernote-sl-SI.js
│ │ │ ├── summernote-sr-RS.js
│ │ │ ├── summernote-sr-RS-Latin.js
│ │ │ ├── summernote-sv-SE.js
│ │ │ ├── summernote-th-TH.js
│ │ │ ├── summernote-tr-TR.js
│ │ │ ├── summernote-uk-UA.js
│ │ │ ├── summernote-vi-VN.js
│ │ │ ├── summernote-zh-CN.js
│ │ │ └── summernote-zh-TW.js
│ │ ├── meteor
│ │ │ ├── package.js
│ │ │ ├── package-standalone.js
│ │ │ ├── publish.sh
│ │ │ ├── README.md
│ │ │ ├── runtests.sh
│ │ │ └── test.js
│ │ ├── plugin
│ │ │ ├── summernote-ext-hello.js
│ │ │ ├── summernote-ext-hint.js
│ │ │ └── summernote-ext-video.js
│ │ └── src
│ │ ├── css
│ │ │ ├── elements.css
│ │ │ └── summernote.css
│ │ ├── js
│ │ │ ├── app.js
│ │ │ ├── core
│ │ │ │ ├── agent.js
│ │ │ │ ├── async.js
│ │ │ │ ├── dom.js
│ │ │ │ ├── func.js
│ │ │ │ ├── key.js
│ │ │ │ ├── list.js
│ │ │ │ └── range.js
│ │ │ ├── defaults.js
│ │ │ ├── editing
│ │ │ │ ├── Bullet.js
│ │ │ │ ├── History.js
│ │ │ │ ├── Style.js
│ │ │ │ ├── Table.js
│ │ │ │ └── Typing.js
│ │ │ ├── EventHandler.js
│ │ │ ├── intro.js
│ │ │ ├── module
│ │ │ │ ├── Button.js
│ │ │ │ ├── Clipboard.js
│ │ │ │ ├── Codeview.js
│ │ │ │ ├── DragAndDrop.js
│ │ │ │ ├── Editor.js
│ │ │ │ ├── Fullscreen.js
│ │ │ │ ├── Handle.js
│ │ │ │ ├── HelpDialog.js
│ │ │ │ ├── ImageDialog.js
│ │ │ │ ├── LinkDialog.js
│ │ │ │ ├── Popover.js
│ │ │ │ ├── Statusbar.js
│ │ │ │ └── Toolbar.js
│ │ │ ├── outro.js
│ │ │ ├── Renderer.js
│ │ │ └── summernote.js
│ │ ├── less
│ │ │ ├── elements.less
│ │ │ └── summernote.less
│ │ └── sass
│ │ └── summernote.scss
│ ├── sweetalert
│ │ ├── jquery.sweet-alert.custom.js
│ │ ├── sweetalert.css
│ │ ├── sweetalert-dev.js
│ │ └── sweetalert.min.js
│ ├── switchery
│ │ ├── dist
│ │ │ ├── switchery.css
│ │ │ ├── switchery.js
│ │ │ ├── switchery.min.css
│ │ │ └── switchery.min.js
│ │ ├── meteor
│ │ │ ├── export.js
│ │ │ └── tests.js
│ │ ├── switchery.css
│ │ └── switchery.js
│ ├── tablesaw-master
│ │ ├── bower.json
│ │ ├── CONTRIBUTING.md
│ │ ├── demo
│ │ │ ├── ajax-init.html
│ │ │ ├── ajax-init-stack.html
│ │ │ ├── bare.html
│ │ │ ├── caption.html
│ │ │ ├── demo.css
│ │ │ ├── issues
│ │ │ │ ├── 109.html
│ │ │ │ ├── 110.html
│ │ │ │ ├── ajax-init-tbody.html
│ │ │ │ ├── charset-test-issue-106.php
│ │ │ │ ├── hideempty.html
│ │ │ │ ├── issue-31.html
│ │ │ │ ├── issue-32.html
│ │ │ │ ├── issue-35.html
│ │ │ │ ├── issue-37.html
│ │ │ │ ├── issue-48-49.html
│ │ │ │ ├── issue-65.html
│ │ │ │ └── issue-74.html
│ │ │ ├── kitchensink.html
│ │ │ ├── kitchensink-nomodeswitch.html
│ │ │ ├── modeswitch.html
│ │ │ ├── sort-custom.html
│ │ │ ├── sort.html
│ │ │ ├── stack.html
│ │ │ ├── stackonly.html
│ │ │ ├── swipe-config.html
│ │ │ ├── swipe-container.html
│ │ │ ├── swipe-fixcols-media.html
│ │ │ ├── swipe.html
│ │ │ └── toggle.html
│ │ ├── dist
│ │ │ ├── bare
│ │ │ │ └── tablesaw.bare.css
│ │ │ ├── dependencies
│ │ │ │ ├── jquery.js
│ │ │ │ ├── qunit.css
│ │ │ │ ├── qunit.js
│ │ │ │ └── respond.js
│ │ │ ├── stackonly
│ │ │ │ ├── tablesaw.stackonly.css
│ │ │ │ ├── tablesaw.stackonly.js
│ │ │ │ └── tablesaw.stackonly.scss
│ │ │ ├── tablesaw.css
│ │ │ ├── tablesaw-init.js
│ │ │ └── tablesaw.js
│ │ ├── docs
│ │ │ ├── columntoggle-minimap.gif
│ │ │ ├── mode-switch.gif
│ │ │ ├── sortable.png
│ │ │ ├── stack.gif
│ │ │ └── swipe-minimap.gif
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── tables.btnmarkup.js
│ │ │ ├── tables.columntoggle.css
│ │ │ ├── tables.columntoggle.js
│ │ │ ├── tables.css
│ │ │ ├── tables-init.js
│ │ │ ├── tables.js
│ │ │ ├── tables.minimap.css
│ │ │ ├── tables.minimap.js
│ │ │ ├── tables.modeswitch.js
│ │ │ ├── tables.skin.css
│ │ │ ├── tables.sortable.css
│ │ │ ├── tables.sortable.js
│ │ │ ├── tables.stack.css
│ │ │ ├── tables.stack-default-breakpoint.css
│ │ │ ├── tables.stack.js
│ │ │ ├── tables.stack-mixin.scss
│ │ │ ├── tables.swipetoggle.css
│ │ │ ├── tables.swipetoggle.js
│ │ │ └── tables.toolbar.css
│ │ └── test
│ │ ├── tablesaw_bare.html
│ │ ├── tablesaw.html
│ │ └── tablesaw_test.js
│ ├── timepicker
│ │ ├── bootstrap-timepicker.min.css
│ │ └── bootstrap-timepicker.min.js
│ ├── tiny-editable
│ │ ├── mindmup-editabletable.js
│ │ └── numeric-input-example.js
│ ├── tinymce
│ │ ├── jquery.tinymce.min.js
│ │ ├── langs
│ │ │ └── readme.md
│ │ ├── license.txt
│ │ ├── plugins
│ │ │ ├── advlist
│ │ │ │ └── plugin.min.js
│ │ │ ├── anchor
│ │ │ │ └── plugin.min.js
│ │ │ ├── autolink
│ │ │ │ └── plugin.min.js
│ │ │ ├── autoresize
│ │ │ │ └── plugin.min.js
│ │ │ ├── autosave
│ │ │ │ └── plugin.min.js
│ │ │ ├── bbcode
│ │ │ │ └── plugin.min.js
│ │ │ ├── charmap
│ │ │ │ └── plugin.min.js
│ │ │ ├── code
│ │ │ │ └── plugin.min.js
│ │ │ ├── codesample
│ │ │ │ ├── css
│ │ │ │ │ └── prism.css
│ │ │ │ └── plugin.min.js
│ │ │ ├── colorpicker
│ │ │ │ └── plugin.min.js
│ │ │ ├── contextmenu
│ │ │ │ └── plugin.min.js
│ │ │ ├── directionality
│ │ │ │ └── plugin.min.js
│ │ │ ├── emoticons
│ │ │ │ ├── img
│ │ │ │ │ ├── smiley-cool.gif
│ │ │ │ │ ├── smiley-cry.gif
│ │ │ │ │ ├── smiley-embarassed.gif
│ │ │ │ │ ├── smiley-foot-in-mouth.gif
│ │ │ │ │ ├── smiley-frown.gif
│ │ │ │ │ ├── smiley-innocent.gif
│ │ │ │ │ ├── smiley-kiss.gif
│ │ │ │ │ ├── smiley-laughing.gif
│ │ │ │ │ ├── smiley-money-mouth.gif
│ │ │ │ │ ├── smiley-sealed.gif
│ │ │ │ │ ├── smiley-smile.gif
│ │ │ │ │ ├── smiley-surprised.gif
│ │ │ │ │ ├── smiley-tongue-out.gif
│ │ │ │ │ ├── smiley-undecided.gif
│ │ │ │ │ ├── smiley-wink.gif
│ │ │ │ │ └── smiley-yell.gif
│ │ │ │ └── plugin.min.js
│ │ │ ├── example
│ │ │ │ ├── dialog.html
│ │ │ │ └── plugin.min.js
│ │ │ ├── example_dependency
│ │ │ │ └── plugin.min.js
│ │ │ ├── fullpage
│ │ │ │ └── plugin.min.js
│ │ │ ├── fullscreen
│ │ │ │ └── plugin.min.js
│ │ │ ├── hr
│ │ │ │ └── plugin.min.js
│ │ │ ├── image
│ │ │ │ └── plugin.min.js
│ │ │ ├── imagetools
│ │ │ │ └── plugin.min.js
│ │ │ ├── importcss
│ │ │ │ └── plugin.min.js
│ │ │ ├── insertdatetime
│ │ │ │ └── plugin.min.js
│ │ │ ├── layer
│ │ │ │ └── plugin.min.js
│ │ │ ├── legacyoutput
│ │ │ │ └── plugin.min.js
│ │ │ ├── link
│ │ │ │ └── plugin.min.js
│ │ │ ├── lists
│ │ │ │ └── plugin.min.js
│ │ │ ├── media
│ │ │ │ ├── moxieplayer.swf
│ │ │ │ └── plugin.min.js
│ │ │ ├── nonbreaking
│ │ │ │ └── plugin.min.js
│ │ │ ├── noneditable
│ │ │ │ └── plugin.min.js
│ │ │ ├── pagebreak
│ │ │ │ └── plugin.min.js
│ │ │ ├── paste
│ │ │ │ └── plugin.min.js
│ │ │ ├── preview
│ │ │ │ └── plugin.min.js
│ │ │ │ └── plugin.min.js
│ │ │ ├── save
│ │ │ │ └── plugin.min.js
│ │ │ ├── searchreplace
│ │ │ │ └── plugin.min.js
│ │ │ ├── spellchecker
│ │ │ │ └── plugin.min.js
│ │ │ ├── tabfocus
│ │ │ │ └── plugin.min.js
│ │ │ ├── table
│ │ │ │ └── plugin.min.js
│ │ │ ├── template
│ │ │ │ └── plugin.min.js
│ │ │ ├── textcolor
│ │ │ │ └── plugin.min.js
│ │ │ ├── textpattern
│ │ │ │ └── plugin.min.js
│ │ │ ├── toc
│ │ │ │ └── plugin.min.js
│ │ │ ├── visualblocks
│ │ │ │ ├── css
│ │ │ │ │ └── visualblocks.css
│ │ │ │ └── plugin.min.js
│ │ │ ├── visualchars
│ │ │ │ └── plugin.min.js
│ │ │ └── wordcount
│ │ │ └── plugin.min.js
│ │ ├── skins
│ │ │ └── lightgray
│ │ │ ├── content.inline.min.css
│ │ │ ├── content.min.css
│ │ │ ├── fonts
│ │ │ │ ├── tinymce.eot
│ │ │ │ ├── tinymce-small.eot
│ │ │ │ ├── tinymce-small.svg
│ │ │ │ ├── tinymce-small.ttf
│ │ │ │ ├── tinymce-small.woff
│ │ │ │ ├── tinymce.svg
│ │ │ │ ├── tinymce.ttf
│ │ │ │ └── tinymce.woff
│ │ │ ├── img
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── loader.gif
│ │ │ │ ├── object.gif
│ │ │ │ └── trans.gif
│ │ │ ├── skin.ie7.min.css
│ │ │ └── skin.min.css
│ │ ├── themes
│ │ │ ├── inlite
│ │ │ │ └── theme.min.js
│ │ │ └── modern
│ │ │ └── theme.min.js
│ │ └── tinymce.min.js
│ ├── toast-master
│ │ ├── css
│ │ │ └── jquery.toast.css
│ │ └── js
│ │ └── jquery.toast.js
│ ├── typeahead.js-master
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── countries.json
│ │ ├── dist
│ │ │ ├── bloodhound.js
│ │ │ ├── bloodhound.min.js
│ │ │ ├── typeahead.bundle.js
│ │ │ ├── typeahead.bundle.min.js
│ │ │ ├── typeahead-init.js
│ │ │ ├── typeahead.jquery.js
│ │ │ ├── typeahead.jquery.min.js
│ │ │ └── typehead-min.css
│ │ ├── doc
│ │ │ ├── bloodhound.md
│ │ │ ├── jquery_typeahead.md
│ │ │ └── migration
│ │ │ └── 0.10.0.md
│ │ ├── Gruntfile.js
│ │ ├── karma.conf.js
│ │ ├── LICENSE
│ │ ├── nba.json
│ │ ├── nfl.json
│ │ ├── nhl.json
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── bloodhound
│ │ │ │ ├── bloodhound.js
│ │ │ │ ├── lru_cache.js
│ │ │ │ ├── options_parser.js
│ │ │ │ ├── persistent_storage.js
│ │ │ │ ├── prefetch.js
│ │ │ │ ├── remote.js
│ │ │ │ ├── search_index.js
│ │ │ │ ├── tokenizers.js
│ │ │ │ ├── transport.js
│ │ │ │ └── version.js
│ │ │ ├── common
│ │ │ │ └── utils.js
│ │ │ └── typeahead
│ │ │ ├── dataset.js
│ │ │ ├── default_menu.js
│ │ │ ├── event_bus.js
│ │ │ ├── event_emitter.js
│ │ │ ├── highlight.js
│ │ │ ├── input.js
│ │ │ ├── menu.js
│ │ │ ├── plugin.js
│ │ │ ├── typeahead.js
│ │ │ └── www.js
│ │ ├── test
│ │ │ ├── bloodhound
│ │ │ │ ├── bloodhound_spec.js
│ │ │ │ ├── lru_cache_spec.js
│ │ │ │ ├── options_parser_spec.js
│ │ │ │ ├── persistent_storage_spec.js
│ │ │ │ ├── prefetch_spec.js
│ │ │ │ ├── remote_spec.js
│ │ │ │ ├── search_index_spec.js
│ │ │ │ ├── tokenizers_spec.js
│ │ │ │ └── transport_spec.js
│ │ │ ├── ci
│ │ │ ├── fixtures
│ │ │ │ ├── ajax_responses.js
│ │ │ │ ├── data.js
│ │ │ │ └── html.js
│ │ │ ├── helpers
│ │ │ │ └── typeahead_mocks.js
│ │ │ ├── integration
│ │ │ │ ├── test.html
│ │ │ │ └── test.js
│ │ │ ├── playground.html
│ │ │ └── typeahead
│ │ │ ├── dataset_spec.js
│ │ │ ├── default_results_spec.js
│ │ │ ├── event_bus_spec.js
│ │ │ ├── event_emitter_spec.js
│ │ │ ├── highlight_spec.js
│ │ │ ├── input_spec.js
│ │ │ ├── plugin_spec.js
│ │ │ ├── results_spec.js
│ │ │ └── typeahead_spec.js
│ │ └── typeahead.js.jquery.json
│ ├── typed.js-master
│ │ ├── dist
│ │ │ └── typed.min.js
│ │ └── js
│ │ └── typed.js
│ ├── vectormap
│ │ ├── gdp-data.js
│ │ ├── jquery-jvectormap-2.0.2.css
│ │ ├── jquery-jvectormap-2.0.2.min.js
│ │ ├── jquery-jvectormap-asia-mill.js
│ │ ├── jquery-jvectormap-au-mill.js
│ │ ├── jquery-jvectormap-ca-lcc.js
│ │ ├── jquery-jvectormap-de-mill.js
│ │ ├── jquery-jvectormap-europe-mill-en.js
│ │ ├── jquery-jvectormap-in-mill.js
│ │ ├── jquery-jvectormap-uk-mill-en.js
│ │ ├── jquery-jvectormap-us-aea-en.js
│ │ ├── jquery-jvectormap-us-il-chicago-mill-en.js
│ │ ├── jquery-jvectormap-world-mill-en.js
│ │ └── jvectormap.custom.js
│ ├── waypoints
│ │ └── lib
│ │ ├── jquery.waypoints.js
│ │ ├── jquery.waypoints.min.js
│ │ ├── noframework.waypoints.js
│ │ ├── noframework.waypoints.min.js
│ │ ├── shortcuts
│ │ │ ├── infinite.js
│ │ │ ├── infinite.min.js
│ │ │ ├── inview.js
│ │ │ ├── inview.min.js
│ │ │ ├── sticky.js
│ │ │ └── sticky.min.js
│ │ ├── waypoints.debug.js
│ │ ├── zepto.waypoints.js
│ │ └── zepto.waypoints.min.js
│ ├── wizard
│ │ ├── jquery.steps.min.js
│ │ ├── jquery.validate.min.js
│ │ ├── steps.css
│ │ └── steps.js
│ └── x-editable
│ └── dist
│ ├── bootstrap3-editable
│ │ ├── css
│ │ │ └── bootstrap-editable.css
│ │ ├── img
│ │ │ ├── clear.png
│ │ │ └── loading.gif
│ │ └── js
│ │ ├── bootstrap-editable.js
│ │ └── bootstrap-editable.min.js
│ ├── bootstrap-editable
│ │ ├── css
│ │ │ └── bootstrap-editable.css
│ │ ├── img
│ │ │ ├── clear.png
│ │ │ └── loading.gif
│ │ └── js
│ │ ├── bootstrap-editable.js
│ │ └── bootstrap-editable.min.js
│ ├── inputs-ext
│ │ ├── address
│ │ │ ├── address.css
│ │ │ └── address.js
│ │ ├── typeaheadjs
│ │ │ ├── lib
│ │ │ │ ├── typeahead.js
│ │ │ │ └── typeahead.js-bootstrap.css
│ │ │ └── typeaheadjs.js
│ │ └── wysihtml5
│ │ ├── bootstrap-wysihtml5-0.0.2
│ │ │ ├── bootstrap-wysihtml5-0.0.2.css
│ │ │ ├── bootstrap-wysihtml5-0.0.2.js
│ │ │ ├── bootstrap-wysihtml5-0.0.2.min.js
│ │ │ ├── wysihtml5-0.3.0.js
│ │ │ ├── wysihtml5-0.3.0.min.js
│ │ │ └── wysiwyg-color.css
│ │ └── wysihtml5.js
│ ├── jquery-editable
│ │ ├── css
│ │ │ └── jquery-editable.css
│ │ ├── img
│ │ │ ├── clear.png
│ │ │ └── loading.gif
│ │ ├── jquery-ui-datepicker
│ │ │ ├── css
│ │ │ │ └── redmond
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ ├── jquery-ui-1.10.3.custom.css
│ │ │ │ └── jquery-ui-1.10.3.custom.min.css
│ │ │ └── js
│ │ │ ├── jquery-ui-1.10.3.custom.js
│ │ │ └── jquery-ui-1.10.3.custom.min.js
│ │ └── js
│ │ ├── jquery-editable-poshytip.js
│ │ └── jquery-editable-poshytip.min.js
│ └── jqueryui-editable
│ ├── css
│ │ └── jqueryui-editable.css
│ ├── img
│ │ ├── clear.png
│ │ └── loading.gif
│ └── js
│ ├── jqueryui-editable.js
│ └── jqueryui-editable.min.js
├── dark
│ ├── app-calendar.html
│ ├── app-chat.html
│ ├── app-compose.html
│ ├── app-contact2.html
│ ├── app-contact-detail.html
│ ├── app-contact.html
│ ├── app-email-detail.html
│ ├── app-email.html
│ ├── app-ticket.html
│ ├── chart-chartist.html
│ ├── chart-chart-js.html
│ ├── chart-echart.html
│ ├── chart-extra-chart.html
│ ├── chart-flot.html
│ ├── chart-knob.html
│ ├── chart-morris.html
│ ├── chart-peity.html
│ ├── chart-sparkline.html
│ ├── css
│ │ ├── animate.css
│ │ ├── colors
│ │ │ ├── blue.css
│ │ │ ├── blue-dark.css
│ │ │ ├── default.css
│ │ │ ├── default-dark.css
│ │ │ ├── green.css
│ │ │ ├── green-dark.css
│ │ │ ├── megna.css
│ │ │ ├── megna-dark.css
│ │ │ ├── purple.css
│ │ │ ├── purple-dark.css
│ │ │ ├── red.css
│ │ │ └── red-dark.css
│ │ ├── icons
│ │ │ ├── simple-line-icons
│ │ │ │ └── css
│ │ │ │ └── simple-line-icons.css
│ │ │ └── themify-icons
│ │ │ └── themify-icons.css
│ │ ├── spinners.css
│ │ └── style.css
│ ├── form-addons.html
│ ├── form-basic.html
│ ├── form-bootstrapwysihtml5.html
│ ├── form-dropzone.html
│ ├── form-float-input.html
│ ├── form-icheck.html
│ ├── form-img-cropper.html
│ ├── form-layout.html
│ ├── form-mask.html
│ ├── form-material.html
│ ├── form-pickers.html
│ ├── form-summernote.html
│ ├── form-tinymce.html
│ ├── form-typehead.html
│ ├── form-upload.html
│ ├── form-validation.html
│ ├── form-wizard.html
│ ├── form-xeditable.html
│ ├── icon-flag.html
│ ├── icon-fontawesome.html
│ ├── icon-linea.html
│ ├── icon-material.html
│ ├── icon-simple-lineicon.html
│ ├── icon-themify.html
│ ├── icon-weather.html
│ ├── index2.html
│ ├── index3.html
│ ├── index4.html
│ ├── index5.html
│ ├── index6.html
│ ├── index.html
│ ├── js
│ │ ├── chat.js
│ │ ├── custom.js
│ │ ├── custom.min.js
│ │ ├── dashboard1.js
│ │ ├── dashboard2.js
│ │ ├── dashboard3.js
│ │ ├── dashboard4.js
│ │ ├── dashboard5.js
│ │ ├── dashboard6.js
│ │ ├── flot-data.js
│ │ ├── footable-init.js
│ │ ├── jasny-bootstrap.js
│ │ ├── jquery.PrintArea.js
│ │ ├── jquery.slimscroll.js
│ │ ├── jsgrid-init.js
│ │ ├── mask.js
│ │ ├── morris-data.js
│ │ ├── sidebarmenu.js
│ │ ├── toastr.js
│ │ ├── validation.js
│ │ ├── validator.js
│ │ ├── waves.js
│ │ ├── widget-charts.js
│ │ └── widget-data.js
│ ├── layout-boxed.html
│ ├── layout-fix-header.html
│ ├── layout-fix-header-sidebar.html
│ ├── layout-fix-sidebar.html
│ ├── layout-logo-center.html
│ ├── layout-single-column.html
│ ├── map-google.html
│ ├── map-vector.html
│ ├── pages-animation.html
│ ├── pages-blank.html
│ ├── pages-error-400.html
│ ├── pages-error-403.html
│ ├── pages-error-404.html
│ ├── pages-error-500.html
│ ├── pages-error-503.html
│ ├── pages-faq.html
│ ├── pages-fix-inner-right-sidebar.html
│ ├── pages-fix-innersidebar.html
│ ├── pages-gallery.html
│ ├── pages-invoice.html
│ ├── pages-lightbox-popup.html
│ ├── pages-lockscreen.html
│ ├── pages-login-2.html
│ ├── pages-login.html
│ ├── pages-pricing.html
│ ├── pages-profile.html
│ ├── pages-recover-password.html
│ ├── pages-register2.html
│ ├── pages-register.html
│ ├── pages-scroll.html
│ ├── pages-search-result.html
│ ├── pages-treeview.html
│ ├── pages-utility-classes.html
│ ├── prepros.cfg
│ ├── profile.html
│ ├── scss
│ │ ├── app.scss
│ │ ├── colors
│ │ │ ├── blue-dark.scss
│ │ │ ├── blue.scss
│ │ │ ├── default-dark.scss
│ │ │ ├── default.scss
│ │ │ ├── green-dark.scss
│ │ │ ├── green.scss
│ │ │ ├── megna-dark.scss
│ │ │ ├── megna.scss
│ │ │ ├── purple-dark.scss
│ │ │ ├── purple.scss
│ │ │ ├── red-dark.scss
│ │ │ └── red.scss
│ │ ├── dark.scss
│ │ ├── grid.scss
│ │ ├── icons
│ │ │ ├── flag-icon-css
│ │ │ │ ├── flag-icon.min.css
│ │ │ │ └── flags
│ │ │ │ ├── ad.svg
│ │ │ │ ├── ae.svg
│ │ │ │ ├── af.svg
│ │ │ │ ├── ag.svg
│ │ │ │ ├── ai.svg
│ │ │ │ ├── al.svg
│ │ │ │ ├── am.svg
│ │ │ │ ├── ao.svg
│ │ │ │ ├── aq.svg
│ │ │ │ ├── ar.svg
│ │ │ │ ├── as.svg
│ │ │ │ ├── at.svg
│ │ │ │ ├── au.svg
│ │ │ │ ├── aw.svg
│ │ │ │ ├── ax.svg
│ │ │ │ ├── az.svg
│ │ │ │ ├── ba.svg
│ │ │ │ ├── bb.svg
│ │ │ │ ├── bd.svg
│ │ │ │ ├── be.svg
│ │ │ │ ├── bf.svg
│ │ │ │ ├── bg.svg
│ │ │ │ ├── bh.svg
│ │ │ │ ├── bi.svg
│ │ │ │ ├── bj.svg
│ │ │ │ ├── bl.svg
│ │ │ │ ├── bm.svg
│ │ │ │ ├── bn.svg
│ │ │ │ ├── bo.svg
│ │ │ │ ├── bq.svg
│ │ │ │ ├── br.svg
│ │ │ │ ├── bs.svg
│ │ │ │ ├── bt.svg
│ │ │ │ ├── bv.svg
│ │ │ │ ├── bw.svg
│ │ │ │ ├── by.svg
│ │ │ │ ├── bz.svg
│ │ │ │ ├── ca.svg
│ │ │ │ ├── cc.svg
│ │ │ │ ├── cd.svg
│ │ │ │ ├── cf.svg
│ │ │ │ ├── cg.svg
│ │ │ │ ├── ch.svg
│ │ │ │ ├── ci.svg
│ │ │ │ ├── ck.svg
│ │ │ │ ├── cl.svg
│ │ │ │ ├── cm.svg
│ │ │ │ ├── cn.svg
│ │ │ │ ├── co.svg
│ │ │ │ ├── cr.svg
│ │ │ │ ├── cu.svg
│ │ │ │ ├── cv.svg
│ │ │ │ ├── cw.svg
│ │ │ │ ├── cx.svg
│ │ │ │ ├── cy.svg
│ │ │ │ ├── cz.svg
│ │ │ │ ├── de.svg
│ │ │ │ ├── dj.svg
│ │ │ │ ├── dk.svg
│ │ │ │ ├── dm.svg
│ │ │ │ ├── do.svg
│ │ │ │ ├── dz.svg
│ │ │ │ ├── ec.svg
│ │ │ │ ├── ee.svg
│ │ │ │ ├── eg.svg
│ │ │ │ ├── eh.svg
│ │ │ │ ├── er.svg
│ │ │ │ ├── es.svg
│ │ │ │ ├── et.svg
│ │ │ │ ├── fi.svg
│ │ │ │ ├── fj.svg
│ │ │ │ ├── fk.svg
│ │ │ │ ├── fm.svg
│ │ │ │ ├── fo.svg
│ │ │ │ ├── fr.svg
│ │ │ │ ├── ga.svg
│ │ │ │ ├── gb.svg
│ │ │ │ ├── gd.svg
│ │ │ │ ├── ge.svg
│ │ │ │ ├── gf.svg
│ │ │ │ ├── gg.svg
│ │ │ │ ├── gh.svg
│ │ │ │ ├── gi.svg
│ │ │ │ ├── gl.svg
│ │ │ │ ├── gm.svg
│ │ │ │ ├── gn.svg
│ │ │ │ ├── gp.svg
│ │ │ │ ├── gq.svg
│ │ │ │ ├── gr.svg
│ │ │ │ ├── gs.svg
│ │ │ │ ├── gt.svg
│ │ │ │ ├── gu.svg
│ │ │ │ ├── gw.svg
│ │ │ │ ├── gy.svg
│ │ │ │ ├── hk.svg
│ │ │ │ ├── hm.svg
│ │ │ │ ├── hn.svg
│ │ │ │ ├── hr.svg
│ │ │ │ ├── ht.svg
│ │ │ │ ├── hu.svg
│ │ │ │ ├── id.svg
│ │ │ │ ├── ie.svg
│ │ │ │ ├── il.svg
│ │ │ │ ├── im.svg
│ │ │ │ ├── in.svg
│ │ │ │ ├── io.svg
│ │ │ │ ├── iq.svg
│ │ │ │ ├── ir.svg
│ │ │ │ ├── is.svg
│ │ │ │ ├── it.svg
│ │ │ │ ├── je.svg
│ │ │ │ ├── jm.svg
│ │ │ │ ├── jo.svg
│ │ │ │ ├── jp.svg
│ │ │ │ ├── ke.svg
│ │ │ │ ├── kg.svg
│ │ │ │ ├── kh.svg
│ │ │ │ ├── ki.svg
│ │ │ │ ├── km.svg
│ │ │ │ ├── kn.svg
│ │ │ │ ├── kp.svg
│ │ │ │ ├── kr.svg
│ │ │ │ ├── kw.svg
│ │ │ │ ├── ky.svg
│ │ │ │ ├── kz.svg
│ │ │ │ ├── la.svg
│ │ │ │ ├── lb.svg
│ │ │ │ ├── lc.svg
│ │ │ │ ├── li.svg
│ │ │ │ ├── lk.svg
│ │ │ │ ├── lr.svg
│ │ │ │ ├── ls.svg
│ │ │ │ ├── lt.svg
│ │ │ │ ├── lu.svg
│ │ │ │ ├── lv.svg
│ │ │ │ ├── ly.svg
│ │ │ │ ├── ma.svg
│ │ │ │ ├── mc.svg
│ │ │ │ ├── md.svg
│ │ │ │ ├── me.svg
│ │ │ │ ├── mf.svg
│ │ │ │ ├── mg.svg
│ │ │ │ ├── mh.svg
│ │ │ │ ├── mk.svg
│ │ │ │ ├── ml.svg
│ │ │ │ ├── mm.svg
│ │ │ │ ├── mn.svg
│ │ │ │ ├── mo.svg
│ │ │ │ ├── mp.svg
│ │ │ │ ├── mq.svg
│ │ │ │ ├── mr.svg
│ │ │ │ ├── ms.svg
│ │ │ │ ├── mt.svg
│ │ │ │ ├── mu.svg
│ │ │ │ ├── mv.svg
│ │ │ │ ├── mw.svg
│ │ │ │ ├── mx.svg
│ │ │ │ ├── my.svg
│ │ │ │ ├── mz.svg
│ │ │ │ ├── na.svg
│ │ │ │ ├── nc.svg
│ │ │ │ ├── ne.svg
│ │ │ │ ├── nf.svg
│ │ │ │ ├── ng.svg
│ │ │ │ ├── ni.svg
│ │ │ │ ├── nl.svg
│ │ │ │ ├── no.svg
│ │ │ │ ├── np.svg
│ │ │ │ ├── nr.svg
│ │ │ │ ├── nu.svg
│ │ │ │ ├── nz.svg
│ │ │ │ ├── om.svg
│ │ │ │ ├── pa.svg
│ │ │ │ ├── pe.svg
│ │ │ │ ├── pf.svg
│ │ │ │ ├── pg.svg
│ │ │ │ ├── ph.svg
│ │ │ │ ├── pk.svg
│ │ │ │ ├── pl.svg
│ │ │ │ ├── pm.svg
│ │ │ │ ├── pn.svg
│ │ │ │ ├── pr.svg
│ │ │ │ ├── ps.svg
│ │ │ │ ├── pt.svg
│ │ │ │ ├── pw.svg
│ │ │ │ ├── py.svg
│ │ │ │ ├── qa.svg
│ │ │ │ ├── re.svg
│ │ │ │ ├── ro.svg
│ │ │ │ ├── rs.svg
│ │ │ │ ├── ru.svg
│ │ │ │ ├── rw.svg
│ │ │ │ ├── sa.svg
│ │ │ │ ├── sb.svg
│ │ │ │ ├── sc.svg
│ │ │ │ ├── sd.svg
│ │ │ │ ├── se.svg
│ │ │ │ ├── sg.svg
│ │ │ │ ├── sh.svg
│ │ │ │ ├── si.svg
│ │ │ │ ├── sj.svg
│ │ │ │ ├── sk.svg
│ │ │ │ ├── sl.svg
│ │ │ │ ├── sm.svg
│ │ │ │ ├── sn.svg
│ │ │ │ ├── so.svg
│ │ │ │ ├── sr.svg
│ │ │ │ ├── ss.svg
│ │ │ │ ├── st.svg
│ │ │ │ ├── sv.svg
│ │ │ │ ├── sx.svg
│ │ │ │ ├── sy.svg
│ │ │ │ ├── sz.svg
│ │ │ │ ├── tc.svg
│ │ │ │ ├── td.svg
│ │ │ │ ├── tf.svg
│ │ │ │ ├── tg.svg
│ │ │ │ ├── th.svg
│ │ │ │ ├── tj.svg
│ │ │ │ ├── tk.svg
│ │ │ │ ├── tl.svg
│ │ │ │ ├── tm.svg
│ │ │ │ ├── tn.svg
│ │ │ │ ├── to.svg
│ │ │ │ ├── tr.svg
│ │ │ │ ├── tt.svg
│ │ │ │ ├── tv.svg
│ │ │ │ ├── tw.svg
│ │ │ │ ├── tz.svg
│ │ │ │ ├── ua.svg
│ │ │ │ ├── ug.svg
│ │ │ │ ├── um.svg
│ │ │ │ ├── us.svg
│ │ │ │ ├── uy.svg
│ │ │ │ ├── uz.svg
│ │ │ │ ├── va.svg
│ │ │ │ ├── vc.svg
│ │ │ │ ├── ve.svg
│ │ │ │ ├── vg.svg
│ │ │ │ ├── vi.svg
│ │ │ │ ├── vn.svg
│ │ │ │ ├── vu.svg
│ │ │ │ ├── wf.svg
│ │ │ │ ├── ws.svg
│ │ │ │ ├── ye.svg
│ │ │ │ ├── yt.svg
│ │ │ │ ├── za.svg
│ │ │ │ ├── zm.svg
│ │ │ │ └── zw.svg
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── less
│ │ │ │ │ ├── animated.less
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── screen-reader.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ ├── old
│ │ │ │ │ ├── bower.json
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ │ ├── less
│ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ └── scss
│ │ │ │ │ ├── _animated.scss
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _extras.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ ├── linea-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ │ ├── linea-basic-10.eot
│ │ │ │ │ ├── linea-basic-10.svg
│ │ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ │ ├── linea-basic-10.woff
│ │ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ │ ├── linea-music-10.eot
│ │ │ │ │ ├── linea-music-10.svg
│ │ │ │ │ ├── linea-music-10.ttf
│ │ │ │ │ ├── linea-music-10.woff
│ │ │ │ │ ├── linea-software-10.eot
│ │ │ │ │ ├── linea-software-10.svg
│ │ │ │ │ ├── linea-software-10.ttf
│ │ │ │ │ ├── linea-software-10.woff
│ │ │ │ │ ├── linea-weather-10.eot
│ │ │ │ │ ├── linea-weather-10.svg
│ │ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ │ └── linea-weather-10.woff
│ │ │ │ ├── linea.css
│ │ │ │ ├── linea.less
│ │ │ │ └── linea.scss
│ │ │ ├── material-design-iconic-font
│ │ │ │ ├── css
│ │ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ │ └── materialdesignicons.min.css
│ │ │ │ └── fonts
│ │ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ │ ├── materialdesignicons-webfont.eot
│ │ │ │ ├── materialdesignicons-webfont.svg
│ │ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ │ ├── materialdesignicons-webfont.woff
│ │ │ │ └── materialdesignicons-webfont.woff2
│ │ │ ├── simple-line-icons
│ │ │ │ ├── css
│ │ │ │ │ └── simple-line-icons.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ │ ├── less
│ │ │ │ │ └── simple-line-icons.less
│ │ │ │ └── scss
│ │ │ │ └── simple-line-icons.scss
│ │ │ ├── themify-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── themify.eot
│ │ │ │ │ ├── themify.svg
│ │ │ │ │ ├── themify.ttf
│ │ │ │ │ └── themify.woff
│ │ │ │ ├── ie7
│ │ │ │ │ ├── ie7.css
│ │ │ │ │ └── ie7.js
│ │ │ │ ├── themify-icons.css
│ │ │ │ └── themify-icons.less
│ │ │ └── weather-icons
│ │ │ ├── css
│ │ │ │ ├── weather-icons-core.css
│ │ │ │ ├── weather-icons.css
│ │ │ │ ├── weather-icons.min.css
│ │ │ │ ├── weather-icons-variables.css
│ │ │ │ ├── weather-icons-wind.css
│ │ │ │ └── weather-icons-wind.min.css
│ │ │ ├── fonts
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ ├── weathericons-regular-webfont.woff
│ │ │ │ └── weathericons-regular-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── css
│ │ │ │ │ ├── variables-beaufort.css
│ │ │ │ │ ├── variables-day.css
│ │ │ │ │ ├── variables-direction.css
│ │ │ │ │ ├── variables-misc.css
│ │ │ │ │ ├── variables-moon.css
│ │ │ │ │ ├── variables-neutral.css
│ │ │ │ │ ├── variables-night.css
│ │ │ │ │ ├── variables-time.css
│ │ │ │ │ └── variables-wind-names.css
│ │ │ │ ├── icon-classes
│ │ │ │ │ ├── classes-beaufort.less
│ │ │ │ │ ├── classes-day.less
│ │ │ │ │ ├── classes-direction.less
│ │ │ │ │ ├── classes-misc.less
│ │ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ │ ├── classes-moon.less
│ │ │ │ │ ├── classes-neutral.less
│ │ │ │ │ ├── classes-night.less
│ │ │ │ │ ├── classes-time.less
│ │ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ │ └── classes-wind.less
│ │ │ │ ├── icon-variables
│ │ │ │ │ ├── variables-beaufort.less
│ │ │ │ │ ├── variables-day.less
│ │ │ │ │ ├── variables-direction.less
│ │ │ │ │ ├── variables-misc.less
│ │ │ │ │ ├── variables-moon.less
│ │ │ │ │ ├── variables-neutral.less
│ │ │ │ │ ├── variables-night.less
│ │ │ │ │ ├── variables-time.less
│ │ │ │ │ └── variables-wind-names.less
│ │ │ │ ├── mappings
│ │ │ │ │ ├── wi-forecast-io.less
│ │ │ │ │ ├── wi-owm.less
│ │ │ │ │ ├── wi-wmo4680.less
│ │ │ │ │ └── wi-yahoo.less
│ │ │ │ ├── weather-icons-classes.less
│ │ │ │ ├── weather-icons-core.less
│ │ │ │ ├── weather-icons.less
│ │ │ │ ├── weather-icons.min.less
│ │ │ │ ├── weather-icons-variables.less
│ │ │ │ ├── weather-icons-wind.less
│ │ │ │ └── weather-icons-wind.min.less
│ │ │ └── sass
│ │ │ ├── icon-classes
│ │ │ │ ├── classes-beaufort.scss
│ │ │ │ ├── classes-day.scss
│ │ │ │ ├── classes-direction.scss
│ │ │ │ ├── classes-misc.scss
│ │ │ │ ├── classes-moon-aliases.scss
│ │ │ │ ├── classes-moon.scss
│ │ │ │ ├── classes-neutral.scss
│ │ │ │ ├── classes-night.scss
│ │ │ │ ├── classes-time.scss
│ │ │ │ ├── classes-wind-aliases.scss
│ │ │ │ ├── classes-wind-degrees.scss
│ │ │ │ └── classes-wind.scss
│ │ │ ├── icon-variables
│ │ │ │ ├── variables-beaufort.scss
│ │ │ │ ├── variables-day.scss
│ │ │ │ ├── variables-direction.scss
│ │ │ │ ├── variables-misc.scss
│ │ │ │ ├── variables-moon.scss
│ │ │ │ ├── variables-neutral.scss
│ │ │ │ ├── variables-night.scss
│ │ │ │ ├── variables-time.scss
│ │ │ │ └── variables-wind-names.scss
│ │ │ ├── mappings
│ │ │ │ ├── wi-forecast-io.scss
│ │ │ │ ├── wi-owm.scss
│ │ │ │ ├── wi-wmo4680.scss
│ │ │ │ └── wi-yahoo.scss
│ │ │ ├── weather-icons-classes.scss
│ │ │ ├── weather-icons-core.scss
│ │ │ ├── weather-icons.min.scss
│ │ │ ├── weather-icons.scss
│ │ │ ├── weather-icons-variables.scss
│ │ │ ├── weather-icons-wind.min.scss
│ │ │ └── weather-icons-wind.scss
│ │ ├── material.scss
│ │ ├── pages.scss
│ │ ├── prepros-6.config
│ │ ├── responsive.scss
│ │ ├── sidebar.scss
│ │ ├── style.scss
│ │ ├── variable.scss
│ │ └── widgets.scss
│ ├── starter-kit.html
│ ├── table-basic.html
│ ├── table-bootstrap.html
│ ├── table-data-table.html
│ ├── table-editable-table.html
│ ├── table-footable.html
│ ├── table-jsgrid.html
│ ├── table-layout.html
│ ├── table-responsive.html
│ ├── ui-bootstrap.html
│ ├── ui-bootstrap-switch.html
│ ├── ui-breadcrumb.html
│ ├── ui-buttons.html
│ ├── ui-cards.html
│ ├── ui-carousel.html
│ ├── ui-date-paginator.html
│ ├── ui-dragable-portlet.html
│ ├── ui-grid.html
│ ├── ui-horizontal-timeline.html
│ ├── ui-list-media.html
│ ├── ui-modals.html
│ ├── ui-nestable.html
│ ├── ui-notification.html
│ ├── ui-progressbar.html
│ ├── ui-range-slider.html
│ ├── ui-ribbons.html
│ ├── ui-session-ideal-timeout.html
│ ├── ui-session-timeout.html
│ ├── ui-sweetalert.html
│ ├── ui-tab.html
│ ├── ui-timeline.html
│ ├── ui-tooltip-popover.html
│ ├── ui-tooltip-stylish.html
│ ├── ui-typography.html
│ ├── ui-user-card.html
│ ├── widget-apps.html
│ ├── widget-charts.html
│ └── widget-data.html
├── horizontal
│ ├── app-calendar.html
│ ├── app-chat.html
│ ├── app-compose.html
│ ├── app-contact2.html
│ ├── app-contact-detail.html
│ ├── app-contact.html
│ ├── app-email-detail.html
│ ├── app-email.html
│ ├── app-ticket.html
│ ├── chart-chartist.html
│ ├── chart-chart-js.html
│ ├── chart-echart.html
│ ├── chart-extra-chart.html
│ ├── chart-flot.html
│ ├── chart-knob.html
│ ├── chart-morris.html
│ ├── chart-peity.html
│ ├── chart-sparkline.html
│ ├── css
│ │ ├── animate.css
│ │ ├── colors
│ │ │ ├── blue.css
│ │ │ ├── blue-dark.css
│ │ │ ├── default.css
│ │ │ ├── default-dark.css
│ │ │ ├── green.css
│ │ │ ├── green-dark.css
│ │ │ ├── megna.css
│ │ │ ├── megna-dark.css
│ │ │ ├── purple.css
│ │ │ ├── purple-dark.css
│ │ │ ├── red.css
│ │ │ └── red-dark.css
│ │ ├── icons
│ │ │ ├── simple-line-icons
│ │ │ │ └── css
│ │ │ │ └── simple-line-icons.css
│ │ │ └── themify-icons
│ │ │ └── themify-icons.css
│ │ ├── spinners.css
│ │ └── style.css
│ ├── form-addons.html
│ ├── form-basic.html
│ ├── form-bootstrapwysihtml5.html
│ ├── form-dropzone.html
│ ├── form-float-input.html
│ ├── form-icheck.html
│ ├── form-img-cropper.html
│ ├── form-layout.html
│ ├── form-mask.html
│ ├── form-material.html
│ ├── form-pickers.html
│ ├── form-summernote.html
│ ├── form-tinymce.html
│ ├── form-typehead.html
│ ├── form-upload.html
│ ├── form-validation.html
│ ├── form-wizard.html
│ ├── form-xeditable.html
│ ├── icon-flag.html
│ ├── icon-fontawesome.html
│ ├── icon-linea.html
│ ├── icon-material.html
│ ├── icon-simple-lineicon.html
│ ├── icon-themify.html
│ ├── icon-weather.html
│ ├── index2.html
│ ├── index3.html
│ ├── index4.html
│ ├── index5.html
│ ├── index6.html
│ ├── index.html
│ ├── js
│ │ ├── chat.js
│ │ ├── custom.js
│ │ ├── custom.min.js
│ │ ├── dashboard1.js
│ │ ├── dashboard2.js
│ │ ├── dashboard3.js
│ │ ├── dashboard4.js
│ │ ├── dashboard5.js
│ │ ├── dashboard6.js
│ │ ├── flot-data.js
│ │ ├── footable-init.js
│ │ ├── jasny-bootstrap.js
│ │ ├── jquery.PrintArea.js
│ │ ├── jquery.slimscroll.js
│ │ ├── jsgrid-init.js
│ │ ├── mask.js
│ │ ├── morris-data.js
│ │ ├── sidebarmenu.js
│ │ ├── toastr.js
│ │ ├── validation.js
│ │ ├── validator.js
│ │ ├── waves.js
│ │ ├── widget-charts.js
│ │ └── widget-data.js
│ ├── layout-boxed.html
│ ├── layout-fix-header.html
│ ├── layout-fix-header-sidebar.html
│ ├── layout-fix-sidebar.html
│ ├── layout-logo-center.html
│ ├── layout-single-column.html
│ ├── map-google.html
│ ├── map-vector.html
│ ├── pages-animation.html
│ ├── pages-blank.html
│ ├── pages-error-400.html
│ ├── pages-error-403.html
│ ├── pages-error-404.html
│ ├── pages-error-500.html
│ ├── pages-error-503.html
│ ├── pages-faq.html
│ ├── pages-fix-inner-right-sidebar.html
│ ├── pages-fix-innersidebar.html
│ ├── pages-gallery.html
│ ├── pages-invoice.html
│ ├── pages-lightbox-popup.html
│ ├── pages-lockscreen.html
│ ├── pages-login-2.html
│ ├── pages-login.html
│ ├── pages-pricing.html
│ ├── pages-profile.html
│ ├── pages-recover-password.html
│ ├── pages-register2.html
│ ├── pages-register.html
│ ├── pages-scroll.html
│ ├── pages-search-result.html
│ ├── pages-treeview.html
│ ├── pages-utility-classes.html
│ ├── prepros.cfg
│ ├── profile.html
│ ├── scss
│ │ ├── app.scss
│ │ ├── colors
│ │ │ ├── blue-dark.scss
│ │ │ ├── blue.scss
│ │ │ ├── default-dark.scss
│ │ │ ├── default.scss
│ │ │ ├── green-dark.scss
│ │ │ ├── green.scss
│ │ │ ├── megna-dark.scss
│ │ │ ├── megna.scss
│ │ │ ├── purple-dark.scss
│ │ │ ├── purple.scss
│ │ │ ├── red-dark.scss
│ │ │ └── red.scss
│ │ ├── grid.scss
│ │ ├── icons
│ │ │ ├── flag-icon-css
│ │ │ │ ├── flag-icon.min.css
│ │ │ │ └── flags
│ │ │ │ ├── ad.svg
│ │ │ │ ├── ae.svg
│ │ │ │ ├── af.svg
│ │ │ │ ├── ag.svg
│ │ │ │ ├── ai.svg
│ │ │ │ ├── al.svg
│ │ │ │ ├── am.svg
│ │ │ │ ├── ao.svg
│ │ │ │ ├── aq.svg
│ │ │ │ ├── ar.svg
│ │ │ │ ├── as.svg
│ │ │ │ ├── at.svg
│ │ │ │ ├── au.svg
│ │ │ │ ├── aw.svg
│ │ │ │ ├── ax.svg
│ │ │ │ ├── az.svg
│ │ │ │ ├── ba.svg
│ │ │ │ ├── bb.svg
│ │ │ │ ├── bd.svg
│ │ │ │ ├── be.svg
│ │ │ │ ├── bf.svg
│ │ │ │ ├── bg.svg
│ │ │ │ ├── bh.svg
│ │ │ │ ├── bi.svg
│ │ │ │ ├── bj.svg
│ │ │ │ ├── bl.svg
│ │ │ │ ├── bm.svg
│ │ │ │ ├── bn.svg
│ │ │ │ ├── bo.svg
│ │ │ │ ├── bq.svg
│ │ │ │ ├── br.svg
│ │ │ │ ├── bs.svg
│ │ │ │ ├── bt.svg
│ │ │ │ ├── bv.svg
│ │ │ │ ├── bw.svg
│ │ │ │ ├── by.svg
│ │ │ │ ├── bz.svg
│ │ │ │ ├── ca.svg
│ │ │ │ ├── cc.svg
│ │ │ │ ├── cd.svg
│ │ │ │ ├── cf.svg
│ │ │ │ ├── cg.svg
│ │ │ │ ├── ch.svg
│ │ │ │ ├── ci.svg
│ │ │ │ ├── ck.svg
│ │ │ │ ├── cl.svg
│ │ │ │ ├── cm.svg
│ │ │ │ ├── cn.svg
│ │ │ │ ├── co.svg
│ │ │ │ ├── cr.svg
│ │ │ │ ├── cu.svg
│ │ │ │ ├── cv.svg
│ │ │ │ ├── cw.svg
│ │ │ │ ├── cx.svg
│ │ │ │ ├── cy.svg
│ │ │ │ ├── cz.svg
│ │ │ │ ├── de.svg
│ │ │ │ ├── dj.svg
│ │ │ │ ├── dk.svg
│ │ │ │ ├── dm.svg
│ │ │ │ ├── do.svg
│ │ │ │ ├── dz.svg
│ │ │ │ ├── ec.svg
│ │ │ │ ├── ee.svg
│ │ │ │ ├── eg.svg
│ │ │ │ ├── eh.svg
│ │ │ │ ├── er.svg
│ │ │ │ ├── es.svg
│ │ │ │ ├── et.svg
│ │ │ │ ├── fi.svg
│ │ │ │ ├── fj.svg
│ │ │ │ ├── fk.svg
│ │ │ │ ├── fm.svg
│ │ │ │ ├── fo.svg
│ │ │ │ ├── fr.svg
│ │ │ │ ├── ga.svg
│ │ │ │ ├── gb.svg
│ │ │ │ ├── gd.svg
│ │ │ │ ├── ge.svg
│ │ │ │ ├── gf.svg
│ │ │ │ ├── gg.svg
│ │ │ │ ├── gh.svg
│ │ │ │ ├── gi.svg
│ │ │ │ ├── gl.svg
│ │ │ │ ├── gm.svg
│ │ │ │ ├── gn.svg
│ │ │ │ ├── gp.svg
│ │ │ │ ├── gq.svg
│ │ │ │ ├── gr.svg
│ │ │ │ ├── gs.svg
│ │ │ │ ├── gt.svg
│ │ │ │ ├── gu.svg
│ │ │ │ ├── gw.svg
│ │ │ │ ├── gy.svg
│ │ │ │ ├── hk.svg
│ │ │ │ ├── hm.svg
│ │ │ │ ├── hn.svg
│ │ │ │ ├── hr.svg
│ │ │ │ ├── ht.svg
│ │ │ │ ├── hu.svg
│ │ │ │ ├── id.svg
│ │ │ │ ├── ie.svg
│ │ │ │ ├── il.svg
│ │ │ │ ├── im.svg
│ │ │ │ ├── in.svg
│ │ │ │ ├── io.svg
│ │ │ │ ├── iq.svg
│ │ │ │ ├── ir.svg
│ │ │ │ ├── is.svg
│ │ │ │ ├── it.svg
│ │ │ │ ├── je.svg
│ │ │ │ ├── jm.svg
│ │ │ │ ├── jo.svg
│ │ │ │ ├── jp.svg
│ │ │ │ ├── ke.svg
│ │ │ │ ├── kg.svg
│ │ │ │ ├── kh.svg
│ │ │ │ ├── ki.svg
│ │ │ │ ├── km.svg
│ │ │ │ ├── kn.svg
│ │ │ │ ├── kp.svg
│ │ │ │ ├── kr.svg
│ │ │ │ ├── kw.svg
│ │ │ │ ├── ky.svg
│ │ │ │ ├── kz.svg
│ │ │ │ ├── la.svg
│ │ │ │ ├── lb.svg
│ │ │ │ ├── lc.svg
│ │ │ │ ├── li.svg
│ │ │ │ ├── lk.svg
│ │ │ │ ├── lr.svg
│ │ │ │ ├── ls.svg
│ │ │ │ ├── lt.svg
│ │ │ │ ├── lu.svg
│ │ │ │ ├── lv.svg
│ │ │ │ ├── ly.svg
│ │ │ │ ├── ma.svg
│ │ │ │ ├── mc.svg
│ │ │ │ ├── md.svg
│ │ │ │ ├── me.svg
│ │ │ │ ├── mf.svg
│ │ │ │ ├── mg.svg
│ │ │ │ ├── mh.svg
│ │ │ │ ├── mk.svg
│ │ │ │ ├── ml.svg
│ │ │ │ ├── mm.svg
│ │ │ │ ├── mn.svg
│ │ │ │ ├── mo.svg
│ │ │ │ ├── mp.svg
│ │ │ │ ├── mq.svg
│ │ │ │ ├── mr.svg
│ │ │ │ ├── ms.svg
│ │ │ │ ├── mt.svg
│ │ │ │ ├── mu.svg
│ │ │ │ ├── mv.svg
│ │ │ │ ├── mw.svg
│ │ │ │ ├── mx.svg
│ │ │ │ ├── my.svg
│ │ │ │ ├── mz.svg
│ │ │ │ ├── na.svg
│ │ │ │ ├── nc.svg
│ │ │ │ ├── ne.svg
│ │ │ │ ├── nf.svg
│ │ │ │ ├── ng.svg
│ │ │ │ ├── ni.svg
│ │ │ │ ├── nl.svg
│ │ │ │ ├── no.svg
│ │ │ │ ├── np.svg
│ │ │ │ ├── nr.svg
│ │ │ │ ├── nu.svg
│ │ │ │ ├── nz.svg
│ │ │ │ ├── om.svg
│ │ │ │ ├── pa.svg
│ │ │ │ ├── pe.svg
│ │ │ │ ├── pf.svg
│ │ │ │ ├── pg.svg
│ │ │ │ ├── ph.svg
│ │ │ │ ├── pk.svg
│ │ │ │ ├── pl.svg
│ │ │ │ ├── pm.svg
│ │ │ │ ├── pn.svg
│ │ │ │ ├── pr.svg
│ │ │ │ ├── ps.svg
│ │ │ │ ├── pt.svg
│ │ │ │ ├── pw.svg
│ │ │ │ ├── py.svg
│ │ │ │ ├── qa.svg
│ │ │ │ ├── re.svg
│ │ │ │ ├── ro.svg
│ │ │ │ ├── rs.svg
│ │ │ │ ├── ru.svg
│ │ │ │ ├── rw.svg
│ │ │ │ ├── sa.svg
│ │ │ │ ├── sb.svg
│ │ │ │ ├── sc.svg
│ │ │ │ ├── sd.svg
│ │ │ │ ├── se.svg
│ │ │ │ ├── sg.svg
│ │ │ │ ├── sh.svg
│ │ │ │ ├── si.svg
│ │ │ │ ├── sj.svg
│ │ │ │ ├── sk.svg
│ │ │ │ ├── sl.svg
│ │ │ │ ├── sm.svg
│ │ │ │ ├── sn.svg
│ │ │ │ ├── so.svg
│ │ │ │ ├── sr.svg
│ │ │ │ ├── ss.svg
│ │ │ │ ├── st.svg
│ │ │ │ ├── sv.svg
│ │ │ │ ├── sx.svg
│ │ │ │ ├── sy.svg
│ │ │ │ ├── sz.svg
│ │ │ │ ├── tc.svg
│ │ │ │ ├── td.svg
│ │ │ │ ├── tf.svg
│ │ │ │ ├── tg.svg
│ │ │ │ ├── th.svg
│ │ │ │ ├── tj.svg
│ │ │ │ ├── tk.svg
│ │ │ │ ├── tl.svg
│ │ │ │ ├── tm.svg
│ │ │ │ ├── tn.svg
│ │ │ │ ├── to.svg
│ │ │ │ ├── tr.svg
│ │ │ │ ├── tt.svg
│ │ │ │ ├── tv.svg
│ │ │ │ ├── tw.svg
│ │ │ │ ├── tz.svg
│ │ │ │ ├── ua.svg
│ │ │ │ ├── ug.svg
│ │ │ │ ├── um.svg
│ │ │ │ ├── us.svg
│ │ │ │ ├── uy.svg
│ │ │ │ ├── uz.svg
│ │ │ │ ├── va.svg
│ │ │ │ ├── vc.svg
│ │ │ │ ├── ve.svg
│ │ │ │ ├── vg.svg
│ │ │ │ ├── vi.svg
│ │ │ │ ├── vn.svg
│ │ │ │ ├── vu.svg
│ │ │ │ ├── wf.svg
│ │ │ │ ├── ws.svg
│ │ │ │ ├── ye.svg
│ │ │ │ ├── yt.svg
│ │ │ │ ├── za.svg
│ │ │ │ ├── zm.svg
│ │ │ │ └── zw.svg
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── less
│ │ │ │ │ ├── animated.less
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── screen-reader.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ ├── old
│ │ │ │ │ ├── bower.json
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ │ ├── less
│ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ └── scss
│ │ │ │ │ ├── _animated.scss
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _extras.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ ├── linea-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ │ ├── linea-basic-10.eot
│ │ │ │ │ ├── linea-basic-10.svg
│ │ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ │ ├── linea-basic-10.woff
│ │ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ │ ├── linea-music-10.eot
│ │ │ │ │ ├── linea-music-10.svg
│ │ │ │ │ ├── linea-music-10.ttf
│ │ │ │ │ ├── linea-music-10.woff
│ │ │ │ │ ├── linea-software-10.eot
│ │ │ │ │ ├── linea-software-10.svg
│ │ │ │ │ ├── linea-software-10.ttf
│ │ │ │ │ ├── linea-software-10.woff
│ │ │ │ │ ├── linea-weather-10.eot
│ │ │ │ │ ├── linea-weather-10.svg
│ │ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ │ └── linea-weather-10.woff
│ │ │ │ ├── linea.css
│ │ │ │ ├── linea.less
│ │ │ │ └── linea.scss
│ │ │ ├── material-design-iconic-font
│ │ │ │ ├── css
│ │ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ │ └── materialdesignicons.min.css
│ │ │ │ └── fonts
│ │ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ │ ├── materialdesignicons-webfont.eot
│ │ │ │ ├── materialdesignicons-webfont.svg
│ │ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ │ ├── materialdesignicons-webfont.woff
│ │ │ │ └── materialdesignicons-webfont.woff2
│ │ │ ├── simple-line-icons
│ │ │ │ ├── css
│ │ │ │ │ └── simple-line-icons.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ │ ├── less
│ │ │ │ │ └── simple-line-icons.less
│ │ │ │ └── scss
│ │ │ │ └── simple-line-icons.scss
│ │ │ ├── themify-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── themify.eot
│ │ │ │ │ ├── themify.svg
│ │ │ │ │ ├── themify.ttf
│ │ │ │ │ └── themify.woff
│ │ │ │ ├── ie7
│ │ │ │ │ ├── ie7.css
│ │ │ │ │ └── ie7.js
│ │ │ │ ├── themify-icons.css
│ │ │ │ └── themify-icons.less
│ │ │ └── weather-icons
│ │ │ ├── css
│ │ │ │ ├── weather-icons-core.css
│ │ │ │ ├── weather-icons.css
│ │ │ │ ├── weather-icons.min.css
│ │ │ │ ├── weather-icons-variables.css
│ │ │ │ ├── weather-icons-wind.css
│ │ │ │ └── weather-icons-wind.min.css
│ │ │ ├── fonts
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ ├── weathericons-regular-webfont.woff
│ │ │ │ └── weathericons-regular-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── css
│ │ │ │ │ ├── variables-beaufort.css
│ │ │ │ │ ├── variables-day.css
│ │ │ │ │ ├── variables-direction.css
│ │ │ │ │ ├── variables-misc.css
│ │ │ │ │ ├── variables-moon.css
│ │ │ │ │ ├── variables-neutral.css
│ │ │ │ │ ├── variables-night.css
│ │ │ │ │ ├── variables-time.css
│ │ │ │ │ └── variables-wind-names.css
│ │ │ │ ├── icon-classes
│ │ │ │ │ ├── classes-beaufort.less
│ │ │ │ │ ├── classes-day.less
│ │ │ │ │ ├── classes-direction.less
│ │ │ │ │ ├── classes-misc.less
│ │ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ │ ├── classes-moon.less
│ │ │ │ │ ├── classes-neutral.less
│ │ │ │ │ ├── classes-night.less
│ │ │ │ │ ├── classes-time.less
│ │ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ │ └── classes-wind.less
│ │ │ │ ├── icon-variables
│ │ │ │ │ ├── variables-beaufort.less
│ │ │ │ │ ├── variables-day.less
│ │ │ │ │ ├── variables-direction.less
│ │ │ │ │ ├── variables-misc.less
│ │ │ │ │ ├── variables-moon.less
│ │ │ │ │ ├── variables-neutral.less
│ │ │ │ │ ├── variables-night.less
│ │ │ │ │ ├── variables-time.less
│ │ │ │ │ └── variables-wind-names.less
│ │ │ │ ├── mappings
│ │ │ │ │ ├── wi-forecast-io.less
│ │ │ │ │ ├── wi-owm.less
│ │ │ │ │ ├── wi-wmo4680.less
│ │ │ │ │ └── wi-yahoo.less
│ │ │ │ ├── weather-icons-classes.less
│ │ │ │ ├── weather-icons-core.less
│ │ │ │ ├── weather-icons.less
│ │ │ │ ├── weather-icons.min.less
│ │ │ │ ├── weather-icons-variables.less
│ │ │ │ ├── weather-icons-wind.less
│ │ │ │ └── weather-icons-wind.min.less
│ │ │ └── sass
│ │ │ ├── icon-classes
│ │ │ │ ├── classes-beaufort.scss
│ │ │ │ ├── classes-day.scss
│ │ │ │ ├── classes-direction.scss
│ │ │ │ ├── classes-misc.scss
│ │ │ │ ├── classes-moon-aliases.scss
│ │ │ │ ├── classes-moon.scss
│ │ │ │ ├── classes-neutral.scss
│ │ │ │ ├── classes-night.scss
│ │ │ │ ├── classes-time.scss
│ │ │ │ ├── classes-wind-aliases.scss
│ │ │ │ ├── classes-wind-degrees.scss
│ │ │ │ └── classes-wind.scss
│ │ │ ├── icon-variables
│ │ │ │ ├── variables-beaufort.scss
│ │ │ │ ├── variables-day.scss
│ │ │ │ ├── variables-direction.scss
│ │ │ │ ├── variables-misc.scss
│ │ │ │ ├── variables-moon.scss
│ │ │ │ ├── variables-neutral.scss
│ │ │ │ ├── variables-night.scss
│ │ │ │ ├── variables-time.scss
│ │ │ │ └── variables-wind-names.scss
│ │ │ ├── mappings
│ │ │ │ ├── wi-forecast-io.scss
│ │ │ │ ├── wi-owm.scss
│ │ │ │ ├── wi-wmo4680.scss
│ │ │ │ └── wi-yahoo.scss
│ │ │ ├── weather-icons-classes.scss
│ │ │ ├── weather-icons-core.scss
│ │ │ ├── weather-icons.min.scss
│ │ │ ├── weather-icons.scss
│ │ │ ├── weather-icons-variables.scss
│ │ │ ├── weather-icons-wind.min.scss
│ │ │ └── weather-icons-wind.scss
│ │ ├── material.scss
│ │ ├── pages.scss
│ │ ├── prepros-6.config
│ │ ├── responsive.scss
│ │ ├── sidebar.scss
│ │ ├── style.scss
│ │ ├── variable.scss
│ │ └── widgets.scss
│ ├── starter-kit.html
│ ├── table-basic.html
│ ├── table-bootstrap.html
│ ├── table-data-table.html
│ ├── table-editable-table.html
│ ├── table-footable.html
│ ├── table-jsgrid.html
│ ├── table-layout.html
│ ├── table-responsive.html
│ ├── ui-bootstrap.html
│ ├── ui-bootstrap-switch.html
│ ├── ui-breadcrumb.html
│ ├── ui-buttons.html
│ ├── ui-cards.html
│ ├── ui-carousel.html
│ ├── ui-date-paginator.html
│ ├── ui-dragable-portlet.html
│ ├── ui-grid.html
│ ├── ui-horizontal-timeline.html
│ ├── ui-list-media.html
│ ├── ui-modals.html
│ ├── ui-nestable.html
│ ├── ui-notification.html
│ ├── ui-progressbar.html
│ ├── ui-range-slider.html
│ ├── ui-ribbons.html
│ ├── ui-session-ideal-timeout.html
│ ├── ui-session-timeout.html
│ ├── ui-sweetalert.html
│ ├── ui-tab.html
│ ├── ui-timeline.html
│ ├── ui-tooltip-popover.html
│ ├── ui-tooltip-stylish.html
│ ├── ui-typography.html
│ ├── ui-user-card.html
│ ├── widget-apps.html
│ ├── widget-charts.html
│ └── widget-data.html
├── material
│ ├── app-calendar.html
│ ├── app-chat.html
│ ├── app-compose.html
│ ├── app-contact2.html
│ ├── app-contact-detail.html
│ ├── app-contact.html
│ ├── app-email-detail.html
│ ├── app-email.html
│ ├── app-ticket.html
│ ├── chart-chartist.html
│ ├── chart-chart-js.html
│ ├── chart-echart.html
│ ├── chart-extra-chart.html
│ ├── chart-flot.html
│ ├── chart-knob.html
│ ├── chart-morris.html
│ ├── chart-peity.html
│ ├── chart-sparkline.html
│ ├── css
│ │ ├── animate.css
│ │ ├── colors
│ │ │ ├── blue.css
│ │ │ ├── blue-dark.css
│ │ │ ├── default.css
│ │ │ ├── default-dark.css
│ │ │ ├── green.css
│ │ │ ├── green-dark.css
│ │ │ ├── megna.css
│ │ │ ├── megna-dark.css
│ │ │ ├── purple.css
│ │ │ ├── purple-dark.css
│ │ │ ├── red.css
│ │ │ └── red-dark.css
│ │ ├── form.css
│ │ ├── icons
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ └── font-awesome.css
│ │ │ │ └── old
│ │ │ │ └── css
│ │ │ │ └── font-awesome.css
│ │ │ ├── simple-line-icons
│ │ │ │ └── css
│ │ │ │ └── simple-line-icons.css
│ │ │ └── themify-icons
│ │ │ └── themify-icons.css
│ │ ├── spinners.css
│ │ └── style.css
│ ├── documentation.html
│ ├── form-addons.html
│ ├── form-basic.html
│ ├── form-bootstrapwysihtml5.html
│ ├── form-dropzone.html
│ ├── form-float-input.html
│ ├── form-icheck.html
│ ├── form-img-cropper.html
│ ├── form-layout.html
│ ├── form-mask.html
│ ├── form-material.html
│ ├── form-pickers.html
│ ├── form-summernote.html
│ ├── form-tinymce.html
│ ├── form-typehead.html
│ ├── form-upload.html
│ ├── form-validation.html
│ ├── form-wizard.html
│ ├── form-xeditable.html
│ ├── icon-flag.html
│ ├── icon-fontawesome.html
│ ├── icon-linea.html
│ ├── icon-material.html
│ ├── icon-simple-lineicon.html
│ ├── icon-themify.html
│ ├── icon-weather.html
│ ├── index2.html
│ ├── index3.html
│ ├── index4.html
│ ├── index5.html
│ ├── index6.html
│ ├── index.html
│ ├── js
│ │ ├── chat.js
│ │ ├── custom.js
│ │ ├── custom.min.js
│ │ ├── dashboard1.js
│ │ ├── dashboard2.js
│ │ ├── dashboard3.js
│ │ ├── dashboard4.js
│ │ ├── dashboard5.js
│ │ ├── dashboard6.js
│ │ ├── flot-data.js
│ │ ├── footable-init.js
│ │ ├── jasny-bootstrap.js
│ │ ├── jquery.PrintArea.js
│ │ ├── jquery.slimscroll.js
│ │ ├── jsgrid-init.js
│ │ ├── mask.js
│ │ ├── morris-data.js
│ │ ├── perfect-scrollbar.min.js
│ │ ├── sidebarmenu.js
│ │ ├── toastr.js
│ │ ├── validation.js
│ │ ├── validator.js
│ │ ├── waves.js
│ │ ├── widget-charts.js
│ │ └── widget-data.js
│ ├── layout-boxed.html
│ ├── layout-fix-header.html
│ ├── layout-fix-header-sidebar.html
│ ├── layout-fix-sidebar.html
│ ├── layout-logo-center.html
│ ├── layout-single-column.html
│ ├── map-google.html
│ ├── map-vector.html
│ ├── pages-animation.html
│ ├── pages-blank.html
│ ├── pages-error-400.html
│ ├── pages-error-403.html
│ ├── pages-error-404.html
│ ├── pages-error-500.html
│ ├── pages-error-503.html
│ ├── pages-faq.html
│ ├── pages-fix-inner-right-sidebar.html
│ ├── pages-fix-innersidebar.html
│ ├── pages-gallery.html
│ ├── pages-invoice.html
│ ├── pages-lightbox-popup.html
│ ├── pages-lockscreen.html
│ ├── pages-login-2.html
│ ├── pages-login.html
│ ├── pages-pricing.html
│ ├── pages-profile.html
│ ├── pages-recover-password.html
│ ├── pages-register2.html
│ ├── pages-register.html
│ ├── pages-scroll.html
│ ├── pages-search-result.html
│ ├── pages-treeview.html
│ ├── pages-utility-classes.html
│ ├── prepros.cfg
│ ├── profile.html
│ ├── scss
│ │ ├── app.scss
│ │ ├── colors
│ │ │ ├── blue-dark.scss
│ │ │ ├── blue.scss
│ │ │ ├── default-dark.scss
│ │ │ ├── default.scss
│ │ │ ├── green-dark.scss
│ │ │ ├── green.scss
│ │ │ ├── megna-dark.scss
│ │ │ ├── megna.scss
│ │ │ ├── purple-dark.scss
│ │ │ ├── purple.scss
│ │ │ ├── red-dark.scss
│ │ │ └── red.scss
│ │ ├── grid.scss
│ │ ├── icons
│ │ │ ├── flag-icon-css
│ │ │ │ ├── flag-icon.min.css
│ │ │ │ └── flags
│ │ │ │ ├── ad.svg
│ │ │ │ ├── ae.svg
│ │ │ │ ├── af.svg
│ │ │ │ ├── ag.svg
│ │ │ │ ├── ai.svg
│ │ │ │ ├── al.svg
│ │ │ │ ├── am.svg
│ │ │ │ ├── ao.svg
│ │ │ │ ├── aq.svg
│ │ │ │ ├── ar.svg
│ │ │ │ ├── as.svg
│ │ │ │ ├── at.svg
│ │ │ │ ├── au.svg
│ │ │ │ ├── aw.svg
│ │ │ │ ├── ax.svg
│ │ │ │ ├── az.svg
│ │ │ │ ├── ba.svg
│ │ │ │ ├── bb.svg
│ │ │ │ ├── bd.svg
│ │ │ │ ├── be.svg
│ │ │ │ ├── bf.svg
│ │ │ │ ├── bg.svg
│ │ │ │ ├── bh.svg
│ │ │ │ ├── bi.svg
│ │ │ │ ├── bj.svg
│ │ │ │ ├── bl.svg
│ │ │ │ ├── bm.svg
│ │ │ │ ├── bn.svg
│ │ │ │ ├── bo.svg
│ │ │ │ ├── bq.svg
│ │ │ │ ├── br.svg
│ │ │ │ ├── bs.svg
│ │ │ │ ├── bt.svg
│ │ │ │ ├── bv.svg
│ │ │ │ ├── bw.svg
│ │ │ │ ├── by.svg
│ │ │ │ ├── bz.svg
│ │ │ │ ├── ca.svg
│ │ │ │ ├── cc.svg
│ │ │ │ ├── cd.svg
│ │ │ │ ├── cf.svg
│ │ │ │ ├── cg.svg
│ │ │ │ ├── ch.svg
│ │ │ │ ├── ci.svg
│ │ │ │ ├── ck.svg
│ │ │ │ ├── cl.svg
│ │ │ │ ├── cm.svg
│ │ │ │ ├── cn.svg
│ │ │ │ ├── co.svg
│ │ │ │ ├── cr.svg
│ │ │ │ ├── cu.svg
│ │ │ │ ├── cv.svg
│ │ │ │ ├── cw.svg
│ │ │ │ ├── cx.svg
│ │ │ │ ├── cy.svg
│ │ │ │ ├── cz.svg
│ │ │ │ ├── de.svg
│ │ │ │ ├── dj.svg
│ │ │ │ ├── dk.svg
│ │ │ │ ├── dm.svg
│ │ │ │ ├── do.svg
│ │ │ │ ├── dz.svg
│ │ │ │ ├── ec.svg
│ │ │ │ ├── ee.svg
│ │ │ │ ├── eg.svg
│ │ │ │ ├── eh.svg
│ │ │ │ ├── er.svg
│ │ │ │ ├── es.svg
│ │ │ │ ├── et.svg
│ │ │ │ ├── fi.svg
│ │ │ │ ├── fj.svg
│ │ │ │ ├── fk.svg
│ │ │ │ ├── fm.svg
│ │ │ │ ├── fo.svg
│ │ │ │ ├── fr.svg
│ │ │ │ ├── ga.svg
│ │ │ │ ├── gb.svg
│ │ │ │ ├── gd.svg
│ │ │ │ ├── ge.svg
│ │ │ │ ├── gf.svg
│ │ │ │ ├── gg.svg
│ │ │ │ ├── gh.svg
│ │ │ │ ├── gi.svg
│ │ │ │ ├── gl.svg
│ │ │ │ ├── gm.svg
│ │ │ │ ├── gn.svg
│ │ │ │ ├── gp.svg
│ │ │ │ ├── gq.svg
│ │ │ │ ├── gr.svg
│ │ │ │ ├── gs.svg
│ │ │ │ ├── gt.svg
│ │ │ │ ├── gu.svg
│ │ │ │ ├── gw.svg
│ │ │ │ ├── gy.svg
│ │ │ │ ├── hk.svg
│ │ │ │ ├── hm.svg
│ │ │ │ ├── hn.svg
│ │ │ │ ├── hr.svg
│ │ │ │ ├── ht.svg
│ │ │ │ ├── hu.svg
│ │ │ │ ├── id.svg
│ │ │ │ ├── ie.svg
│ │ │ │ ├── il.svg
│ │ │ │ ├── im.svg
│ │ │ │ ├── in.svg
│ │ │ │ ├── io.svg
│ │ │ │ ├── iq.svg
│ │ │ │ ├── ir.svg
│ │ │ │ ├── is.svg
│ │ │ │ ├── it.svg
│ │ │ │ ├── je.svg
│ │ │ │ ├── jm.svg
│ │ │ │ ├── jo.svg
│ │ │ │ ├── jp.svg
│ │ │ │ ├── ke.svg
│ │ │ │ ├── kg.svg
│ │ │ │ ├── kh.svg
│ │ │ │ ├── ki.svg
│ │ │ │ ├── km.svg
│ │ │ │ ├── kn.svg
│ │ │ │ ├── kp.svg
│ │ │ │ ├── kr.svg
│ │ │ │ ├── kw.svg
│ │ │ │ ├── ky.svg
│ │ │ │ ├── kz.svg
│ │ │ │ ├── la.svg
│ │ │ │ ├── lb.svg
│ │ │ │ ├── lc.svg
│ │ │ │ ├── li.svg
│ │ │ │ ├── lk.svg
│ │ │ │ ├── lr.svg
│ │ │ │ ├── ls.svg
│ │ │ │ ├── lt.svg
│ │ │ │ ├── lu.svg
│ │ │ │ ├── lv.svg
│ │ │ │ ├── ly.svg
│ │ │ │ ├── ma.svg
│ │ │ │ ├── mc.svg
│ │ │ │ ├── md.svg
│ │ │ │ ├── me.svg
│ │ │ │ ├── mf.svg
│ │ │ │ ├── mg.svg
│ │ │ │ ├── mh.svg
│ │ │ │ ├── mk.svg
│ │ │ │ ├── ml.svg
│ │ │ │ ├── mm.svg
│ │ │ │ ├── mn.svg
│ │ │ │ ├── mo.svg
│ │ │ │ ├── mp.svg
│ │ │ │ ├── mq.svg
│ │ │ │ ├── mr.svg
│ │ │ │ ├── ms.svg
│ │ │ │ ├── mt.svg
│ │ │ │ ├── mu.svg
│ │ │ │ ├── mv.svg
│ │ │ │ ├── mw.svg
│ │ │ │ ├── mx.svg
│ │ │ │ ├── my.svg
│ │ │ │ ├── mz.svg
│ │ │ │ ├── na.svg
│ │ │ │ ├── nc.svg
│ │ │ │ ├── ne.svg
│ │ │ │ ├── nf.svg
│ │ │ │ ├── ng.svg
│ │ │ │ ├── ni.svg
│ │ │ │ ├── nl.svg
│ │ │ │ ├── no.svg
│ │ │ │ ├── np.svg
│ │ │ │ ├── nr.svg
│ │ │ │ ├── nu.svg
│ │ │ │ ├── nz.svg
│ │ │ │ ├── om.svg
│ │ │ │ ├── pa.svg
│ │ │ │ ├── pe.svg
│ │ │ │ ├── pf.svg
│ │ │ │ ├── pg.svg
│ │ │ │ ├── ph.svg
│ │ │ │ ├── pk.svg
│ │ │ │ ├── pl.svg
│ │ │ │ ├── pm.svg
│ │ │ │ ├── pn.svg
│ │ │ │ ├── pr.svg
│ │ │ │ ├── ps.svg
│ │ │ │ ├── pt.svg
│ │ │ │ ├── pw.svg
│ │ │ │ ├── py.svg
│ │ │ │ ├── qa.svg
│ │ │ │ ├── re.svg
│ │ │ │ ├── ro.svg
│ │ │ │ ├── rs.svg
│ │ │ │ ├── ru.svg
│ │ │ │ ├── rw.svg
│ │ │ │ ├── sa.svg
│ │ │ │ ├── sb.svg
│ │ │ │ ├── sc.svg
│ │ │ │ ├── sd.svg
│ │ │ │ ├── se.svg
│ │ │ │ ├── sg.svg
│ │ │ │ ├── sh.svg
│ │ │ │ ├── si.svg
│ │ │ │ ├── sj.svg
│ │ │ │ ├── sk.svg
│ │ │ │ ├── sl.svg
│ │ │ │ ├── sm.svg
│ │ │ │ ├── sn.svg
│ │ │ │ ├── so.svg
│ │ │ │ ├── sr.svg
│ │ │ │ ├── ss.svg
│ │ │ │ ├── st.svg
│ │ │ │ ├── sv.svg
│ │ │ │ ├── sx.svg
│ │ │ │ ├── sy.svg
│ │ │ │ ├── sz.svg
│ │ │ │ ├── tc.svg
│ │ │ │ ├── td.svg
│ │ │ │ ├── tf.svg
│ │ │ │ ├── tg.svg
│ │ │ │ ├── th.svg
│ │ │ │ ├── tj.svg
│ │ │ │ ├── tk.svg
│ │ │ │ ├── tl.svg
│ │ │ │ ├── tm.svg
│ │ │ │ ├── tn.svg
│ │ │ │ ├── to.svg
│ │ │ │ ├── tr.svg
│ │ │ │ ├── tt.svg
│ │ │ │ ├── tv.svg
│ │ │ │ ├── tw.svg
│ │ │ │ ├── tz.svg
│ │ │ │ ├── ua.svg
│ │ │ │ ├── ug.svg
│ │ │ │ ├── um.svg
│ │ │ │ ├── us.svg
│ │ │ │ ├── uy.svg
│ │ │ │ ├── uz.svg
│ │ │ │ ├── va.svg
│ │ │ │ ├── vc.svg
│ │ │ │ ├── ve.svg
│ │ │ │ ├── vg.svg
│ │ │ │ ├── vi.svg
│ │ │ │ ├── vn.svg
│ │ │ │ ├── vu.svg
│ │ │ │ ├── wf.svg
│ │ │ │ ├── ws.svg
│ │ │ │ ├── ye.svg
│ │ │ │ ├── yt.svg
│ │ │ │ ├── za.svg
│ │ │ │ ├── zm.svg
│ │ │ │ └── zw.svg
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── less
│ │ │ │ │ ├── animated.less
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── screen-reader.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ ├── old
│ │ │ │ │ ├── bower.json
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ │ ├── less
│ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ └── scss
│ │ │ │ │ ├── _animated.scss
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _extras.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ ├── linea-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ │ ├── linea-basic-10.eot
│ │ │ │ │ ├── linea-basic-10.svg
│ │ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ │ ├── linea-basic-10.woff
│ │ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ │ ├── linea-music-10.eot
│ │ │ │ │ ├── linea-music-10.svg
│ │ │ │ │ ├── linea-music-10.ttf
│ │ │ │ │ ├── linea-music-10.woff
│ │ │ │ │ ├── linea-software-10.eot
│ │ │ │ │ ├── linea-software-10.svg
│ │ │ │ │ ├── linea-software-10.ttf
│ │ │ │ │ ├── linea-software-10.woff
│ │ │ │ │ ├── linea-weather-10.eot
│ │ │ │ │ ├── linea-weather-10.svg
│ │ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ │ └── linea-weather-10.woff
│ │ │ │ ├── linea.css
│ │ │ │ ├── linea.less
│ │ │ │ └── linea.scss
│ │ │ ├── material-design-iconic-font
│ │ │ │ ├── css
│ │ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ │ └── materialdesignicons.min.css
│ │ │ │ └── fonts
│ │ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ │ ├── materialdesignicons-webfont.eot
│ │ │ │ ├── materialdesignicons-webfont.svg
│ │ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ │ ├── materialdesignicons-webfont.woff
│ │ │ │ └── materialdesignicons-webfont.woff2
│ │ │ ├── simple-line-icons
│ │ │ │ ├── css
│ │ │ │ │ └── simple-line-icons.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ │ ├── less
│ │ │ │ │ └── simple-line-icons.less
│ │ │ │ └── scss
│ │ │ │ └── simple-line-icons.scss
│ │ │ ├── themify-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── themify.eot
│ │ │ │ │ ├── themify.svg
│ │ │ │ │ ├── themify.ttf
│ │ │ │ │ └── themify.woff
│ │ │ │ ├── ie7
│ │ │ │ │ ├── ie7.css
│ │ │ │ │ └── ie7.js
│ │ │ │ ├── themify-icons.css
│ │ │ │ └── themify-icons.less
│ │ │ └── weather-icons
│ │ │ ├── css
│ │ │ │ ├── weather-icons-core.css
│ │ │ │ ├── weather-icons.css
│ │ │ │ ├── weather-icons.min.css
│ │ │ │ ├── weather-icons-variables.css
│ │ │ │ ├── weather-icons-wind.css
│ │ │ │ └── weather-icons-wind.min.css
│ │ │ ├── fonts
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ ├── weathericons-regular-webfont.woff
│ │ │ │ └── weathericons-regular-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── css
│ │ │ │ │ ├── variables-beaufort.css
│ │ │ │ │ ├── variables-day.css
│ │ │ │ │ ├── variables-direction.css
│ │ │ │ │ ├── variables-misc.css
│ │ │ │ │ ├── variables-moon.css
│ │ │ │ │ ├── variables-neutral.css
│ │ │ │ │ ├── variables-night.css
│ │ │ │ │ ├── variables-time.css
│ │ │ │ │ └── variables-wind-names.css
│ │ │ │ ├── icon-classes
│ │ │ │ │ ├── classes-beaufort.less
│ │ │ │ │ ├── classes-day.less
│ │ │ │ │ ├── classes-direction.less
│ │ │ │ │ ├── classes-misc.less
│ │ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ │ ├── classes-moon.less
│ │ │ │ │ ├── classes-neutral.less
│ │ │ │ │ ├── classes-night.less
│ │ │ │ │ ├── classes-time.less
│ │ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ │ └── classes-wind.less
│ │ │ │ ├── icon-variables
│ │ │ │ │ ├── variables-beaufort.less
│ │ │ │ │ ├── variables-day.less
│ │ │ │ │ ├── variables-direction.less
│ │ │ │ │ ├── variables-misc.less
│ │ │ │ │ ├── variables-moon.less
│ │ │ │ │ ├── variables-neutral.less
│ │ │ │ │ ├── variables-night.less
│ │ │ │ │ ├── variables-time.less
│ │ │ │ │ └── variables-wind-names.less
│ │ │ │ ├── mappings
│ │ │ │ │ ├── wi-forecast-io.less
│ │ │ │ │ ├── wi-owm.less
│ │ │ │ │ ├── wi-wmo4680.less
│ │ │ │ │ └── wi-yahoo.less
│ │ │ │ ├── weather-icons-classes.less
│ │ │ │ ├── weather-icons-core.less
│ │ │ │ ├── weather-icons.less
│ │ │ │ ├── weather-icons.min.less
│ │ │ │ ├── weather-icons-variables.less
│ │ │ │ ├── weather-icons-wind.less
│ │ │ │ └── weather-icons-wind.min.less
│ │ │ └── sass
│ │ │ ├── icon-classes
│ │ │ │ ├── classes-beaufort.scss
│ │ │ │ ├── classes-day.scss
│ │ │ │ ├── classes-direction.scss
│ │ │ │ ├── classes-misc.scss
│ │ │ │ ├── classes-moon-aliases.scss
│ │ │ │ ├── classes-moon.scss
│ │ │ │ ├── classes-neutral.scss
│ │ │ │ ├── classes-night.scss
│ │ │ │ ├── classes-time.scss
│ │ │ │ ├── classes-wind-aliases.scss
│ │ │ │ ├── classes-wind-degrees.scss
│ │ │ │ └── classes-wind.scss
│ │ │ ├── icon-variables
│ │ │ │ ├── variables-beaufort.scss
│ │ │ │ ├── variables-day.scss
│ │ │ │ ├── variables-direction.scss
│ │ │ │ ├── variables-misc.scss
│ │ │ │ ├── variables-moon.scss
│ │ │ │ ├── variables-neutral.scss
│ │ │ │ ├── variables-night.scss
│ │ │ │ ├── variables-time.scss
│ │ │ │ └── variables-wind-names.scss
│ │ │ ├── mappings
│ │ │ │ ├── wi-forecast-io.scss
│ │ │ │ ├── wi-owm.scss
│ │ │ │ ├── wi-wmo4680.scss
│ │ │ │ └── wi-yahoo.scss
│ │ │ ├── weather-icons-classes.scss
│ │ │ ├── weather-icons-core.scss
│ │ │ ├── weather-icons.min.scss
│ │ │ ├── weather-icons.scss
│ │ │ ├── weather-icons-variables.scss
│ │ │ ├── weather-icons-wind.min.scss
│ │ │ └── weather-icons-wind.scss
│ │ ├── material.scss
│ │ ├── pages.scss
│ │ ├── prepros-6.config
│ │ ├── responsive.scss
│ │ ├── sidebar.scss
│ │ ├── style.scss
│ │ ├── variable.scss
│ │ └── widgets.scss
│ ├── starter-kit.html
│ ├── table-basic.html
│ ├── table-bootstrap.html
│ ├── table-data-table.html
│ ├── table-editable-table.html
│ ├── table-footable.html
│ ├── table-jsgrid.html
│ ├── table-layout.html
│ ├── table-responsive.html
│ ├── ui-bootstrap.html
│ ├── ui-bootstrap-switch.html
│ ├── ui-breadcrumb.html
│ ├── ui-buttons.html
│ ├── ui-cards.html
│ ├── ui-carousel.html
│ ├── ui-date-paginator.html
│ ├── ui-dragable-portlet.html
│ ├── ui-grid.html
│ ├── ui-horizontal-timeline.html
│ ├── ui-list-media.html
│ ├── ui-modals.html
│ ├── ui-nestable.html
│ ├── ui-notification.html
│ ├── ui-progressbar.html
│ ├── ui-range-slider.html
│ ├── ui-ribbons.html
│ ├── ui-session-ideal-timeout.html
│ ├── ui-session-timeout.html
│ ├── ui-sweetalert.html
│ ├── ui-tab.html
│ ├── ui-timeline.html
│ ├── ui-tooltip-popover.html
│ ├── ui-tooltip-stylish.html
│ ├── ui-typography.html
│ ├── ui-user-card.html
│ ├── widget-apps.html
│ ├── widget-charts.html
│ └── widget-data.html
├── material-angularcli
│ ├── e2e
│ │ ├── app.e2e-spec.ts
│ │ ├── app.po.ts
│ │ └── tsconfig.e2e.json
│ ├── karma.conf.js
│ ├── package.json
│ ├── prepros.cfg
│ ├── protractor.conf.js
│ ├── README.md
│ ├── src
│ │ ├── app
│ │ │ ├── app.component.css
│ │ │ ├── app.component.html
│ │ │ ├── app.component.spec.ts
│ │ │ ├── app.component.ts
│ │ │ ├── app.module.ts
│ │ │ ├── pages
│ │ │ │ ├── component
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ ├── accordion.component.html
│ │ │ │ │ │ ├── accordion.component.ts
│ │ │ │ │ │ └── accordion.module.ts
│ │ │ │ │ ├── alert
│ │ │ │ │ │ ├── alert.component.html
│ │ │ │ │ │ ├── alert.component.ts
│ │ │ │ │ │ └── alert.module.ts
│ │ │ │ │ ├── carousel
│ │ │ │ │ │ ├── carousel.component.html
│ │ │ │ │ │ ├── carousel.component.ts
│ │ │ │ │ │ └── carousel.module.ts
│ │ │ │ │ ├── datepicker
│ │ │ │ │ │ ├── datepicker.component.html
│ │ │ │ │ │ ├── datepicker.component.ts
│ │ │ │ │ │ └── datepicker.module.ts
│ │ │ │ │ ├── dropdown-collapse
│ │ │ │ │ │ ├── dropdown-collapse.component.html
│ │ │ │ │ │ ├── dropdown-collapse.component.ts
│ │ │ │ │ │ └── dropdown-collapse.module.ts
│ │ │ │ │ ├── modal
│ │ │ │ │ │ ├── modal.component.html
│ │ │ │ │ │ ├── modal.component.ts
│ │ │ │ │ │ └── modal.module.ts
│ │ │ │ │ ├── pagination
│ │ │ │ │ │ ├── pagination.component.html
│ │ │ │ │ │ ├── pagination.component.ts
│ │ │ │ │ │ └── pagination.module.ts
│ │ │ │ │ ├── popover-tooltip
│ │ │ │ │ │ ├── popover-tooltip.component.html
│ │ │ │ │ │ ├── popover-tooltip.component.ts
│ │ │ │ │ │ └── popover-tooltip.module.ts
│ │ │ │ │ ├── progressbar
│ │ │ │ │ │ ├── progressbar.component.html
│ │ │ │ │ │ ├── progressbar.component.ts
│ │ │ │ │ │ └── progressbar.module.ts
│ │ │ │ │ ├── rating
│ │ │ │ │ │ ├── rating.component.html
│ │ │ │ │ │ ├── rating.component.ts
│ │ │ │ │ │ └── rating.module.ts
│ │ │ │ │ ├── tabs
│ │ │ │ │ │ ├── tabs.component.html
│ │ │ │ │ │ ├── tabs.component.ts
│ │ │ │ │ │ └── tabs.module.ts
│ │ │ │ │ ├── timepicker
│ │ │ │ │ │ ├── timepicker.component.html
│ │ │ │ │ │ ├── timepicker.component.ts
│ │ │ │ │ │ └── timepicker.module.ts
│ │ │ │ │ └── typehead
│ │ │ │ │ ├── typehead.component.html
│ │ │ │ │ ├── typehead.component.ts
│ │ │ │ │ └── typehead.module.ts
│ │ │ │ ├── icons
│ │ │ │ │ ├── fontawesome
│ │ │ │ │ │ ├── fontawesome.component.html
│ │ │ │ │ │ ├── fontawesome.component.ts
│ │ │ │ │ │ └── fontawesome.module.ts
│ │ │ │ │ ├── material
│ │ │ │ │ │ ├── material.component.html
│ │ │ │ │ │ ├── material.component.ts
│ │ │ │ │ │ └── material.module.ts
│ │ │ │ │ └── simpleline
│ │ │ │ │ ├── simpleline.component.html
│ │ │ │ │ ├── simpleline.component.ts
│ │ │ │ │ └── simpleline.module.ts
│ │ │ │ └── starter
│ │ │ │ ├── starter.component.html
│ │ │ │ ├── starter.component.ts
│ │ │ │ └── starter.module.ts
│ │ │ └── shared
│ │ │ ├── breadcrumb
│ │ │ │ ├── breadcrumb.component.html
│ │ │ │ └── breadcrumb.component.ts
│ │ │ ├── header-navigation
│ │ │ │ ├── navigation.component.html
│ │ │ │ └── navigation.component.ts
│ │ │ ├── right-sidebar
│ │ │ │ ├── rightsidebar.component.html
│ │ │ │ └── rightsidebar.component.ts
│ │ │ └── sidebar
│ │ │ ├── sidebar.component.html
│ │ │ └── sidebar.component.ts
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── animate.css
│ │ │ │ ├── colors
│ │ │ │ │ ├── blue.css
│ │ │ │ │ ├── blue-dark.css
│ │ │ │ │ ├── default.css
│ │ │ │ │ ├── default-dark.css
│ │ │ │ │ ├── green.css
│ │ │ │ │ ├── green-dark.css
│ │ │ │ │ ├── megna.css
│ │ │ │ │ ├── megna-dark.css
│ │ │ │ │ ├── purple.css
│ │ │ │ │ ├── purple-dark.css
│ │ │ │ │ ├── red.css
│ │ │ │ │ └── red-dark.css
│ │ │ │ ├── icons
│ │ │ │ │ ├── font-awesome
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── font-awesome.css
│ │ │ │ │ │ └── old
│ │ │ │ │ │ └── css
│ │ │ │ │ │ └── font-awesome.css
│ │ │ │ │ ├── simple-line-icons
│ │ │ │ │ │ └── css
│ │ │ │ │ │ └── simple-line-icons.css
│ │ │ │ │ └── themify-icons
│ │ │ │ │ └── themify-icons.css
│ │ │ │ ├── spinners.css
│ │ │ │ └── style.css
│ │ │ ├── images
│ │ │ │ ├── alert
│ │ │ │ │ ├── alert2.png
│ │ │ │ │ ├── alert3.png
│ │ │ │ │ ├── alert4.png
│ │ │ │ │ ├── alert5.png
│ │ │ │ │ ├── alert6.png
│ │ │ │ │ ├── alert7.png
│ │ │ │ │ ├── alert.png
│ │ │ │ │ ├── model2.png
│ │ │ │ │ ├── model3.png
│ │ │ │ │ └── model.png
│ │ │ │ ├── background
│ │ │ │ │ ├── error-bg.jpg
│ │ │ │ │ ├── login-register.jpg
│ │ │ │ │ ├── megamenubg.jpg
│ │ │ │ │ ├── profile-bg.jpg
│ │ │ │ │ ├── socialbg.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── user-info.jpg
│ │ │ │ │ └── weatherbg.jpg
│ │ │ │ ├── big
│ │ │ │ │ ├── img1.jpg
│ │ │ │ │ ├── img2.jpg
│ │ │ │ │ ├── img3.jpg
│ │ │ │ │ ├── img4.jpg
│ │ │ │ │ ├── img5.jpg
│ │ │ │ │ ├── img6.jpg
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── browser
│ │ │ │ │ ├── chrome-logo.png
│ │ │ │ │ ├── firefox-logo.png
│ │ │ │ │ ├── internet-logo.png
│ │ │ │ │ ├── opera-logo.png
│ │ │ │ │ ├── photoshop.jpg
│ │ │ │ │ ├── safari-logo.png
│ │ │ │ │ └── sketch.jpg
│ │ │ │ ├── custom-select.png
│ │ │ │ ├── document
│ │ │ │ │ ├── colors.jpg
│ │ │ │ │ ├── sidebar.jpg
│ │ │ │ │ └── template-strucutre.jpg
│ │ │ │ ├── favicon.png
│ │ │ │ ├── gallery
│ │ │ │ │ ├── chair2.jpg
│ │ │ │ │ ├── chair3.jpg
│ │ │ │ │ ├── chair4.jpg
│ │ │ │ │ └── chair.jpg
│ │ │ │ ├── logo-icon.png
│ │ │ │ ├── logo-light-icon.png
│ │ │ │ ├── logo-light-text.png
│ │ │ │ ├── logo-text.png
│ │ │ │ ├── tooltip
│ │ │ │ │ ├── Euclid.png
│ │ │ │ │ ├── shape1.svg
│ │ │ │ │ ├── shape2.svg
│ │ │ │ │ ├── shape3.svg
│ │ │ │ │ ├── tooltip1.svg
│ │ │ │ │ ├── tooltip2.svg
│ │ │ │ │ └── tooltip3.svg
│ │ │ │ └── users
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ ├── d1.jpg
│ │ │ │ ├── d2.jpg
│ │ │ │ ├── d3.jpg
│ │ │ │ ├── d4.jpg
│ │ │ │ ├── d5.jpg
│ │ │ │ └── profile.png
│ │ │ ├── js
│ │ │ │ ├── chat.js
│ │ │ │ ├── custom.js
│ │ │ │ ├── jquery.slimscroll.js
│ │ │ │ ├── pace.min.js
│ │ │ │ └── sidebarmenu.js
│ │ │ ├── plugins
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ │ ├── bootstrap-grid.css
│ │ │ │ │ │ ├── bootstrap-grid.css.map
│ │ │ │ │ │ ├── bootstrap-grid.min.css
│ │ │ │ │ │ ├── bootstrap-grid.min.css.map
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ │ │ ├── bootstrap-reboot.css
│ │ │ │ │ │ ├── bootstrap-reboot.css.map
│ │ │ │ │ │ ├── bootstrap-reboot.min.css
│ │ │ │ │ │ └── bootstrap-reboot.min.css.map
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ └── popper.min.js
│ │ │ │ ├── jquery
│ │ │ │ │ └── jquery.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ ├── jquery.charts-sparkline.js
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ ├── sticky-kit-master
│ │ │ │ │ └── dist
│ │ │ │ │ ├── sticky-kit.js
│ │ │ │ │ └── sticky-kit.min.js
│ │ │ │ └── styleswitcher
│ │ │ │ └── jQuery.style.switcher.js
│ │ │ └── scss
│ │ │ ├── app.scss
│ │ │ ├── colors
│ │ │ │ ├── blue-dark.scss
│ │ │ │ ├── blue.scss
│ │ │ │ ├── default-dark.scss
│ │ │ │ ├── default.scss
│ │ │ │ ├── green-dark.scss
│ │ │ │ ├── green.scss
│ │ │ │ ├── megna-dark.scss
│ │ │ │ ├── megna.scss
│ │ │ │ ├── purple-dark.scss
│ │ │ │ ├── purple.scss
│ │ │ │ ├── red-dark.scss
│ │ │ │ └── red.scss
│ │ │ ├── grid.scss
│ │ │ ├── icons
│ │ │ │ ├── flag-icon-css
│ │ │ │ │ ├── flag-icon.min.css
│ │ │ │ │ └── flags
│ │ │ │ │ ├── ad.svg
│ │ │ │ │ ├── ae.svg
│ │ │ │ │ ├── af.svg
│ │ │ │ │ ├── ag.svg
│ │ │ │ │ ├── ai.svg
│ │ │ │ │ ├── al.svg
│ │ │ │ │ ├── am.svg
│ │ │ │ │ ├── ao.svg
│ │ │ │ │ ├── aq.svg
│ │ │ │ │ ├── ar.svg
│ │ │ │ │ ├── as.svg
│ │ │ │ │ ├── at.svg
│ │ │ │ │ ├── au.svg
│ │ │ │ │ ├── aw.svg
│ │ │ │ │ ├── ax.svg
│ │ │ │ │ ├── az.svg
│ │ │ │ │ ├── ba.svg
│ │ │ │ │ ├── bb.svg
│ │ │ │ │ ├── bd.svg
│ │ │ │ │ ├── be.svg
│ │ │ │ │ ├── bf.svg
│ │ │ │ │ ├── bg.svg
│ │ │ │ │ ├── bh.svg
│ │ │ │ │ ├── bi.svg
│ │ │ │ │ ├── bj.svg
│ │ │ │ │ ├── bl.svg
│ │ │ │ │ ├── bm.svg
│ │ │ │ │ ├── bn.svg
│ │ │ │ │ ├── bo.svg
│ │ │ │ │ ├── bq.svg
│ │ │ │ │ ├── br.svg
│ │ │ │ │ ├── bs.svg
│ │ │ │ │ ├── bt.svg
│ │ │ │ │ ├── bv.svg
│ │ │ │ │ ├── bw.svg
│ │ │ │ │ ├── by.svg
│ │ │ │ │ ├── bz.svg
│ │ │ │ │ ├── ca.svg
│ │ │ │ │ ├── cc.svg
│ │ │ │ │ ├── cd.svg
│ │ │ │ │ ├── cf.svg
│ │ │ │ │ ├── cg.svg
│ │ │ │ │ ├── ch.svg
│ │ │ │ │ ├── ci.svg
│ │ │ │ │ ├── ck.svg
│ │ │ │ │ ├── cl.svg
│ │ │ │ │ ├── cm.svg
│ │ │ │ │ ├── cn.svg
│ │ │ │ │ ├── co.svg
│ │ │ │ │ ├── cr.svg
│ │ │ │ │ ├── cu.svg
│ │ │ │ │ ├── cv.svg
│ │ │ │ │ ├── cw.svg
│ │ │ │ │ ├── cx.svg
│ │ │ │ │ ├── cy.svg
│ │ │ │ │ ├── cz.svg
│ │ │ │ │ ├── de.svg
│ │ │ │ │ ├── dj.svg
│ │ │ │ │ ├── dk.svg
│ │ │ │ │ ├── dm.svg
│ │ │ │ │ ├── do.svg
│ │ │ │ │ ├── dz.svg
│ │ │ │ │ ├── ec.svg
│ │ │ │ │ ├── ee.svg
│ │ │ │ │ ├── eg.svg
│ │ │ │ │ ├── eh.svg
│ │ │ │ │ ├── er.svg
│ │ │ │ │ ├── es.svg
│ │ │ │ │ ├── et.svg
│ │ │ │ │ ├── fi.svg
│ │ │ │ │ ├── fj.svg
│ │ │ │ │ ├── fk.svg
│ │ │ │ │ ├── fm.svg
│ │ │ │ │ ├── fo.svg
│ │ │ │ │ ├── fr.svg
│ │ │ │ │ ├── ga.svg
│ │ │ │ │ ├── gb.svg
│ │ │ │ │ ├── gd.svg
│ │ │ │ │ ├── ge.svg
│ │ │ │ │ ├── gf.svg
│ │ │ │ │ ├── gg.svg
│ │ │ │ │ ├── gh.svg
│ │ │ │ │ ├── gi.svg
│ │ │ │ │ ├── gl.svg
│ │ │ │ │ ├── gm.svg
│ │ │ │ │ ├── gn.svg
│ │ │ │ │ ├── gp.svg
│ │ │ │ │ ├── gq.svg
│ │ │ │ │ ├── gr.svg
│ │ │ │ │ ├── gs.svg
│ │ │ │ │ ├── gt.svg
│ │ │ │ │ ├── gu.svg
│ │ │ │ │ ├── gw.svg
│ │ │ │ │ ├── gy.svg
│ │ │ │ │ ├── hk.svg
│ │ │ │ │ ├── hm.svg
│ │ │ │ │ ├── hn.svg
│ │ │ │ │ ├── hr.svg
│ │ │ │ │ ├── ht.svg
│ │ │ │ │ ├── hu.svg
│ │ │ │ │ ├── id.svg
│ │ │ │ │ ├── ie.svg
│ │ │ │ │ ├── il.svg
│ │ │ │ │ ├── im.svg
│ │ │ │ │ ├── in.svg
│ │ │ │ │ ├── io.svg
│ │ │ │ │ ├── iq.svg
│ │ │ │ │ ├── ir.svg
│ │ │ │ │ ├── is.svg
│ │ │ │ │ ├── it.svg
│ │ │ │ │ ├── je.svg
│ │ │ │ │ ├── jm.svg
│ │ │ │ │ ├── jo.svg
│ │ │ │ │ ├── jp.svg
│ │ │ │ │ ├── ke.svg
│ │ │ │ │ ├── kg.svg
│ │ │ │ │ ├── kh.svg
│ │ │ │ │ ├── ki.svg
│ │ │ │ │ ├── km.svg
│ │ │ │ │ ├── kn.svg
│ │ │ │ │ ├── kp.svg
│ │ │ │ │ ├── kr.svg
│ │ │ │ │ ├── kw.svg
│ │ │ │ │ ├── ky.svg
│ │ │ │ │ ├── kz.svg
│ │ │ │ │ ├── la.svg
│ │ │ │ │ ├── lb.svg
│ │ │ │ │ ├── lc.svg
│ │ │ │ │ ├── li.svg
│ │ │ │ │ ├── lk.svg
│ │ │ │ │ ├── lr.svg
│ │ │ │ │ ├── ls.svg
│ │ │ │ │ ├── lt.svg
│ │ │ │ │ ├── lu.svg
│ │ │ │ │ ├── lv.svg
│ │ │ │ │ ├── ly.svg
│ │ │ │ │ ├── ma.svg
│ │ │ │ │ ├── mc.svg
│ │ │ │ │ ├── md.svg
│ │ │ │ │ ├── me.svg
│ │ │ │ │ ├── mf.svg
│ │ │ │ │ ├── mg.svg
│ │ │ │ │ ├── mh.svg
│ │ │ │ │ ├── mk.svg
│ │ │ │ │ ├── ml.svg
│ │ │ │ │ ├── mm.svg
│ │ │ │ │ ├── mn.svg
│ │ │ │ │ ├── mo.svg
│ │ │ │ │ ├── mp.svg
│ │ │ │ │ ├── mq.svg
│ │ │ │ │ ├── mr.svg
│ │ │ │ │ ├── ms.svg
│ │ │ │ │ ├── mt.svg
│ │ │ │ │ ├── mu.svg
│ │ │ │ │ ├── mv.svg
│ │ │ │ │ ├── mw.svg
│ │ │ │ │ ├── mx.svg
│ │ │ │ │ ├── my.svg
│ │ │ │ │ ├── mz.svg
│ │ │ │ │ ├── na.svg
│ │ │ │ │ ├── nc.svg
│ │ │ │ │ ├── ne.svg
│ │ │ │ │ ├── nf.svg
│ │ │ │ │ ├── ng.svg
│ │ │ │ │ ├── ni.svg
│ │ │ │ │ ├── nl.svg
│ │ │ │ │ ├── no.svg
│ │ │ │ │ ├── np.svg
│ │ │ │ │ ├── nr.svg
│ │ │ │ │ ├── nu.svg
│ │ │ │ │ ├── nz.svg
│ │ │ │ │ ├── om.svg
│ │ │ │ │ ├── pa.svg
│ │ │ │ │ ├── pe.svg
│ │ │ │ │ ├── pf.svg
│ │ │ │ │ ├── pg.svg
│ │ │ │ │ ├── ph.svg
│ │ │ │ │ ├── pk.svg
│ │ │ │ │ ├── pl.svg
│ │ │ │ │ ├── pm.svg
│ │ │ │ │ ├── pn.svg
│ │ │ │ │ ├── pr.svg
│ │ │ │ │ ├── ps.svg
│ │ │ │ │ ├── pt.svg
│ │ │ │ │ ├── pw.svg
│ │ │ │ │ ├── py.svg
│ │ │ │ │ ├── qa.svg
│ │ │ │ │ ├── re.svg
│ │ │ │ │ ├── ro.svg
│ │ │ │ │ ├── rs.svg
│ │ │ │ │ ├── ru.svg
│ │ │ │ │ ├── rw.svg
│ │ │ │ │ ├── sa.svg
│ │ │ │ │ ├── sb.svg
│ │ │ │ │ ├── sc.svg
│ │ │ │ │ ├── sd.svg
│ │ │ │ │ ├── se.svg
│ │ │ │ │ ├── sg.svg
│ │ │ │ │ ├── sh.svg
│ │ │ │ │ ├── si.svg
│ │ │ │ │ ├── sj.svg
│ │ │ │ │ ├── sk.svg
│ │ │ │ │ ├── sl.svg
│ │ │ │ │ ├── sm.svg
│ │ │ │ │ ├── sn.svg
│ │ │ │ │ ├── so.svg
│ │ │ │ │ ├── sr.svg
│ │ │ │ │ ├── ss.svg
│ │ │ │ │ ├── st.svg
│ │ │ │ │ ├── sv.svg
│ │ │ │ │ ├── sx.svg
│ │ │ │ │ ├── sy.svg
│ │ │ │ │ ├── sz.svg
│ │ │ │ │ ├── tc.svg
│ │ │ │ │ ├── td.svg
│ │ │ │ │ ├── tf.svg
│ │ │ │ │ ├── tg.svg
│ │ │ │ │ ├── th.svg
│ │ │ │ │ ├── tj.svg
│ │ │ │ │ ├── tk.svg
│ │ │ │ │ ├── tl.svg
│ │ │ │ │ ├── tm.svg
│ │ │ │ │ ├── tn.svg
│ │ │ │ │ ├── to.svg
│ │ │ │ │ ├── tr.svg
│ │ │ │ │ ├── tt.svg
│ │ │ │ │ ├── tv.svg
│ │ │ │ │ ├── tw.svg
│ │ │ │ │ ├── tz.svg
│ │ │ │ │ ├── ua.svg
│ │ │ │ │ ├── ug.svg
│ │ │ │ │ ├── um.svg
│ │ │ │ │ ├── us.svg
│ │ │ │ │ ├── uy.svg
│ │ │ │ │ ├── uz.svg
│ │ │ │ │ ├── va.svg
│ │ │ │ │ ├── vc.svg
│ │ │ │ │ ├── ve.svg
│ │ │ │ │ ├── vg.svg
│ │ │ │ │ ├── vi.svg
│ │ │ │ │ ├── vn.svg
│ │ │ │ │ ├── vu.svg
│ │ │ │ │ ├── wf.svg
│ │ │ │ │ ├── ws.svg
│ │ │ │ │ ├── ye.svg
│ │ │ │ │ ├── yt.svg
│ │ │ │ │ ├── za.svg
│ │ │ │ │ ├── zm.svg
│ │ │ │ │ └── zw.svg
│ │ │ │ ├── font-awesome
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ ├── less
│ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ ├── screen-reader.less
│ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ ├── old
│ │ │ │ │ │ ├── bower.json
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ │ │ ├── less
│ │ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ │ └── variables.less
│ │ │ │ │ │ └── scss
│ │ │ │ │ │ ├── _animated.scss
│ │ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ │ ├── _core.scss
│ │ │ │ │ │ ├── _extras.scss
│ │ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ │ ├── _icons.scss
│ │ │ │ │ │ ├── _larger.scss
│ │ │ │ │ │ ├── _list.scss
│ │ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ │ ├── _path.scss
│ │ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ │ └── _variables.scss
│ │ │ │ │ └── scss
│ │ │ │ │ ├── _animated.scss
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _screen-reader.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ ├── linea-icons
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ │ │ ├── linea-basic-10.eot
│ │ │ │ │ │ ├── linea-basic-10.svg
│ │ │ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ │ │ ├── linea-basic-10.woff
│ │ │ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ │ │ ├── linea-music-10.eot
│ │ │ │ │ │ ├── linea-music-10.svg
│ │ │ │ │ │ ├── linea-music-10.ttf
│ │ │ │ │ │ ├── linea-music-10.woff
│ │ │ │ │ │ ├── linea-software-10.eot
│ │ │ │ │ │ ├── linea-software-10.svg
│ │ │ │ │ │ ├── linea-software-10.ttf
│ │ │ │ │ │ ├── linea-software-10.woff
│ │ │ │ │ │ ├── linea-weather-10.eot
│ │ │ │ │ │ ├── linea-weather-10.svg
│ │ │ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ │ │ └── linea-weather-10.woff
│ │ │ │ │ ├── linea.css
│ │ │ │ │ ├── linea.less
│ │ │ │ │ └── linea.scss
│ │ │ │ ├── material-design-iconic-font
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ │ │ └── materialdesignicons.min.css
│ │ │ │ │ └── fonts
│ │ │ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ │ │ ├── materialdesignicons-webfont.eot
│ │ │ │ │ ├── materialdesignicons-webfont.svg
│ │ │ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ │ │ ├── materialdesignicons-webfont.woff
│ │ │ │ │ └── materialdesignicons-webfont.woff2
│ │ │ │ ├── simple-line-icons
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── simple-line-icons.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ │ │ ├── less
│ │ │ │ │ │ └── simple-line-icons.less
│ │ │ │ │ └── scss
│ │ │ │ │ └── simple-line-icons.scss
│ │ │ │ ├── themify-icons
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── themify.eot
│ │ │ │ │ │ ├── themify.svg
│ │ │ │ │ │ ├── themify.ttf
│ │ │ │ │ │ └── themify.woff
│ │ │ │ │ ├── ie7
│ │ │ │ │ │ ├── ie7.css
│ │ │ │ │ │ └── ie7.js
│ │ │ │ │ ├── themify-icons.css
│ │ │ │ │ └── themify-icons.less
│ │ │ │ └── weather-icons
│ │ │ │ ├── css
│ │ │ │ │ ├── weather-icons-core.css
│ │ │ │ │ ├── weather-icons.css
│ │ │ │ │ ├── weather-icons.min.css
│ │ │ │ │ ├── weather-icons-variables.css
│ │ │ │ │ ├── weather-icons-wind.css
│ │ │ │ │ └── weather-icons-wind.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ │ ├── weathericons-regular-webfont.woff
│ │ │ │ │ └── weathericons-regular-webfont.woff2
│ │ │ │ ├── less
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── variables-beaufort.css
│ │ │ │ │ │ ├── variables-day.css
│ │ │ │ │ │ ├── variables-direction.css
│ │ │ │ │ │ ├── variables-misc.css
│ │ │ │ │ │ ├── variables-moon.css
│ │ │ │ │ │ ├── variables-neutral.css
│ │ │ │ │ │ ├── variables-night.css
│ │ │ │ │ │ ├── variables-time.css
│ │ │ │ │ │ └── variables-wind-names.css
│ │ │ │ │ ├── icon-classes
│ │ │ │ │ │ ├── classes-beaufort.less
│ │ │ │ │ │ ├── classes-day.less
│ │ │ │ │ │ ├── classes-direction.less
│ │ │ │ │ │ ├── classes-misc.less
│ │ │ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ │ │ ├── classes-moon.less
│ │ │ │ │ │ ├── classes-neutral.less
│ │ │ │ │ │ ├── classes-night.less
│ │ │ │ │ │ ├── classes-time.less
│ │ │ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ │ │ └── classes-wind.less
│ │ │ │ │ ├── icon-variables
│ │ │ │ │ │ ├── variables-beaufort.less
│ │ │ │ │ │ ├── variables-day.less
│ │ │ │ │ │ ├── variables-direction.less
│ │ │ │ │ │ ├── variables-misc.less
│ │ │ │ │ │ ├── variables-moon.less
│ │ │ │ │ │ ├── variables-neutral.less
│ │ │ │ │ │ ├── variables-night.less
│ │ │ │ │ │ ├── variables-time.less
│ │ │ │ │ │ └── variables-wind-names.less
│ │ │ │ │ ├── mappings
│ │ │ │ │ │ ├── wi-forecast-io.less
│ │ │ │ │ │ ├── wi-owm.less
│ │ │ │ │ │ ├── wi-wmo4680.less
│ │ │ │ │ │ └── wi-yahoo.less
│ │ │ │ │ ├── weather-icons-classes.less
│ │ │ │ │ ├── weather-icons-core.less
│ │ │ │ │ ├── weather-icons.less
│ │ │ │ │ ├── weather-icons.min.less
│ │ │ │ │ ├── weather-icons-variables.less
│ │ │ │ │ ├── weather-icons-wind.less
│ │ │ │ │ └── weather-icons-wind.min.less
│ │ │ │ └── sass
│ │ │ │ ├── icon-classes
│ │ │ │ │ ├── classes-beaufort.scss
│ │ │ │ │ ├── classes-day.scss
│ │ │ │ │ ├── classes-direction.scss
│ │ │ │ │ ├── classes-misc.scss
│ │ │ │ │ ├── classes-moon-aliases.scss
│ │ │ │ │ ├── classes-moon.scss
│ │ │ │ │ ├── classes-neutral.scss
│ │ │ │ │ ├── classes-night.scss
│ │ │ │ │ ├── classes-time.scss
│ │ │ │ │ ├── classes-wind-aliases.scss
│ │ │ │ │ ├── classes-wind-degrees.scss
│ │ │ │ │ └── classes-wind.scss
│ │ │ │ ├── icon-variables
│ │ │ │ │ ├── variables-beaufort.scss
│ │ │ │ │ ├── variables-day.scss
│ │ │ │ │ ├── variables-direction.scss
│ │ │ │ │ ├── variables-misc.scss
│ │ │ │ │ ├── variables-moon.scss
│ │ │ │ │ ├── variables-neutral.scss
│ │ │ │ │ ├── variables-night.scss
│ │ │ │ │ ├── variables-time.scss
│ │ │ │ │ └── variables-wind-names.scss
│ │ │ │ ├── mappings
│ │ │ │ │ ├── wi-forecast-io.scss
│ │ │ │ │ ├── wi-owm.scss
│ │ │ │ │ ├── wi-wmo4680.scss
│ │ │ │ │ └── wi-yahoo.scss
│ │ │ │ ├── weather-icons-classes.scss
│ │ │ │ ├── weather-icons-core.scss
│ │ │ │ ├── weather-icons.min.scss
│ │ │ │ ├── weather-icons.scss
│ │ │ │ ├── weather-icons-variables.scss
│ │ │ │ ├── weather-icons-wind.min.scss
│ │ │ │ └── weather-icons-wind.scss
│ │ │ ├── material.scss
│ │ │ ├── pages.scss
│ │ │ ├── prepros-6.config
│ │ │ ├── responsive.scss
│ │ │ ├── sidebar.scss
│ │ │ ├── style.scss
│ │ │ ├── variable.scss
│ │ │ └── widgets.scss
│ │ ├── environments
│ │ │ ├── environment.prod.ts
│ │ │ └── environment.ts
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ ├── main.ts
│ │ ├── polyfills.ts
│ │ ├── styles.css
│ │ ├── test.ts
│ │ ├── tsconfig.app.json
│ │ ├── tsconfig.spec.json
│ │ └── typings.d.ts
│ ├── tsconfig.json
│ └── tslint.json
├── material-rtl
│ ├── app-calendar.html
│ ├── app-chat.html
│ ├── app-compose.html
│ ├── app-contact2.html
│ ├── app-contact-detail.html
│ ├── app-contact.html
│ ├── app-email-detail.html
│ ├── app-email.html
│ ├── app-ticket.html
│ ├── chart-chartist.html
│ ├── chart-chart-js.html
│ ├── chart-echart.html
│ ├── chart-extra-chart.html
│ ├── chart-flot.html
│ ├── chart-knob.html
│ ├── chart-morris.html
│ ├── chart-peity.html
│ ├── chart-sparkline.html
│ ├── css
│ │ ├── animate.css
│ │ ├── colors
│ │ │ ├── blue.css
│ │ │ ├── blue-dark.css
│ │ │ ├── default.css
│ │ │ ├── default-dark.css
│ │ │ ├── green.css
│ │ │ ├── green-dark.css
│ │ │ ├── megna.css
│ │ │ ├── megna-dark.css
│ │ │ ├── purple.css
│ │ │ ├── purple-dark.css
│ │ │ ├── red.css
│ │ │ └── red-dark.css
│ │ ├── icons
│ │ │ ├── simple-line-icons
│ │ │ │ └── css
│ │ │ │ └── simple-line-icons.css
│ │ │ └── themify-icons
│ │ │ └── themify-icons.css
│ │ ├── spinners.css
│ │ └── style.css
│ ├── form-addons.html
│ ├── form-basic.html
│ ├── form-bootstrapwysihtml5.html
│ ├── form-dropzone.html
│ ├── form-float-input.html
│ ├── form-icheck.html
│ ├── form-img-cropper.html
│ ├── form-layout.html
│ ├── form-mask.html
│ ├── form-material.html
│ ├── form-pickers.html
│ ├── form-summernote.html
│ ├── form-tinymce.html
│ ├── form-typehead.html
│ ├── form-upload.html
│ ├── form-validation.html
│ ├── form-wizard.html
│ ├── form-xeditable.html
│ ├── icon-flag.html
│ ├── icon-fontawesome.html
│ ├── icon-linea.html
│ ├── icon-material.html
│ ├── icon-simple-lineicon.html
│ ├── icon-themify.html
│ ├── icon-weather.html
│ ├── index2.html
│ ├── index3.html
│ ├── index4.html
│ ├── index5.html
│ ├── index6.html
│ ├── index.html
│ ├── js
│ │ ├── chat.js
│ │ ├── custom.js
│ │ ├── custom.min.js
│ │ ├── dashboard1.js
│ │ ├── dashboard2.js
│ │ ├── dashboard3.js
│ │ ├── dashboard4.js
│ │ ├── dashboard5.js
│ │ ├── dashboard6.js
│ │ ├── flot-data.js
│ │ ├── footable-init.js
│ │ ├── jasny-bootstrap.js
│ │ ├── jquery.PrintArea.js
│ │ ├── jquery.slimscroll.js
│ │ ├── jsgrid-init.js
│ │ ├── mask.js
│ │ ├── morris-data.js
│ │ ├── sidebarmenu.js
│ │ ├── toastr.js
│ │ ├── validation.js
│ │ ├── validator.js
│ │ ├── waves.js
│ │ ├── widget-charts.js
│ │ └── widget-data.js
│ ├── layout-boxed.html
│ ├── layout-fix-header.html
│ ├── layout-fix-header-sidebar.html
│ ├── layout-fix-sidebar.html
│ ├── layout-logo-center.html
│ ├── layout-single-column.html
│ ├── map-google.html
│ ├── map-vector.html
│ ├── pages-animation.html
│ ├── pages-blank.html
│ ├── pages-error-400.html
│ ├── pages-error-403.html
│ ├── pages-error-404.html
│ ├── pages-error-500.html
│ ├── pages-error-503.html
│ ├── pages-faq.html
│ ├── pages-fix-inner-right-sidebar.html
│ ├── pages-fix-innersidebar.html
│ ├── pages-gallery.html
│ ├── pages-invoice.html
│ ├── pages-lightbox-popup.html
│ ├── pages-lockscreen.html
│ ├── pages-login-2.html
│ ├── pages-login.html
│ ├── pages-pricing.html
│ ├── pages-profile.html
│ ├── pages-recover-password.html
│ ├── pages-register2.html
│ ├── pages-register.html
│ ├── pages-scroll.html
│ ├── pages-search-result.html
│ ├── pages-treeview.html
│ ├── pages-utility-classes.html
│ ├── prepros.cfg
│ ├── profile.html
│ ├── scss
│ │ ├── app.scss
│ │ ├── colors
│ │ │ ├── blue-dark.scss
│ │ │ ├── blue.scss
│ │ │ ├── default-dark.scss
│ │ │ ├── default.scss
│ │ │ ├── green-dark.scss
│ │ │ ├── green.scss
│ │ │ ├── megna-dark.scss
│ │ │ ├── megna.scss
│ │ │ ├── purple-dark.scss
│ │ │ ├── purple.scss
│ │ │ ├── red-dark.scss
│ │ │ └── red.scss
│ │ ├── grid.scss
│ │ ├── icons
│ │ │ ├── flag-icon-css
│ │ │ │ ├── flag-icon.min.css
│ │ │ │ └── flags
│ │ │ │ ├── ad.svg
│ │ │ │ ├── ae.svg
│ │ │ │ ├── af.svg
│ │ │ │ ├── ag.svg
│ │ │ │ ├── ai.svg
│ │ │ │ ├── al.svg
│ │ │ │ ├── am.svg
│ │ │ │ ├── ao.svg
│ │ │ │ ├── aq.svg
│ │ │ │ ├── ar.svg
│ │ │ │ ├── as.svg
│ │ │ │ ├── at.svg
│ │ │ │ ├── au.svg
│ │ │ │ ├── aw.svg
│ │ │ │ ├── ax.svg
│ │ │ │ ├── az.svg
│ │ │ │ ├── ba.svg
│ │ │ │ ├── bb.svg
│ │ │ │ ├── bd.svg
│ │ │ │ ├── be.svg
│ │ │ │ ├── bf.svg
│ │ │ │ ├── bg.svg
│ │ │ │ ├── bh.svg
│ │ │ │ ├── bi.svg
│ │ │ │ ├── bj.svg
│ │ │ │ ├── bl.svg
│ │ │ │ ├── bm.svg
│ │ │ │ ├── bn.svg
│ │ │ │ ├── bo.svg
│ │ │ │ ├── bq.svg
│ │ │ │ ├── br.svg
│ │ │ │ ├── bs.svg
│ │ │ │ ├── bt.svg
│ │ │ │ ├── bv.svg
│ │ │ │ ├── bw.svg
│ │ │ │ ├── by.svg
│ │ │ │ ├── bz.svg
│ │ │ │ ├── ca.svg
│ │ │ │ ├── cc.svg
│ │ │ │ ├── cd.svg
│ │ │ │ ├── cf.svg
│ │ │ │ ├── cg.svg
│ │ │ │ ├── ch.svg
│ │ │ │ ├── ci.svg
│ │ │ │ ├── ck.svg
│ │ │ │ ├── cl.svg
│ │ │ │ ├── cm.svg
│ │ │ │ ├── cn.svg
│ │ │ │ ├── co.svg
│ │ │ │ ├── cr.svg
│ │ │ │ ├── cu.svg
│ │ │ │ ├── cv.svg
│ │ │ │ ├── cw.svg
│ │ │ │ ├── cx.svg
│ │ │ │ ├── cy.svg
│ │ │ │ ├── cz.svg
│ │ │ │ ├── de.svg
│ │ │ │ ├── dj.svg
│ │ │ │ ├── dk.svg
│ │ │ │ ├── dm.svg
│ │ │ │ ├── do.svg
│ │ │ │ ├── dz.svg
│ │ │ │ ├── ec.svg
│ │ │ │ ├── ee.svg
│ │ │ │ ├── eg.svg
│ │ │ │ ├── eh.svg
│ │ │ │ ├── er.svg
│ │ │ │ ├── es.svg
│ │ │ │ ├── et.svg
│ │ │ │ ├── fi.svg
│ │ │ │ ├── fj.svg
│ │ │ │ ├── fk.svg
│ │ │ │ ├── fm.svg
│ │ │ │ ├── fo.svg
│ │ │ │ ├── fr.svg
│ │ │ │ ├── ga.svg
│ │ │ │ ├── gb.svg
│ │ │ │ ├── gd.svg
│ │ │ │ ├── ge.svg
│ │ │ │ ├── gf.svg
│ │ │ │ ├── gg.svg
│ │ │ │ ├── gh.svg
│ │ │ │ ├── gi.svg
│ │ │ │ ├── gl.svg
│ │ │ │ ├── gm.svg
│ │ │ │ ├── gn.svg
│ │ │ │ ├── gp.svg
│ │ │ │ ├── gq.svg
│ │ │ │ ├── gr.svg
│ │ │ │ ├── gs.svg
│ │ │ │ ├── gt.svg
│ │ │ │ ├── gu.svg
│ │ │ │ ├── gw.svg
│ │ │ │ ├── gy.svg
│ │ │ │ ├── hk.svg
│ │ │ │ ├── hm.svg
│ │ │ │ ├── hn.svg
│ │ │ │ ├── hr.svg
│ │ │ │ ├── ht.svg
│ │ │ │ ├── hu.svg
│ │ │ │ ├── id.svg
│ │ │ │ ├── ie.svg
│ │ │ │ ├── il.svg
│ │ │ │ ├── im.svg
│ │ │ │ ├── in.svg
│ │ │ │ ├── io.svg
│ │ │ │ ├── iq.svg
│ │ │ │ ├── ir.svg
│ │ │ │ ├── is.svg
│ │ │ │ ├── it.svg
│ │ │ │ ├── je.svg
│ │ │ │ ├── jm.svg
│ │ │ │ ├── jo.svg
│ │ │ │ ├── jp.svg
│ │ │ │ ├── ke.svg
│ │ │ │ ├── kg.svg
│ │ │ │ ├── kh.svg
│ │ │ │ ├── ki.svg
│ │ │ │ ├── km.svg
│ │ │ │ ├── kn.svg
│ │ │ │ ├── kp.svg
│ │ │ │ ├── kr.svg
│ │ │ │ ├── kw.svg
│ │ │ │ ├── ky.svg
│ │ │ │ ├── kz.svg
│ │ │ │ ├── la.svg
│ │ │ │ ├── lb.svg
│ │ │ │ ├── lc.svg
│ │ │ │ ├── li.svg
│ │ │ │ ├── lk.svg
│ │ │ │ ├── lr.svg
│ │ │ │ ├── ls.svg
│ │ │ │ ├── lt.svg
│ │ │ │ ├── lu.svg
│ │ │ │ ├── lv.svg
│ │ │ │ ├── ly.svg
│ │ │ │ ├── ma.svg
│ │ │ │ ├── mc.svg
│ │ │ │ ├── md.svg
│ │ │ │ ├── me.svg
│ │ │ │ ├── mf.svg
│ │ │ │ ├── mg.svg
│ │ │ │ ├── mh.svg
│ │ │ │ ├── mk.svg
│ │ │ │ ├── ml.svg
│ │ │ │ ├── mm.svg
│ │ │ │ ├── mn.svg
│ │ │ │ ├── mo.svg
│ │ │ │ ├── mp.svg
│ │ │ │ ├── mq.svg
│ │ │ │ ├── mr.svg
│ │ │ │ ├── ms.svg
│ │ │ │ ├── mt.svg
│ │ │ │ ├── mu.svg
│ │ │ │ ├── mv.svg
│ │ │ │ ├── mw.svg
│ │ │ │ ├── mx.svg
│ │ │ │ ├── my.svg
│ │ │ │ ├── mz.svg
│ │ │ │ ├── na.svg
│ │ │ │ ├── nc.svg
│ │ │ │ ├── ne.svg
│ │ │ │ ├── nf.svg
│ │ │ │ ├── ng.svg
│ │ │ │ ├── ni.svg
│ │ │ │ ├── nl.svg
│ │ │ │ ├── no.svg
│ │ │ │ ├── np.svg
│ │ │ │ ├── nr.svg
│ │ │ │ ├── nu.svg
│ │ │ │ ├── nz.svg
│ │ │ │ ├── om.svg
│ │ │ │ ├── pa.svg
│ │ │ │ ├── pe.svg
│ │ │ │ ├── pf.svg
│ │ │ │ ├── pg.svg
│ │ │ │ ├── ph.svg
│ │ │ │ ├── pk.svg
│ │ │ │ ├── pl.svg
│ │ │ │ ├── pm.svg
│ │ │ │ ├── pn.svg
│ │ │ │ ├── pr.svg
│ │ │ │ ├── ps.svg
│ │ │ │ ├── pt.svg
│ │ │ │ ├── pw.svg
│ │ │ │ ├── py.svg
│ │ │ │ ├── qa.svg
│ │ │ │ ├── re.svg
│ │ │ │ ├── ro.svg
│ │ │ │ ├── rs.svg
│ │ │ │ ├── ru.svg
│ │ │ │ ├── rw.svg
│ │ │ │ ├── sa.svg
│ │ │ │ ├── sb.svg
│ │ │ │ ├── sc.svg
│ │ │ │ ├── sd.svg
│ │ │ │ ├── se.svg
│ │ │ │ ├── sg.svg
│ │ │ │ ├── sh.svg
│ │ │ │ ├── si.svg
│ │ │ │ ├── sj.svg
│ │ │ │ ├── sk.svg
│ │ │ │ ├── sl.svg
│ │ │ │ ├── sm.svg
│ │ │ │ ├── sn.svg
│ │ │ │ ├── so.svg
│ │ │ │ ├── sr.svg
│ │ │ │ ├── ss.svg
│ │ │ │ ├── st.svg
│ │ │ │ ├── sv.svg
│ │ │ │ ├── sx.svg
│ │ │ │ ├── sy.svg
│ │ │ │ ├── sz.svg
│ │ │ │ ├── tc.svg
│ │ │ │ ├── td.svg
│ │ │ │ ├── tf.svg
│ │ │ │ ├── tg.svg
│ │ │ │ ├── th.svg
│ │ │ │ ├── tj.svg
│ │ │ │ ├── tk.svg
│ │ │ │ ├── tl.svg
│ │ │ │ ├── tm.svg
│ │ │ │ ├── tn.svg
│ │ │ │ ├── to.svg
│ │ │ │ ├── tr.svg
│ │ │ │ ├── tt.svg
│ │ │ │ ├── tv.svg
│ │ │ │ ├── tw.svg
│ │ │ │ ├── tz.svg
│ │ │ │ ├── ua.svg
│ │ │ │ ├── ug.svg
│ │ │ │ ├── um.svg
│ │ │ │ ├── us.svg
│ │ │ │ ├── uy.svg
│ │ │ │ ├── uz.svg
│ │ │ │ ├── va.svg
│ │ │ │ ├── vc.svg
│ │ │ │ ├── ve.svg
│ │ │ │ ├── vg.svg
│ │ │ │ ├── vi.svg
│ │ │ │ ├── vn.svg
│ │ │ │ ├── vu.svg
│ │ │ │ ├── wf.svg
│ │ │ │ ├── ws.svg
│ │ │ │ ├── ye.svg
│ │ │ │ ├── yt.svg
│ │ │ │ ├── za.svg
│ │ │ │ ├── zm.svg
│ │ │ │ └── zw.svg
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── less
│ │ │ │ │ ├── animated.less
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── screen-reader.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ ├── old
│ │ │ │ │ ├── bower.json
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ └── font-awesome.min.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ │ ├── less
│ │ │ │ │ │ ├── animated.less
│ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ └── scss
│ │ │ │ │ ├── _animated.scss
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _extras.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── font-awesome.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ └── _variables.scss
│ │ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ ├── linea-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ │ ├── linea-basic-10.eot
│ │ │ │ │ ├── linea-basic-10.svg
│ │ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ │ ├── linea-basic-10.woff
│ │ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ │ ├── linea-music-10.eot
│ │ │ │ │ ├── linea-music-10.svg
│ │ │ │ │ ├── linea-music-10.ttf
│ │ │ │ │ ├── linea-music-10.woff
│ │ │ │ │ ├── linea-software-10.eot
│ │ │ │ │ ├── linea-software-10.svg
│ │ │ │ │ ├── linea-software-10.ttf
│ │ │ │ │ ├── linea-software-10.woff
│ │ │ │ │ ├── linea-weather-10.eot
│ │ │ │ │ ├── linea-weather-10.svg
│ │ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ │ └── linea-weather-10.woff
│ │ │ │ ├── linea.css
│ │ │ │ ├── linea.less
│ │ │ │ └── linea.scss
│ │ │ ├── material-design-iconic-font
│ │ │ │ ├── css
│ │ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ │ └── materialdesignicons.min.css
│ │ │ │ └── fonts
│ │ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ │ ├── materialdesignicons-webfont.eot
│ │ │ │ ├── materialdesignicons-webfont.svg
│ │ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ │ ├── materialdesignicons-webfont.woff
│ │ │ │ └── materialdesignicons-webfont.woff2
│ │ │ ├── simple-line-icons
│ │ │ │ ├── css
│ │ │ │ │ └── simple-line-icons.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ │ ├── less
│ │ │ │ │ └── simple-line-icons.less
│ │ │ │ └── scss
│ │ │ │ └── simple-line-icons.scss
│ │ │ ├── themify-icons
│ │ │ │ ├── fonts
│ │ │ │ │ ├── themify.eot
│ │ │ │ │ ├── themify.svg
│ │ │ │ │ ├── themify.ttf
│ │ │ │ │ └── themify.woff
│ │ │ │ ├── ie7
│ │ │ │ │ ├── ie7.css
│ │ │ │ │ └── ie7.js
│ │ │ │ ├── themify-icons.css
│ │ │ │ └── themify-icons.less
│ │ │ └── weather-icons
│ │ │ ├── css
│ │ │ │ ├── weather-icons-core.css
│ │ │ │ ├── weather-icons.css
│ │ │ │ ├── weather-icons.min.css
│ │ │ │ ├── weather-icons-variables.css
│ │ │ │ ├── weather-icons-wind.css
│ │ │ │ └── weather-icons-wind.min.css
│ │ │ ├── fonts
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ ├── weathericons-regular-webfont.woff
│ │ │ │ └── weathericons-regular-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── css
│ │ │ │ │ ├── variables-beaufort.css
│ │ │ │ │ ├── variables-day.css
│ │ │ │ │ ├── variables-direction.css
│ │ │ │ │ ├── variables-misc.css
│ │ │ │ │ ├── variables-moon.css
│ │ │ │ │ ├── variables-neutral.css
│ │ │ │ │ ├── variables-night.css
│ │ │ │ │ ├── variables-time.css
│ │ │ │ │ └── variables-wind-names.css
│ │ │ │ ├── icon-classes
│ │ │ │ │ ├── classes-beaufort.less
│ │ │ │ │ ├── classes-day.less
│ │ │ │ │ ├── classes-direction.less
│ │ │ │ │ ├── classes-misc.less
│ │ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ │ ├── classes-moon.less
│ │ │ │ │ ├── classes-neutral.less
│ │ │ │ │ ├── classes-night.less
│ │ │ │ │ ├── classes-time.less
│ │ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ │ └── classes-wind.less
│ │ │ │ ├── icon-variables
│ │ │ │ │ ├── variables-beaufort.less
│ │ │ │ │ ├── variables-day.less
│ │ │ │ │ ├── variables-direction.less
│ │ │ │ │ ├── variables-misc.less
│ │ │ │ │ ├── variables-moon.less
│ │ │ │ │ ├── variables-neutral.less
│ │ │ │ │ ├── variables-night.less
│ │ │ │ │ ├── variables-time.less
│ │ │ │ │ └── variables-wind-names.less
│ │ │ │ ├── mappings
│ │ │ │ │ ├── wi-forecast-io.less
│ │ │ │ │ ├── wi-owm.less
│ │ │ │ │ ├── wi-wmo4680.less
│ │ │ │ │ └── wi-yahoo.less
│ │ │ │ ├── weather-icons-classes.less
│ │ │ │ ├── weather-icons-core.less
│ │ │ │ ├── weather-icons.less
│ │ │ │ ├── weather-icons.min.less
│ │ │ │ ├── weather-icons-variables.less
│ │ │ │ ├── weather-icons-wind.less
│ │ │ │ └── weather-icons-wind.min.less
│ │ │ └── sass
│ │ │ ├── icon-classes
│ │ │ │ ├── classes-beaufort.scss
│ │ │ │ ├── classes-day.scss
│ │ │ │ ├── classes-direction.scss
│ │ │ │ ├── classes-misc.scss
│ │ │ │ ├── classes-moon-aliases.scss
│ │ │ │ ├── classes-moon.scss
│ │ │ │ ├── classes-neutral.scss
│ │ │ │ ├── classes-night.scss
│ │ │ │ ├── classes-time.scss
│ │ │ │ ├── classes-wind-aliases.scss
│ │ │ │ ├── classes-wind-degrees.scss
│ │ │ │ └── classes-wind.scss
│ │ │ ├── icon-variables
│ │ │ │ ├── variables-beaufort.scss
│ │ │ │ ├── variables-day.scss
│ │ │ │ ├── variables-direction.scss
│ │ │ │ ├── variables-misc.scss
│ │ │ │ ├── variables-moon.scss
│ │ │ │ ├── variables-neutral.scss
│ │ │ │ ├── variables-night.scss
│ │ │ │ ├── variables-time.scss
│ │ │ │ └── variables-wind-names.scss
│ │ │ ├── mappings
│ │ │ │ ├── wi-forecast-io.scss
│ │ │ │ ├── wi-owm.scss
│ │ │ │ ├── wi-wmo4680.scss
│ │ │ │ └── wi-yahoo.scss
│ │ │ ├── weather-icons-classes.scss
│ │ │ ├── weather-icons-core.scss
│ │ │ ├── weather-icons.min.scss
│ │ │ ├── weather-icons.scss
│ │ │ ├── weather-icons-variables.scss
│ │ │ ├── weather-icons-wind.min.scss
│ │ │ └── weather-icons-wind.scss
│ │ ├── material.scss
│ │ ├── pages.scss
│ │ ├── prepros-6.config
│ │ ├── responsive.scss
│ │ ├── rtl.scss
│ │ ├── sidebar.scss
│ │ ├── style.scss
│ │ ├── variable.scss
│ │ └── widgets.scss
│ ├── starter-kit.html
│ ├── table-basic.html
│ ├── table-bootstrap.html
│ ├── table-data-table.html
│ ├── table-editable-table.html
│ ├── table-footable.html
│ ├── table-jsgrid.html
│ ├── table-layout.html
│ ├── table-responsive.html
│ ├── ui-bootstrap.html
│ ├── ui-bootstrap-switch.html
│ ├── ui-breadcrumb.html
│ ├── ui-buttons.html
│ ├── ui-cards.html
│ ├── ui-carousel.html
│ ├── ui-date-paginator.html
│ ├── ui-dragable-portlet.html
│ ├── ui-grid.html
│ ├── ui-horizontal-timeline.html
│ ├── ui-list-media.html
│ ├── ui-modals.html
│ ├── ui-nestable.html
│ ├── ui-notification.html
│ ├── ui-progressbar.html
│ ├── ui-range-slider.html
│ ├── ui-ribbons.html
│ ├── ui-session-ideal-timeout.html
│ ├── ui-session-timeout.html
│ ├── ui-sweetalert.html
│ ├── ui-tab.html
│ ├── ui-timeline.html
│ ├── ui-tooltip-popover.html
│ ├── ui-tooltip-stylish.html
│ ├── ui-typography.html
│ ├── ui-user-card.html
│ ├── widget-apps.html
│ ├── widget-charts.html
│ └── widget-data.html
└── minisidebar
├── app-calendar.html
├── app-chat.html
├── app-compose.html
├── app-contact2.html
├── app-contact-detail.html
├── app-contact.html
├── app-email-detail.html
├── app-email.html
├── app-ticket.html
├── chart-chartist.html
├── chart-chart-js.html
├── chart-echart.html
├── chart-extra-chart.html
├── chart-flot.html
├── chart-knob.html
├── chart-morris.html
├── chart-peity.html
├── chart-sparkline.html
├── css
│ ├── animate.css
│ ├── colors
│ │ ├── blue.css
│ │ ├── blue-dark.css
│ │ ├── default.css
│ │ ├── default-dark.css
│ │ ├── green.css
│ │ ├── green-dark.css
│ │ ├── megna.css
│ │ ├── megna-dark.css
│ │ ├── purple.css
│ │ ├── purple-dark.css
│ │ ├── red.css
│ │ └── red-dark.css
│ ├── icons
│ │ ├── simple-line-icons
│ │ │ └── css
│ │ │ └── simple-line-icons.css
│ │ └── themify-icons
│ │ └── themify-icons.css
│ ├── spinners.css
│ └── style.css
├── form-addons.html
├── form-basic.html
├── form-bootstrapwysihtml5.html
├── form-dropzone.html
├── form-float-input.html
├── form-icheck.html
├── form-img-cropper.html
├── form-layout.html
├── form-mask.html
├── form-material.html
├── form-pickers.html
├── form-summernote.html
├── form-tinymce.html
├── form-typehead.html
├── form-upload.html
├── form-validation.html
├── form-wizard.html
├── form-xeditable.html
├── icon-flag.html
├── icon-fontawesome.html
├── icon-linea.html
├── icon-material.html
├── icon-simple-lineicon.html
├── icon-themify.html
├── icon-weather.html
├── index2.html
├── index3.html
├── index4.html
├── index5.html
├── index6.html
├── index.html
├── js
│ ├── chat.js
│ ├── custom.js
│ ├── custom.min.js
│ ├── dashboard1.js
│ ├── dashboard2.js
│ ├── dashboard3.js
│ ├── dashboard4.js
│ ├── dashboard5.js
│ ├── dashboard6.js
│ ├── flot-data.js
│ ├── footable-init.js
│ ├── jasny-bootstrap.js
│ ├── jquery.PrintArea.js
│ ├── jquery.slimscroll.js
│ ├── jsgrid-init.js
│ ├── mask.js
│ ├── morris-data.js
│ ├── perfect-scrollbar.jquery.min.js
│ ├── perfect-scrollbar.min.js
│ ├── sidebarmenu.js
│ ├── toastr.js
│ ├── validation.js
│ ├── validator.js
│ ├── waves.js
│ ├── widget-charts.js
│ └── widget-data.js
├── layout-boxed.html
├── layout-fix-header.html
├── layout-fix-header-sidebar.html
├── layout-fix-sidebar.html
├── layout-logo-center.html
├── layout-single-column.html
├── map-google.html
├── map-vector.html
├── pages-animation.html
├── pages-blank.html
├── pages-error-400.html
├── pages-error-403.html
├── pages-error-404.html
├── pages-error-500.html
├── pages-error-503.html
├── pages-faq.html
├── pages-fix-inner-right-sidebar.html
├── pages-fix-innersidebar.html
├── pages-gallery.html
├── pages-invoice.html
├── pages-lightbox-popup.html
├── pages-lockscreen.html
├── pages-login-2.html
├── pages-login.html
├── pages-pricing.html
├── pages-profile.html
├── pages-recover-password.html
├── pages-register2.html
├── pages-register.html
├── pages-scroll.html
├── pages-search-result.html
├── pages-treeview.html
├── pages-utility-classes.html
├── prepros-6.config
├── prepros.cfg
├── profile.html
├── scss
│ ├── app.scss
│ ├── colors
│ │ ├── blue-dark.scss
│ │ ├── blue.scss
│ │ ├── default-dark.scss
│ │ ├── default.scss
│ │ ├── green-dark.scss
│ │ ├── green.scss
│ │ ├── megna-dark.scss
│ │ ├── megna.scss
│ │ ├── purple-dark.scss
│ │ ├── purple.scss
│ │ ├── red-dark.scss
│ │ └── red.scss
│ ├── grid.scss
│ ├── icons
│ │ ├── flag-icon-css
│ │ │ ├── flag-icon.min.css
│ │ │ └── flags
│ │ │ ├── ad.svg
│ │ │ ├── ae.svg
│ │ │ ├── af.svg
│ │ │ ├── ag.svg
│ │ │ ├── ai.svg
│ │ │ ├── al.svg
│ │ │ ├── am.svg
│ │ │ ├── ao.svg
│ │ │ ├── aq.svg
│ │ │ ├── ar.svg
│ │ │ ├── as.svg
│ │ │ ├── at.svg
│ │ │ ├── au.svg
│ │ │ ├── aw.svg
│ │ │ ├── ax.svg
│ │ │ ├── az.svg
│ │ │ ├── ba.svg
│ │ │ ├── bb.svg
│ │ │ ├── bd.svg
│ │ │ ├── be.svg
│ │ │ ├── bf.svg
│ │ │ ├── bg.svg
│ │ │ ├── bh.svg
│ │ │ ├── bi.svg
│ │ │ ├── bj.svg
│ │ │ ├── bl.svg
│ │ │ ├── bm.svg
│ │ │ ├── bn.svg
│ │ │ ├── bo.svg
│ │ │ ├── bq.svg
│ │ │ ├── br.svg
│ │ │ ├── bs.svg
│ │ │ ├── bt.svg
│ │ │ ├── bv.svg
│ │ │ ├── bw.svg
│ │ │ ├── by.svg
│ │ │ ├── bz.svg
│ │ │ ├── ca.svg
│ │ │ ├── cc.svg
│ │ │ ├── cd.svg
│ │ │ ├── cf.svg
│ │ │ ├── cg.svg
│ │ │ ├── ch.svg
│ │ │ ├── ci.svg
│ │ │ ├── ck.svg
│ │ │ ├── cl.svg
│ │ │ ├── cm.svg
│ │ │ ├── cn.svg
│ │ │ ├── co.svg
│ │ │ ├── cr.svg
│ │ │ ├── cu.svg
│ │ │ ├── cv.svg
│ │ │ ├── cw.svg
│ │ │ ├── cx.svg
│ │ │ ├── cy.svg
│ │ │ ├── cz.svg
│ │ │ ├── de.svg
│ │ │ ├── dj.svg
│ │ │ ├── dk.svg
│ │ │ ├── dm.svg
│ │ │ ├── do.svg
│ │ │ ├── dz.svg
│ │ │ ├── ec.svg
│ │ │ ├── ee.svg
│ │ │ ├── eg.svg
│ │ │ ├── eh.svg
│ │ │ ├── er.svg
│ │ │ ├── es.svg
│ │ │ ├── et.svg
│ │ │ ├── fi.svg
│ │ │ ├── fj.svg
│ │ │ ├── fk.svg
│ │ │ ├── fm.svg
│ │ │ ├── fo.svg
│ │ │ ├── fr.svg
│ │ │ ├── ga.svg
│ │ │ ├── gb.svg
│ │ │ ├── gd.svg
│ │ │ ├── ge.svg
│ │ │ ├── gf.svg
│ │ │ ├── gg.svg
│ │ │ ├── gh.svg
│ │ │ ├── gi.svg
│ │ │ ├── gl.svg
│ │ │ ├── gm.svg
│ │ │ ├── gn.svg
│ │ │ ├── gp.svg
│ │ │ ├── gq.svg
│ │ │ ├── gr.svg
│ │ │ ├── gs.svg
│ │ │ ├── gt.svg
│ │ │ ├── gu.svg
│ │ │ ├── gw.svg
│ │ │ ├── gy.svg
│ │ │ ├── hk.svg
│ │ │ ├── hm.svg
│ │ │ ├── hn.svg
│ │ │ ├── hr.svg
│ │ │ ├── ht.svg
│ │ │ ├── hu.svg
│ │ │ ├── id.svg
│ │ │ ├── ie.svg
│ │ │ ├── il.svg
│ │ │ ├── im.svg
│ │ │ ├── in.svg
│ │ │ ├── io.svg
│ │ │ ├── iq.svg
│ │ │ ├── ir.svg
│ │ │ ├── is.svg
│ │ │ ├── it.svg
│ │ │ ├── je.svg
│ │ │ ├── jm.svg
│ │ │ ├── jo.svg
│ │ │ ├── jp.svg
│ │ │ ├── ke.svg
│ │ │ ├── kg.svg
│ │ │ ├── kh.svg
│ │ │ ├── ki.svg
│ │ │ ├── km.svg
│ │ │ ├── kn.svg
│ │ │ ├── kp.svg
│ │ │ ├── kr.svg
│ │ │ ├── kw.svg
│ │ │ ├── ky.svg
│ │ │ ├── kz.svg
│ │ │ ├── la.svg
│ │ │ ├── lb.svg
│ │ │ ├── lc.svg
│ │ │ ├── li.svg
│ │ │ ├── lk.svg
│ │ │ ├── lr.svg
│ │ │ ├── ls.svg
│ │ │ ├── lt.svg
│ │ │ ├── lu.svg
│ │ │ ├── lv.svg
│ │ │ ├── ly.svg
│ │ │ ├── ma.svg
│ │ │ ├── mc.svg
│ │ │ ├── md.svg
│ │ │ ├── me.svg
│ │ │ ├── mf.svg
│ │ │ ├── mg.svg
│ │ │ ├── mh.svg
│ │ │ ├── mk.svg
│ │ │ ├── ml.svg
│ │ │ ├── mm.svg
│ │ │ ├── mn.svg
│ │ │ ├── mo.svg
│ │ │ ├── mp.svg
│ │ │ ├── mq.svg
│ │ │ ├── mr.svg
│ │ │ ├── ms.svg
│ │ │ ├── mt.svg
│ │ │ ├── mu.svg
│ │ │ ├── mv.svg
│ │ │ ├── mw.svg
│ │ │ ├── mx.svg
│ │ │ ├── my.svg
│ │ │ ├── mz.svg
│ │ │ ├── na.svg
│ │ │ ├── nc.svg
│ │ │ ├── ne.svg
│ │ │ ├── nf.svg
│ │ │ ├── ng.svg
│ │ │ ├── ni.svg
│ │ │ ├── nl.svg
│ │ │ ├── no.svg
│ │ │ ├── np.svg
│ │ │ ├── nr.svg
│ │ │ ├── nu.svg
│ │ │ ├── nz.svg
│ │ │ ├── om.svg
│ │ │ ├── pa.svg
│ │ │ ├── pe.svg
│ │ │ ├── pf.svg
│ │ │ ├── pg.svg
│ │ │ ├── ph.svg
│ │ │ ├── pk.svg
│ │ │ ├── pl.svg
│ │ │ ├── pm.svg
│ │ │ ├── pn.svg
│ │ │ ├── pr.svg
│ │ │ ├── ps.svg
│ │ │ ├── pt.svg
│ │ │ ├── pw.svg
│ │ │ ├── py.svg
│ │ │ ├── qa.svg
│ │ │ ├── re.svg
│ │ │ ├── ro.svg
│ │ │ ├── rs.svg
│ │ │ ├── ru.svg
│ │ │ ├── rw.svg
│ │ │ ├── sa.svg
│ │ │ ├── sb.svg
│ │ │ ├── sc.svg
│ │ │ ├── sd.svg
│ │ │ ├── se.svg
│ │ │ ├── sg.svg
│ │ │ ├── sh.svg
│ │ │ ├── si.svg
│ │ │ ├── sj.svg
│ │ │ ├── sk.svg
│ │ │ ├── sl.svg
│ │ │ ├── sm.svg
│ │ │ ├── sn.svg
│ │ │ ├── so.svg
│ │ │ ├── sr.svg
│ │ │ ├── ss.svg
│ │ │ ├── st.svg
│ │ │ ├── sv.svg
│ │ │ ├── sx.svg
│ │ │ ├── sy.svg
│ │ │ ├── sz.svg
│ │ │ ├── tc.svg
│ │ │ ├── td.svg
│ │ │ ├── tf.svg
│ │ │ ├── tg.svg
│ │ │ ├── th.svg
│ │ │ ├── tj.svg
│ │ │ ├── tk.svg
│ │ │ ├── tl.svg
│ │ │ ├── tm.svg
│ │ │ ├── tn.svg
│ │ │ ├── to.svg
│ │ │ ├── tr.svg
│ │ │ ├── tt.svg
│ │ │ ├── tv.svg
│ │ │ ├── tw.svg
│ │ │ ├── tz.svg
│ │ │ ├── ua.svg
│ │ │ ├── ug.svg
│ │ │ ├── um.svg
│ │ │ ├── us.svg
│ │ │ ├── uy.svg
│ │ │ ├── uz.svg
│ │ │ ├── va.svg
│ │ │ ├── vc.svg
│ │ │ ├── ve.svg
│ │ │ ├── vg.svg
│ │ │ ├── vi.svg
│ │ │ ├── vn.svg
│ │ │ ├── vu.svg
│ │ │ ├── wf.svg
│ │ │ ├── ws.svg
│ │ │ ├── ye.svg
│ │ │ ├── yt.svg
│ │ │ ├── za.svg
│ │ │ ├── zm.svg
│ │ │ └── zw.svg
│ │ ├── font-awesome
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── animated.less
│ │ │ │ ├── bordered-pulled.less
│ │ │ │ ├── core.less
│ │ │ │ ├── fixed-width.less
│ │ │ │ ├── font-awesome.less
│ │ │ │ ├── icons.less
│ │ │ │ ├── larger.less
│ │ │ │ ├── list.less
│ │ │ │ ├── mixins.less
│ │ │ │ ├── path.less
│ │ │ │ ├── rotated-flipped.less
│ │ │ │ ├── screen-reader.less
│ │ │ │ ├── stacked.less
│ │ │ │ └── variables.less
│ │ │ ├── old
│ │ │ │ ├── bower.json
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont-old.ttf
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── HELP-US-OUT.txt
│ │ │ │ ├── less
│ │ │ │ │ ├── animated.less
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── extras.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── spinning.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _extras.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _spinning.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ └── _variables.scss
│ │ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── font-awesome.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _screen-reader.scss
│ │ │ ├── _stacked.scss
│ │ │ └── _variables.scss
│ │ ├── linea-icons
│ │ │ ├── fonts
│ │ │ │ ├── linea-arrows-10.eot
│ │ │ │ ├── linea-arrows-10.svg
│ │ │ │ ├── linea-arrows-10.ttf
│ │ │ │ ├── linea-arrows-10.woff
│ │ │ │ ├── linea-basic-10.eot
│ │ │ │ ├── linea-basic-10.svg
│ │ │ │ ├── linea-basic-10.ttf
│ │ │ │ ├── linea-basic-10.woff
│ │ │ │ ├── linea-basic-elaboration-10.eot
│ │ │ │ ├── linea-basic-elaboration-10.svg
│ │ │ │ ├── linea-basic-elaboration-10.ttf
│ │ │ │ ├── linea-basic-elaboration-10.woff
│ │ │ │ ├── linea-ecommerce-10.eot
│ │ │ │ ├── linea-ecommerce-10.svg
│ │ │ │ ├── linea-ecommerce-10.ttf
│ │ │ │ ├── linea-ecommerce-10.woff
│ │ │ │ ├── linea-music-10.eot
│ │ │ │ ├── linea-music-10.svg
│ │ │ │ ├── linea-music-10.ttf
│ │ │ │ ├── linea-music-10.woff
│ │ │ │ ├── linea-software-10.eot
│ │ │ │ ├── linea-software-10.svg
│ │ │ │ ├── linea-software-10.ttf
│ │ │ │ ├── linea-software-10.woff
│ │ │ │ ├── linea-weather-10.eot
│ │ │ │ ├── linea-weather-10.svg
│ │ │ │ ├── linea-weather-10.ttf
│ │ │ │ └── linea-weather-10.woff
│ │ │ ├── linea.css
│ │ │ ├── linea.less
│ │ │ └── linea.scss
│ │ ├── material-design-iconic-font
│ │ │ ├── css
│ │ │ │ ├── material-design-iconic-font.css
│ │ │ │ ├── material-design-iconic-font.min.css
│ │ │ │ └── materialdesignicons.min.css
│ │ │ └── fonts
│ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ ├── Material-Design-Iconic-Font.woff2
│ │ │ ├── materialdesignicons-webfont.eot
│ │ │ ├── materialdesignicons-webfont.svg
│ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ ├── materialdesignicons-webfont.woff
│ │ │ └── materialdesignicons-webfont.woff2
│ │ ├── simple-line-icons
│ │ │ ├── css
│ │ │ │ └── simple-line-icons.css
│ │ │ ├── fonts
│ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ └── Simple-Line-Icons.woff2
│ │ │ ├── less
│ │ │ │ └── simple-line-icons.less
│ │ │ └── scss
│ │ │ └── simple-line-icons.scss
│ │ ├── themify-icons
│ │ │ ├── fonts
│ │ │ │ ├── themify.eot
│ │ │ │ ├── themify.svg
│ │ │ │ ├── themify.ttf
│ │ │ │ └── themify.woff
│ │ │ ├── ie7
│ │ │ │ ├── ie7.css
│ │ │ │ └── ie7.js
│ │ │ ├── themify-icons.css
│ │ │ └── themify-icons.less
│ │ └── weather-icons
│ │ ├── css
│ │ │ ├── weather-icons-core.css
│ │ │ ├── weather-icons.css
│ │ │ ├── weather-icons.min.css
│ │ │ ├── weather-icons-variables.css
│ │ │ ├── weather-icons-wind.css
│ │ │ └── weather-icons-wind.min.css
│ │ ├── fonts
│ │ │ ├── weathericons-regular-webfont.eot
│ │ │ ├── weathericons-regular-webfont.svg
│ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ ├── weathericons-regular-webfont.woff
│ │ │ └── weathericons-regular-webfont.woff2
│ │ ├── less
│ │ │ ├── css
│ │ │ │ ├── variables-beaufort.css
│ │ │ │ ├── variables-day.css
│ │ │ │ ├── variables-direction.css
│ │ │ │ ├── variables-misc.css
│ │ │ │ ├── variables-moon.css
│ │ │ │ ├── variables-neutral.css
│ │ │ │ ├── variables-night.css
│ │ │ │ ├── variables-time.css
│ │ │ │ └── variables-wind-names.css
│ │ │ ├── icon-classes
│ │ │ │ ├── classes-beaufort.less
│ │ │ │ ├── classes-day.less
│ │ │ │ ├── classes-direction.less
│ │ │ │ ├── classes-misc.less
│ │ │ │ ├── classes-moon-aliases.less
│ │ │ │ ├── classes-moon.less
│ │ │ │ ├── classes-neutral.less
│ │ │ │ ├── classes-night.less
│ │ │ │ ├── classes-time.less
│ │ │ │ ├── classes-wind-aliases.less
│ │ │ │ ├── classes-wind-degrees.less
│ │ │ │ └── classes-wind.less
│ │ │ ├── icon-variables
│ │ │ │ ├── variables-beaufort.less
│ │ │ │ ├── variables-day.less
│ │ │ │ ├── variables-direction.less
│ │ │ │ ├── variables-misc.less
│ │ │ │ ├── variables-moon.less
│ │ │ │ ├── variables-neutral.less
│ │ │ │ ├── variables-night.less
│ │ │ │ ├── variables-time.less
│ │ │ │ └── variables-wind-names.less
│ │ │ ├── mappings
│ │ │ │ ├── wi-forecast-io.less
│ │ │ │ ├── wi-owm.less
│ │ │ │ ├── wi-wmo4680.less
│ │ │ │ └── wi-yahoo.less
│ │ │ ├── weather-icons-classes.less
│ │ │ ├── weather-icons-core.less
│ │ │ ├── weather-icons.less
│ │ │ ├── weather-icons.min.less
│ │ │ ├── weather-icons-variables.less
│ │ │ ├── weather-icons-wind.less
│ │ │ └── weather-icons-wind.min.less
│ │ └── sass
│ │ ├── icon-classes
│ │ │ ├── classes-beaufort.scss
│ │ │ ├── classes-day.scss
│ │ │ ├── classes-direction.scss
│ │ │ ├── classes-misc.scss
│ │ │ ├── classes-moon-aliases.scss
│ │ │ ├── classes-moon.scss
│ │ │ ├── classes-neutral.scss
│ │ │ ├── classes-night.scss
│ │ │ ├── classes-time.scss
│ │ │ ├── classes-wind-aliases.scss
│ │ │ ├── classes-wind-degrees.scss
│ │ │ └── classes-wind.scss
│ │ ├── icon-variables
│ │ │ ├── variables-beaufort.scss
│ │ │ ├── variables-day.scss
│ │ │ ├── variables-direction.scss
│ │ │ ├── variables-misc.scss
│ │ │ ├── variables-moon.scss
│ │ │ ├── variables-neutral.scss
│ │ │ ├── variables-night.scss
│ │ │ ├── variables-time.scss
│ │ │ └── variables-wind-names.scss
│ │ ├── mappings
│ │ │ ├── wi-forecast-io.scss
│ │ │ ├── wi-owm.scss
│ │ │ ├── wi-wmo4680.scss
│ │ │ └── wi-yahoo.scss
│ │ ├── weather-icons-classes.scss
│ │ ├── weather-icons-core.scss
│ │ ├── weather-icons.min.scss
│ │ ├── weather-icons.scss
│ │ ├── weather-icons-variables.scss
│ │ ├── weather-icons-wind.min.scss
│ │ └── weather-icons-wind.scss
│ ├── material.scss
│ ├── pages.scss
│ ├── prepros-6.config
│ ├── responsive.scss
│ ├── sidebar.scss
│ ├── style.scss
│ ├── variable.scss
│ └── widgets.scss
├── starter-kit.html
├── table-basic.html
├── table-bootstrap.html
├── table-data-table.html
├── table-editable-table.html
├── table-footable.html
├── table-jsgrid.html
├── table-layout.html
├── table-responsive.html
├── ui-bootstrap.html
├── ui-bootstrap-switch.html
├── ui-breadcrumb.html
├── ui-buttons.html
├── ui-cards.html
├── ui-carousel.html
├── ui-date-paginator.html
├── ui-dragable-portlet.html
├── ui-grid.html
├── ui-horizontal-timeline.html
├── ui-list-media.html
├── ui-modals.html
├── ui-nestable.html
├── ui-notification.html
├── ui-progressbar.html
├── ui-range-slider.html
├── ui-ribbons.html
├── ui-session-ideal-timeout.html
├── ui-session-timeout.html
├── ui-sweetalert.html
├── ui-tab.html
├── ui-timeline.html
├── ui-tooltip-popover.html
├── ui-tooltip-stylish.html
├── ui-typography.html
├── ui-user-card.html
├── widget-apps.html
├── widget-charts.html
└── widget-data.html
1007 directories, 7145 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论