├── plugins
├── pace-master
│ ├── .gitignore
│ ├── .hsdoc
│ ├── docs
│ │ ├── resources
│ │ │ └── templates
│ │ │ │ ├── index.jade
│ │ │ │ └── page.jade
│ │ └── lib
│ │ │ ├── themes.coffee
│ │ │ └── themes.js
│ ├── templates
│ │ ├── pace-theme-minimal.tmpl.css
│ │ ├── pace-theme-fill-left.tmpl.css
│ │ ├── pace-theme-big-counter.tmpl.css
│ │ └── pace-theme-flat-top.tmpl.css
│ ├── themes
│ │ ├── red
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── black
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── blue
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── green
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── orange
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── pink
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── purple
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── silver
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ ├── white
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ │ └── yellow
│ │ │ ├── pace-theme-minimal.css
│ │ │ ├── pace-theme-fill-left.css
│ │ │ ├── pace-theme-big-counter.css
│ │ │ └── pace-theme-flat-top.css
│ ├── package.json
│ ├── bower.json
│ ├── README.md
│ └── LICENSE
├── datatables
│ ├── extensions
│ │ ├── Responsive
│ │ │ ├── Readme.md
│ │ │ └── License.txt
│ │ ├── FixedHeader
│ │ │ └── css
│ │ │ │ ├── dataTables.fixedHeader.min.css
│ │ │ │ └── dataTables.fixedHeader.css
│ │ ├── KeyTable
│ │ │ └── css
│ │ │ │ ├── dataTables.keyTable.min.css
│ │ │ │ └── dataTables.keyTable.css
│ │ ├── AutoFill
│ │ │ ├── images
│ │ │ │ └── filler.png
│ │ │ └── css
│ │ │ │ ├── dataTables.autoFill.min.css
│ │ │ │ └── dataTables.autoFill.css
│ │ ├── TableTools
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── csv.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── xls.png
│ │ │ │ ├── print.png
│ │ │ │ ├── csv_hover.png
│ │ │ │ ├── pdf_hover.png
│ │ │ │ ├── xls_hover.png
│ │ │ │ ├── collection.png
│ │ │ │ ├── copy_hover.png
│ │ │ │ ├── print_hover.png
│ │ │ │ ├── psd
│ │ │ │ │ ├── printer.psd
│ │ │ │ │ ├── collection.psd
│ │ │ │ │ ├── file_types.psd
│ │ │ │ │ └── copy document.psd
│ │ │ │ └── collection_hover.png
│ │ │ └── swf
│ │ │ │ ├── copy_csv_xls.swf
│ │ │ │ └── copy_csv_xls_pdf.swf
│ │ ├── ColReorder
│ │ │ ├── images
│ │ │ │ └── insert.png
│ │ │ ├── css
│ │ │ │ ├── dataTables.colReorder.min.css
│ │ │ │ └── dataTables.colReorder.css
│ │ │ └── License.txt
│ │ ├── Scroller
│ │ │ ├── images
│ │ │ │ └── loading-background.png
│ │ │ └── css
│ │ │ │ ├── dataTables.scroller.min.css
│ │ │ │ └── dataTables.scroller.css
│ │ ├── FixedColumns
│ │ │ ├── css
│ │ │ │ ├── dataTables.fixedColumns.min.css
│ │ │ │ └── dataTables.fixedColumns.css
│ │ │ └── License.txt
│ │ └── ColVis
│ │ │ ├── css
│ │ │ └── dataTables.colvis.jqueryui.css
│ │ │ └── License.txt
│ └── images
│ │ ├── sort_asc.png
│ │ ├── sort_both.png
│ │ ├── sort_desc.png
│ │ ├── sort_asc_disabled.png
│ │ └── sort_desc_disabled.png
├── input-mask
│ └── phone-codes
│ │ └── readme.txt
├── iCheck
│ ├── flat
│ │ ├── aero.png
│ │ ├── blue.png
│ │ ├── flat.png
│ │ ├── green.png
│ │ ├── grey.png
│ │ ├── pink.png
│ │ ├── red.png
│ │ ├── aero@2x.png
│ │ ├── blue@2x.png
│ │ ├── flat@2x.png
│ │ ├── grey@2x.png
│ │ ├── orange.png
│ │ ├── pink@2x.png
│ │ ├── purple.png
│ │ ├── red@2x.png
│ │ ├── yellow.png
│ │ ├── green@2x.png
│ │ ├── orange@2x.png
│ │ ├── purple@2x.png
│ │ └── yellow@2x.png
│ ├── line
│ │ ├── line.png
│ │ └── line@2x.png
│ ├── square
│ │ ├── red.png
│ │ ├── aero.png
│ │ ├── blue.png
│ │ ├── green.png
│ │ ├── grey.png
│ │ ├── pink.png
│ │ ├── aero@2x.png
│ │ ├── blue@2x.png
│ │ ├── green@2x.png
│ │ ├── grey@2x.png
│ │ ├── orange.png
│ │ ├── pink@2x.png
│ │ ├── purple.png
│ │ ├── red@2x.png
│ │ ├── square.png
│ │ ├── yellow.png
│ │ ├── orange@2x.png
│ │ ├── purple@2x.png
│ │ ├── square@2x.png
│ │ └── yellow@2x.png
│ ├── minimal
│ │ ├── aero.png
│ │ ├── blue.png
│ │ ├── grey.png
│ │ ├── pink.png
│ │ ├── red.png
│ │ ├── aero@2x.png
│ │ ├── blue@2x.png
│ │ ├── green.png
│ │ ├── grey@2x.png
│ │ ├── minimal.png
│ │ ├── orange.png
│ │ ├── pink@2x.png
│ │ ├── purple.png
│ │ ├── red@2x.png
│ │ ├── yellow.png
│ │ ├── green@2x.png
│ │ ├── orange@2x.png
│ │ ├── purple@2x.png
│ │ ├── yellow@2x.png
│ │ └── minimal@2x.png
│ ├── polaris
│ │ ├── polaris.png
│ │ └── polaris@2x.png
│ └── futurico
│ │ ├── futurico.png
│ │ └── futurico@2x.png
├── colorpicker
│ └── img
│ │ ├── hue.png
│ │ ├── alpha.png
│ │ ├── saturation.png
│ │ ├── alpha-horizontal.png
│ │ └── hue-horizontal.png
├── ckeditor
│ ├── plugins
│ │ ├── icons.png
│ │ ├── icons_hidpi.png
│ │ ├── image
│ │ │ └── images
│ │ │ │ └── noimage.png
│ │ ├── link
│ │ │ └── images
│ │ │ │ ├── anchor.png
│ │ │ │ └── hidpi
│ │ │ │ └── anchor.png
│ │ ├── magicline
│ │ │ └── images
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon-rtl.png
│ │ │ │ └── hidpi
│ │ │ │ ├── icon.png
│ │ │ │ └── icon-rtl.png
│ │ ├── about
│ │ │ └── dialogs
│ │ │ │ ├── logo_ckeditor.png
│ │ │ │ └── hidpi
│ │ │ │ └── logo_ckeditor.png
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── specialchar
│ │ │ └── dialogs
│ │ │ │ └── lang
│ │ │ │ └── _translationstatus.txt
│ │ ├── a11yhelp
│ │ │ └── dialogs
│ │ │ │ └── lang
│ │ │ │ └── _translationstatus.txt
│ │ ├── wsc
│ │ │ └── README.md
│ │ └── scayt
│ │ │ └── README.md
│ ├── samples
│ │ ├── img
│ │ │ ├── logo.png
│ │ │ ├── github-top.png
│ │ │ ├── header-bg.png
│ │ │ ├── header-separator.png
│ │ │ └── navigation-tip.png
│ │ ├── old
│ │ │ ├── assets
│ │ │ │ ├── sample.jpg
│ │ │ │ └── inlineall
│ │ │ │ │ └── logo.png
│ │ │ ├── htmlwriter
│ │ │ │ └── assets
│ │ │ │ │ └── outputforflash
│ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ └── outputforflash.swf
│ │ │ ├── sample_posteddata.php
│ │ │ └── dialog
│ │ │ │ └── assets
│ │ │ │ └── my_dialog.js
│ │ └── toolbarconfigurator
│ │ │ ├── font
│ │ │ ├── fontello.eot
│ │ │ ├── fontello.ttf
│ │ │ ├── fontello.woff
│ │ │ ├── LICENSE.txt
│ │ │ └── config.json
│ │ │ └── lib
│ │ │ └── codemirror
│ │ │ ├── show-hint.css
│ │ │ └── neo.css
│ └── skins
│ │ └── moono
│ │ ├── icons.png
│ │ ├── icons_hidpi.png
│ │ └── images
│ │ ├── lock.png
│ │ ├── arrow.png
│ │ ├── close.png
│ │ ├── lock-open.png
│ │ ├── refresh.png
│ │ ├── spinner.gif
│ │ └── hidpi
│ │ ├── close.png
│ │ ├── lock.png
│ │ ├── refresh.png
│ │ └── lock-open.png
├── ionslider
│ └── img
│ │ ├── sprite-skin-flat.png
│ │ └── sprite-skin-nice.png
├── gtree
│ └── test1.html
├── morris
│ └── morris.css
├── datepicker
│ └── locales
│ │ ├── bootstrap-datepicker.kr.js
│ │ ├── bootstrap-datepicker.gl.js
│ │ ├── bootstrap-datepicker.ja.js
│ │ ├── bootstrap-datepicker.hr.js
│ │ ├── bootstrap-datepicker.zh-CN.js
│ │ ├── bootstrap-datepicker.az.js
│ │ ├── bootstrap-datepicker.cy.js
│ │ ├── bootstrap-datepicker.he.js
│ │ ├── bootstrap-datepicker.ms.js
│ │ ├── bootstrap-datepicker.no.js
│ │ ├── bootstrap-datepicker.ca.js
│ │ ├── bootstrap-datepicker.rs.js
│ │ ├── bootstrap-datepicker.th.js
│ │ ├── bootstrap-datepicker.bg.js
│ │ ├── bootstrap-datepicker.el.js
│ │ ├── bootstrap-datepicker.es.js
│ │ ├── bootstrap-datepicker.nl.js
│ │ ├── bootstrap-datepicker.sl.js
│ │ ├── bootstrap-datepicker.rs-latin.js
│ │ ├── bootstrap-datepicker.nb.js
│ │ ├── bootstrap-datepicker.sq.js
│ │ ├── bootstrap-datepicker.ua.js
│ │ ├── bootstrap-datepicker.id.js
│ │ ├── bootstrap-datepicker.tr.js
│ │ ├── bootstrap-datepicker.da.js
│ │ ├── bootstrap-datepicker.kk.js
│ │ ├── bootstrap-datepicker.pt-BR.js
│ │ ├── bootstrap-datepicker.ru.js
│ │ ├── bootstrap-datepicker.cs.js
│ │ ├── bootstrap-datepicker.is.js
│ │ ├── bootstrap-datepicker.sk.js
│ │ ├── bootstrap-datepicker.sv.js
│ │ ├── bootstrap-datepicker.fa.js
│ │ ├── bootstrap-datepicker.hu.js
│ │ ├── bootstrap-datepicker.ro.js
│ │ ├── bootstrap-datepicker.zh-TW.js
│ │ ├── bootstrap-datepicker.de.js
│ │ ├── bootstrap-datepicker.fr.js
│ │ ├── bootstrap-datepicker.mk.js
│ │ ├── bootstrap-datepicker.pt.js
│ │ ├── bootstrap-datepicker.vi.js
│ │ ├── bootstrap-datepicker.ar.js
│ │ ├── bootstrap-datepicker.it.js
│ │ ├── bootstrap-datepicker.fi.js
│ │ ├── bootstrap-datepicker.lv.js
│ │ ├── bootstrap-datepicker.nl-BE.js
│ │ ├── bootstrap-datepicker.lt.js
│ │ ├── bootstrap-datepicker.pl.js
│ │ ├── bootstrap-datepicker.sw.js
│ │ ├── bootstrap-datepicker.ka.js
│ │ └── bootstrap-datepicker.et.js
├── select2
│ └── i18n
│ │ ├── zh-TW.js
│ │ ├── zh-CN.js
│ │ ├── az.js
│ │ ├── fi.js
│ │ ├── ja.js
│ │ ├── hu.js
│ │ ├── tr.js
│ │ ├── ko.js
│ │ ├── th.js
│ │ ├── id.js
│ │ ├── vi.js
│ │ ├── is.js
│ │ ├── ar.js
│ │ ├── de.js
│ │ ├── et.js
│ │ ├── sv.js
│ │ ├── bg.js
│ │ ├── km.js
│ │ ├── nb.js
│ │ ├── ms.js
│ │ ├── gl.js
│ │ ├── da.js
│ │ ├── en.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── fa.js
│ │ ├── hr.js
│ │ ├── mk.js
│ │ ├── eu.js
│ │ ├── pt-BR.js
│ │ ├── pt.js
│ │ ├── lv.js
│ │ ├── es.js
│ │ ├── ca.js
│ │ ├── it.js
│ │ ├── fr.js
│ │ ├── ro.js
│ │ ├── nl.js
│ │ ├── lt.js
│ │ ├── pl.js
│ │ ├── el.js
│ │ ├── sr.js
│ │ ├── uk.js
│ │ ├── sr-Cyrl.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ └── cs.js
├── jvectormap
│ └── jquery-jvectormap-1.2.2.css
└── flot
│ └── jquery.flot.symbol.min.js
├── preview
├── GIF.gif
├── img1.png
├── tabs.jpg
└── contextmenu.jpg
├── dist
├── img
│ ├── avatar.png
│ ├── icons.png
│ ├── photo1.png
│ ├── photo2.png
│ ├── photo3.jpg
│ ├── photo4.jpg
│ ├── avatar04.png
│ ├── avatar2.png
│ ├── avatar3.png
│ ├── avatar5.png
│ ├── boxed-bg.jpg
│ ├── boxed-bg.png
│ ├── credit
│ │ ├── visa.png
│ │ ├── cirrus.png
│ │ ├── mestro.png
│ │ ├── paypal.png
│ │ ├── paypal2.png
│ │ ├── mastercard.png
│ │ └── american-express.png
│ ├── default-50x50.gif
│ ├── user1-128x128.jpg
│ ├── user2-160x160.jpg
│ ├── user3-128x128.jpg
│ ├── user4-128x128.jpg
│ ├── user5-128x128.jpg
│ ├── user6-128x128.jpg
│ ├── user7-128x128.jpg
│ ├── user8-128x128.jpg
│ └── loading
│ │ ├── loading.gif
│ │ ├── loading-spinner-blue.gif
│ │ ├── loading-spinner-grey.gif
│ │ └── loading-spinner-default.gif
└── fonts
│ ├── ionicons.eot
│ ├── ionicons.ttf
│ ├── ionicons.woff
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── fontawesome-webfont.woff2
├── ISSUE_TEMPLATE.zh-CN.md
├── bootstrap
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
└── js
│ └── npm.js
├── PULL_REQUEST_TEMPLATE.zh-CN.md
├── .gitignore
├── .jshintrc
├── documentation
└── build
│ └── include
│ ├── browsers.html
│ ├── license.html
│ ├── dependencies.html
│ └── introduction.html
├── composer.json
├── bower.json
├── package.json
├── .project
└── LICENSE
/plugins/pace-master/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/Responsive/Readme.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/preview/GIF.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/preview/GIF.gif
--------------------------------------------------------------------------------
/preview/img1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/preview/img1.png
--------------------------------------------------------------------------------
/preview/tabs.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/preview/tabs.jpg
--------------------------------------------------------------------------------
/dist/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/avatar.png
--------------------------------------------------------------------------------
/dist/img/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/icons.png
--------------------------------------------------------------------------------
/dist/img/photo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/photo1.png
--------------------------------------------------------------------------------
/dist/img/photo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/photo2.png
--------------------------------------------------------------------------------
/dist/img/photo3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/photo3.jpg
--------------------------------------------------------------------------------
/dist/img/photo4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/photo4.jpg
--------------------------------------------------------------------------------
/dist/img/avatar04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/avatar04.png
--------------------------------------------------------------------------------
/dist/img/avatar2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/avatar2.png
--------------------------------------------------------------------------------
/dist/img/avatar3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/avatar3.png
--------------------------------------------------------------------------------
/dist/img/avatar5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/avatar5.png
--------------------------------------------------------------------------------
/dist/img/boxed-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/boxed-bg.jpg
--------------------------------------------------------------------------------
/dist/img/boxed-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/boxed-bg.png
--------------------------------------------------------------------------------
/dist/fonts/ionicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/ionicons.eot
--------------------------------------------------------------------------------
/dist/fonts/ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/ionicons.ttf
--------------------------------------------------------------------------------
/dist/fonts/ionicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/ionicons.woff
--------------------------------------------------------------------------------
/dist/img/credit/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/visa.png
--------------------------------------------------------------------------------
/preview/contextmenu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/preview/contextmenu.jpg
--------------------------------------------------------------------------------
/dist/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/dist/img/credit/cirrus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/cirrus.png
--------------------------------------------------------------------------------
/dist/img/credit/mestro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/mestro.png
--------------------------------------------------------------------------------
/dist/img/credit/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/paypal.png
--------------------------------------------------------------------------------
/dist/img/default-50x50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/default-50x50.gif
--------------------------------------------------------------------------------
/dist/img/user1-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user1-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user2-160x160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user2-160x160.jpg
--------------------------------------------------------------------------------
/dist/img/user3-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user3-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user4-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user4-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user5-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user5-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user6-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user6-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user7-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user7-128x128.jpg
--------------------------------------------------------------------------------
/dist/img/user8-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/user8-128x128.jpg
--------------------------------------------------------------------------------
/plugins/input-mask/phone-codes/readme.txt:
--------------------------------------------------------------------------------
1 | more phone masks can be found at https://github.com/andr-04/inputmask-multi
--------------------------------------------------------------------------------
/dist/img/credit/paypal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/paypal2.png
--------------------------------------------------------------------------------
/dist/img/loading/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/loading/loading.gif
--------------------------------------------------------------------------------
/plugins/iCheck/flat/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/aero.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/blue.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/flat.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/green.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/grey.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/pink.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/red.png
--------------------------------------------------------------------------------
/plugins/iCheck/line/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/line/line.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/red.png
--------------------------------------------------------------------------------
/dist/img/credit/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/mastercard.png
--------------------------------------------------------------------------------
/plugins/colorpicker/img/hue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/colorpicker/img/hue.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/aero@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/blue@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/flat@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/flat@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/grey@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/orange.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/pink@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/purple.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/red@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/yellow.png
--------------------------------------------------------------------------------
/plugins/iCheck/line/line@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/line/line@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/aero.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/blue.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/grey.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/pink.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/red.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/aero.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/blue.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/green.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/grey.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/pink.png
--------------------------------------------------------------------------------
/ISSUE_TEMPLATE.zh-CN.md:
--------------------------------------------------------------------------------
1 | ## 该问题是怎么引起的?
2 |
3 |
4 |
5 | ## 重现步骤
6 |
7 |
8 |
9 | ## 报错信息
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/dist/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/dist/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/icons.png
--------------------------------------------------------------------------------
/plugins/colorpicker/img/alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/colorpicker/img/alpha.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/green@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/orange@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/purple@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/flat/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/flat/yellow@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/aero@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/blue@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/green.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/grey@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/minimal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/minimal.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/orange.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/pink@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/purple.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/red@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/yellow.png
--------------------------------------------------------------------------------
/plugins/iCheck/polaris/polaris.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/polaris/polaris.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/aero@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/blue@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/green@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/grey@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/orange.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/pink@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/purple.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/red@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/square.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/yellow.png
--------------------------------------------------------------------------------
/dist/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/dist/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/dist/img/credit/american-express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/credit/american-express.png
--------------------------------------------------------------------------------
/plugins/iCheck/futurico/futurico.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/futurico/futurico.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/green@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/orange@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/purple@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/yellow@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/orange@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/purple@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/square@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/square@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/square/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/square/yellow@2x.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/img/logo.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/icons.png
--------------------------------------------------------------------------------
/plugins/colorpicker/img/saturation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/colorpicker/img/saturation.png
--------------------------------------------------------------------------------
/plugins/datatables/images/sort_asc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/images/sort_asc.png
--------------------------------------------------------------------------------
/plugins/datatables/images/sort_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/images/sort_both.png
--------------------------------------------------------------------------------
/plugins/datatables/images/sort_desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/images/sort_desc.png
--------------------------------------------------------------------------------
/plugins/iCheck/futurico/futurico@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/futurico/futurico@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/minimal/minimal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/minimal/minimal@2x.png
--------------------------------------------------------------------------------
/plugins/iCheck/polaris/polaris@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/iCheck/polaris/polaris@2x.png
--------------------------------------------------------------------------------
/dist/img/loading/loading-spinner-blue.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/loading/loading-spinner-blue.gif
--------------------------------------------------------------------------------
/dist/img/loading/loading-spinner-grey.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/loading/loading-spinner-grey.gif
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/icons_hidpi.png
--------------------------------------------------------------------------------
/dist/img/loading/loading-spinner-default.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/dist/img/loading/loading-spinner-default.gif
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/img/github-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/img/github-top.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/img/header-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/img/header-bg.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/icons_hidpi.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/lock.png
--------------------------------------------------------------------------------
/plugins/colorpicker/img/alpha-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/colorpicker/img/alpha-horizontal.png
--------------------------------------------------------------------------------
/plugins/colorpicker/img/hue-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/colorpicker/img/hue-horizontal.png
--------------------------------------------------------------------------------
/plugins/ionslider/img/sprite-skin-flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ionslider/img/sprite-skin-flat.png
--------------------------------------------------------------------------------
/plugins/ionslider/img/sprite-skin-nice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ionslider/img/sprite-skin-nice.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/old/assets/sample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/old/assets/sample.jpg
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/arrow.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/close.png
--------------------------------------------------------------------------------
/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/image/images/noimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/image/images/noimage.png
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/link/images/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/link/images/anchor.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/img/header-separator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/img/header-separator.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/img/navigation-tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/img/navigation-tip.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/lock-open.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/refresh.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/spinner.gif
--------------------------------------------------------------------------------
/plugins/datatables/images/sort_asc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/images/sort_asc_disabled.png
--------------------------------------------------------------------------------
/plugins/datatables/images/sort_desc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/images/sort_desc_disabled.png
--------------------------------------------------------------------------------
/plugins/pace-master/.hsdoc:
--------------------------------------------------------------------------------
1 | title: "Pace"
2 | source: "pace.coffee"
3 | assets: "{templates/*,themes/*,docs/welcome/*,docs/lib/*,docs/resources/*.css,*.js}"
4 |
--------------------------------------------------------------------------------
/bootstrap/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/bootstrap/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/magicline/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/magicline/images/icon.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/hidpi/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/hidpi/close.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/hidpi/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/hidpi/lock.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css:
--------------------------------------------------------------------------------
1 | div.FixedHeader_Cloned th,div.FixedHeader_Cloned td{background-color:white !important}
2 |
--------------------------------------------------------------------------------
/PULL_REQUEST_TEMPLATE.zh-CN.md:
--------------------------------------------------------------------------------
1 | ## 该Pull Request关联的Issue
2 |
3 |
4 | ## 修改描述
5 |
6 |
7 |
8 | ## 测试用例
9 |
10 |
11 |
12 | ## 修复效果的截屏
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/link/images/hidpi/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/link/images/hidpi/anchor.png
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/magicline/images/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/magicline/images/icon-rtl.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/old/assets/inlineall/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/old/assets/inlineall/logo.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/hidpi/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/hidpi/refresh.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.min.css:
--------------------------------------------------------------------------------
1 | table.KeyTable th.focus,table.KeyTable td.focus{outline:3px solid #3366FF;outline-offset:-3px}
2 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | *.DS_Store
2 | *.log
3 | *.zip
4 | .idea
5 | .sass-cache/
6 | /nbproject/
7 | /nbproject/private/
8 | /node_modules/
9 | ad.js
10 | TODO
11 | test.html
12 |
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png
--------------------------------------------------------------------------------
/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/AutoFill/images/filler.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/AutoFill/images/filler.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/copy.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/csv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/csv.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/pdf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/pdf.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/xls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/xls.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/ColReorder/images/insert.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/ColReorder/images/insert.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/print.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/print.png
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/csv_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/csv_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/pdf_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/pdf_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/xls_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/xls_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.eot
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.ttf
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.woff
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/collection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/collection.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/copy_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/copy_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/print_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/print_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/psd/printer.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/psd/printer.psd
--------------------------------------------------------------------------------
/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.css:
--------------------------------------------------------------------------------
1 |
2 |
3 | div.FixedHeader_Cloned th,
4 | div.FixedHeader_Cloned td {
5 | background-color: white !important;
6 | }
7 |
8 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/psd/collection.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/psd/collection.psd
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/psd/file_types.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/psd/file_types.psd
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf
--------------------------------------------------------------------------------
/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.css:
--------------------------------------------------------------------------------
1 |
2 |
3 | table.KeyTable th.focus,
4 | table.KeyTable td.focus {
5 | outline: 3px solid #3366FF;
6 | outline-offset: -3px;
7 | }
8 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/Scroller/images/loading-background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/Scroller/images/loading-background.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/collection_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/collection_hover.png
--------------------------------------------------------------------------------
/plugins/datatables/extensions/TableTools/images/psd/copy document.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/datatables/extensions/TableTools/images/psd/copy document.psd
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/dialog/dialogDefinition.js:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css:
--------------------------------------------------------------------------------
1 | table.DTCR_clonedTable{background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201}
2 |
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bswsfhcw/AdminLTE-With-Iframe/HEAD/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf
--------------------------------------------------------------------------------
/plugins/pace-master/docs/resources/templates/index.jade:
--------------------------------------------------------------------------------
1 | extends index
2 |
3 | append early-head
4 |
5 |
6 |
--------------------------------------------------------------------------------
/plugins/pace-master/docs/resources/templates/page.jade:
--------------------------------------------------------------------------------
1 | extends index
2 |
3 | append early-head
4 |
5 |
6 |
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Font license info
2 |
3 |
4 | ## Font Awesome
5 |
6 | Copyright (C) 2012 by Dave Gandy
7 |
8 | Author: Dave Gandy
9 | License: SIL ()
10 | Homepage: http://fortawesome.github.com/Font-Awesome/
11 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Namespace DTCR - "DataTables ColReorder" plug-in
3 | */
4 |
5 | table.DTCR_clonedTable {
6 | background-color: rgba(255, 255, 255, 0.7);
7 | z-index: 202;
8 | }
9 |
10 | div.DTCR_pointer {
11 | width: 1px;
12 | background-color: #0259C4;
13 | z-index: 201;
14 | }
--------------------------------------------------------------------------------
/plugins/gtree/test1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Title
6 |
7 |
8 |
9 |
10 |
11 |
16 |
17 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.min.css:
--------------------------------------------------------------------------------
1 | table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}
2 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.min.css:
--------------------------------------------------------------------------------
1 | div.AutoFill_filler{display:none;position:absolute;height:14px;width:14px;background:url(../images/filler.png) no-repeat center center;z-index:1002}div.AutoFill_border{display:none;position:absolute;background-color:#0063dc;z-index:1001;box-shadow:0px 0px 5px #76b4ff;-moz-box-shadow:0px 0px 5px #76b4ff;-webkit-box-shadow:0px 0px 5px #76b4ff}
2 |
--------------------------------------------------------------------------------
/plugins/morris/morris.css:
--------------------------------------------------------------------------------
1 | .morris-hover{position:absolute;z-index:1090;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#f9f9f9;background:rgba(0, 0, 0, 0.8);border:solid 2px rgba(0, 0, 0, 0.9);font-weight: 600;font-size:14px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
3 |
--------------------------------------------------------------------------------
/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "asi" : true,
3 | "browser" : true,
4 | "eqeqeq" : false,
5 | "eqnull" : true,
6 | "es3" : true,
7 | "expr" : true,
8 | "jquery" : true,
9 | "latedef" : "nofunc",
10 | "laxbreak" : true,
11 | "nonbsp" : true,
12 | "strict" : true,
13 | "undef" : true,
14 | "unused" : true,
15 | // External variabls and plugins
16 | "predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
17 | }
18 |
--------------------------------------------------------------------------------
/plugins/pace-master/templates/pace-theme-minimal.tmpl.css:
--------------------------------------------------------------------------------
1 | .pace {
2 | -webkit-pointer-events: none;
3 | pointer-events: none;
4 |
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background: `args.color || "#29d"`;
16 | position: fixed;
17 | z-index: 2000;
18 | top: 0;
19 | right: 100%;
20 | width: 100%;
21 | height: 2px;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/templates/pace-theme-fill-left.tmpl.css:
--------------------------------------------------------------------------------
1 | .pace {
2 | -webkit-pointer-events: none;
3 | pointer-events: none;
4 | -webkit-user-select: none;
5 | -moz-user-select: none;
6 | user-select: none;
7 | }
8 |
9 | .pace-inactive {
10 | display: none;
11 | }
12 |
13 | .pace .pace-progress {
14 | background-color: `Color(args.color).clearer(0.8).rgbString() || "rgba(0, 0, 0, 0.2)"`;
15 | position: fixed;
16 | z-index: -1;
17 | top: 0;
18 | right: 100%;
19 | bottom: 0;
20 | width: 100%;
21 | }
22 |
--------------------------------------------------------------------------------
/bootstrap/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/documentation/build/include/browsers.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | AdminLTE supports the following browsers:
4 |
5 | IE9+
6 | Firefox (latest)
7 | Safari (latest)
8 | Chrome (latest)
9 | Opera (latest)
10 |
11 | Note: IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.
12 |
13 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/red/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #ee3148;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/documentation/build/include/license.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | AdminLTE
4 |
5 | AdminLTE is an open source project that is licensed under the MIT license .
6 | This allows you to do pretty much anything you want as long as you include
7 | the copyright in "all copies or substantial portions of the Software."
8 | Attribution is not required (though very much appreciated).
9 |
10 |
11 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/black/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #000000;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/blue/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #2299dd;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/green/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #22df80;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/orange/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #eb7a55;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/pink/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #e90f92;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/purple/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #7c60e0;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/silver/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #d6d6d6;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/white/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #ffffff;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/yellow/pace-theme-minimal.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 |
6 | -webkit-user-select: none;
7 | -moz-user-select: none;
8 | user-select: none;
9 | }
10 |
11 | .pace-inactive {
12 | display: none;
13 | }
14 |
15 | .pace .pace-progress {
16 | background: #fcd25a;
17 | position: fixed;
18 | z-index: 2000;
19 | top: 0;
20 | right: 100%;
21 | width: 100%;
22 | height: 2px;
23 | }
24 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/black/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(0, 0, 0, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/red/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(238, 49, 72, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/blue/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(34, 153, 221, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/green/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(34, 223, 128, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/orange/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(235, 122, 85, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/pink/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(233, 15, 146, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/purple/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(124, 96, 224, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/silver/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(214, 214, 214, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/white/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(255, 255, 255, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/pace-master/themes/yellow/pace-theme-fill-left.css:
--------------------------------------------------------------------------------
1 | /* This is a compiled file, you should be editing the file in the templates directory */
2 | .pace {
3 | -webkit-pointer-events: none;
4 | pointer-events: none;
5 | -webkit-user-select: none;
6 | -moz-user-select: none;
7 | user-select: none;
8 | }
9 |
10 | .pace-inactive {
11 | display: none;
12 | }
13 |
14 | .pace .pace-progress {
15 | background-color: rgba(252, 210, 90, 0.19999999999999996);
16 | position: fixed;
17 | z-index: -1;
18 | top: 0;
19 | right: 100%;
20 | bottom: 0;
21 | width: 100%;
22 | }
23 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.kr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Korean translation for bootstrap-datepicker
3 | * Gu Youn
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['kr'] = {
7 | days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"],
8 | daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],
9 | daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],
10 | months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
11 | monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/documentation/build/include/dependencies.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | AdminLTE depends on two main frameworks.
4 | The downloadable package contains both of these libraries, so you don't have to manually download them.
5 |
10 |
11 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/Scroller/css/dataTables.scroller.min.css:
--------------------------------------------------------------------------------
1 | div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS tbody tr.even{background-color:white}div.DTS div.DTS_Loading{position:absolute;top:50%;left:50%;width:200px;height:20px;margin-top:-20px;margin-left:-100px;z-index:1;border:1px solid #999;padding:20px 0;text-align:center;background-color:white;background-color:rgba(255,255,255,0.5)}div.DTS div.dataTables_scrollHead,div.DTS div.dataTables_scrollFoot{background-color:white}div.DTS div.dataTables_scrollBody{z-index:2}div.DTS div.dataTables_scroll{background:url("../images/loading-background.png") repeat 0 0}
2 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.gl.js:
--------------------------------------------------------------------------------
1 | ;(function($){
2 | $.fn.datepicker.dates['gl'] = {
3 | days: ["Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado", "Domingo"],
4 | daysShort: ["Dom", "Lun", "Mar", "Mér", "Xov", "Ven", "Sáb", "Dom"],
5 | daysMin: ["Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa", "Do"],
6 | months: ["Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"],
7 | monthsShort: ["Xan", "Feb", "Mar", "Abr", "Mai", "Xun", "Xul", "Ago", "Sep", "Out", "Nov", "Dec"],
8 | today: "Hoxe",
9 | clear: "Limpar"
10 | };
11 | }(jQuery));
12 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/zh-TW.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="請刪掉"+t+"個字元";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="請再輸入"+t+"個字元";return n},loadingMore:function(){return"載入中…"},maximumSelected:function(e){var t="你只能選擇最多"+e.maximum+"項";return t},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "almasaeed2010/adminlte",
3 | "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
4 | "homepage": "http://almsaeedstudio.com/",
5 | "keywords": [
6 | "css",
7 | "js",
8 | "less",
9 | "responsive",
10 | "back-end",
11 | "template",
12 | "theme",
13 | "web",
14 | "admin"
15 | ],
16 | "authors": [
17 | {
18 | "name": "Abdullah Almsaeed",
19 | "email": "abdullah@almsaeedstudio.com"
20 | }
21 | ],
22 | "license": "MIT",
23 | "support": {
24 | "issues": "https://github.com/almasaeed2010/AdminLTE/issues"
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ja.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Japanese translation for bootstrap-datepicker
3 | * Norio Suzuki
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ja'] = {
7 | days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
8 | daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"],
9 | daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"],
10 | months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
11 | monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
12 | today: "今日",
13 | format: "yyyy/mm/dd"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.css:
--------------------------------------------------------------------------------
1 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2 | * AutoFill styles
3 | */
4 |
5 | div.AutoFill_filler {
6 | display: none;
7 | position: absolute;
8 | height: 14px;
9 | width: 14px;
10 | background: url(../images/filler.png) no-repeat center center;
11 | z-index: 1002;
12 | }
13 |
14 | div.AutoFill_border {
15 | display: none;
16 | position: absolute;
17 | background-color: #0063dc;
18 | z-index: 1001;
19 |
20 | box-shadow: 0px 0px 5px #76b4ff;
21 | -moz-box-shadow: 0px 0px 5px #76b4ff;
22 | -webkit-box-shadow: 0px 0px 5px #76b4ff;
23 | }
24 |
25 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.hr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Croatian localisation
3 | */
4 | ;(function($){
5 | $.fn.datepicker.dates['hr'] = {
6 | days: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota", "Nedjelja"],
7 | daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub", "Ned"],
8 | daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
9 | months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"],
10 | monthsShort: ["Sij", "Velj", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro"],
11 | today: "Danas"
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/zh-CN.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="请删除"+t+"个字符";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="请再输入至少"+t+"个字符";return n},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(e){var t="最多只能选择"+e.maximum+"个项目";return t},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/az.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol silin"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(e){return"Sadəcə "+e.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Simplified Chinese translation for bootstrap-datepicker
3 | * Yuan Cheung
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['zh-CN'] = {
7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
12 | today: "今日",
13 | format: "yyyy年mm月dd日",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/fi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Ole hyvä ja anna "+t+" merkkiä vähemmän"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Ole hyvä ja anna "+t+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(e){return"Voit valita ainoastaan "+e.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.css:
--------------------------------------------------------------------------------
1 |
2 |
3 | /* Block out what is behind the fixed column's header and footer */
4 | table.DTFC_Cloned thead,
5 | table.DTFC_Cloned tfoot {
6 | background-color: white;
7 | }
8 |
9 | /* Block out the gap above the scrollbar on the right, when there is a fixed
10 | * right column
11 | */
12 | div.DTFC_Blocker {
13 | background-color: white;
14 | }
15 |
16 | div.DTFC_LeftWrapper table.dataTable,
17 | div.DTFC_RightWrapper table.dataTable {
18 | margin-bottom: 0;
19 | z-index: 2;
20 | }
21 |
22 | div.DTFC_LeftWrapper table.dataTable.no-footer,
23 | div.DTFC_RightWrapper table.dataTable.no-footer {
24 | border-bottom: none;
25 | }
26 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/ja.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" 文字を削除してください";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="少なくとも "+t+" 文字を入力してください";return n},loadingMore:function(){return"読み込み中…"},maximumSelected:function(e){var t=e.maximum+" 件しか選択できません";return t},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.az.js:
--------------------------------------------------------------------------------
1 | // Azerbaijani
2 | ;(function($){
3 | $.fn.datepicker.dates['az'] = {
4 | days: ["Bazar", "Bazar ertəsi", "Çərşənbə axşamı", "Çərşənbə", "Cümə axşamı", "Cümə", "Şənbə", "Bazar"],
5 | daysShort: ["B.", "B.e", "Ç.a", "Ç.", "C.a", "C.", "Ş.", "B."],
6 | daysMin: ["B.", "B.e", "Ç.a", "Ç.", "C.a", "C.", "Ş.", "B."],
7 | months: ["Yanvar", "Fevral", "Mart", "Aprel", "May", "İyun", "İyul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr"],
8 | monthsShort: ["Yan", "Fev", "Mar", "Apr", "May", "İyun", "İyul", "Avq", "Sen", "Okt", "Noy", "Dek"],
9 | today: "Bu gün",
10 | weekStart: 1
11 | };
12 | }(jQuery));
13 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.cy.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Welsh translation for bootstrap-datepicker
3 | * S. Morris
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['cy'] = {
7 | days: ["Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn", "Sul"],
8 | daysShort: ["Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad", "Sul"],
9 | daysMin: ["Su", "Ll", "Ma", "Me", "Ia", "Gwe", "Sa", "Su"],
10 | months: ["Ionawr", "Chewfror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorfennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr"],
11 | monthsShort: ["Ion", "Chw", "Maw", "Ebr", "Mai", "Meh", "Gor", "Aws", "Med", "Hyd", "Tach", "Rha"],
12 | today: "Heddiw"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.he.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Hebrew translation for bootstrap-datepicker
3 | * Sagie Maoz
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['he'] = {
7 | days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"],
8 | daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
9 | daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
10 | months: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
11 | monthsShort: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
12 | today: "היום",
13 | rtl: true
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ms.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Malay translation for bootstrap-datepicker
3 | * Ateman Faiz
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ms'] = {
7 | days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
8 | daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
9 | daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
10 | months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
12 | today: "Hari Ini"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/pace-master/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "pace-progress",
3 | "version": "1.0.2",
4 | "description": "Automatic page load progress bar",
5 | "authors": [
6 | "Zack Bloom ",
7 | "Adam Schwartz "
8 | ],
9 | "license": "MIT",
10 | "main": "pace.js",
11 | "repository": {
12 | "type": "git",
13 | "url": "git://github.com/HubSpot/pace.git"
14 | },
15 | "devDependencies": {
16 | "grunt-contrib-coffee": "~0.7.0",
17 | "coffee-script": "~1.6.3",
18 | "grunt-contrib-uglify": "~0.2.4",
19 | "grunt-cli": "~0.1.9",
20 | "grunt": "~0.4.1",
21 | "grunt-contrib-watch": "~0.5.3",
22 | "color": "~0.4.4"
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/hu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Túl hosszú. "+t+" karakterrel több, mint kellene."},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Túl rövid. Még "+t+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/tr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En az "+t+" karakter daha girmelisiniz";return n},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(e){var t="Sadece "+e.maximum+" seçim yapabilirsiniz";return t},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.no.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Norwegian translation for bootstrap-datepicker
3 | **/
4 | ;(function($){
5 | $.fn.datepicker.dates['no'] = {
6 | days: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
7 | daysShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
8 | daysMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
9 | months: ['Januar','Februar','Mars','April','Mai','Juni','Juli','August','September','Oktober','November','Desember'],
10 | monthsShort: ['Jan','Feb','Mar','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Des'],
11 | today: 'I dag',
12 | clear: 'Nullstill',
13 | weekStart: 1,
14 | format: 'dd.mm.yyyy'
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/ko.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="너무 깁니다. "+t+" 글자 지워주세요.";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="너무 짧습니다. "+t+" 글자 더 입력해주세요.";return n},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(e){var t="최대 "+e.maximum+"개까지만 선택 가능합니다.";return t},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/th.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/toolbarconfigurator/font/config.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "",
3 | "css_prefix_text": "icon-",
4 | "css_use_suffix": false,
5 | "hinting": true,
6 | "units_per_em": 1000,
7 | "ascent": 850,
8 | "glyphs": [
9 | {
10 | "uid": "f48ae54adfb27d8ada53d0fd9e34ee10",
11 | "css": "trash-empty",
12 | "code": 59392,
13 | "src": "fontawesome"
14 | },
15 | {
16 | "uid": "1c4068ed75209e21af36017df8871802",
17 | "css": "down-big",
18 | "code": 59393,
19 | "src": "fontawesome"
20 | },
21 | {
22 | "uid": "95376bf082bfec6ce06ea1cda7bd7ead",
23 | "css": "up-big",
24 | "code": 59394,
25 | "src": "fontawesome"
26 | }
27 | ]
28 | }
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ca.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Catalan translation for bootstrap-datepicker
3 | * J. Garcia
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ca'] = {
7 | days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"],
8 | daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"],
9 | daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"],
10 | months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
11 | monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
12 | today: "Avui"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.rs.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Serbian cyrillic translation for bootstrap-datepicker
3 | * Bojan Milosavlević
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['rs'] = {
7 | days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота", "Недеља"],
8 | daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", "Нед"],
9 | daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су", "Н"],
10 | months: ["Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар"],
11 | monthsShort: ["Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец"],
12 | today: "Данас"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.th.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Thai translation for bootstrap-datepicker
3 | * Suchau Jiraprapot
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['th'] = {
7 | days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
8 | daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
9 | daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
10 | months: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"],
11 | monthsShort: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
12 | today: "วันนี้"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/pace-master/docs/lib/themes.coffee:
--------------------------------------------------------------------------------
1 | if module?
2 | vm = require('vm')
3 |
4 | # Used by the eval'd code
5 | Color = require('color')
6 |
7 | loadTheme = (name, cb) ->
8 | $.ajax
9 | url: "/pace/templates/pace-theme-#{ name }.tmpl.css"
10 | success: cb
11 |
12 | compileTheme = (body, args={}) ->
13 | body.replace /`([\s\S]*?)`/gm, (match, code) ->
14 | if module?
15 | val = vm.runInNewContext code, {args, Color}
16 | else
17 | # It matters that args is in the context
18 | Color = window.Color
19 | val = eval(code)
20 |
21 | val
22 |
23 | if module?
24 | module.exports = {compileTheme}
25 | else
26 | window.loadTheme = loadTheme
27 | window.compileTheme = compileTheme
28 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.bg.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bulgarian translation for bootstrap-datepicker
3 | * Apostol Apostolov
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['bg'] = {
7 | days: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота", "Неделя"],
8 | daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб", "Нед"],
9 | daysMin: ["Н", "П", "В", "С", "Ч", "П", "С", "Н"],
10 | months: ["Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември"],
11 | monthsShort: ["Ян", "Фев", "Мар", "Апр", "Май", "Юни", "Юли", "Авг", "Сеп", "Окт", "Ное", "Дек"],
12 | today: "днес"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.el.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Greek translation for bootstrap-datepicker
3 | */
4 | ;(function($){
5 | $.fn.datepicker.dates['el'] = {
6 | days: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο", "Κυριακή"],
7 | daysShort: ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ", "Κυρ"],
8 | daysMin: ["Κυ", "Δε", "Τρ", "Τε", "Πε", "Πα", "Σα", "Κυ"],
9 | months: ["Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"],
10 | monthsShort: ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μάι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"],
11 | today: "Σήμερα"
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.es.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Spanish translation for bootstrap-datepicker
3 | * Bruno Bonamin
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['es'] = {
7 | days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
8 | daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"],
9 | daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
10 | months: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
11 | monthsShort: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
12 | today: "Hoy"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.nl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Dutch translation for bootstrap-datepicker
3 | * Reinier Goltstein
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['nl'] = {
7 | days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
8 | daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
9 | daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
10 | months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Vandaag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.sl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Slovene translation for bootstrap-datepicker
3 | * Gregor Rudolf
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['sl'] = {
7 | days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota", "Nedelja"],
8 | daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob", "Ned"],
9 | daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So", "Ne"],
10 | months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Danes"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Serbian latin translation for bootstrap-datepicker
3 | * Bojan Milosavlević
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['rs-latin'] = {
7 | days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota", "Nedelja"],
8 | daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub", "Ned"],
9 | daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su", "N"],
10 | months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Danas"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.nb.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Norwegian (bokmål) translation for bootstrap-datepicker
3 | * Fredrik Sundmyhr
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['nb'] = {
7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
10 | months: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
12 | today: "I Dag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.sq.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Albanian translation for bootstrap-datepicker
3 | * Tomor Pupovci
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['sq'] = {
7 | days: ["E Diel", "E Hënë", "E martē", "E mërkurë", "E Enjte", "E Premte", "E Shtunë", "E Diel"],
8 | daysShort: ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu", "Die"],
9 | daysMin: ["Di", "Hë", "Ma", "Më", "En", "Pr", "Sht", "Di"],
10 | months: ["Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"],
11 | monthsShort: ["Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Korr", "Gu", "Sht", "Tet", "Nën", "Dhjet"],
12 | today: "Sot"
13 | };
14 | }(jQuery));
15 |
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ua.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Ukrainian translation for bootstrap-datepicker
3 | * Igor Polynets
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ua'] = {
7 | days: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятница", "Субота", "Неділя"],
8 | daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Нед"],
9 | daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Нд"],
10 | months: ["Cічень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
11 | monthsShort: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
12 | today: "Сьогодні",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "AdminLTE",
3 | "homepage": "http://almsaeedstudio.com",
4 | "authors": [
5 | "Abdullah Almsaeed "
6 | ],
7 | "description": "Admin dashboard and control panel template",
8 | "main": [
9 | "index2.html",
10 | "dist/css/AdminLTE.css",
11 | "dist/js/app.js",
12 | "build/less/AdminLTE.less"
13 | ],
14 | "keywords": [
15 | "css",
16 | "js",
17 | "html",
18 | "template",
19 | "admin",
20 | "bootstrap",
21 | "theme",
22 | "backend",
23 | "responsive"
24 | ],
25 | "license": "MIT",
26 | "ignore": [
27 | "/.*",
28 | "node_modules",
29 | "bower_components",
30 | "composer.json",
31 | "documentation"
32 | ]
33 | }
34 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.id.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bahasa translation for bootstrap-datepicker
3 | * Azwar Akbar
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['id'] = {
7 | days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
8 | daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mgu"],
9 | daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa", "Mg"],
10 | months: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"],
12 | today: "Hari Ini",
13 | clear: "Kosongkan"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/id.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Hapuskan "+t+" huruf"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Masukkan "+t+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(e){return"Anda hanya dapat memilih "+e.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/vi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.tr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Turkish translation for bootstrap-datepicker
3 | * Serkan Algur
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['tr'] = {
7 | days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
8 | daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
9 | daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
10 | months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
11 | monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
12 | today: "Bugün",
13 | format: "dd.mm.yyyy"
14 | };
15 | }(jQuery));
16 |
17 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.da.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Danish translation for bootstrap-datepicker
3 | * Christian Pedersen
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['da'] = {
7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
10 | months: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "I Dag",
13 | clear: "Nulstil"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.kk.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Kazakh translation for bootstrap-datepicker
3 | * Yerzhan Tolekov
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['kk'] = {
7 | days: ["Жексенбі", "Дүйсенбі", "Сейсенбі", "Сәрсенбі", "Бейсенбі", "Жұма", "Сенбі", "Жексенбі"],
8 | daysShort: ["Жек", "Дүй", "Сей", "Сәр", "Бей", "Жұм", "Сен", "Жек"],
9 | daysMin: ["Жк", "Дс", "Сс", "Ср", "Бс", "Жм", "Сн", "Жк"],
10 | months: ["Қаңтар", "Ақпан", "Наурыз", "Сәуір", "Мамыр", "Маусым", "Шілде", "Тамыз", "Қыркүйек", "Қазан", "Қараша", "Желтоқсан"],
11 | monthsShort: ["Қаң", "Ақп", "Нау", "Сәу", "Мамыр", "Мау", "Шлд", "Тмз", "Қыр", "Қзн", "Қар", "Жел"],
12 | today: "Бүгін",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Brazilian translation for bootstrap-datepicker
3 | * Cauan Cabral
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['pt-BR'] = {
7 | days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
8 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
9 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
10 | months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
11 | monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
12 | today: "Hoje",
13 | clear: "Limpar"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/is.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/is",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vinsamlegast styttið texta um "+t+" staf";return t<=1?n:n+"i"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vinsamlegast skrifið "+t+" staf";return t>1&&(n+="i"),n+=" í viðbót",n},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(e){return"Þú getur aðeins valið "+e.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ru.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Russian translation for bootstrap-datepicker
3 | * Victor Taranenko
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ru'] = {
7 | days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
8 | daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вск"],
9 | daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
10 | months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
11 | monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
12 | today: "Сегодня",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.cs.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Czech translation for bootstrap-datepicker
3 | * Matěj Koubík
4 | * Fixes by Michal Remiš
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['cs'] = {
8 | days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"],
9 | daysShort: ["Ned", "Pon", "Úte", "Stř", "Čtv", "Pát", "Sob", "Ned"],
10 | daysMin: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
11 | months: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
12 | monthsShort: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čnc", "Srp", "Zář", "Říj", "Lis", "Pro"],
13 | today: "Dnes"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.is.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Icelandic translation for bootstrap-datepicker
3 | * Hinrik Örn Sigurðsson
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['is'] = {
7 | days: ["Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur", "Sunnudagur"],
8 | daysShort: ["Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau", "Sun"],
9 | daysMin: ["Su", "Má", "Þr", "Mi", "Fi", "Fö", "La", "Su"],
10 | months: ["Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júní", "Júlí", "Ágúst", "September", "Október", "Nóvember", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Okt", "Nóv", "Des"],
12 | today: "Í Dag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/ar.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="الرجاء حذف "+t+" عناصر";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="الرجاء إضافة "+t+" عناصر";return n},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){var t="تستطيع إختيار "+e.maximum+" بنود فقط";return t},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/de.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/de",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Bitte "+t+" Zeichen weniger eingeben"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Bitte "+t+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var t="Sie können nur "+e.maximum+" Eintr";return e.maximum===1?t+="ag":t+="äge",t+=" auswählen",t},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/et.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" vähem",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" rohkem",n},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var t="Saad vaid "+e.maximum+" tulemus";return e.maximum==1?t+="e":t+="t",t+=" valida",t},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.sk.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Slovak translation for bootstrap-datepicker
3 | * Marek Lichtner
4 | * Fixes by Michal Remiš
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates["sk"] = {
8 | days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota", "Nedeľa"],
9 | daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob", "Ned"],
10 | daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So", "Ne"],
11 | months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
12 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
13 | today: "Dnes"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.sv.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Swedish translation for bootstrap-datepicker
3 | * Patrik Ragnarsson
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['sv'] = {
7 | days: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"],
8 | daysShort: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"],
9 | daysMin: ["Sö", "Må", "Ti", "On", "To", "Fr", "Lö", "Sö"],
10 | months: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Idag",
13 | format: "yyyy-mm-dd",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/sv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vänligen sudda ut "+t+" tecken";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vänligen skriv in "+t+" eller fler tecken";return n},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(e){var t="Du kan max välja "+e.maximum+" element";return t},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.fa.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Persian translation for bootstrap-datepicker
3 | * Mostafa Rokooie
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['fa'] = {
7 | days: ["یکشنبه", "دوشنبه", "سهشنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه", "یکشنبه"],
8 | daysShort: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه", "یک"],
9 | daysMin: ["ی", "د", "س", "چ", "پ", "ج", "ش", "ی"],
10 | months: ["ژانویه", "فوریه", "مارس", "آوریل", "مه", "ژوئن", "ژوئیه", "اوت", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"],
11 | monthsShort: ["ژان", "فور", "مار", "آور", "مه", "ژون", "ژوی", "اوت", "سپت", "اکت", "نوا", "دسا"],
12 | today: "امروز",
13 | clear: "پاک کن",
14 | weekStart: 1,
15 | format: "yyyy/mm/dd"
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/bg.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/bg",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Моля въведете с "+t+" по-малко символ";return t>1&&(n+="a"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Моля въведете още "+t+" символ";return t>1&&(n+="a"),n},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(e){var t="Можете да направите до "+e.maximum+" ";return e.maximum>1?t+="избора":t+="избор",t},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/km.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="សូមលុបចេញ "+t+" អក្សរ";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="សូមបញ្ចូល"+t+" អក្សរ រឺ ច្រើនជាងនេះ";return n},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(e){var t="អ្នកអាចជ្រើសរើសបានតែ "+e.maximum+" ជម្រើសប៉ុណ្ណោះ";return t},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/nb.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Vennligst fjern "+t+" tegn"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vennligst skriv inn ";return t>1?n+=" flere tegn":n+=" tegn til",n},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.hu.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Hungarian translation for bootstrap-datepicker
3 | * Sotus László
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['hu'] = {
7 | days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"],
8 | daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo", "Vas"],
9 | daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz", "Va"],
10 | months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"],
12 | today: "Ma",
13 | weekStart: 1,
14 | format: "yyyy.mm.dd"
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ro.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Romanian translation for bootstrap-datepicker
3 | * Cristian Vasile
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ro'] = {
7 | days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
8 | daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
9 | daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
10 | months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
11 | monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
12 | today: "Astăzi",
13 | clear: "Șterge",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Traditional Chinese translation for bootstrap-datepicker
3 | * Rung-Sheng Jang
4 | * FrankWu Fix more appropriate use of Traditional Chinese habit
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['zh-TW'] = {
8 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
9 | daysShort: ["週日", "週一", "週二", "週三", "週四", "週五", "週六", "週日"],
10 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
11 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
12 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
13 | today: "今天",
14 | format: "yyyy年mm月dd日",
15 | weekStart: 1
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/ms.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Sila hapuskan "+t+" aksara"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Sila masukkan "+t+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(e){return"Anda hanya boleh memilih "+e.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/gl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/gl",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Elimine ";return t===1?n+="un carácter":n+=t+" caracteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Engada ";return t===1?n+="un carácter":n+=t+" caracteres",n},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){var t="Só pode ";return e.maximum===1?t+="un elemento":t+=e.maximum+" elementos",t},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css:
--------------------------------------------------------------------------------
1 |
2 | button.ColVis_Button,
3 | ul.ColVis_collection li {
4 | padding: 0.5em;
5 | }
6 |
7 | ul.ColVis_collection {
8 | margin: 0;
9 | padding: 0;
10 | overflow: hidden;
11 | z-index: 2002;
12 | }
13 |
14 | ul.ColVis_collection li {
15 | clear: both;
16 | display: block;
17 | text-align: left;
18 | margin: -1px 0 0 0;
19 | }
20 |
21 | ul.ColVis_collection li span {
22 | display: inline-block;
23 | padding-left: 0.5em;
24 | cursor: pointer;
25 | }
26 |
27 | div.ColVis_collectionBackground {
28 | position: fixed;
29 | top: 0;
30 | left: 0;
31 | height: 100%;
32 | width: 100%;
33 | background-color: black;
34 | z-index: 1100;
35 | }
36 |
37 |
38 | div.ColVis_catcher {
39 | position: absolute;
40 | z-index: 1101;
41 | }
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.de.js:
--------------------------------------------------------------------------------
1 | /**
2 | * German translation for bootstrap-datepicker
3 | * Sam Zurcher
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['de'] = {
7 | days: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
8 | daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam", "Son"],
9 | daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
10 | months: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
11 | monthsShort: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
12 | today: "Heute",
13 | clear: "Löschen",
14 | weekStart: 1,
15 | format: "dd.mm.yyyy"
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.fr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * French translation for bootstrap-datepicker
3 | * Nico Mollet
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['fr'] = {
7 | days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
8 | daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
9 | daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
10 | months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
11 | monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
12 | today: "Aujourd'hui",
13 | clear: "Effacer",
14 | weekStart: 1,
15 | format: "dd/mm/yyyy"
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "admin-lte",
3 | "version": "2.3.8",
4 | "main": "dist/js/app.min.js",
5 | "repository": {
6 | "type": "git",
7 | "url": "git://github.com/almasaeed2010/AdminLTE.git"
8 | },
9 | "license": "MIT",
10 | "devDependencies": {
11 | "R2": "^1.4.3",
12 | "grunt": "~0.4.5",
13 | "grunt-bootlint": "^0.9.1",
14 | "grunt-contrib-clean": "^0.6.0",
15 | "grunt-contrib-concat": "^1.0.1",
16 | "grunt-contrib-csslint": "^0.5.0",
17 | "grunt-contrib-cssmin": "^0.12.2",
18 | "grunt-contrib-jshint": "^0.11.2",
19 | "grunt-contrib-less": "^0.12.0",
20 | "grunt-contrib-uglify": "^0.7.0",
21 | "grunt-contrib-watch": "~0.6.1",
22 | "grunt-cssjanus": "^0.2.4",
23 | "grunt-image": "^1.0.5",
24 | "grunt-includes": "^0.4.5"
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.mk.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Macedonian translation for bootstrap-datepicker
3 | * Marko Aleksic
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['mk'] = {
7 | days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"],
8 | daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Нед"],
9 | daysMin: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са", "Не"],
10 | months: ["Јануари", "Февруари", "Март", "Април", "Мај", "Јуни", "Јули", "Август", "Септември", "Октомври", "Ноември", "Декември"],
11 | monthsShort: ["Јан", "Фев", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Ное", "Дек"],
12 | today: "Денес",
13 | format: "dd.mm.yyyy"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.pt.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Portuguese translation for bootstrap-datepicker
3 | * Original code: Cauan Cabral
4 | * Tiago Melo
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['pt'] = {
8 | days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
9 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
10 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
11 | months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
12 | monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
13 | today: "Hoje",
14 | clear: "Limpar"
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.vi.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Vietnamese translation for bootstrap-datepicker
3 | * An Vo
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['vi'] = {
7 | days: ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy", "Chủ nhật"],
8 | daysShort: ["CN", "Thứ 2", "Thứ 3", "Thứ 4", "Thứ 5", "Thứ 6", "Thứ 7", "CN"],
9 | daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7", "CN"],
10 | months: ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"],
11 | monthsShort: ["Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12"],
12 | today: "Hôm nay",
13 | clear: "Xóa",
14 | format: "dd/mm/yyyy"
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/da.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Angiv venligst "+t+" tegn mindre";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Angiv venligst "+t+" tegn mere";return n},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var t="Du kan kun vælge "+e.maximum+" emne";return e.maximum!=1&&(t+="r"),t},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.ar.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Arabic translation for bootstrap-datepicker
3 | * Mohammed Alshehri
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ar'] = {
7 | days: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"],
8 | daysShort: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت", "أحد"],
9 | daysMin: ["ح", "ن", "ث", "ع", "خ", "ج", "س", "ح"],
10 | months: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
11 | monthsShort: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
12 | today: "هذا اليوم",
13 | rtl: true
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.it.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Italian translation for bootstrap-datepicker
3 | * Enrico Rubboli
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['it'] = {
7 | days: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"],
8 | daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
9 | daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
10 | months: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
11 | monthsShort: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
12 | today: "Oggi",
13 | clear: "Cancella",
14 | weekStart: 1,
15 | format: "dd/mm/yyyy"
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.fi.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Finnish translation for bootstrap-datepicker
3 | * Jaakko Salonen
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['fi'] = {
7 | days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
8 | daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
9 | daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
10 | months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
11 | monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
12 | today: "tänään",
13 | weekStart: 1,
14 | format: "d.m.yyyy"
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.lv.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Latvian translation for bootstrap-datepicker
3 | * Artis Avotins
4 | */
5 |
6 | ;(function($){
7 | $.fn.datepicker.dates['lv'] = {
8 | days: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena", "Svētdiena"],
9 | daysShort: ["Sv", "P", "O", "T", "C", "Pk", "S", "Sv"],
10 | daysMin: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "Se", "Sv"],
11 | months: ["Janvāris", "Februāris", "Marts", "Aprīlis", "Maijs", "Jūnijs", "Jūlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"],
12 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jūn", "Jūl", "Aug", "Sep", "Okt", "Nov", "Dec"],
13 | today: "Šodien",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/en.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/pace-master/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "pace",
3 | "main": "pace.js",
4 | "version": "1.0.2",
5 | "homepage": "http://github.hubspot.com/pace/docs/welcome",
6 | "authors": [
7 | "Zack Bloom ",
8 | "Adam Schwartz "
9 | ],
10 | "description": "Automatic page load progress bar",
11 | "keywords": [
12 | "loading",
13 | "load",
14 | "pageload",
15 | "progress",
16 | "activity",
17 | "ajax",
18 | "spinner",
19 | "progress",
20 | "bar",
21 | "automatic",
22 | "client-side"
23 | ],
24 | "license": "MIT",
25 | "ignore": [
26 | ".*",
27 | "Gruntfile.coffee",
28 | "bower_components",
29 | "docs",
30 | "node_modules",
31 | "package.json",
32 | "templates",
33 | "tests"
34 | ]
35 | }
36 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/he.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/hi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" अक्षर को हटा दें";return t>1&&(n=t+" अक्षरों को हटा दें "),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="कृपया "+t+" या अधिक अक्षर दर्ज करें";return n},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(e){var t="आप केवल "+e.maximum+" आइटम का चयन कर सकते हैं";return t},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/fa.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="لطفاً "+t+" کاراکتر را حذف نمایید";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="لطفاً تعداد "+t+" کاراکتر یا بیشتر وارد نمایید";return n},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(e){var t="شما تنها میتوانید "+e.maximum+" آیتم را انتخاب نمایید";return t},noResults:function(){return"هیچ نتیجهای یافت نشد"},searching:function(){return"در حال جستجو..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/hr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hr",[],function(){function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100>19)?e%10>1&&(t+="a"):t+="ova",t}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Unesite "+e(n)},inputTooShort:function(t){var n=t.minimum-t.input.length;return"Unesite još "+e(n)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(e){return"Maksimalan broj odabranih stavki je "+e.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2 | For licensing, see LICENSE.md or http://ckeditor.com/license
3 |
4 | cs.js Found: 118 Missing: 0
5 | cy.js Found: 118 Missing: 0
6 | de.js Found: 118 Missing: 0
7 | el.js Found: 16 Missing: 102
8 | eo.js Found: 118 Missing: 0
9 | et.js Found: 31 Missing: 87
10 | fa.js Found: 24 Missing: 94
11 | fi.js Found: 23 Missing: 95
12 | fr.js Found: 118 Missing: 0
13 | hr.js Found: 23 Missing: 95
14 | it.js Found: 118 Missing: 0
15 | nb.js Found: 118 Missing: 0
16 | nl.js Found: 118 Missing: 0
17 | no.js Found: 118 Missing: 0
18 | tr.js Found: 118 Missing: 0
19 | ug.js Found: 39 Missing: 79
20 | zh-cn.js Found: 118 Missing: 0
21 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/mk.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/mk",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Ве молиме внесете "+e.maximum+" помалку карактер";return e.maximum!==1&&(n+="и"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Ве молиме внесете уште "+e.maximum+" карактер";return e.maximum!==1&&(n+="и"),n},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(e){var t="Можете да изберете само "+e.maximum+" ставк";return e.maximum===1?t+="а":t+="и",t},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Belgium-Dutch translation for bootstrap-datepicker
3 | * Julien Poulin
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['nl-BE'] = {
7 | days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
8 | daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
9 | daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
10 | months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Vandaag",
13 | clear: "Leegmaken",
14 | weekStart: 1,
15 | format: "dd/mm/yyyy"
16 | };
17 | }(jQuery));
18 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/eu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gutxiago",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gehiago",n},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return e.maximum===1?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/pt-BR.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Apague "+t+" caracter";return t!=1&&(n+="es"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Digite "+t+" ou mais caracteres";return n},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var t="Você só pode selecionar "+e.maximum+" ite";return e.maximum==1?t+="m":t+="ns",t},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.lt.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Lithuanian translation for bootstrap-datepicker
3 | * Šarūnas Gliebus
4 | */
5 |
6 | ;(function($){
7 | $.fn.datepicker.dates['lt'] = {
8 | days: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis", "Sekmadienis"],
9 | daysShort: ["S", "Pr", "A", "T", "K", "Pn", "Š", "S"],
10 | daysMin: ["Sk", "Pr", "An", "Tr", "Ke", "Pn", "Št", "Sk"],
11 | months: ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"],
12 | monthsShort: ["Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugp", "Rugs", "Spa", "Lap", "Gru"],
13 | today: "Šiandien",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/pt.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor apague "+t+" ";return n+=t!=1?"caracteres":"carácter",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Introduza "+t+" ou mais caracteres";return n},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var t="Apenas pode seleccionar "+e.maximum+" ";return t+=e.maximum!=1?"itens":"item",t},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.pl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Polish translation for bootstrap-datepicker
3 | * Robert
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['pl'] = {
7 | days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
8 | daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
9 | daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
10 | months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
11 | monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"],
12 | today: "Dzisiaj",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/lv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lv",[],function(){function e(e,t,n,r){return e===11?t:e%10===1?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Lūdzu ievadiet par "+n;return r+=" simbol"+e(n,"iem","u","iem"),r+" mazāk"},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Lūdzu ievadiet vēl "+n;return r+=" simbol"+e(n,"us","u","us"),r},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(t){var n="Jūs varat izvēlēties ne vairāk kā "+t.maximum;return n+=" element"+e(t.maximum,"us","u","us"),n},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/select2/i18n/es.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"La carga falló"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor, elimine "+t+" car";return t==1?n+="ácter":n+="acteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Por favor, introduzca "+t+" car";return t==1?n+="ácter":n+="acteres",n},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var t="Sólo puede seleccionar "+e.maximum+" elemento";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/documentation/build/include/introduction.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | AdminLTE is a popular open source WebApp template for admin dashboards and control panels.
5 | It is a responsive HTML template that is based on the CSS framework Bootstrap 3.
6 | It utilizes all of the Bootstrap components in its design and re-styles many
7 | commonly used plugins to create a consistent design that can be used as a user
8 | interface for backend applications. AdminLTE is based on a modular design, which
9 | allows it to be easily customized and built upon. This documentation will guide you through
10 | installing the template and exploring the various components that are bundled with the template.
11 |
12 |
13 |
--------------------------------------------------------------------------------
/plugins/datepicker/locales/bootstrap-datepicker.sw.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Swahili translation for bootstrap-datepicker
3 | * Edwin Mugendi
4 | * Source: http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=xnfaqyzcku
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['sw'] = {
8 | days: ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi", "Jumapili"],
9 | daysShort: ["J2", "J3", "J4", "J5", "Alh", "Ij", "J1", "J2"],
10 | daysMin: ["2", "3", "4", "5", "A", "I", "1", "2"],
11 | months: ["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"],
12 | monthsShort: ["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"],
13 | today: "Leo"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/plugins/select2/i18n/ca.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Si us plau, elimina "+t+" car";return t==1?n+="àcter":n+="àcters",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Si us plau, introdueix "+t+" car";return t==1?n+="àcter":n+="àcters",n},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var t="Només es pot seleccionar "+e.maximum+" element";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/plugins/ckeditor/samples/old/sample_posteddata.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | -------------------------------------------------------------------------------------------
4 | CKEditor - Posted Data
5 |
6 | We are sorry, but your Web server does not support the PHP language used in this script.
7 |
8 | Please note that CKEditor can be used with any other server-side language than just PHP.
9 | To save the content created with CKEditor you need to read the POST data on the server
10 | side and write it to a file or the database.
11 |
12 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
13 | For licensing, see LICENSE.md or http://ckeditor.com/license
14 | -------------------------------------------------------------------------------------------
15 |
16 |