在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 一套Nifty Admin后台模版管理系统

一套Nifty Admin后台模版管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:23.31M
  • 下载次数:11
  • 浏览次数:190
  • 发布时间:2021-02-26
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Nifty Admin是由国外团队提供的商业后台管理系统,在国外网站售价为$20(折合人民币¥138)。目前无论是捐赠LayIM标准版还是专业开发版,均可获得我们附赠的一套Nifty Admin后台模版主题。 Nifty Admin提供了丰富的模版组件,虽然基于Bootstrap,体积上略显臃肿,但功能非常强劲,界面上的设计感更是专业十足,可基本满足所有的后台需求,如果嫌弃layui搭建的后台功能薄弱的话,不妨考虑一下Nifty Admin。
【实例截图】
【核心代码】
a545bb2a-a681-4997-a168-e64967371464
└── nifty
├── demo
│   ├── charts.html
│   ├── css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.min.css
│   │   ├── demo
│   │   │   ├── fonts
│   │   │   │   ├── nifty-demo-icons.eot
│   │   │   │   ├── nifty-demo-icons.svg
│   │   │   │   ├── nifty-demo-icons.ttf
│   │   │   │   └── nifty-demo-icons.woff
│   │   │   ├── nifty-demo.css
│   │   │   ├── nifty-demo-icons.css
│   │   │   ├── nifty-demo-icons.min.css
│   │   │   ├── nifty-demo.min.css
│   │   │   └── premium-icon-screenshot.css
│   │   ├── nifty.css
│   │   ├── nifty.min.css
│   │   └── themes
│   │   ├── type-a
│   │   │   ├── theme-coffee.css
│   │   │   ├── theme-coffee.min.css
│   │   │   ├── theme-dark.css
│   │   │   ├── theme-dark.min.css
│   │   │   ├── theme-dust.css
│   │   │   ├── theme-dust.min.css
│   │   │   ├── theme-light.css
│   │   │   ├── theme-light.min.css
│   │   │   ├── theme-lime.css
│   │   │   ├── theme-lime.min.css
│   │   │   ├── theme-mint.css
│   │   │   ├── theme-mint.min.css
│   │   │   ├── theme-navy.css
│   │   │   ├── theme-navy.min.css
│   │   │   ├── theme-ocean.css
│   │   │   ├── theme-ocean.min.css
│   │   │   ├── theme-prickly-pear.css
│   │   │   ├── theme-prickly-pear.min.css
│   │   │   ├── theme-purple.css
│   │   │   ├── theme-purple.min.css
│   │   │   ├── theme-well-red.css
│   │   │   ├── theme-well-red.min.css
│   │   │   ├── theme-yellow.css
│   │   │   └── theme-yellow.min.css
│   │   ├── type-b
│   │   │   ├── theme-coffee.css
│   │   │   ├── theme-coffee.min.css
│   │   │   ├── theme-dark.css
│   │   │   ├── theme-dark.min.css
│   │   │   ├── theme-dust.css
│   │   │   ├── theme-dust.min.css
│   │   │   ├── theme-light.css
│   │   │   ├── theme-light.min.css
│   │   │   ├── theme-lime.css
│   │   │   ├── theme-lime.min.css
│   │   │   ├── theme-mint.css
│   │   │   ├── theme-mint.min.css
│   │   │   ├── theme-navy.css
│   │   │   ├── theme-navy.min.css
│   │   │   ├── theme-ocean.css
│   │   │   ├── theme-ocean.min.css
│   │   │   ├── theme-prickly-pear.css
│   │   │   ├── theme-prickly-pear.min.css
│   │   │   ├── theme-purple.css
│   │   │   ├── theme-purple.min.css
│   │   │   ├── theme-well-red.css
│   │   │   ├── theme-well-red.min.css
│   │   │   ├── theme-yellow.css
│   │   │   └── theme-yellow.min.css
│   │   └── type-c
│   │   ├── theme-coffee.css
│   │   ├── theme-coffee.min.css
│   │   ├── theme-dark.css
│   │   ├── theme-dark.min.css
│   │   ├── theme-dust.css
│   │   ├── theme-dust.min.css
│   │   ├── theme-light.css
│   │   ├── theme-light.min.css
│   │   ├── theme-lime.css
│   │   ├── theme-lime.min.css
│   │   ├── theme-mint.css
│   │   ├── theme-mint.min.css
│   │   ├── theme-navy.css
│   │   ├── theme-navy.min.css
│   │   ├── theme-ocean.css
│   │   ├── theme-ocean.min.css
│   │   ├── theme-prickly-pear.css
│   │   ├── theme-prickly-pear.min.css
│   │   ├── theme-purple.css
│   │   ├── theme-purple.min.css
│   │   ├── theme-well-red.css
│   │   ├── theme-well-red.min.css
│   │   ├── theme-yellow.css
│   │   └── theme-yellow.min.css
│   ├── css-preprocessors
│   │   ├── less
│   │   │   ├── nifty
│   │   │   │   ├── _animations.less
│   │   │   │   ├── _aside.less
│   │   │   │   ├── _bs-overwrite.less
│   │   │   │   ├── _extras.less
│   │   │   │   ├── _footer.less
│   │   │   │   ├── _helper-classes.less
│   │   │   │   ├── _layout.less
│   │   │   │   ├── _mainnav.less
│   │   │   │   └── _navbar.less
│   │   │   ├── nifty.less
│   │   │   ├── themes
│   │   │   │   ├── _themes.less
│   │   │   │   ├── type-a
│   │   │   │   │   ├── theme-coffee.less
│   │   │   │   │   ├── theme-dark.less
│   │   │   │   │   ├── theme-dust.less
│   │   │   │   │   ├── theme-light.less
│   │   │   │   │   ├── theme-lime.less
│   │   │   │   │   ├── theme-mint.less
│   │   │   │   │   ├── theme-navy.less
│   │   │   │   │   ├── theme-ocean.less
│   │   │   │   │   ├── theme-prickly-pear.less
│   │   │   │   │   ├── theme-purple.less
│   │   │   │   │   ├── theme-well-red.less
│   │   │   │   │   └── theme-yellow.less
│   │   │   │   ├── type-b
│   │   │   │   │   ├── theme-coffee.less
│   │   │   │   │   ├── theme-dark.less
│   │   │   │   │   ├── theme-dust.less
│   │   │   │   │   ├── theme-light.less
│   │   │   │   │   ├── theme-lime.less
│   │   │   │   │   ├── theme-mint.less
│   │   │   │   │   ├── theme-navy.less
│   │   │   │   │   ├── theme-ocean.less
│   │   │   │   │   ├── theme-prickly-pear.less
│   │   │   │   │   ├── theme-purple.less
│   │   │   │   │   ├── theme-well-red.less
│   │   │   │   │   └── theme-yellow.less
│   │   │   │   └── type-c
│   │   │   │   ├── theme-coffee.less
│   │   │   │   ├── theme-dark.less
│   │   │   │   ├── theme-dust.less
│   │   │   │   ├── theme-light.less
│   │   │   │   ├── theme-lime.less
│   │   │   │   ├── theme-mint.less
│   │   │   │   ├── theme-navy.less
│   │   │   │   ├── theme-ocean.less
│   │   │   │   ├── theme-prickly-pear.less
│   │   │   │   ├── theme-purple.less
│   │   │   │   ├── theme-well-red.less
│   │   │   │   └── theme-yellow.less
│   │   │   └── _variables.less
│   │   ├── sass
│   │   │   ├── nifty
│   │   │   │   ├── _animations.sass
│   │   │   │   ├── _aside.sass
│   │   │   │   ├── _bs-overwrite.sass
│   │   │   │   ├── _extras.sass
│   │   │   │   ├── _footer.sass
│   │   │   │   ├── _helper-classes.sass
│   │   │   │   ├── _layout.sass
│   │   │   │   ├── _mainnav.sass
│   │   │   │   └── _navbar.sass
│   │   │   ├── nifty.sass
│   │   │   ├── themes
│   │   │   │   ├── _themes.sass
│   │   │   │   ├── type-a
│   │   │   │   │   ├── theme-coffee.sass
│   │   │   │   │   ├── theme-dark.sass
│   │   │   │   │   ├── theme-dust.sass
│   │   │   │   │   ├── theme-light.sass
│   │   │   │   │   ├── theme-lime.sass
│   │   │   │   │   ├── theme-mint.sass
│   │   │   │   │   ├── theme-navy.sass
│   │   │   │   │   ├── theme-ocean.sass
│   │   │   │   │   ├── theme-prickly-pear.sass
│   │   │   │   │   ├── theme-purple.sass
│   │   │   │   │   ├── theme-well-red.sass
│   │   │   │   │   └── theme-yellow.sass
│   │   │   │   ├── type-b
│   │   │   │   │   ├── theme-coffee.sass
│   │   │   │   │   ├── theme-dark.sass
│   │   │   │   │   ├── theme-dust.sass
│   │   │   │   │   ├── theme-light.sass
│   │   │   │   │   ├── theme-lime.sass
│   │   │   │   │   ├── theme-mint.sass
│   │   │   │   │   ├── theme-navy.sass
│   │   │   │   │   ├── theme-ocean.sass
│   │   │   │   │   ├── theme-prickly-pear.sass
│   │   │   │   │   ├── theme-purple.sass
│   │   │   │   │   ├── theme-well-red.sass
│   │   │   │   │   └── theme-yellow.sass
│   │   │   │   └── type-c
│   │   │   │   ├── theme-coffee.sass
│   │   │   │   ├── theme-dark.sass
│   │   │   │   ├── theme-dust.sass
│   │   │   │   ├── theme-light.sass
│   │   │   │   ├── theme-lime.sass
│   │   │   │   ├── theme-mint.sass
│   │   │   │   ├── theme-navy.sass
│   │   │   │   ├── theme-ocean.sass
│   │   │   │   ├── theme-prickly-pear.sass
│   │   │   │   ├── theme-purple.sass
│   │   │   │   ├── theme-well-red.sass
│   │   │   │   └── theme-yellow.sass
│   │   │   └── _variables.sass
│   │   └── scss
│   │   ├── nifty
│   │   │   ├── _animations.scss
│   │   │   ├── _aside.scss
│   │   │   ├── _bs-overwrite.scss
│   │   │   ├── _extras.scss
│   │   │   ├── _footer.scss
│   │   │   ├── _helper-classes.scss
│   │   │   ├── _layout.scss
│   │   │   ├── _mainnav.scss
│   │   │   └── _navbar.scss
│   │   ├── nifty.scss
│   │   ├── themes
│   │   │   ├── _themes.scss
│   │   │   ├── type-a
│   │   │   │   ├── theme-coffee.scss
│   │   │   │   ├── theme-dark.scss
│   │   │   │   ├── theme-dust.scss
│   │   │   │   ├── theme-light.scss
│   │   │   │   ├── theme-lime.scss
│   │   │   │   ├── theme-mint.scss
│   │   │   │   ├── theme-navy.scss
│   │   │   │   ├── theme-ocean.scss
│   │   │   │   ├── theme-prickly-pear.scss
│   │   │   │   ├── theme-purple.scss
│   │   │   │   ├── theme-well-red.scss
│   │   │   │   └── theme-yellow.scss
│   │   │   ├── type-b
│   │   │   │   ├── theme-coffee.scss
│   │   │   │   ├── theme-dark.scss
│   │   │   │   ├── theme-dust.scss
│   │   │   │   ├── theme-light.scss
│   │   │   │   ├── theme-lime.scss
│   │   │   │   ├── theme-mint.scss
│   │   │   │   ├── theme-navy.scss
│   │   │   │   ├── theme-ocean.scss
│   │   │   │   ├── theme-prickly-pear.scss
│   │   │   │   ├── theme-purple.scss
│   │   │   │   ├── theme-well-red.scss
│   │   │   │   └── theme-yellow.scss
│   │   │   └── type-c
│   │   │   ├── theme-coffee.scss
│   │   │   ├── theme-dark.scss
│   │   │   ├── theme-dust.scss
│   │   │   ├── theme-light.scss
│   │   │   ├── theme-lime.scss
│   │   │   ├── theme-mint.scss
│   │   │   ├── theme-navy.scss
│   │   │   ├── theme-ocean.scss
│   │   │   ├── theme-prickly-pear.scss
│   │   │   ├── theme-purple.scss
│   │   │   ├── theme-well-red.scss
│   │   │   └── theme-yellow.scss
│   │   └── _variables.scss
│   ├── data
│   │   ├── bs-table.json
│   │   ├── bs-table-simple.json
│   │   └── datatables.json
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   └── glyphicons-halflings-regular.woff2
│   ├── forms-components.html
│   ├── forms-file-upload.html
│   ├── forms-general.html
│   ├── forms-markdown.html
│   ├── forms-text-editor.html
│   ├── forms-validation.html
│   ├── forms-wizard.html
│   ├── helper-classes.html
│   ├── icons-font-awesome.html
│   ├── icons-ionicons.html
│   ├── icons-themify.html
│   ├── img
│   │   ├── bg-img
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── bg-img-1.jpg
│   │   │   ├── bg-img-2.jpg
│   │   │   ├── bg-img-3.jpg
│   │   │   ├── bg-img-4.jpg
│   │   │   ├── bg-img-5.jpg
│   │   │   ├── bg-img-6.jpg
│   │   │   ├── bg-img-7.jpg
│   │   │   └── thumbs
│   │   │   ├── bg-img-1.jpg
│   │   │   ├── bg-img-2.jpg
│   │   │   ├── bg-img-3.jpg
│   │   │   ├── bg-img-4.jpg
│   │   │   ├── bg-img-5.jpg
│   │   │   ├── bg-img-6.jpg
│   │   │   ├── bg-img-7.jpg
│   │   │   └── bg-trns.jpg
│   │   ├── email-templates
│   │   │   ├── action-email-template.jpg
│   │   │   ├── billing-email-template.jpg
│   │   │   ├── email-alert-template.jpg
│   │   │   └── email-header.jpg
│   │   ├── flags
│   │   │   ├── france.png
│   │   │   ├── germany.png
│   │   │   ├── italy.png
│   │   │   ├── spain.png
│   │   │   └── united-kingdom.png
│   │   ├── get-started
│   │   │   ├── collapsed.jpg
│   │   │   ├── error.jpg
│   │   │   ├── expanded.jpg
│   │   │   ├── login-bg.jpg
│   │   │   ├── login.jpg
│   │   │   ├── offcanvas.jpg
│   │   │   ├── revealing.jpg
│   │   │   └── slidein.jpg
│   │   ├── logo.png
│   │   ├── nav-profile.png
│   │   ├── profile-photos
│   │   │   ├── 10.png
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   ├── 6.png
│   │   │   ├── 7.png
│   │   │   ├── 8.png
│   │   │   └── 9.png
│   │   ├── shared-img.jpg
│   │   └── thumbs
│   │   ├── img1.jpg
│   │   ├── img2.jpg
│   │   ├── img3.jpg
│   │   ├── mega-menu-1.jpg
│   │   ├── mega-menu-2.jpg
│   │   ├── mega-menu-3.jpg
│   │   ├── mega-menu-4.jpg
│   │   ├── mega-menu-5.jpg
│   │   └── mega-menu-6.jpg
│   ├── index.html
│   ├── js
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── demo
│   │   │   ├── bg-images.js
│   │   │   ├── charts.js
│   │   │   ├── dashboard.js
│   │   │   ├── form-component.js
│   │   │   ├── form-file-upload.js
│   │   │   ├── form-text-editor.js
│   │   │   ├── form-validation.js
│   │   │   ├── form-wizard.js
│   │   │   ├── icons.js
│   │   │   ├── mail.js
│   │   │   ├── misc-fullcalendar.js
│   │   │   ├── misc-gmaps.js
│   │   │   ├── nifty-demo.js
│   │   │   ├── nifty-demo.min.js
│   │   │   ├── tables-bs-table.js
│   │   │   ├── tables-datatables.js
│   │   │   ├── tables-footable.js
│   │   │   ├── ui-alerts.js
│   │   │   ├── ui-buttons.js
│   │   │   ├── ui-modals.js
│   │   │   ├── ui-panels.js
│   │   │   └── widgets.js
│   │   ├── jquery-2.2.4.min.js
│   │   ├── nifty.js
│   │   └── nifty.min.js
│   ├── layouts-aside-dark-theme.html
│   ├── layouts-aside-left-side.html
│   ├── layouts-aside-right-side.html
│   ├── layouts-collapsed-navigation.html
│   ├── layouts-fixed-footer.html
│   ├── layouts-fixed-navbar.html
│   ├── layouts-offcanvas-navigation.html
│   ├── layouts-offcanvas-revealing-navigation.html
│   ├── layouts-offcanvas-slide-in-navigation.html
│   ├── mailbox-action-template.html
│   ├── mailbox-alert-template.html
│   ├── mailbox-billing-template.html
│   ├── mailbox-compose.html
│   ├── mailbox.html
│   ├── mailbox-message.html
│   ├── mailbox-templates.html
│   ├── misc-calendar.html
│   ├── misc-maps.html
│   ├── misc-timeline.html
│   ├── pages-404.html
│   ├── pages-500.html
│   ├── pages-blank.html
│   ├── pages-faq.html
│   ├── pages-lock-screen.html
│   ├── pages-login.html
│   ├── pages-password-reminder.html
│   ├── pages-profile.html
│   ├── pages-register.html
│   ├── pages-search-results.html
│   ├── plugins
│   │   ├── animate-css
│   │   │   ├── animate.css
│   │   │   ├── animate.min.css
│   │   │   └── LICENSE.txt
│   │   ├── bootbox
│   │   │   ├── bootbox.js
│   │   │   ├── bootbox.min.js
│   │   │   └── LICENSE.txt
│   │   ├── bootstrap-datepicker
│   │   │   ├── bootstrap-datepicker.css
│   │   │   ├── bootstrap-datepicker.js
│   │   │   ├── bootstrap-datepicker.min.css
│   │   │   ├── bootstrap-datepicker.min.js
│   │   │   ├── LICENSE.txt
│   │   │   └── locales
│   │   │   ├── bootstrap-datepicker.ar.min.js
│   │   │   ├── bootstrap-datepicker.az.min.js
│   │   │   ├── bootstrap-datepicker.bg.min.js
│   │   │   ├── bootstrap-datepicker.bs.min.js
│   │   │   ├── bootstrap-datepicker.ca.min.js
│   │   │   ├── bootstrap-datepicker.cs.min.js
│   │   │   ├── bootstrap-datepicker.cy.min.js
│   │   │   ├── bootstrap-datepicker.da.min.js
│   │   │   ├── bootstrap-datepicker.de.min.js
│   │   │   ├── bootstrap-datepicker.el.min.js
│   │   │   ├── bootstrap-datepicker.en-AU.min.js
│   │   │   ├── bootstrap-datepicker.en-GB.min.js
│   │   │   ├── bootstrap-datepicker.eo.min.js
│   │   │   ├── bootstrap-datepicker.es.min.js
│   │   │   ├── bootstrap-datepicker.et.min.js
│   │   │   ├── bootstrap-datepicker.eu.min.js
│   │   │   ├── bootstrap-datepicker.fa.min.js
│   │   │   ├── bootstrap-datepicker.fi.min.js
│   │   │   ├── bootstrap-datepicker.fo.min.js
│   │   │   ├── bootstrap-datepicker.fr-CH.min.js
│   │   │   ├── bootstrap-datepicker.fr.min.js
│   │   │   ├── bootstrap-datepicker.gl.min.js
│   │   │   ├── bootstrap-datepicker.he.min.js
│   │   │   ├── bootstrap-datepicker.hr.min.js
│   │   │   ├── bootstrap-datepicker.hu.min.js
│   │   │   ├── bootstrap-datepicker.hy.min.js
│   │   │   ├── bootstrap-datepicker.id.min.js
│   │   │   ├── bootstrap-datepicker.is.min.js
│   │   │   ├── bootstrap-datepicker.it-CH.min.js
│   │   │   ├── bootstrap-datepicker.it.min.js
│   │   │   ├── bootstrap-datepicker.ja.min.js
│   │   │   ├── bootstrap-datepicker.ka.min.js
│   │   │   ├── bootstrap-datepicker.kh.min.js
│   │   │   ├── bootstrap-datepicker.kk.min.js
│   │   │   ├── bootstrap-datepicker.ko.min.js
│   │   │   ├── bootstrap-datepicker.kr.min.js
│   │   │   ├── bootstrap-datepicker.lt.min.js
│   │   │   ├── bootstrap-datepicker.lv.min.js
│   │   │   ├── bootstrap-datepicker.me.min.js
│   │   │   ├── bootstrap-datepicker.mk.min.js
│   │   │   ├── bootstrap-datepicker.mn.min.js
│   │   │   ├── bootstrap-datepicker.ms.min.js
│   │   │   ├── bootstrap-datepicker.nb.min.js
│   │   │   ├── bootstrap-datepicker.nl-BE.min.js
│   │   │   ├── bootstrap-datepicker.nl.min.js
│   │   │   ├── bootstrap-datepicker.no.min.js
│   │   │   ├── bootstrap-datepicker.pl.min.js
│   │   │   ├── bootstrap-datepicker.pt-BR.min.js
│   │   │   ├── bootstrap-datepicker.pt.min.js
│   │   │   ├── bootstrap-datepicker.ro.min.js
│   │   │   ├── bootstrap-datepicker.rs-latin.min.js
│   │   │   ├── bootstrap-datepicker.rs.min.js
│   │   │   ├── bootstrap-datepicker.ru.min.js
│   │   │   ├── bootstrap-datepicker.sk.min.js
│   │   │   ├── bootstrap-datepicker.sl.min.js
│   │   │   ├── bootstrap-datepicker.sq.min.js
│   │   │   ├── bootstrap-datepicker.sr-latin.min.js
│   │   │   ├── bootstrap-datepicker.sr.min.js
│   │   │   ├── bootstrap-datepicker.sv.min.js
│   │   │   ├── bootstrap-datepicker.sw.min.js
│   │   │   ├── bootstrap-datepicker.th.min.js
│   │   │   ├── bootstrap-datepicker.tr.min.js
│   │   │   ├── bootstrap-datepicker.uk.min.js
│   │   │   ├── bootstrap-datepicker.vi.min.js
│   │   │   ├── bootstrap-datepicker.zh-CN.min.js
│   │   │   └── bootstrap-datepicker.zh-TW.min.js
│   │   ├── bootstrap-markdown
│   │   │   ├── css
│   │   │   │   └── bootstrap-markdown.min.css
│   │   │   ├── js
│   │   │   │   ├── bootstrap-markdown.js
│   │   │   │   ├── markdown.js
│   │   │   │   └── to-markdown.js
│   │   │   ├── less
│   │   │   │   └── bootstrap-markdown.less
│   │   │   ├── LICENSE.txt
│   │   │   ├── locale
│   │   │   │   ├── bootstrap-markdown.ar.js
│   │   │   │   ├── bootstrap-markdown.cs.js
│   │   │   │   ├── bootstrap-markdown.da.js
│   │   │   │   ├── bootstrap-markdown.de.js
│   │   │   │   ├── bootstrap-markdown.es.js
│   │   │   │   ├── bootstrap-markdown.fa.js
│   │   │   │   ├── bootstrap-markdown.fr.js
│   │   │   │   ├── bootstrap-markdown.it.js
│   │   │   │   ├── bootstrap-markdown.ja.js
│   │   │   │   ├── bootstrap-markdown.kr.js
│   │   │   │   ├── bootstrap-markdown.nb.js
│   │   │   │   ├── bootstrap-markdown.nl.js
│   │   │   │   ├── bootstrap-markdown.pl.js
│   │   │   │   ├── bootstrap-markdown.ru.js
│   │   │   │   ├── bootstrap-markdown.sl.js
│   │   │   │   ├── bootstrap-markdown.sv.js
│   │   │   │   ├── bootstrap-markdown.tr.js
│   │   │   │   ├── bootstrap-markdown.ua.js
│   │   │   │   └── bootstrap-markdown.zh.js
│   │   │   └── scss
│   │   │   └── bootstrap-markdown.scss
│   │   ├── bootstrap-select
│   │   │   ├── bootstrap-select.css
│   │   │   ├── bootstrap-select.js
│   │   │   ├── bootstrap-select.min.css
│   │   │   └── bootstrap-select.min.js
│   │   ├── bootstrap-table
│   │   │   ├── bootstrap-table.css
│   │   │   ├── bootstrap-table.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
│   │   │   │   ├── cookie
│   │   │   │   │   ├── bootstrap-table-cookie.js
│   │   │   │   │   └── bootstrap-table-cookie.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.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
│   │   │   │   ├── key-events
│   │   │   │   │   ├── bootstrap-table-key-events.js
│   │   │   │   │   └── bootstrap-table-key-events.min.js
│   │   │   │   ├── mobile
│   │   │   │   │   ├── bootstrap-table-mobile.js
│   │   │   │   │   └── bootstrap-table-mobile.min.js
│   │   │   │   ├── multiple-search
│   │   │   │   │   ├── bootstrap-table-multiple-search.js
│   │   │   │   │   └── bootstrap-table-multiple-search.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
│   │   │   │   ├── 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
│   │   │   │   ├── 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
│   │   │   ├── LICENSE.txt
│   │   │   └── 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-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-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-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
│   │   ├── bootstrap-tagsinput
│   │   │   ├── bootstrap-tagsinput.css
│   │   │   ├── bootstrap-tagsinput.js
│   │   │   ├── bootstrap-tagsinput.min.css
│   │   │   ├── bootstrap-tagsinput.min.js
│   │   │   └── LICENSE.txt
│   │   ├── bootstrap-timepicker
│   │   │   ├── bootstrap-timepicker.css
│   │   │   ├── bootstrap-timepicker.js
│   │   │   ├── bootstrap-timepicker.min.css
│   │   │   ├── bootstrap-timepicker.min.js
│   │   │   └── LICENSE.txt
│   │   ├── bootstrap-validator
│   │   │   ├── bootstrapValidator.css
│   │   │   ├── bootstrapValidator.js
│   │   │   ├── bootstrapValidator.min.css
│   │   │   └── bootstrapValidator.min.js
│   │   ├── bootstrap-wizard
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   └── bootstrap-responsive.min.css
│   │   │   │   ├── img
│   │   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   │   └── glyphicons-halflings-white.png
│   │   │   │   └── js
│   │   │   │   ├── bootstrap.js
│   │   │   │   └── bootstrap.min.js
│   │   │   ├── examples
│   │   │   │   ├── basic-custombuttonsfirstlast.html
│   │   │   │   ├── basic-custombuttons.html
│   │   │   │   ├── basic-custom.html
│   │   │   │   ├── basic-disabletabclick.html
│   │   │   │   ├── basic-finishbutton.html
│   │   │   │   ├── basic-formvalidation.html
│   │   │   │   ├── basic.html
│   │   │   │   ├── basic-inverse.html
│   │   │   │   ├── basic-pills.html
│   │   │   │   ├── basic-progressbar.html
│   │   │   │   ├── basic-tabsleft.html
│   │   │   │   ├── custom.css
│   │   │   │   ├── multiple.html
│   │   │   │   ├── remove-step.html
│   │   │   │   └── validation.html
│   │   │   ├── index.html
│   │   │   ├── jquery.bootstrap.wizard.js
│   │   │   ├── jquery.bootstrap.wizard.min.js
│   │   │   └── MIT-LICENSE.txt
│   │   ├── chosen
│   │   │   ├── chosen.css
│   │   │   ├── chosen.jquery.js
│   │   │   ├── chosen.jquery.min.js
│   │   │   ├── chosen.min.css
│   │   │   └── LICENSE.txt
│   │   ├── datatables
│   │   │   ├── examples
│   │   │   │   ├── advanced_init
│   │   │   │   │   ├── column_render.html
│   │   │   │   │   ├── complex_header.html
│   │   │   │   │   ├── defaults.html
│   │   │   │   │   ├── dom_multiple_elements.html
│   │   │   │   │   ├── dom_toolbar.html
│   │   │   │   │   ├── dt_events.html
│   │   │   │   │   ├── events_live.html
│   │   │   │   │   ├── footer_callback.html
│   │   │   │   │   ├── html5-data-attributes.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── language_file.html
│   │   │   │   │   ├── length_menu.html
│   │   │   │   │   ├── object_dom_read.html
│   │   │   │   │   ├── row_callback.html
│   │   │   │   │   ├── row_grouping.html
│   │   │   │   │   └── sort_direction_control.html
│   │   │   │   ├── ajax
│   │   │   │   │   ├── custom_data_flat.html
│   │   │   │   │   ├── custom_data_property.html
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── arrays_custom_prop.txt
│   │   │   │   │   │   ├── arrays_subobjects.txt
│   │   │   │   │   │   ├── arrays.txt
│   │   │   │   │   │   ├── objects_deep.txt
│   │   │   │   │   │   ├── objects_root_array.txt
│   │   │   │   │   │   ├── objects_subarrays.txt
│   │   │   │   │   │   ├── objects.txt
│   │   │   │   │   │   └── orthogonal.txt
│   │   │   │   │   ├── deep.html
│   │   │   │   │   ├── defer_render.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── null_data_source.html
│   │   │   │   │   ├── objects.html
│   │   │   │   │   ├── objects_subarrays.html
│   │   │   │   │   ├── orthogonal-data.html
│   │   │   │   │   └── simple.html
│   │   │   │   ├── api
│   │   │   │   │   ├── add_row.html
│   │   │   │   │   ├── api_in_init.html
│   │   │   │   │   ├── counter_columns.html
│   │   │   │   │   ├── form.html
│   │   │   │   │   ├── highlight.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── multi_filter.html
│   │   │   │   │   ├── multi_filter_select.html
│   │   │   │   │   ├── regex.html
│   │   │   │   │   ├── row_details.html
│   │   │   │   │   ├── select_row.html
│   │   │   │   │   ├── select_single_row.html
│   │   │   │   │   ├── show_hide.html
│   │   │   │   │   └── tabs_and_scrolling.html
│   │   │   │   ├── basic_init
│   │   │   │   │   ├── alt_pagination.html
│   │   │   │   │   ├── comma-decimal.html
│   │   │   │   │   ├── complex_header.html
│   │   │   │   │   ├── dom.html
│   │   │   │   │   ├── filter_only.html
│   │   │   │   │   ├── flexible_width.html
│   │   │   │   │   ├── hidden_columns.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── language.html
│   │   │   │   │   ├── multi_col_sort.html
│   │   │   │   │   ├── multiple_tables.html
│   │   │   │   │   ├── scroll_x.html
│   │   │   │   │   ├── scroll_xy.html
│   │   │   │   │   ├── scroll_y.html
│   │   │   │   │   ├── scroll_y_theme.html
│   │   │   │   │   ├── state_save.html
│   │   │   │   │   ├── table_sorting.html
│   │   │   │   │   └── zero_configuration.html
│   │   │   │   ├── data_sources
│   │   │   │   │   ├── ajax.html
│   │   │   │   │   ├── dom.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── js_array.html
│   │   │   │   │   └── server_side.html
│   │   │   │   ├── index.html
│   │   │   │   ├── plug-ins
│   │   │   │   │   ├── api.html
│   │   │   │   │   ├── dom_sort.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── range_filtering.html
│   │   │   │   │   ├── sorting_auto.html
│   │   │   │   │   └── sorting_manual.html
│   │   │   │   ├── resources
│   │   │   │   │   ├── bootstrap
│   │   │   │   │   │   ├── 3
│   │   │   │   │   │   │   ├── dataTables.bootstrap.css
│   │   │   │   │   │   │   ├── dataTables.bootstrap.js
│   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   │   ├── sort_both.png
│   │   │   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   │   │   └── sort_desc.png
│   │   │   │   │   ├── de_DE.txt
│   │   │   │   │   ├── demo.css
│   │   │   │   │   ├── demo.js
│   │   │   │   │   ├── details_close.png
│   │   │   │   │   ├── details_open.png
│   │   │   │   │   ├── examples.php
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── raleway_thin-webfont.eot
│   │   │   │   │   │   ├── raleway_thin-webfont.ttf
│   │   │   │   │   │   └── raleway_thin-webfont.woff
│   │   │   │   │   ├── foundation
│   │   │   │   │   │   ├── dataTables.foundation.css
│   │   │   │   │   │   ├── dataTables.foundation.js
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   │   ├── sort_both.png
│   │   │   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   │   │   └── sort_desc.png
│   │   │   │   │   ├── jqueryui
│   │   │   │   │   │   ├── dataTables.jqueryui.css
│   │   │   │   │   │   ├── dataTables.jqueryui.js
│   │   │   │   │   │   ├── dataTables.jqueryui.scss
│   │   │   │   │   │   └── index.html
│   │   │   │   │   └── syntax
│   │   │   │   │   ├── shCore.css
│   │   │   │   │   ├── shCore.js
│   │   │   │   │   └── Syntax Highlighter license
│   │   │   │   ├── server_side
│   │   │   │   │   ├── custom_vars.html
│   │   │   │   │   ├── defer_loading.html
│   │   │   │   │   ├── ids.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── jsonp.html
│   │   │   │   │   ├── object_data.html
│   │   │   │   │   ├── pipeline.html
│   │   │   │   │   ├── post.html
│   │   │   │   │   ├── row_details.html
│   │   │   │   │   ├── scripts
│   │   │   │   │   │   ├── ids-arrays.php
│   │   │   │   │   │   ├── ids-objects.php
│   │   │   │   │   │   ├── jsonp.php
│   │   │   │   │   │   ├── mysql.sql
│   │   │   │   │   │   ├── objects.php
│   │   │   │   │   │   ├── postgres.sql
│   │   │   │   │   │   ├── post.php
│   │   │   │   │   │   ├── server_processing.php
│   │   │   │   │   │   ├── sqlite.sql
│   │   │   │   │   │   ├── sqlserver.sql
│   │   │   │   │   │   └── ssp.class.php
│   │   │   │   │   ├── select_rows.html
│   │   │   │   │   └── simple.html
│   │   │   │   └── styling
│   │   │   │   ├── bootstrap.html
│   │   │   │   ├── cell-border.html
│   │   │   │   ├── compact.html
│   │   │   │   ├── display.html
│   │   │   │   ├── foundation.html
│   │   │   │   ├── hover.html
│   │   │   │   ├── index.html
│   │   │   │   ├── jqueryUI.html
│   │   │   │   ├── no-classes.html
│   │   │   │   ├── order-column.html
│   │   │   │   ├── row-border.html
│   │   │   │   └── stripe.html
│   │   │   ├── extensions
│   │   │   │   ├── AutoFill
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.autoFill.css
│   │   │   │   │   │   └── dataTables.autoFill.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── columns.html
│   │   │   │   │   │   ├── complete-callback.html
│   │   │   │   │   │   ├── fill-both.html
│   │   │   │   │   │   ├── fill-horizontal.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── scrolling.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   └── step-callback.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── filler.png
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.autoFill.js
│   │   │   │   │   │   └── dataTables.autoFill.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── ColReorder
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.colReorder.css
│   │   │   │   │   │   └── dataTables.colReorder.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── alt_insert.html
│   │   │   │   │   │   ├── col_filter.html
│   │   │   │   │   │   ├── colvis.html
│   │   │   │   │   │   ├── fixedcolumns.html
│   │   │   │   │   │   ├── fixedheader.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jqueryui.html
│   │   │   │   │   │   ├── new_init.html
│   │   │   │   │   │   ├── predefined.html
│   │   │   │   │   │   ├── realtime.html
│   │   │   │   │   │   ├── reset.html
│   │   │   │   │   │   ├── scrolling.html
│   │   │   │   │   │   ├── server_side.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   └── state_save.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── insert.png
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.colReorder.js
│   │   │   │   │   │   └── dataTables.colReorder.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── ColVis
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.colVis.css
│   │   │   │   │   │   ├── dataTables.colvis.jqueryui.css
│   │   │   │   │   │   └── dataTables.colVis.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── button_order.html
│   │   │   │   │   │   ├── exclude_columns.html
│   │   │   │   │   │   ├── group_columns.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jqueryui.html
│   │   │   │   │   │   ├── mouseover.html
│   │   │   │   │   │   ├── new_init.html
│   │   │   │   │   │   ├── restore.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   ├── text.html
│   │   │   │   │   │   ├── title_callback.html
│   │   │   │   │   │   ├── two_tables.html
│   │   │   │   │   │   └── two_tables_identical.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.colVis.js
│   │   │   │   │   │   └── dataTables.colVis.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── FixedColumns
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.fixedColumns.css
│   │   │   │   │   │   └── dataTables.fixedColumns.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── bootstrap.html
│   │   │   │   │   │   ├── col_filter.html
│   │   │   │   │   │   ├── colvis.html
│   │   │   │   │   │   ├── css_size.html
│   │   │   │   │   │   ├── index_column.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── left_right_columns.html
│   │   │   │   │   │   ├── right_column.html
│   │   │   │   │   │   ├── rowspan.html
│   │   │   │   │   │   ├── server-side-processing.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   ├── size_fixed.html
│   │   │   │   │   │   ├── size_fluid.html
│   │   │   │   │   │   └── two_columns.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.fixedColumns.js
│   │   │   │   │   │   └── dataTables.fixedColumns.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── FixedHeader
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.fixedHeader.css
│   │   │   │   │   │   └── dataTables.fixedHeader.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── header_footer.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   ├── top_left_right.html
│   │   │   │   │   │   ├── two_tables.html
│   │   │   │   │   │   └── zIndexes.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.fixedHeader.js
│   │   │   │   │   │   └── dataTables.fixedHeader.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── KeyTable
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.keyTable.css
│   │   │   │   │   │   └── dataTables.keyTable.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── events.html
│   │   │   │   │   │   ├── html.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── scrolling.html
│   │   │   │   │   │   └── simple.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.keyTable.js
│   │   │   │   │   │   └── dataTables.keyTable.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   ├── Responsive
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.responsive.css
│   │   │   │   │   │   └── dataTables.responsive.scss
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── child-rows
│   │   │   │   │   │   │   ├── column-control.html
│   │   │   │   │   │   │   ├── custom-renderer.html
│   │   │   │   │   │   │   ├── disable-child-rows.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── right-column.html
│   │   │   │   │   │   │   └── whole-row-control.html
│   │   │   │   │   │   ├── display-control
│   │   │   │   │   │   │   ├── auto.html
│   │   │   │   │   │   │   ├── classes.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   └── init-classes.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── initialisation
│   │   │   │   │   │   │   ├── ajax.html
│   │   │   │   │   │   │   ├── className.html
│   │   │   │   │   │   │   ├── default.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── new.html
│   │   │   │   │   │   │   └── option.html
│   │   │   │   │   │   └── styling
│   │   │   │   │   │   ├── bootstrap.html
│   │   │   │   │   │   ├── foundation.html
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.responsive.js
│   │   │   │   │   │   └── dataTables.responsive.min.js
│   │   │   │   │   └── Readme.md
│   │   │   │   ├── Scroller
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── dataTables.scroller.css
│   │   │   │   │   │   └── dataTables.scroller.min.css
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── api_scrolling.html
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── 2500.txt
│   │   │   │   │   │   │   └── ssp.php
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── large_js_source.html
│   │   │   │   │   │   ├── server-side_processing.html
│   │   │   │   │   │   ├── simple.html
│   │   │   │   │   │   └── state_saving.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── loading-background.png
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── dataTables.scroller.js
│   │   │   │   │   │   └── dataTables.scroller.min.js
│   │   │   │   │   └── Readme.txt
│   │   │   │   └── TableTools
│   │   │   │   ├── css
│   │   │   │   │   ├── dataTables.tableTools.css
│   │   │   │   │   └── dataTables.tableTools.min.css
│   │   │   │   ├── examples
│   │   │   │   │   ├── ajax.html
│   │   │   │   │   ├── alter_buttons.html
│   │   │   │   │   ├── bootstrap.html
│   │   │   │   │   ├── button_text.html
│   │   │   │   │   ├── collection.html
│   │   │   │   │   ├── defaults.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── jqueryui.html
│   │   │   │   │   ├── multi_instance.html
│   │   │   │   │   ├── multiple_tables.html
│   │   │   │   │   ├── new_init.html
│   │   │   │   │   ├── pdf_message.html
│   │   │   │   │   ├── plug-in.html
│   │   │   │   │   ├── select_column.html
│   │   │   │   │   ├── select_multi.html
│   │   │   │   │   ├── select_os.html
│   │   │   │   │   ├── select_single.html
│   │   │   │   │   ├── simple.html
│   │   │   │   │   └── swf_path.html
│   │   │   │   ├── images
│   │   │   │   │   ├── background.png
│   │   │   │   │   ├── collection_hover.png
│   │   │   │   │   ├── collection.png
│   │   │   │   │   ├── copy_hover.png
│   │   │   │   │   ├── copy.png
│   │   │   │   │   ├── csv_hover.png
│   │   │   │   │   ├── csv.png
│   │   │   │   │   ├── pdf_hover.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── print_hover.png
│   │   │   │   │   ├── print.png
│   │   │   │   │   ├── psd
│   │   │   │   │   │   ├── collection.psd
│   │   │   │   │   │   ├── copy document.psd
│   │   │   │   │   │   ├── file_types.psd
│   │   │   │   │   │   └── printer.psd
│   │   │   │   │   ├── xls_hover.png
│   │   │   │   │   └── xls.png
│   │   │   │   ├── js
│   │   │   │   │   ├── dataTables.tableTools.js
│   │   │   │   │   └── dataTables.tableTools.min.js
│   │   │   │   ├── Readme.txt
│   │   │   │   └── swf
│   │   │   │   ├── copy_csv_xls_pdf.swf
│   │   │   │   └── copy_csv_xls.swf
│   │   │   ├── license.txt
│   │   │   └── media
│   │   │   ├── css
│   │   │   │   ├── dataTables.bootstrap.css
│   │   │   │   ├── jquery.dataTables.css
│   │   │   │   ├── jquery.dataTables.min.css
│   │   │   │   └── jquery.dataTables_themeroller.css
│   │   │   ├── images
│   │   │   │   ├── back_disabled.png
│   │   │   │   ├── back_enabled_hover.png
│   │   │   │   ├── back_enabled.png
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── forward_disabled.png
│   │   │   │   ├── forward_enabled_hover.png
│   │   │   │   ├── forward_enabled.png
│   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   ├── sort_asc.png
│   │   │   │   ├── sort_both.png
│   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   ├── sort_desc.png
│   │   │   │   └── Sorting icons.psd
│   │   │   └── js
│   │   │   ├── dataTables.bootstrap.js
│   │   │   ├── jquery.dataTables.js
│   │   │   └── jquery.dataTables.min.js
│   │   ├── dropzone
│   │   │   ├── dropzone.css
│   │   │   ├── dropzone.js
│   │   │   ├── dropzone.min.css
│   │   │   ├── dropzone.min.js
│   │   │   └── LICENSE.txt
│   │   ├── easy-pie-chart
│   │   │   ├── jquery.easypiechart.js
│   │   │   ├── jquery.easypiechart.min.js
│   │   │   └── LICENSE.txt
│   │   ├── fast-click
│   │   │   ├── fastclick.js
│   │   │   ├── fastclick.min.js
│   │   │   └── LICENSE.txt
│   │   ├── flot-charts
│   │   │   ├── API.md
│   │   │   ├── 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
│   │   │   │   │   └── jquery-ui.min.js
│   │   │   │   ├── 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
│   │   │   ├── jquery.colorhelpers.js
│   │   │   ├── jquery.colorhelpers.min.js
│   │   │   ├── jquery.flot.canvas.js
│   │   │   ├── jquery.flot.canvas.min.js
│   │   │   ├── jquery.flot.categories.js
│   │   │   ├── jquery.flot.categories.min.js
│   │   │   ├── jquery.flot.crosshair.js
│   │   │   ├── jquery.flot.crosshair.min.js
│   │   │   ├── jquery.flot.errorbars.js
│   │   │   ├── jquery.flot.errorbars.min.js
│   │   │   ├── jquery.flot.fillbetween.js
│   │   │   ├── jquery.flot.fillbetween.min.js
│   │   │   ├── jquery.flot.image.js
│   │   │   ├── jquery.flot.image.min.js
│   │   │   ├── jquery.flot.js
│   │   │   ├── jquery.flot.min.js
│   │   │   ├── jquery.flot.navigate.js
│   │   │   ├── jquery.flot.navigate.min.js
│   │   │   ├── jquery.flot.pie.js
│   │   │   ├── jquery.flot.pie.min.js
│   │   │   ├── jquery.flot.resize.js
│   │   │   ├── jquery.flot.resize.min.js
│   │   │   ├── jquery.flot.selection.js
│   │   │   ├── jquery.flot.selection.min.js
│   │   │   ├── jquery.flot.stack.js
│   │   │   ├── jquery.flot.stack.min.js
│   │   │   ├── jquery.flot.symbol.js
│   │   │   ├── jquery.flot.symbol.min.js
│   │   │   ├── jquery.flot.threshold.js
│   │   │   ├── jquery.flot.threshold.min.js
│   │   │   ├── jquery.flot.time.js
│   │   │   ├── jquery.flot.time.min.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.min.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── Makefile
│   │   │   ├── NEWS.md
│   │   │   ├── PLUGINS.md
│   │   │   └── README.md
│   │   ├── font-awesome
│   │   │   ├── css
│   │   │   │   ├── font-awesome.css
│   │   │   │   ├── font-awesome.css.map
│   │   │   │   └── 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
│   │   │   ├── license.html
│   │   │   ├── License.txt
│   │   │   └── 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
│   │   ├── fooTable
│   │   │   ├── bower.json
│   │   │   ├── component.json
│   │   │   ├── composer.json
│   │   │   ├── css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── footable.eot
│   │   │   │   │   ├── footable.svg
│   │   │   │   │   ├── footable.ttf
│   │   │   │   │   └── footable.woff
│   │   │   │   ├── footable.core.css
│   │   │   │   ├── footable.core.min.css
│   │   │   │   ├── footable.metro.css
│   │   │   │   ├── footable.metro.min.css
│   │   │   │   ├── footable.standalone.css
│   │   │   │   └── footable.standalone.min.css
│   │   │   ├── demos
│   │   │   │   ├── accordion.htm
│   │   │   │   ├── add-delete-row.htm
│   │   │   │   ├── ajax.htm
│   │   │   │   ├── ajax-redraw.htm
│   │   │   │   ├── api.htm
│   │   │   │   ├── arbitrary_toggle_markup.htm
│   │   │   │   ├── auto-expand-first-row-on-breakpoint.htm
│   │   │   │   ├── bookmarkable.htm
│   │   │   │   ├── bug-fixes
│   │   │   │   │   ├── bug-data-ignore.htm
│   │   │   │   │   ├── bug-remove-unneeded-detail-row-click.htm
│   │   │   │   │   └── bug-unused-breakpoints.htm
│   │   │   │   ├── css
│   │   │   │   │   ├── arbitrary_toggle_markup.css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap-glyphicons.css
│   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   ├── bootstrapSwitch.css
│   │   │   │   │   └── footable-demos.css
│   │   │   │   ├── data-attributes.htm
│   │   │   │   ├── demo-template.htm
│   │   │   │   ├── editable-columns.htm
│   │   │   │   ├── event-interception.htm
│   │   │   │   ├── events.htm
│   │   │   │   ├── expand-collapse-all.htm
│   │   │   │   ├── filtering.htm
│   │   │   │   ├── fonts
│   │   │   │   │   ├── glyphiconshalflings-regular.eot
│   │   │   │   │   ├── glyphiconshalflings-regular.otf
│   │   │   │   │   ├── glyphiconshalflings-regular.svg
│   │   │   │   │   ├── glyphiconshalflings-regular.ttf
│   │   │   │   │   └── glyphiconshalflings-regular.woff
│   │   │   │   ├── getting-started.htm
│   │   │   │   ├── grid.htm
│   │   │   │   ├── group-headers.htm
│   │   │   │   ├── hidden-columns.htm
│   │   │   │   ├── icon-styles.htm
│   │   │   │   ├── img
│   │   │   │   │   ├── footable.png
│   │   │   │   │   ├── minus.png
│   │   │   │   │   └── plus.png
│   │   │   │   ├── index.htm
│   │   │   │   ├── js
│   │   │   │   │   ├── bootstrapSwitch.js
│   │   │   │   │   ├── bootstrap-tab.js
│   │   │   │   │   ├── data-generator.js
│   │   │   │   │   ├── demos.js
│   │   │   │   │   ├── jquery-1.9.1.min.js
│   │   │   │   │   ├── jquery.mockjax.js
│   │   │   │   │   └── mustache.js
│   │   │   │   ├── metro-theme.htm
│   │   │   │   ├── multiple-showcases.htm
│   │   │   │   ├── old-theme.htm
│   │   │   │   ├── paging.htm
│   │   │   │   ├── reset.htm
│   │   │   │   ├── row-toggle.htm
│   │   │   │   ├── showcase.htm
│   │   │   │   ├── sorting.htm
│   │   │   │   ├── striping.htm
│   │   │   │   ├── todo
│   │   │   │   │   ├── column-groupings.htm
│   │   │   │   │   ├── demo-ajax-with-mustache.htm
│   │   │   │   │   ├── demo-bootstrapSwitch.htm
│   │   │   │   │   ├── demo-colspan.htm
│   │   │   │   │   ├── demo-widthHeightOverride.htm
│   │   │   │   │   └── demo-zebra.htm
│   │   │   │   └── triggers.htm
│   │   │   ├── dist
│   │   │   │   ├── footable.all.min.js
│   │   │   │   ├── footable.bookmarkable.min.js
│   │   │   │   ├── footable.filter.min.js
│   │   │   │   ├── footable.grid.min.js
│   │   │   │   ├── footable.min.js
│   │   │   │   ├── footable.paginate.min.js
│   │   │   │   ├── footable.sort.min.js
│   │   │   │   └── footable.striping.min.js
│   │   │   ├── footable.jquery.json
│   │   │   ├── Gruntfile.js
│   │   │   ├── icomoon
│   │   │   │   └── footable.json
│   │   │   ├── js
│   │   │   │   ├── footable.bookmarkable.js
│   │   │   │   ├── footable.filter.js
│   │   │   │   ├── footable.grid.js
│   │   │   │   ├── footable.js
│   │   │   │   ├── footable.memory.js
│   │   │   │   ├── footable.paginate.js
│   │   │   │   ├── footable.plugin.template.js
│   │   │   │   ├── footable.sort.js
│   │   │   │   └── footable.striping.js
│   │   │   ├── less
│   │   │   │   ├── footable.core.less
│   │   │   │   ├── footable.metro.less
│   │   │   │   └── footable.standalone.less
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── screenshot.jpg
│   │   │   └── screenshot.pdn
│   │   ├── fullcalendar
│   │   │   ├── changelog.txt
│   │   │   ├── demos
│   │   │   │   ├── agenda-views.html
│   │   │   │   ├── background-events.html
│   │   │   │   ├── basic-views.html
│   │   │   │   ├── default.html
│   │   │   │   ├── external-dragging.html
│   │   │   │   ├── gcal.html
│   │   │   │   ├── json
│   │   │   │   │   └── events.json
│   │   │   │   ├── json.html
│   │   │   │   ├── languages.html
│   │   │   │   ├── php
│   │   │   │   │   ├── get-events.php
│   │   │   │   │   ├── get-timezones.php
│   │   │   │   │   └── utils.php
│   │   │   │   ├── selectable.html
│   │   │   │   ├── theme.html
│   │   │   │   └── timezones.html
│   │   │   ├── fullcalendar.css
│   │   │   ├── fullcalendar.js
│   │   │   ├── fullcalendar.min.css
│   │   │   ├── fullcalendar.min.js
│   │   │   ├── fullcalendar.print.css
│   │   │   ├── gcal.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
│   │   │   │   ├── 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
│   │   │   │   │   │   ├── animated-overlay.gif
│   │   │   │   │   │   ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│   │   │   │   │   │   ├── ui-bg_flat_15_cd0a0a_40x100.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.custom.min.js
│   │   │   │   └── moment.min.js
│   │   │   ├── license.txt
│   │   │   └── nifty-skin
│   │   │   ├── fullcalendar-nifty.css
│   │   │   ├── fullcalendar-nifty.less
│   │   │   ├── fullcalendar-nifty.min.css
│   │   │   ├── fullcalendar-nifty.sass
│   │   │   └── fullcalendar-nifty.scss
│   │   ├── gauge-js
│   │   │   ├── gauge.coffee
│   │   │   ├── gauge.js
│   │   │   └── gauge.min.js
│   │   ├── gmaps
│   │   │   ├── examples
│   │   │   │   ├── basic.html
│   │   │   │   ├── context_menu.html
│   │   │   │   ├── custom_controls.html
│   │   │   │   ├── elevation_locations.html
│   │   │   │   ├── elevation_routes.html
│   │   │   │   ├── examples.css
│   │   │   │   ├── fusion_tables.html
│   │   │   │   ├── geocoding.html
│   │   │   │   ├── geofences.html
│   │   │   │   ├── geolocation.html
│   │   │   │   ├── geometry.html
│   │   │   │   ├── kml.html
│   │   │   │   ├── layers.html
│   │   │   │   ├── layers_places.html
│   │   │   │   ├── map_events.html
│   │   │   │   ├── map_types.html
│   │   │   │   ├── marker_clusterer.html
│   │   │   │   ├── markers.html
│   │   │   │   ├── overlay_map_types.html
│   │   │   │   ├── overlays.html
│   │   │   │   ├── polygons.html
│   │   │   │   ├── polylines.html
│   │   │   │   ├── routes_advanced.html
│   │   │   │   ├── routes.html
│   │   │   │   ├── static.html
│   │   │   │   ├── static_markers.html
│   │   │   │   ├── static_polylines.html
│   │   │   │   ├── static_styles.html
│   │   │   │   ├── styled_maps.html
│   │   │   │   └── travel_route.html
│   │   │   ├── 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
│   │   │   ├── License.txt
│   │   │   └── test
│   │   │   ├── index.html
│   │   │   ├── lib
│   │   │   │   ├── jasmine.css
│   │   │   │   ├── jasmine-html.js
│   │   │   │   └── jasmine.js
│   │   │   ├── spec
│   │   │   │   ├── ControlSpec.js
│   │   │   │   ├── EventSpec.js
│   │   │   │   ├── GeometrySpec.js
│   │   │   │   ├── LayerSpec.js
│   │   │   │   ├── MapSpec.js
│   │   │   │   ├── MarkerSpec.js
│   │   │   │   ├── OverlaySpec.js
│   │   │   │   ├── RouteSpec.js
│   │   │   │   ├── StreetViewSpec.js
│   │   │   │   └── StyleSpec.js
│   │   │   ├── style.css
│   │   │   └── template
│   │   │   └── jasmine-gmaps.html
│   │   ├── ionicons
│   │   │   ├── builder
│   │   │   │   ├── build_data.json
│   │   │   │   ├── cheatsheet
│   │   │   │   │   ├── icon-row.html
│   │   │   │   │   └── template.html
│   │   │   │   ├── generate.py
│   │   │   │   ├── manifest.json
│   │   │   │   └── scripts
│   │   │   │   ├── eotlitetool.py
│   │   │   │   ├── generate_font.py
│   │   │   │   └── sfnt2woff
│   │   │   ├── css
│   │   │   │   ├── ionicons.css
│   │   │   │   └── ionicons.min.css
│   │   │   ├── fonts
│   │   │   │   ├── ionicons.eot
│   │   │   │   ├── ionicons.svg
│   │   │   │   ├── ionicons.ttf
│   │   │   │   └── ionicons.woff
│   │   │   ├── less
│   │   │   │   ├── _ionicons-font.less
│   │   │   │   ├── _ionicons-icons.less
│   │   │   │   ├── ionicons.less
│   │   │   │   └── _ionicons-variables.less
│   │   │   ├── LICENSE.txt
│   │   │   └── scss
│   │   │   ├── _ionicons-font.scss
│   │   │   ├── _ionicons-icons.scss
│   │   │   ├── ionicons.scss
│   │   │   └── _ionicons-variables.scss
│   │   ├── magic-check
│   │   │   ├── css
│   │   │   │   ├── magic-check.css
│   │   │   │   └── magic-check.min.css
│   │   │   ├── LICENSE.txt
│   │   │   └── sass
│   │   │   ├── _checkbox.scss
│   │   │   ├── _common.scss
│   │   │   ├── magic-check.scss
│   │   │   ├── _radio.scss
│   │   │   └── _variable.scss
│   │   ├── masked-input
│   │   │   ├── jquery.maskedinput.js
│   │   │   ├── jquery.maskedinput.min.js
│   │   │   └── LICENSE.txt
│   │   ├── morris-js
│   │   │   ├── LICENSE.txt
│   │   │   ├── morris.css
│   │   │   ├── morris.js
│   │   │   ├── morris.min.css
│   │   │   ├── morris.min.js
│   │   │   └── raphael-js
│   │   │   ├── LICENSE.txt
│   │   │   └── raphael.min.js
│   │   ├── noUiSlider
│   │   │   ├── New folder
│   │   │   │   ├── jquery.nouislider.all.js
│   │   │   │   ├── jquery.nouislider.all.min.js
│   │   │   │   ├── jquery.nouislider.css
│   │   │   │   ├── jquery.nouislider.min.css
│   │   │   │   ├── jquery.nouislider.pips.css
│   │   │   │   └── jquery.nouislider.pips.min.css
│   │   │   ├── nouislider.js
│   │   │   ├── nouislider.min.css
│   │   │   └── nouislider.min.js
│   │   ├── pace
│   │   │   ├── LICENSE.txt
│   │   │   ├── pace.css
│   │   │   ├── pace.js
│   │   │   ├── pace.min.css
│   │   │   └── pace.min.js
│   │   ├── select2
│   │   │   ├── 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
│   │   │   ├── LICENSE.txt
│   │   │   └── 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
│   │   ├── skycons
│   │   │   ├── README.txt
│   │   │   ├── skycons.js
│   │   │   └── skycons.min.js
│   │   ├── sparkline
│   │   │   ├── jquery.sparkline.js
│   │   │   └── jquery.sparkline.min.js
│   │   ├── summernote
│   │   │   ├── font
│   │   │   │   ├── summernote.eot
│   │   │   │   ├── summernote.ttf
│   │   │   │   └── summernote.woff
│   │   │   ├── 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
│   │   │   ├── plugin
│   │   │   │   ├── hello
│   │   │   │   │   └── summernote-ext-hello.js
│   │   │   │   └── specialchars
│   │   │   │   └── summernote-ext-specialchars.js
│   │   │   ├── summernote.css
│   │   │   ├── summernote.js
│   │   │   ├── summernote.min.css
│   │   │   └── summernote.min.js
│   │   ├── switchery
│   │   │   ├── LICENSE.txt
│   │   │   ├── switchery.css
│   │   │   ├── switchery.js
│   │   │   ├── switchery.min.css
│   │   │   └── switchery.min.js
│   │   ├── themify-icons
│   │   │   ├── fonts
│   │   │   │   ├── themify.eot
│   │   │   │   ├── themify.svg
│   │   │   │   ├── themify.ttf
│   │   │   │   └── themify.woff
│   │   │   ├── readme.txt
│   │   │   ├── themify-icons.css
│   │   │   └── themify-icons.min.css
│   │   ├── toggle-switch
│   │   │   ├── css
│   │   │   │   └── style.css
│   │   │   ├── index.html
│   │   │   ├── less
│   │   │   │   ├── parameters
│   │   │   │   │   ├── module.less
│   │   │   │   │   └── theme.less
│   │   │   │   └── style.less
│   │   │   └── LICENSE
│   │   ├── transactional-email-templates
│   │   │   ├── LICENSE.txt
│   │   │   └── templates
│   │   │   ├── action.html
│   │   │   ├── alert.html
│   │   │   ├── billing.html
│   │   │   ├── inlined
│   │   │   │   ├── action.html
│   │   │   │   ├── alert.html
│   │   │   │   └── billing.html
│   │   │   └── styles.css
│   │   └── x-editable
│   │   ├── CHANGELOG.txt
│   │   ├── css
│   │   │   └── bootstrap-editable.css
│   │   ├── img
│   │   │   ├── clear.png
│   │   │   └── loading.gif
│   │   ├── js
│   │   │   ├── bootstrap-editable.js
│   │   │   └── bootstrap-editable.min.js
│   │   ├── LICENSE-MIT
│   │   └── README.md
│   ├── premium
│   │   ├── boxed-bg
│   │   │   ├── abstract
│   │   │   │   ├── bg
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 11.jpg
│   │   │   │   │   ├── 12.jpg
│   │   │   │   │   ├── 13.jpg
│   │   │   │   │   ├── 14.jpg
│   │   │   │   │   ├── 15.jpg
│   │   │   │   │   ├── 16.jpg
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   └── 9.jpg
│   │   │   │   └── thumbs
│   │   │   │   ├── 10.jpg
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── 12.jpg
│   │   │   │   ├── 13.jpg
│   │   │   │   ├── 14.jpg
│   │   │   │   ├── 15.jpg
│   │   │   │   ├── 16.jpg
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   └── 9.jpg
│   │   │   ├── blurred
│   │   │   │   ├── bg
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 11.jpg
│   │   │   │   │   ├── 12.jpg
│   │   │   │   │   ├── 13.jpg
│   │   │   │   │   ├── 14.jpg
│   │   │   │   │   ├── 15.jpg
│   │   │   │   │   ├── 16.jpg
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   └── 9.jpg
│   │   │   │   └── thumbs
│   │   │   │   ├── 10.jpg
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── 12.jpg
│   │   │   │   ├── 13.jpg
│   │   │   │   ├── 14.jpg
│   │   │   │   ├── 15.jpg
│   │   │   │   ├── 16.jpg
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   └── 9.jpg
│   │   │   └── polygon
│   │   │   ├── bg
│   │   │   │   ├── 10.jpg
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── 12.jpg
│   │   │   │   ├── 13.jpg
│   │   │   │   ├── 14.jpg
│   │   │   │   ├── 15.jpg
│   │   │   │   ├── 16.jpg
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   └── 9.jpg
│   │   │   └── thumbs
│   │   │   ├── 10.jpg
│   │   │   ├── 11.jpg
│   │   │   ├── 12.jpg
│   │   │   ├── 13.jpg
│   │   │   ├── 14.jpg
│   │   │   ├── 15.jpg
│   │   │   ├── 16.jpg
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   └── 9.jpg
│   │   └── icon-sets
│   │   ├── icons
│   │   │   ├── line-icons
│   │   │   │   ├── fonts
│   │   │   │   │   ├── premium-line-icons.eot
│   │   │   │   │   ├── premium-line-icons.svg
│   │   │   │   │   ├── premium-line-icons.ttf
│   │   │   │   │   └── premium-line-icons.woff
│   │   │   │   ├── premium-line-icons.css
│   │   │   │   └── premium-line-icons.min.css
│   │   │   └── solid-icons
│   │   │   ├── fonts
│   │   │   │   ├── premium-solid-icons.eot
│   │   │   │   ├── premium-solid-icons.svg
│   │   │   │   ├── premium-solid-icons.ttf
│   │   │   │   └── premium-solid-icons.woff
│   │   │   ├── premium-solid-icons.css
│   │   │   └── premium-solid-icons.min.css
│   │   ├── LICENSE.txt
│   │   └── thumbs
│   │   ├── line-icons
│   │   │   ├── alignment.png
│   │   │   ├── animals.png
│   │   │   ├── arrows.png
│   │   │   ├── arrow-view.png
│   │   │   ├── body.png
│   │   │   ├── browser.png
│   │   │   ├── building.png
│   │   │   ├── business.png
│   │   │   ├── chess.png
│   │   │   ├── christmas.png
│   │   │   ├── clothes.png
│   │   │   ├── clouds.png
│   │   │   ├── communications.png
│   │   │   ├── database.png
│   │   │   ├── design.png
│   │   │   ├── desktop.png
│   │   │   ├── education.png
│   │   │   ├── emails.png
│   │   │   ├── emoticons.png
│   │   │   ├── files.png
│   │   │   ├── folders.png
│   │   │   ├── food.png
│   │   │   ├── halloween.png
│   │   │   ├── hardware.png
│   │   │   └── hipster.png
│   │   └── solid-icons
│   │   ├── alignment.png
│   │   ├── animals.png
│   │   ├── arrows.png
│   │   ├── arrow-view.png
│   │   ├── body.png
│   │   ├── browser.png
│   │   ├── building.png
│   │   ├── business.png
│   │   ├── chess.png
│   │   ├── christmas.png
│   │   ├── clothes.png
│   │   ├── clouds.png
│   │   ├── communications.png
│   │   ├── database.png
│   │   ├── design.png
│   │   ├── desktop.png
│   │   ├── education.png
│   │   ├── emails.png
│   │   ├── emoticons.png
│   │   ├── files.png
│   │   ├── folders.png
│   │   ├── food.png
│   │   ├── halloween.png
│   │   ├── hardware.png
│   │   └── hipster.png
│   ├── premium-line-icons.html
│   ├── premium-solid-icons.html
│   ├── tables-bootstrap.html
│   ├── tables-datatable.html
│   ├── tables-footable.html
│   ├── tables-static.html
│   ├── ui-alerts-tooltips.html
│   ├── ui-buttons.html
│   ├── ui-components.html
│   ├── ui-list-group.html
│   ├── ui-modals.html
│   ├── ui-panels.html
│   ├── ui-progress-bars.html
│   ├── ui-tabs-accordions.html
│   ├── ui-typography.html
│   └── widgets.html
├── documentation
│   ├── css
│   │   ├── atelier-cave-light.min.css
│   │   ├── documentation.css
│   │   ├── font-awesome.min.css
│   │   └── monokai.css
│   ├── fonts
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   └── fontawesome-webfont.woff2
│   ├── img
│   │   ├── doc-shortcut-btn-2.jpg
│   │   ├── doc-shortcut-btn.jpg
│   │   ├── doc-shortcut-div.jpg
│   │   └── doc-template.png
│   ├── index.html
│   ├── js
│   │   ├── docs.js
│   │   └── prettify.js
│   └── language.html
├── get-started
│   ├── css
│   │   ├── bootstrap.min.css
│   │   ├── nifty.min.css
│   │   ├── pace.min.css
│   │   └── themes
│   │   ├── type-a
│   │   │   ├── theme-coffee.min.css
│   │   │   ├── theme-dark.min.css
│   │   │   ├── theme-dust.min.css
│   │   │   ├── theme-light.min.css
│   │   │   ├── theme-lime.min.css
│   │   │   ├── theme-mint.min.css
│   │   │   ├── theme-navy.min.css
│   │   │   ├── theme-ocean.min.css
│   │   │   ├── theme-prickly-pear.min.css
│   │   │   ├── theme-purple.min.css
│   │   │   ├── theme-well-red.min.css
│   │   │   └── theme-yellow.min.css
│   │   ├── type-b
│   │   │   ├── theme-coffee.min.css
│   │   │   ├── theme-dark.min.css
│   │   │   ├── theme-dust.min.css
│   │   │   ├── theme-light.min.css
│   │   │   ├── theme-lime.min.css
│   │   │   ├── theme-mint.min.css
│   │   │   ├── theme-navy.min.css
│   │   │   ├── theme-ocean.min.css
│   │   │   ├── theme-prickly-pear.min.css
│   │   │   ├── theme-purple.min.css
│   │   │   ├── theme-well-red.min.css
│   │   │   └── theme-yellow.min.css
│   │   └── type-c
│   │   ├── theme-coffee.min.css
│   │   ├── theme-dark.min.css
│   │   ├── theme-dust.min.css
│   │   ├── theme-light.min.css
│   │   ├── theme-lime.min.css
│   │   ├── theme-mint.min.css
│   │   ├── theme-navy.min.css
│   │   ├── theme-ocean.min.css
│   │   ├── theme-prickly-pear.min.css
│   │   ├── theme-purple.min.css
│   │   ├── theme-well-red.min.css
│   │   └── theme-yellow.min.css
│   ├── getstarted-collapsed-navigation.html
│   ├── getstarted-error-page.html
│   ├── getstarted-expanded-navigation.html
│   ├── getstarted-login-page-bg.html
│   ├── getstarted-login-page.html
│   ├── getstarted-offcanvas-navigation.html
│   ├── getstarted-revealing-navigation.html
│   ├── getstarted-slide-in-navigation.html
│   ├── img
│   │   ├── bg-img-3.jpg
│   │   ├── flags
│   │   │   ├── france.png
│   │   │   ├── germany.png
│   │   │   ├── italy.png
│   │   │   ├── spain.png
│   │   │   └── united-kingdom.png
│   │   ├── gs-collapsed-nav.png
│   │   ├── gs-error-page.png
│   │   ├── gs-expanded-nav.png
│   │   ├── gs-login.png
│   │   ├── gs-login-w-bg.png
│   │   ├── gs-push-nav.png
│   │   ├── gs-reveal-nav.png
│   │   ├── gs-slide-in-nav.png
│   │   ├── logo.png
│   │   └── profile-photos
│   │   ├── 10.png
│   │   ├── 1.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 5.png
│   │   ├── 6.png
│   │   ├── 7.png
│   │   ├── 8.png
│   │   └── 9.png
│   ├── index.html
│   ├── js
│   │   ├── bootstrap.min.js
│   │   ├── jquery-2.2.4.min.js
│   │   ├── nifty.min.js
│   │   └── pace.min.js
│   ├── plugins
│   │   └── magic-check
│   │   ├── css
│   │   │   ├── magic-check.css
│   │   │   └── magic-check.min.css
│   │   ├── LICENSE.txt
│   │   └── sass
│   │   ├── _checkbox.scss
│   │   ├── _common.scss
│   │   ├── magic-check.scss
│   │   ├── _radio.scss
│   │   └── _variable.scss
│   └── themify-icons
│   ├── fonts
│   │   ├── themify.eot
│   │   ├── themify.svg
│   │   ├── themify.ttf
│   │   └── themify.woff
│   ├── readme.txt
│   ├── themify-icons.css
│   └── themify-icons.min.css
└── Nifty - Dashboard.psd

318 directories, 1906 files

标签:

实例下载地址

一套Nifty Admin后台模版管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警