From 40e62de244119d1e1d70d92c6359cd0252cb6960 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 9 Jul 2016 03:13:12 -0700 Subject: [PATCH] Brought in following assets that Kevin's EDI project will be using: -datatables -datatables-fixedcolumn -datatables-fixedheader -datatables-scroller -jquery-ui --- .bowerrc | 1 + bower.json | 5 + public/assets/datatables-1-10-11/.bower.json | 42 + public/assets/datatables-1-10-11/Contributing.md | 18 + public/assets/datatables-1-10-11/Readme.md | 59 + public/assets/datatables-1-10-11/bower.json | 31 + public/assets/datatables-1-10-11/license.txt | 20 + .../media/css/dataTables.bootstrap.css | 187 + .../media/css/dataTables.bootstrap.min.css | 1 + .../media/css/dataTables.bootstrap4.css | 196 + .../media/css/dataTables.bootstrap4.min.css | 1 + .../media/css/dataTables.foundation.css | 117 + .../media/css/dataTables.foundation.min.css | 1 + .../media/css/dataTables.jqueryui.css | 482 + .../media/css/dataTables.jqueryui.min.css | 1 + .../media/css/dataTables.material.css | 87 + .../media/css/dataTables.material.min.css | 1 + .../media/css/dataTables.semanticui.css | 71 + .../media/css/dataTables.semanticui.min.css | 1 + .../media/css/dataTables.uikit.css | 147 + .../media/css/dataTables.uikit.min.css | 1 + .../media/css/jquery.dataTables.css | 453 + .../media/css/jquery.dataTables.min.css | 1 + .../media/css/jquery.dataTables_themeroller.css | 416 + .../media/images/Sorting icons.psd | Bin 0 -> 27490 bytes .../datatables-1-10-11/media/images/favicon.ico | Bin 0 -> 894 bytes .../datatables-1-10-11/media/images/sort_asc.png | Bin 0 -> 160 bytes .../media/images/sort_asc_disabled.png | Bin 0 -> 148 bytes .../datatables-1-10-11/media/images/sort_both.png | Bin 0 -> 201 bytes .../datatables-1-10-11/media/images/sort_desc.png | Bin 0 -> 158 bytes .../media/images/sort_desc_disabled.png | Bin 0 -> 146 bytes .../media/js/dataTables.bootstrap.js | 182 + .../media/js/dataTables.bootstrap.min.js | 8 + .../media/js/dataTables.bootstrap4.js | 184 + .../media/js/dataTables.bootstrap4.min.js | 8 + .../media/js/dataTables.foundation.js | 174 + .../media/js/dataTables.foundation.min.js | 8 + .../media/js/dataTables.jqueryui.js | 164 + .../media/js/dataTables.jqueryui.min.js | 9 + .../media/js/dataTables.material.js | 191 + .../media/js/dataTables.material.min.js | 8 + .../media/js/dataTables.semanticui.js | 208 + .../media/js/dataTables.semanticui.min.js | 9 + .../media/js/dataTables.uikit.js | 176 + .../media/js/dataTables.uikit.min.js | 8 + .../media/js/jquery.dataTables.js | 15268 +++++++++++++++++++ .../media/js/jquery.dataTables.min.js | 166 + .../assets/datatables-1-10-11/media/js/jquery.js | 5 + .../datatables-fixedcolumns-3-2-1/.bower.json | 22 + .../datatables-fixedcolumns-3-2-1/License.txt | 22 + .../assets/datatables-fixedcolumns-3-2-1/Readme.md | 44 + .../datatables-fixedcolumns-3-2-1/bower.json | 11 + .../css/fixedColumns.bootstrap.scss | 45 + .../css/fixedColumns.dataTables.scss | 22 + .../css/fixedColumns.foundation.scss | 29 + .../css/fixedColumns.jqueryui.scss | 9 + .../docs/api/fixedColumns().cellIndex().xml | 56 + .../docs/api/fixedColumns().relayout().xml | 31 + .../docs/api/fixedColumns().rowIndex().xml | 56 + .../docs/api/fixedColumns().update().xml | 31 + .../docs/api/fixedColumns().xml | 25 + .../docs/api/rows().recalcHeight().xml | 32 + .../docs/option/fixedColumns.heightMatch.xml | 42 + .../docs/option/fixedColumns.leftColumns.xml | 42 + .../docs/option/fixedColumns.rightColumns.xml | 42 + .../docs/option/fixedColumns.xml | 51 + .../examples/.DS_Store | Bin 0 -> 6148 bytes .../examples/index.xml | 17 + .../examples/initialisation/.DS_Store | Bin 0 -> 6148 bytes .../examples/initialisation/colvis.xml | 44 + .../examples/initialisation/css_size.xml | 44 + .../examples/initialisation/index.xml | 13 + .../examples/initialisation/index_column.xml | 66 + .../examples/initialisation/left_right_columns.xml | 37 + .../examples/initialisation/right_column.xml | 37 + .../initialisation/server-side-processing.xml | 44 + .../examples/initialisation/simple.xml | 38 + .../examples/initialisation/size_fixed.xml | 42 + .../examples/initialisation/size_fluid.xml | 42 + .../examples/initialisation/two_columns.xml | 36 + .../examples/integration/api.xml | 53 + .../examples/integration/index.xml | 13 + .../examples/integration/select-checkbox.xml | 39 + .../examples/integration/select.xml | 28 + .../examples/styling/bootstrap.xml | 28 + .../examples/styling/col_filter.xml | 53 + .../examples/styling/colvis.xml | 44 + .../examples/styling/foundation.xml | 27 + .../examples/styling/index.xml | 13 + .../examples/styling/jqueryui.xml | 29 + .../examples/styling/rowspan.xml | 38 + .../examples/styling/rtl.xml | 38 + .../examples/styling/server-side-processing.xml | 44 + .../js/dataTables.fixedColumns.js | 1605 ++ .../assets/datatables-fixedcolumns-3-2-1/make.sh | 29 + .../datatables-fixedheader-3-1-1/.bower.json | 22 + .../assets/datatables-fixedheader-3-1-1/.gitignore | 1 + .../datatables-fixedheader-3-1-1/License.txt | 22 + .../assets/datatables-fixedheader-3-1-1/Readme.md | 41 + .../assets/datatables-fixedheader-3-1-1/bower.json | 11 + .../css/fixedHeader.bootstrap.scss | 21 + .../css/fixedHeader.dataTables.scss | 21 + .../css/fixedHeader.foundation.scss | 21 + .../css/fixedHeader.jqueryui.scss | 18 + .../docs/api/fixedHeader.adjust().xml | 30 + .../docs/api/fixedHeader.disable().xml | 30 + .../docs/api/fixedHeader.enable().xml | 33 + .../docs/api/fixedHeader.footerOffset().xml | 45 + .../docs/api/fixedHeader.headerOffset().xml | 45 + .../docs/option/fixedHeader.footer.xml | 29 + .../docs/option/fixedHeader.footerOffset.xml | 45 + .../docs/option/fixedHeader.header.xml | 29 + .../docs/option/fixedHeader.headerOffset.xml | 43 + .../docs/option/fixedHeader.xml | 46 + .../examples/index.xml | 13 + .../examples/integration/buttons.xml | 27 + .../examples/integration/colreorder.xml | 26 + .../examples/integration/index.xml | 13 + .../examples/integration/responsive-bootstrap.xml | 25 + .../examples/integration/responsive.xml | 25 + .../examples/options/enable-disable.xml | 47 + .../examples/options/header_footer.xml | 26 + .../examples/options/horizontal-scroll.xml | 25 + .../examples/options/index.xml | 13 + .../examples/options/new.xml | 27 + .../examples/options/offset.xml | 30 + .../examples/options/show-hide.xml | 39 + .../examples/options/simple.xml | 27 + .../examples/options/two_tables.xml | 28 + .../examples/styling/bootstrap.xml | 23 + .../examples/styling/foundation.xml | 23 + .../examples/styling/index.xml | 13 + .../examples/styling/jqueryui.xml | 23 + .../js/dataTables.fixedHeader.js | 650 + public/assets/datatables-fixedheader-3-1-1/make.sh | 29 + .../assets/datatables-scroller-1-4-1/.bower.json | 23 + .../assets/datatables-scroller-1-4-1/License.txt | 22 + public/assets/datatables-scroller-1-4-1/Readme.md | 49 + public/assets/datatables-scroller-1-4-1/bower.json | 13 + .../css/scroller.bootstrap.scss | 9 + .../css/scroller.dataTables.scss | 36 + .../css/scroller.foundation.scss | 31 + .../css/scroller.jqueryui.scss | 2 + .../docs/api/row().scrollTo().xml | 31 + .../docs/api/scroller.measure().xml | 31 + .../docs/api/scroller.page().xml | 29 + .../docs/option/scroller.boundaryScale.xml | 31 + .../docs/option/scroller.displayBuffer.xml | 35 + .../docs/option/scroller.loadingIndicator.xml | 34 + .../docs/option/scroller.rowHeight.xml | 39 + .../docs/option/scroller.serverWait.xml | 33 + .../docs/option/scroller.xml | 61 + .../examples/data/2500.txt | 2502 +++ .../examples/data/ssp.php | 58 + .../datatables-scroller-1-4-1/examples/index.xml | 22 + .../examples/initialisation/api_scrolling.xml | 30 + .../examples/initialisation/fixedColumns.xml | 38 + .../examples/initialisation/index.xml | 12 + .../examples/initialisation/large_js_source.xml | 34 + .../initialisation/server-side_processing.xml | 51 + .../examples/initialisation/simple.xml | 33 + .../examples/initialisation/state_saving.xml | 28 + .../examples/styling/bootstrap.xml | 27 + .../examples/styling/foundation.xml | 27 + .../examples/styling/index.xml | 12 + .../examples/styling/jqueryui.xml | 27 + .../js/dataTables.scroller.js | 1343 ++ public/assets/datatables-scroller-1-4-1/make.sh | 29 + public/assets/jquery-ui-1-10-4/.bower.json | 20 + public/assets/jquery-ui-1-10-4/.gitignore | 3 + public/assets/jquery-ui-1-10-4/AUTHORS.txt | 260 + public/assets/jquery-ui-1-10-4/MIT-LICENSE.txt | 26 + public/assets/jquery-ui-1-10-4/README.md | 11 + public/assets/jquery-ui-1-10-4/bower.json | 10 + public/assets/jquery-ui-1-10-4/component.json | 13 + public/assets/jquery-ui-1-10-4/composer.json | 63 + public/assets/jquery-ui-1-10-4/package.json | 66 + .../themes/base/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../base/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../base/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../base/images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../base/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../base/images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../base/images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../base/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../themes/base/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../themes/base/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../themes/base/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../themes/base/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../themes/base/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui-1-10-4/themes/base/jquery-ui.css | 1177 ++ .../themes/base/jquery.ui.accordion.css | 38 + .../jquery-ui-1-10-4/themes/base/jquery.ui.all.css | 12 + .../themes/base/jquery.ui.autocomplete.css | 16 + .../themes/base/jquery.ui.base.css | 25 + .../themes/base/jquery.ui.button.css | 114 + .../themes/base/jquery.ui.core.css | 93 + .../themes/base/jquery.ui.datepicker.css | 175 + .../themes/base/jquery.ui.dialog.css | 70 + .../themes/base/jquery.ui.menu.css | 79 + .../themes/base/jquery.ui.progressbar.css | 28 + .../themes/base/jquery.ui.resizable.css | 76 + .../themes/base/jquery.ui.selectable.css | 13 + .../themes/base/jquery.ui.slider.css | 73 + .../themes/base/jquery.ui.spinner.css | 65 + .../themes/base/jquery.ui.tabs.css | 51 + .../themes/base/jquery.ui.theme.css | 410 + .../themes/base/jquery.ui.tooltip.css | 21 + .../base/minified/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../minified/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../minified/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../minified/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../minified/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../minified/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../minified/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../themes/base/minified/jquery-ui.min.css | 7 + .../base/minified/jquery.ui.accordion.min.css | 5 + .../base/minified/jquery.ui.autocomplete.min.css | 5 + .../themes/base/minified/jquery.ui.button.min.css | 5 + .../themes/base/minified/jquery.ui.core.min.css | 5 + .../base/minified/jquery.ui.datepicker.min.css | 5 + .../themes/base/minified/jquery.ui.dialog.min.css | 5 + .../themes/base/minified/jquery.ui.menu.min.css | 5 + .../base/minified/jquery.ui.progressbar.min.css | 5 + .../base/minified/jquery.ui.resizable.min.css | 5 + .../base/minified/jquery.ui.selectable.min.css | 5 + .../themes/base/minified/jquery.ui.slider.min.css | 5 + .../themes/base/minified/jquery.ui.spinner.min.css | 5 + .../themes/base/minified/jquery.ui.tabs.min.css | 5 + .../themes/base/minified/jquery.ui.theme.min.css | 5 + .../themes/base/minified/jquery.ui.tooltip.min.css | 5 + .../themes/black-tie/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-thick_8_333333_40x40.png | Bin 0 -> 364 bytes .../images/ui-bg_flat_65_ffffff_40x100.png | Bin 0 -> 260 bytes .../images/ui-bg_glass_40_111111_1x400.png | Bin 0 -> 312 bytes .../images/ui-bg_glass_55_1c1c1c_1x400.png | Bin 0 -> 312 bytes .../ui-bg_highlight-hard_100_f9f9f9_1x100.png | Bin 0 -> 304 bytes .../ui-bg_highlight-hard_40_aaaaaa_1x100.png | Bin 0 -> 302 bytes .../ui-bg_highlight-soft_50_aaaaaa_1x100.png | Bin 0 -> 329 bytes .../images/ui-bg_inset-hard_45_cd0a0a_1x100.png | Bin 0 -> 376 bytes .../images/ui-bg_inset-hard_55_ffeb80_1x100.png | Bin 0 -> 361 bytes .../black-tie/images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../black-tie/images/ui-icons_4ca300_256x240.png | Bin 0 -> 4601 bytes .../black-tie/images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 7058 bytes .../black-tie/images/ui-icons_ededed_256x240.png | Bin 0 -> 7008 bytes .../black-tie/images/ui-icons_ffcf29_256x240.png | Bin 0 -> 4601 bytes .../black-tie/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/black-tie/jquery-ui.css | 1178 ++ .../themes/black-tie/jquery-ui.min.css | 7 + .../themes/black-tie/jquery.ui.theme.css | 410 + .../themes/blitzer/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-thick_75_f3d8d8_40x40.png | Bin 0 -> 465 bytes .../images/ui-bg_dots-small_65_a6a6a6_2x2.png | Bin 0 -> 260 bytes .../blitzer/images/ui-bg_flat_0_333333_40x100.png | Bin 0 -> 272 bytes .../blitzer/images/ui-bg_flat_65_ffffff_40x100.png | Bin 0 -> 260 bytes .../blitzer/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 260 bytes .../blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png | Bin 0 -> 392 bytes .../ui-bg_highlight-hard_100_eeeeee_1x100.png | Bin 0 -> 304 bytes .../ui-bg_highlight-hard_100_f6f6f6_1x100.png | Bin 0 -> 304 bytes .../ui-bg_highlight-soft_15_cc0000_1x100.png | Bin 0 -> 379 bytes .../blitzer/images/ui-icons_004276_256x240.png | Bin 0 -> 4601 bytes .../blitzer/images/ui-icons_cc0000_256x240.png | Bin 0 -> 4601 bytes .../blitzer/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/blitzer/jquery-ui.css | 1178 ++ .../themes/blitzer/jquery-ui.min.css | 7 + .../themes/blitzer/jquery.ui.theme.css | 410 + .../themes/cupertino/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-thick_90_eeeeee_40x40.png | Bin 0 -> 368 bytes .../images/ui-bg_flat_15_cd0a0a_40x100.png | Bin 0 -> 274 bytes .../images/ui-bg_glass_100_e4f1fb_1x400.png | Bin 0 -> 402 bytes .../images/ui-bg_glass_50_3baae3_1x400.png | Bin 0 -> 388 bytes .../images/ui-bg_glass_80_d7ebf9_1x400.png | Bin 0 -> 398 bytes .../ui-bg_highlight-hard_100_f2f5f7_1x100.png | Bin 0 -> 384 bytes .../ui-bg_highlight-hard_70_000000_1x100.png | Bin 0 -> 300 bytes .../ui-bg_highlight-soft_100_deedf7_1x100.png | Bin 0 -> 439 bytes .../ui-bg_highlight-soft_25_ffef8f_1x100.png | Bin 0 -> 361 bytes .../cupertino/images/ui-icons_2694e8_256x240.png | Bin 0 -> 4601 bytes .../cupertino/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4601 bytes .../cupertino/images/ui-icons_3d80b3_256x240.png | Bin 0 -> 4601 bytes .../cupertino/images/ui-icons_72a7cf_256x240.png | Bin 0 -> 4601 bytes .../cupertino/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/cupertino/jquery-ui.css | 1178 ++ .../themes/cupertino/jquery-ui.min.css | 7 + .../themes/cupertino/jquery.ui.theme.css | 410 + .../themes/dark-hive/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 272 bytes .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 368 bytes .../ui-bg_highlight-hard_20_0972a5_1x100.png | Bin 0 -> 375 bytes .../ui-bg_highlight-soft_33_003147_1x100.png | Bin 0 -> 404 bytes .../ui-bg_highlight-soft_35_222222_1x100.png | Bin 0 -> 329 bytes .../ui-bg_highlight-soft_44_444444_1x100.png | Bin 0 -> 329 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 332 bytes .../images/ui-bg_loop_25_000000_21x21.png | Bin 0 -> 338 bytes .../dark-hive/images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../dark-hive/images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4601 bytes .../dark-hive/images/ui-icons_a83300_256x240.png | Bin 0 -> 4601 bytes .../dark-hive/images/ui-icons_cccccc_256x240.png | Bin 0 -> 7038 bytes .../dark-hive/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/dark-hive/jquery-ui.css | 1178 ++ .../themes/dark-hive/jquery-ui.min.css | 7 + .../themes/dark-hive/jquery.ui.theme.css | 410 + .../themes/dot-luv/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-thick_15_0b3e6f_40x40.png | Bin 0 -> 476 bytes .../images/ui-bg_dots-medium_30_0b58a2_4x4.png | Bin 0 -> 289 bytes .../images/ui-bg_dots-small_20_333333_2x2.png | Bin 0 -> 260 bytes .../images/ui-bg_dots-small_30_a32d00_2x2.png | Bin 0 -> 270 bytes .../images/ui-bg_dots-small_40_00498f_2x2.png | Bin 0 -> 276 bytes .../dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../dot-luv/images/ui-bg_flat_40_292929_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_gloss-wave_20_111111_500x100.png | Bin 0 -> 3831 bytes .../dot-luv/images/ui-icons_00498f_256x240.png | Bin 0 -> 4601 bytes .../dot-luv/images/ui-icons_98d2fb_256x240.png | Bin 0 -> 4601 bytes .../dot-luv/images/ui-icons_9ccdfc_256x240.png | Bin 0 -> 4601 bytes .../dot-luv/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/dot-luv/jquery-ui.css | 1178 ++ .../themes/dot-luv/jquery-ui.min.css | 7 + .../themes/dot-luv/jquery.ui.theme.css | 410 + .../themes/eggplant/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../eggplant/images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 272 bytes .../images/ui-bg_flat_55_994d53_40x100.png | Bin 0 -> 274 bytes .../images/ui-bg_flat_55_fafafa_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_gloss-wave_30_3d3644_500x100.png | Bin 0 -> 5993 bytes .../ui-bg_highlight-soft_100_dcd9de_1x100.png | Bin 0 -> 394 bytes .../ui-bg_highlight-soft_100_eae6ea_1x100.png | Bin 0 -> 425 bytes .../ui-bg_highlight-soft_25_30273a_1x100.png | Bin 0 -> 421 bytes .../ui-bg_highlight-soft_45_5f5964_1x100.png | Bin 0 -> 413 bytes .../eggplant/images/ui-icons_454545_256x240.png | Bin 0 -> 6973 bytes .../eggplant/images/ui-icons_734d99_256x240.png | Bin 0 -> 4601 bytes .../eggplant/images/ui-icons_8d78a5_256x240.png | Bin 0 -> 4601 bytes .../eggplant/images/ui-icons_a8a3ae_256x240.png | Bin 0 -> 4601 bytes .../eggplant/images/ui-icons_ebccce_256x240.png | Bin 0 -> 4601 bytes .../eggplant/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/eggplant/jquery-ui.css | 1178 ++ .../themes/eggplant/jquery-ui.min.css | 7 + .../themes/eggplant/jquery.ui.theme.css | 410 + .../themes/excite-bike/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-small_25_c5ddfc_40x40.png | Bin 0 -> 394 bytes .../ui-bg_diagonals-thick_20_e69700_40x40.png | Bin 0 -> 469 bytes .../ui-bg_diagonals-thick_22_1484e6_40x40.png | Bin 0 -> 461 bytes .../ui-bg_diagonals-thick_26_2293f7_40x40.png | Bin 0 -> 458 bytes .../images/ui-bg_flat_0_e69700_40x100.png | Bin 0 -> 274 bytes .../images/ui-bg_flat_0_e6b900_40x100.png | Bin 0 -> 274 bytes .../ui-bg_highlight-soft_100_f9f9f9_1x100.png | Bin 0 -> 331 bytes .../images/ui-bg_inset-hard_100_eeeeee_1x100.png | Bin 0 -> 305 bytes .../excite-bike/images/ui-icons_0a82eb_256x240.png | Bin 0 -> 4601 bytes .../excite-bike/images/ui-icons_0b54d5_256x240.png | Bin 0 -> 4601 bytes .../excite-bike/images/ui-icons_5fa5e3_256x240.png | Bin 0 -> 4601 bytes .../excite-bike/images/ui-icons_fcdd4a_256x240.png | Bin 0 -> 4601 bytes .../excite-bike/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/excite-bike/jquery-ui.css | 1178 ++ .../themes/excite-bike/jquery-ui.min.css | 7 + .../themes/excite-bike/jquery.ui.theme.css | 410 + .../themes/flick/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../flick/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../flick/images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 272 bytes .../flick/images/ui-bg_flat_55_ffffff_40x100.png | Bin 0 -> 260 bytes .../flick/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 260 bytes .../flick/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 259 bytes .../ui-bg_highlight-soft_100_f6f6f6_1x100.png | Bin 0 -> 330 bytes .../ui-bg_highlight-soft_25_0073ea_1x100.png | Bin 0 -> 387 bytes .../ui-bg_highlight-soft_50_dddddd_1x100.png | Bin 0 -> 332 bytes .../flick/images/ui-icons_0073ea_256x240.png | Bin 0 -> 4601 bytes .../flick/images/ui-icons_454545_256x240.png | Bin 0 -> 6973 bytes .../flick/images/ui-icons_666666_256x240.png | Bin 0 -> 6974 bytes .../flick/images/ui-icons_ff0084_256x240.png | Bin 0 -> 4601 bytes .../flick/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/flick/jquery-ui.css | 1178 ++ .../themes/flick/jquery-ui.min.css | 7 + .../themes/flick/jquery.ui.theme.css | 410 + .../themes/hot-sneaks/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-small_40_db4865_40x40.png | Bin 0 -> 384 bytes .../ui-bg_diagonals-small_50_93c3cd_40x40.png | Bin 0 -> 385 bytes .../ui-bg_diagonals-small_50_ff3853_40x40.png | Bin 0 -> 382 bytes .../ui-bg_diagonals-small_75_ccd232_40x40.png | Bin 0 -> 385 bytes .../images/ui-bg_dots-medium_80_ffff38_4x4.png | Bin 0 -> 277 bytes .../images/ui-bg_dots-small_35_35414f_2x2.png | Bin 0 -> 275 bytes .../images/ui-bg_flat_75_ba9217_40x100.png | Bin 0 -> 274 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 260 bytes .../images/ui-bg_white-lines_85_f7f7ba_40x100.png | Bin 0 -> 416 bytes .../hot-sneaks/images/ui-icons_454545_256x240.png | Bin 0 -> 6973 bytes .../hot-sneaks/images/ui-icons_88a206_256x240.png | Bin 0 -> 4601 bytes .../hot-sneaks/images/ui-icons_c02669_256x240.png | Bin 0 -> 4601 bytes .../hot-sneaks/images/ui-icons_e1e463_256x240.png | Bin 0 -> 4601 bytes .../hot-sneaks/images/ui-icons_ffeb33_256x240.png | Bin 0 -> 4601 bytes .../hot-sneaks/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/hot-sneaks/jquery-ui.css | 1178 ++ .../themes/hot-sneaks/jquery-ui.min.css | 7 + .../themes/hot-sneaks/jquery.ui.theme.css | 410 + .../themes/humanity/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_75_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../images/ui-bg_glass_100_f5f0e5_1x400.png | Bin 0 -> 406 bytes .../images/ui-bg_glass_25_cb842e_1x400.png | Bin 0 -> 387 bytes .../images/ui-bg_glass_70_ede4d4_1x400.png | Bin 0 -> 406 bytes .../ui-bg_highlight-hard_100_f4f0ec_1x100.png | Bin 0 -> 379 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 366 bytes .../ui-bg_highlight-hard_75_f5f5b5_1x100.png | Bin 0 -> 375 bytes .../images/ui-bg_inset-soft_100_f4f0ec_1x100.png | Bin 0 -> 455 bytes .../humanity/images/ui-icons_c47a23_256x240.png | Bin 0 -> 4601 bytes .../humanity/images/ui-icons_cb672b_256x240.png | Bin 0 -> 4601 bytes .../humanity/images/ui-icons_f08000_256x240.png | Bin 0 -> 4601 bytes .../humanity/images/ui-icons_f35f07_256x240.png | Bin 0 -> 4601 bytes .../humanity/images/ui-icons_ff7519_256x240.png | Bin 0 -> 4601 bytes .../humanity/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/humanity/jquery-ui.css | 1178 ++ .../themes/humanity/jquery-ui.min.css | 7 + .../themes/humanity/jquery.ui.theme.css | 410 + .../themes/le-frog/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-small_0_aaaaaa_40x40.png | Bin 0 -> 259 bytes .../ui-bg_diagonals-thick_15_444444_40x40.png | Bin 0 -> 366 bytes .../ui-bg_diagonals-thick_95_ffdc2e_40x40.png | Bin 0 -> 463 bytes .../le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png | Bin 0 -> 388 bytes .../ui-bg_highlight-hard_30_285c00_1x100.png | Bin 0 -> 383 bytes .../ui-bg_highlight-soft_33_3a8104_1x100.png | Bin 0 -> 397 bytes .../ui-bg_highlight-soft_50_4eb305_1x100.png | Bin 0 -> 403 bytes .../ui-bg_highlight-soft_60_4ca20b_1x100.png | Bin 0 -> 416 bytes .../images/ui-bg_inset-soft_10_285c00_1x100.png | Bin 0 -> 440 bytes .../le-frog/images/ui-icons_4eb305_256x240.png | Bin 0 -> 4601 bytes .../le-frog/images/ui-icons_72b42d_256x240.png | Bin 0 -> 4601 bytes .../le-frog/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../le-frog/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../jquery-ui-1-10-4/themes/le-frog/jquery-ui.css | 1178 ++ .../themes/le-frog/jquery-ui.min.css | 7 + .../themes/le-frog/jquery.ui.theme.css | 410 + .../themes/mint-choc/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../images/ui-bg_glass_15_5f391b_1x400.png | Bin 0 -> 393 bytes .../images/ui-bg_gloss-wave_20_1c160d_500x100.png | Bin 0 -> 5845 bytes .../images/ui-bg_gloss-wave_25_453326_500x100.png | Bin 0 -> 5904 bytes .../images/ui-bg_gloss-wave_30_44372c_500x100.png | Bin 0 -> 5966 bytes .../ui-bg_highlight-soft_20_201913_1x100.png | Bin 0 -> 438 bytes .../ui-bg_highlight-soft_20_619226_1x100.png | Bin 0 -> 398 bytes .../images/ui-bg_inset-soft_10_201913_1x100.png | Bin 0 -> 448 bytes .../mint-choc/images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../mint-choc/images/ui-icons_9bcc60_256x240.png | Bin 0 -> 4601 bytes .../mint-choc/images/ui-icons_add978_256x240.png | Bin 0 -> 4601 bytes .../mint-choc/images/ui-icons_e3ddc9_256x240.png | Bin 0 -> 4601 bytes .../mint-choc/images/ui-icons_f1fd86_256x240.png | Bin 0 -> 4601 bytes .../mint-choc/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/mint-choc/jquery-ui.css | 1178 ++ .../themes/mint-choc/jquery-ui.min.css | 7 + .../themes/mint-choc/jquery.ui.theme.css | 410 + .../themes/overcast/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../overcast/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../overcast/images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 272 bytes .../images/ui-bg_flat_55_c0402a_40x100.png | Bin 0 -> 274 bytes .../images/ui-bg_flat_55_eeeeee_40x100.png | Bin 0 -> 272 bytes .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 314 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 314 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 314 bytes .../images/ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 303 bytes .../images/ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 334 bytes .../overcast/images/ui-icons_3383bb_256x240.png | Bin 0 -> 4601 bytes .../overcast/images/ui-icons_454545_256x240.png | Bin 0 -> 6973 bytes .../overcast/images/ui-icons_70b2e1_256x240.png | Bin 0 -> 4601 bytes .../overcast/images/ui-icons_999999_256x240.png | Bin 0 -> 7039 bytes .../overcast/images/ui-icons_fbc856_256x240.png | Bin 0 -> 4601 bytes .../jquery-ui-1-10-4/themes/overcast/jquery-ui.css | 1178 ++ .../themes/overcast/jquery-ui.min.css | 7 + .../themes/overcast/jquery.ui.theme.css | 410 + .../pepper-grinder/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png | Bin 0 -> 348 bytes .../images/ui-bg_diagonal-maze_40_000000_10x10.png | Bin 0 -> 291 bytes .../images/ui-bg_fine-grain_10_eceadf_60x60.png | Bin 0 -> 10811 bytes .../images/ui-bg_fine-grain_10_f8f7f6_60x60.png | Bin 0 -> 9956 bytes .../images/ui-bg_fine-grain_15_eceadf_60x60.png | Bin 0 -> 10581 bytes .../images/ui-bg_fine-grain_15_f7f3de_60x60.png | Bin 0 -> 10943 bytes .../images/ui-bg_fine-grain_15_ffffff_60x60.png | Bin 0 -> 3510 bytes .../images/ui-bg_fine-grain_65_654b24_60x60.png | Bin 0 -> 14497 bytes .../images/ui-bg_fine-grain_68_b83400_60x60.png | Bin 0 -> 11929 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../images/ui-icons_3572ac_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_8c291d_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_b83400_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_fbdb93_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/pepper-grinder/jquery-ui.css | 1178 ++ .../themes/pepper-grinder/jquery-ui.min.css | 7 + .../themes/pepper-grinder/jquery.ui.theme.css | 410 + .../themes/redmond/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../redmond/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../redmond/images/ui-bg_flat_55_fbec88_40x100.png | Bin 0 -> 274 bytes .../redmond/images/ui-bg_glass_75_d0e5f5_1x400.png | Bin 0 -> 388 bytes .../redmond/images/ui-bg_glass_85_dfeffc_1x400.png | Bin 0 -> 393 bytes .../redmond/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 384 bytes .../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png | Bin 0 -> 5876 bytes .../images/ui-bg_inset-hard_100_f5f8f9_1x100.png | Bin 0 -> 385 bytes .../images/ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 344 bytes .../redmond/images/ui-icons_217bc0_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_469bdd_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_6da8d5_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4601 bytes .../redmond/images/ui-icons_f9bd01_256x240.png | Bin 0 -> 4601 bytes .../jquery-ui-1-10-4/themes/redmond/jquery-ui.css | 1178 ++ .../themes/redmond/jquery-ui.min.css | 7 + .../themes/redmond/jquery.ui.theme.css | 410 + .../themes/smoothness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 260 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 387 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 259 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 314 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 314 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 384 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 332 bytes .../smoothness/images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../smoothness/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4601 bytes .../smoothness/images/ui-icons_454545_256x240.png | Bin 0 -> 6973 bytes .../smoothness/images/ui-icons_888888_256x240.png | Bin 0 -> 7044 bytes .../smoothness/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../themes/smoothness/jquery-ui.css | 1178 ++ .../themes/smoothness/jquery-ui.min.css | 7 + .../themes/smoothness/jquery.ui.theme.css | 410 + .../south-street/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_glass_55_fcf0ba_1x400.png | Bin 0 -> 385 bytes .../images/ui-bg_gloss-wave_100_ece8da_500x100.png | Bin 0 -> 5811 bytes .../ui-bg_highlight-hard_100_f5f3e5_1x100.png | Bin 0 -> 388 bytes .../ui-bg_highlight-hard_100_fafaf4_1x100.png | Bin 0 -> 373 bytes .../ui-bg_highlight-hard_15_459e00_1x100.png | Bin 0 -> 380 bytes .../ui-bg_highlight-hard_95_cccccc_1x100.png | Bin 0 -> 304 bytes .../ui-bg_highlight-soft_25_67b021_1x100.png | Bin 0 -> 405 bytes .../ui-bg_highlight-soft_95_ffedad_1x100.png | Bin 0 -> 403 bytes .../images/ui-bg_inset-soft_15_2b2922_1x100.png | Bin 0 -> 401 bytes .../images/ui-icons_808080_256x240.png | Bin 0 -> 7039 bytes .../images/ui-icons_847e71_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_8DC262_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_eeeeee_256x240.png | Bin 0 -> 7007 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/south-street/jquery-ui.css | 1178 ++ .../themes/south-street/jquery-ui.min.css | 7 + .../themes/south-street/jquery.ui.theme.css | 410 + .../themes/start/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../start/images/ui-bg_flat_55_999999_40x100.png | Bin 0 -> 272 bytes .../start/images/ui-bg_flat_75_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../start/images/ui-bg_glass_45_0078ae_1x400.png | Bin 0 -> 398 bytes .../start/images/ui-bg_glass_55_f8da4e_1x400.png | Bin 0 -> 397 bytes .../start/images/ui-bg_glass_75_79c9ec_1x400.png | Bin 0 -> 400 bytes .../images/ui-bg_gloss-wave_45_e14f1c_500x100.png | Bin 0 -> 5916 bytes .../images/ui-bg_gloss-wave_50_6eac2c_500x100.png | Bin 0 -> 5958 bytes .../images/ui-bg_gloss-wave_75_2191c0_500x100.png | Bin 0 -> 6029 bytes .../images/ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 344 bytes .../start/images/ui-icons_0078ae_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_056b93_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_e0fdff_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_f5e175_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_f7a50d_256x240.png | Bin 0 -> 4601 bytes .../start/images/ui-icons_fcd113_256x240.png | Bin 0 -> 4601 bytes .../jquery-ui-1-10-4/themes/start/jquery-ui.css | 1178 ++ .../themes/start/jquery-ui.min.css | 7 + .../themes/start/jquery.ui.theme.css | 410 + .../themes/sunny/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-medium_20_d34d17_40x40.png | Bin 0 -> 434 bytes .../sunny/images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 272 bytes .../sunny/images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_gloss-wave_45_817865_500x100.png | Bin 0 -> 5942 bytes .../images/ui-bg_gloss-wave_60_fece2f_500x100.png | Bin 0 -> 5902 bytes .../images/ui-bg_gloss-wave_70_ffdd57_500x100.png | Bin 0 -> 5595 bytes .../images/ui-bg_gloss-wave_90_fff9e5_500x100.png | Bin 0 -> 5441 bytes .../ui-bg_highlight-soft_100_feeebd_1x100.png | Bin 0 -> 395 bytes .../images/ui-bg_inset-soft_30_ffffff_1x100.png | Bin 0 -> 255 bytes .../sunny/images/ui-icons_3d3d3d_256x240.png | Bin 0 -> 6948 bytes .../sunny/images/ui-icons_bd7b00_256x240.png | Bin 0 -> 4601 bytes .../sunny/images/ui-icons_d19405_256x240.png | Bin 0 -> 4601 bytes .../sunny/images/ui-icons_eb990f_256x240.png | Bin 0 -> 4601 bytes .../sunny/images/ui-icons_ed9f26_256x240.png | Bin 0 -> 4601 bytes .../sunny/images/ui-icons_fadc7a_256x240.png | Bin 0 -> 4601 bytes .../sunny/images/ui-icons_ffe180_256x240.png | Bin 0 -> 4601 bytes .../jquery-ui-1-10-4/themes/sunny/jquery-ui.css | 1178 ++ .../themes/sunny/jquery-ui.min.css | 7 + .../themes/sunny/jquery.ui.theme.css | 410 + .../swanky-purse/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_diamond_10_4f4221_10x8.png | Bin 0 -> 359 bytes .../images/ui-bg_diamond_20_372806_10x8.png | Bin 0 -> 362 bytes .../images/ui-bg_diamond_25_675423_10x8.png | Bin 0 -> 364 bytes .../images/ui-bg_diamond_25_d5ac5d_10x8.png | Bin 0 -> 365 bytes .../images/ui-bg_diamond_8_261803_10x8.png | Bin 0 -> 362 bytes .../images/ui-bg_diamond_8_443113_10x8.png | Bin 0 -> 362 bytes .../images/ui-bg_flat_75_ddd4b0_40x100.png | Bin 0 -> 274 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 366 bytes .../images/ui-icons_070603_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_e8e2b5_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_e9cd86_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_efec9f_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_f2ec64_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_f9f2bd_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4601 bytes .../themes/swanky-purse/jquery-ui.css | 1178 ++ .../themes/swanky-purse/jquery-ui.min.css | 7 + .../themes/swanky-purse/jquery.ui.theme.css | 410 + .../themes/trontastic/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-small_50_262626_40x40.png | Bin 0 -> 304 bytes .../images/ui-bg_flat_0_303030_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_flat_0_4c4c4c_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_glass_40_0a0a0a_1x400.png | Bin 0 -> 312 bytes .../images/ui-bg_glass_55_f1fbe5_1x400.png | Bin 0 -> 400 bytes .../images/ui-bg_glass_60_000000_1x400.png | Bin 0 -> 309 bytes .../images/ui-bg_gloss-wave_55_000000_500x100.png | Bin 0 -> 3878 bytes .../images/ui-bg_gloss-wave_85_9fda58_500x100.png | Bin 0 -> 5992 bytes .../images/ui-bg_gloss-wave_95_f6ecd5_500x100.png | Bin 0 -> 5850 bytes .../trontastic/images/ui-icons_000000_256x240.png | Bin 0 -> 5383 bytes .../trontastic/images/ui-icons_1f1f1f_256x240.png | Bin 0 -> 6825 bytes .../trontastic/images/ui-icons_9fda58_256x240.png | Bin 0 -> 4601 bytes .../trontastic/images/ui-icons_b8ec79_256x240.png | Bin 0 -> 4601 bytes .../trontastic/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../trontastic/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/trontastic/jquery-ui.css | 1178 ++ .../themes/trontastic/jquery-ui.min.css | 7 + .../themes/trontastic/jquery.ui.theme.css | 410 + .../themes/ui-darkness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 272 bytes .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 282 bytes .../images/ui-bg_glass_20_555555_1x400.png | Bin 0 -> 312 bytes .../images/ui-bg_glass_40_0078a3_1x400.png | Bin 0 -> 394 bytes .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 368 bytes .../images/ui-bg_gloss-wave_25_333333_500x100.png | Bin 0 -> 3891 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 332 bytes .../images/ui-bg_inset-soft_25_000000_1x100.png | Bin 0 -> 327 bytes .../images/ui-bg_inset-soft_30_f58400_1x100.png | Bin 0 -> 392 bytes .../ui-darkness/images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../ui-darkness/images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4601 bytes .../ui-darkness/images/ui-icons_a83300_256x240.png | Bin 0 -> 4601 bytes .../ui-darkness/images/ui-icons_cccccc_256x240.png | Bin 0 -> 7038 bytes .../ui-darkness/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/ui-darkness/jquery-ui.css | 1178 ++ .../themes/ui-darkness/jquery-ui.min.css | 7 + .../themes/ui-darkness/jquery.ui.theme.css | 410 + .../ui-lightness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin 0 -> 470 bytes .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin 0 -> 366 bytes .../images/ui-bg_flat_10_000000_40x100.png | Bin 0 -> 257 bytes .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin 0 -> 315 bytes .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin 0 -> 400 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 259 bytes .../images/ui-bg_gloss-wave_35_f6a828_500x100.png | Bin 0 -> 5867 bytes .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin 0 -> 380 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6837 bytes .../images/ui-icons_228ef1_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_ef8c08_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_ffd27a_256x240.png | Bin 0 -> 4601 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6351 bytes .../themes/ui-lightness/jquery-ui.css | 1178 ++ .../themes/ui-lightness/jquery-ui.min.css | 7 + .../themes/ui-lightness/jquery.ui.theme.css | 410 + .../themes/vader/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../vader/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 264 bytes .../vader/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 384 bytes .../images/ui-bg_gloss-wave_16_121212_500x100.png | Bin 0 -> 3833 bytes .../ui-bg_highlight-hard_15_888888_1x100.png | Bin 0 -> 301 bytes .../ui-bg_highlight-hard_55_555555_1x100.png | Bin 0 -> 303 bytes .../ui-bg_highlight-soft_35_adadad_1x100.png | Bin 0 -> 330 bytes .../ui-bg_highlight-soft_60_dddddd_1x100.png | Bin 0 -> 333 bytes .../images/ui-bg_inset-soft_15_121212_1x100.png | Bin 0 -> 327 bytes .../vader/images/ui-icons_666666_256x240.png | Bin 0 -> 6974 bytes .../vader/images/ui-icons_aaaaaa_256x240.png | Bin 0 -> 7039 bytes .../vader/images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 7058 bytes .../vader/images/ui-icons_c98000_256x240.png | Bin 0 -> 4601 bytes .../vader/images/ui-icons_cccccc_256x240.png | Bin 0 -> 7038 bytes .../vader/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4601 bytes .../vader/images/ui-icons_f29a00_256x240.png | Bin 0 -> 4601 bytes .../jquery-ui-1-10-4/themes/vader/jquery-ui.css | 1178 ++ .../themes/vader/jquery-ui.min.css | 7 + .../themes/vader/jquery.ui.theme.css | 410 + public/assets/jquery-ui-1-10-4/ui/.jshintrc | 22 + .../jquery-ui-1-10-4/ui/i18n/jquery-ui-i18n.js | 1645 ++ .../ui/i18n/jquery.ui.datepicker-af.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar-DZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar.js | 23 + .../ui/i18n/jquery.ui.datepicker-az.js | 23 + .../ui/i18n/jquery.ui.datepicker-be.js | 23 + .../ui/i18n/jquery.ui.datepicker-bg.js | 24 + .../ui/i18n/jquery.ui.datepicker-bs.js | 23 + .../ui/i18n/jquery.ui.datepicker-ca.js | 23 + .../ui/i18n/jquery.ui.datepicker-cs.js | 23 + .../ui/i18n/jquery.ui.datepicker-cy-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-da.js | 23 + .../ui/i18n/jquery.ui.datepicker-de.js | 23 + .../ui/i18n/jquery.ui.datepicker-el.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-AU.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-NZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-eo.js | 23 + .../ui/i18n/jquery.ui.datepicker-es.js | 23 + .../ui/i18n/jquery.ui.datepicker-et.js | 23 + .../ui/i18n/jquery.ui.datepicker-eu.js | 23 + .../ui/i18n/jquery.ui.datepicker-fa.js | 59 + .../ui/i18n/jquery.ui.datepicker-fi.js | 23 + .../ui/i18n/jquery.ui.datepicker-fo.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr-CA.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr-CH.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr.js | 25 + .../ui/i18n/jquery.ui.datepicker-gl.js | 23 + .../ui/i18n/jquery.ui.datepicker-he.js | 23 + .../ui/i18n/jquery.ui.datepicker-hi.js | 23 + .../ui/i18n/jquery.ui.datepicker-hr.js | 23 + .../ui/i18n/jquery.ui.datepicker-hu.js | 23 + .../ui/i18n/jquery.ui.datepicker-hy.js | 23 + .../ui/i18n/jquery.ui.datepicker-id.js | 23 + .../ui/i18n/jquery.ui.datepicker-is.js | 23 + .../ui/i18n/jquery.ui.datepicker-it.js | 23 + .../ui/i18n/jquery.ui.datepicker-ja.js | 23 + .../ui/i18n/jquery.ui.datepicker-ka.js | 21 + .../ui/i18n/jquery.ui.datepicker-kk.js | 23 + .../ui/i18n/jquery.ui.datepicker-km.js | 23 + .../ui/i18n/jquery.ui.datepicker-ko.js | 23 + .../ui/i18n/jquery.ui.datepicker-ky.js | 24 + .../ui/i18n/jquery.ui.datepicker-lb.js | 23 + .../ui/i18n/jquery.ui.datepicker-lt.js | 23 + .../ui/i18n/jquery.ui.datepicker-lv.js | 23 + .../ui/i18n/jquery.ui.datepicker-mk.js | 23 + .../ui/i18n/jquery.ui.datepicker-ml.js | 23 + .../ui/i18n/jquery.ui.datepicker-ms.js | 23 + .../ui/i18n/jquery.ui.datepicker-nb.js | 22 + .../ui/i18n/jquery.ui.datepicker-nl-BE.js | 23 + .../ui/i18n/jquery.ui.datepicker-nl.js | 23 + .../ui/i18n/jquery.ui.datepicker-nn.js | 22 + .../ui/i18n/jquery.ui.datepicker-no.js | 23 + .../ui/i18n/jquery.ui.datepicker-pl.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt-BR.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt.js | 22 + .../ui/i18n/jquery.ui.datepicker-rm.js | 21 + .../ui/i18n/jquery.ui.datepicker-ro.js | 26 + .../ui/i18n/jquery.ui.datepicker-ru.js | 23 + .../ui/i18n/jquery.ui.datepicker-sk.js | 23 + .../ui/i18n/jquery.ui.datepicker-sl.js | 24 + .../ui/i18n/jquery.ui.datepicker-sq.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr-SR.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr.js | 23 + .../ui/i18n/jquery.ui.datepicker-sv.js | 23 + .../ui/i18n/jquery.ui.datepicker-ta.js | 23 + .../ui/i18n/jquery.ui.datepicker-th.js | 23 + .../ui/i18n/jquery.ui.datepicker-tj.js | 23 + .../ui/i18n/jquery.ui.datepicker-tr.js | 23 + .../ui/i18n/jquery.ui.datepicker-uk.js | 24 + .../ui/i18n/jquery.ui.datepicker-vi.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-CN.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-HK.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-TW.js | 23 + .../assets/jquery-ui-1-10-4/ui/jquery-ui.custom.js | 15008 ++++++++++++++++++ public/assets/jquery-ui-1-10-4/ui/jquery-ui.js | 15008 ++++++++++++++++++ .../jquery-ui-1-10-4/ui/jquery.ui.accordion.js | 570 + .../jquery-ui-1-10-4/ui/jquery.ui.autocomplete.js | 606 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.button.js | 395 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.core.js | 320 + .../jquery-ui-1-10-4/ui/jquery.ui.datepicker.js | 2038 +++ .../assets/jquery-ui-1-10-4/ui/jquery.ui.dialog.js | 823 + .../jquery-ui-1-10-4/ui/jquery.ui.draggable.js | 958 ++ .../jquery-ui-1-10-4/ui/jquery.ui.droppable.js | 389 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-blind.js | 82 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-bounce.js | 113 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-clip.js | 67 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-drop.js | 65 + .../ui/jquery.ui.effect-explode.js | 97 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-fade.js | 30 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-fold.js | 76 + .../ui/jquery.ui.effect-highlight.js | 50 + .../ui/jquery.ui.effect-pulsate.js | 63 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-scale.js | 318 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-shake.js | 74 + .../jquery-ui-1-10-4/ui/jquery.ui.effect-slide.js | 64 + .../ui/jquery.ui.effect-transfer.js | 47 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.effect.js | 1289 ++ .../assets/jquery-ui-1-10-4/ui/jquery.ui.menu.js | 627 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.mouse.js | 169 + .../jquery-ui-1-10-4/ui/jquery.ui.position.js | 501 + .../jquery-ui-1-10-4/ui/jquery.ui.progressbar.js | 145 + .../jquery-ui-1-10-4/ui/jquery.ui.resizable.js | 978 ++ .../jquery-ui-1-10-4/ui/jquery.ui.selectable.js | 277 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.slider.js | 676 + .../jquery-ui-1-10-4/ui/jquery.ui.sortable.js | 1289 ++ .../jquery-ui-1-10-4/ui/jquery.ui.spinner.js | 497 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.tabs.js | 849 ++ .../jquery-ui-1-10-4/ui/jquery.ui.tooltip.js | 402 + .../assets/jquery-ui-1-10-4/ui/jquery.ui.widget.js | 521 + .../ui/minified/i18n/jquery-ui-i18n.min.js | 7 + .../minified/i18n/jquery.ui.datepicker-af.min.js | 5 + .../i18n/jquery.ui.datepicker-ar-DZ.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ar.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-az.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-be.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-bg.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-bs.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ca.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-cs.min.js | 5 + .../i18n/jquery.ui.datepicker-cy-GB.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-da.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-de.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-el.min.js | 5 + .../i18n/jquery.ui.datepicker-en-AU.min.js | 5 + .../i18n/jquery.ui.datepicker-en-GB.min.js | 5 + .../i18n/jquery.ui.datepicker-en-NZ.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-eo.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-es.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-et.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-eu.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-fa.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-fi.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-fo.min.js | 5 + .../i18n/jquery.ui.datepicker-fr-CA.min.js | 5 + .../i18n/jquery.ui.datepicker-fr-CH.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-fr.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-gl.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-he.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-hi.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-hr.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-hu.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-hy.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-id.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-is.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-it.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ja.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ka.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-kk.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-km.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ko.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ky.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-lb.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-lt.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-lv.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-mk.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ml.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ms.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-nb.min.js | 5 + .../i18n/jquery.ui.datepicker-nl-BE.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-nl.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-nn.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-no.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-pl.min.js | 5 + .../i18n/jquery.ui.datepicker-pt-BR.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-pt.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-rm.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ro.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ru.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-sk.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-sl.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-sq.min.js | 5 + .../i18n/jquery.ui.datepicker-sr-SR.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-sr.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-sv.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-ta.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-th.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-tj.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-tr.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-uk.min.js | 5 + .../minified/i18n/jquery.ui.datepicker-vi.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-CN.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-HK.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-TW.min.js | 5 + .../ui/minified/jquery-ui.custom.min.js | 7 + .../jquery-ui-1-10-4/ui/minified/jquery-ui.min.js | 7 + .../ui/minified/jquery.ui.accordion.min.js | 5 + .../ui/minified/jquery.ui.autocomplete.min.js | 5 + .../ui/minified/jquery.ui.button.min.js | 5 + .../ui/minified/jquery.ui.core.min.js | 5 + .../ui/minified/jquery.ui.datepicker.min.js | 6 + .../ui/minified/jquery.ui.dialog.min.js | 5 + .../ui/minified/jquery.ui.draggable.min.js | 5 + .../ui/minified/jquery.ui.droppable.min.js | 5 + .../ui/minified/jquery.ui.effect-blind.min.js | 5 + .../ui/minified/jquery.ui.effect-bounce.min.js | 5 + .../ui/minified/jquery.ui.effect-clip.min.js | 5 + .../ui/minified/jquery.ui.effect-drop.min.js | 5 + .../ui/minified/jquery.ui.effect-explode.min.js | 5 + .../ui/minified/jquery.ui.effect-fade.min.js | 5 + .../ui/minified/jquery.ui.effect-fold.min.js | 5 + .../ui/minified/jquery.ui.effect-highlight.min.js | 5 + .../ui/minified/jquery.ui.effect-pulsate.min.js | 5 + .../ui/minified/jquery.ui.effect-scale.min.js | 5 + .../ui/minified/jquery.ui.effect-shake.min.js | 5 + .../ui/minified/jquery.ui.effect-slide.min.js | 5 + .../ui/minified/jquery.ui.effect-transfer.min.js | 5 + .../ui/minified/jquery.ui.effect.min.js | 5 + .../ui/minified/jquery.ui.menu.min.js | 5 + .../ui/minified/jquery.ui.mouse.min.js | 5 + .../ui/minified/jquery.ui.position.min.js | 5 + .../ui/minified/jquery.ui.progressbar.min.js | 5 + .../ui/minified/jquery.ui.resizable.min.js | 5 + .../ui/minified/jquery.ui.selectable.min.js | 5 + .../ui/minified/jquery.ui.slider.min.js | 5 + .../ui/minified/jquery.ui.sortable.min.js | 5 + .../ui/minified/jquery.ui.spinner.min.js | 5 + .../ui/minified/jquery.ui.tabs.min.js | 5 + .../ui/minified/jquery.ui.tooltip.min.js | 5 + .../ui/minified/jquery.ui.widget.min.js | 5 + 897 files changed, 119548 insertions(+) create mode 100644 public/assets/datatables-1-10-11/.bower.json create mode 100644 public/assets/datatables-1-10-11/Contributing.md create mode 100644 public/assets/datatables-1-10-11/Readme.md create mode 100644 public/assets/datatables-1-10-11/bower.json create mode 100644 public/assets/datatables-1-10-11/license.txt create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.foundation.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.foundation.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.material.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.material.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.semanticui.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.semanticui.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.uikit.css create mode 100644 public/assets/datatables-1-10-11/media/css/dataTables.uikit.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/jquery.dataTables.css create mode 100644 public/assets/datatables-1-10-11/media/css/jquery.dataTables.min.css create mode 100644 public/assets/datatables-1-10-11/media/css/jquery.dataTables_themeroller.css create mode 100644 public/assets/datatables-1-10-11/media/images/Sorting icons.psd create mode 100644 public/assets/datatables-1-10-11/media/images/favicon.ico create mode 100644 public/assets/datatables-1-10-11/media/images/sort_asc.png create mode 100644 public/assets/datatables-1-10-11/media/images/sort_asc_disabled.png create mode 100644 public/assets/datatables-1-10-11/media/images/sort_both.png create mode 100644 public/assets/datatables-1-10-11/media/images/sort_desc.png create mode 100644 public/assets/datatables-1-10-11/media/images/sort_desc_disabled.png create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.bootstrap.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.bootstrap.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.bootstrap4.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.bootstrap4.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.foundation.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.foundation.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.jqueryui.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.jqueryui.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.material.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.material.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.semanticui.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.semanticui.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.uikit.js create mode 100644 public/assets/datatables-1-10-11/media/js/dataTables.uikit.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/jquery.dataTables.js create mode 100644 public/assets/datatables-1-10-11/media/js/jquery.dataTables.min.js create mode 100644 public/assets/datatables-1-10-11/media/js/jquery.js create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/.bower.json create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/License.txt create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/Readme.md create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/bower.json create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/css/fixedColumns.bootstrap.scss create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/css/fixedColumns.dataTables.scss create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/css/fixedColumns.foundation.scss create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/css/fixedColumns.jqueryui.scss create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/fixedColumns().cellIndex().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/fixedColumns().relayout().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/fixedColumns().rowIndex().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/fixedColumns().update().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/fixedColumns().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/api/rows().recalcHeight().xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/option/fixedColumns.heightMatch.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/option/fixedColumns.leftColumns.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/option/fixedColumns.rightColumns.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/docs/option/fixedColumns.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/.DS_Store create mode 100755 public/assets/datatables-fixedcolumns-3-2-1/examples/index.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/.DS_Store create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/colvis.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/css_size.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/index.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/index_column.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/left_right_columns.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/right_column.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/server-side-processing.xml create mode 100755 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/simple.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/size_fixed.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/size_fluid.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/initialisation/two_columns.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/integration/api.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/integration/index.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/integration/select-checkbox.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/integration/select.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/bootstrap.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/col_filter.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/colvis.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/foundation.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/index.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/jqueryui.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/rowspan.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/rtl.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/examples/styling/server-side-processing.xml create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/js/dataTables.fixedColumns.js create mode 100644 public/assets/datatables-fixedcolumns-3-2-1/make.sh create mode 100644 public/assets/datatables-fixedheader-3-1-1/.bower.json create mode 100644 public/assets/datatables-fixedheader-3-1-1/.gitignore create mode 100644 public/assets/datatables-fixedheader-3-1-1/License.txt create mode 100644 public/assets/datatables-fixedheader-3-1-1/Readme.md create mode 100644 public/assets/datatables-fixedheader-3-1-1/bower.json create mode 100644 public/assets/datatables-fixedheader-3-1-1/css/fixedHeader.bootstrap.scss create mode 100644 public/assets/datatables-fixedheader-3-1-1/css/fixedHeader.dataTables.scss create mode 100644 public/assets/datatables-fixedheader-3-1-1/css/fixedHeader.foundation.scss create mode 100644 public/assets/datatables-fixedheader-3-1-1/css/fixedHeader.jqueryui.scss create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/api/fixedHeader.adjust().xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/api/fixedHeader.disable().xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/api/fixedHeader.enable().xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/api/fixedHeader.footerOffset().xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/api/fixedHeader.headerOffset().xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/option/fixedHeader.footer.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/option/fixedHeader.footerOffset.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/option/fixedHeader.header.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/option/fixedHeader.headerOffset.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/docs/option/fixedHeader.xml create mode 100755 public/assets/datatables-fixedheader-3-1-1/examples/index.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/integration/buttons.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/integration/colreorder.xml create mode 100755 public/assets/datatables-fixedheader-3-1-1/examples/integration/index.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/integration/responsive-bootstrap.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/integration/responsive.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/enable-disable.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/header_footer.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/horizontal-scroll.xml create mode 100755 public/assets/datatables-fixedheader-3-1-1/examples/options/index.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/new.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/offset.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/show-hide.xml create mode 100755 public/assets/datatables-fixedheader-3-1-1/examples/options/simple.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/options/two_tables.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/styling/bootstrap.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/styling/foundation.xml create mode 100755 public/assets/datatables-fixedheader-3-1-1/examples/styling/index.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/examples/styling/jqueryui.xml create mode 100644 public/assets/datatables-fixedheader-3-1-1/js/dataTables.fixedHeader.js create mode 100644 public/assets/datatables-fixedheader-3-1-1/make.sh create mode 100644 public/assets/datatables-scroller-1-4-1/.bower.json create mode 100644 public/assets/datatables-scroller-1-4-1/License.txt create mode 100644 public/assets/datatables-scroller-1-4-1/Readme.md create mode 100644 public/assets/datatables-scroller-1-4-1/bower.json create mode 100644 public/assets/datatables-scroller-1-4-1/css/scroller.bootstrap.scss create mode 100644 public/assets/datatables-scroller-1-4-1/css/scroller.dataTables.scss create mode 100644 public/assets/datatables-scroller-1-4-1/css/scroller.foundation.scss create mode 100644 public/assets/datatables-scroller-1-4-1/css/scroller.jqueryui.scss create mode 100644 public/assets/datatables-scroller-1-4-1/docs/api/row().scrollTo().xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/api/scroller.measure().xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/api/scroller.page().xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.boundaryScale.xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.displayBuffer.xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.loadingIndicator.xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.rowHeight.xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.serverWait.xml create mode 100644 public/assets/datatables-scroller-1-4-1/docs/option/scroller.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/data/2500.txt create mode 100644 public/assets/datatables-scroller-1-4-1/examples/data/ssp.php create mode 100755 public/assets/datatables-scroller-1-4-1/examples/index.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/api_scrolling.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/fixedColumns.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/index.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/large_js_source.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/server-side_processing.xml create mode 100755 public/assets/datatables-scroller-1-4-1/examples/initialisation/simple.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/initialisation/state_saving.xml create mode 100755 public/assets/datatables-scroller-1-4-1/examples/styling/bootstrap.xml create mode 100755 public/assets/datatables-scroller-1-4-1/examples/styling/foundation.xml create mode 100644 public/assets/datatables-scroller-1-4-1/examples/styling/index.xml create mode 100755 public/assets/datatables-scroller-1-4-1/examples/styling/jqueryui.xml create mode 100644 public/assets/datatables-scroller-1-4-1/js/dataTables.scroller.js create mode 100644 public/assets/datatables-scroller-1-4-1/make.sh create mode 100644 public/assets/jquery-ui-1-10-4/.bower.json create mode 100644 public/assets/jquery-ui-1-10-4/.gitignore create mode 100644 public/assets/jquery-ui-1-10-4/AUTHORS.txt create mode 100644 public/assets/jquery-ui-1-10-4/MIT-LICENSE.txt create mode 100644 public/assets/jquery-ui-1-10-4/README.md create mode 100644 public/assets/jquery-ui-1-10-4/bower.json create mode 100644 public/assets/jquery-ui-1-10-4/component.json create mode 100644 public/assets/jquery-ui-1-10-4/composer.json create mode 100644 public/assets/jquery-ui-1-10-4/package.json create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-icons_2e83ff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-icons_888888_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.accordion.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.all.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.autocomplete.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.base.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.button.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.core.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.datepicker.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.dialog.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.menu.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.progressbar.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.resizable.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.selectable.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.slider.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.spinner.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.tabs.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/jquery.ui.tooltip.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-icons_2e83ff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-icons_888888_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.accordion.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.autocomplete.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.button.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.core.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.datepicker.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.dialog.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.menu.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.progressbar.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.resizable.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.selectable.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.slider.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.spinner.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.tabs.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.theme.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/base/minified/jquery.ui.tooltip.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_4ca300_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_bbbbbb_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_ededed_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_ffcf29_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/black-tie/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-icons_004276_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-icons_cc0000_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/blitzer/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-icons_2694e8_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-icons_2e83ff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-icons_3d80b3_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-icons_72a7cf_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/cupertino/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-icons_a83300_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-icons_cccccc_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dark-hive/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-icons_00498f_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-icons_98d2fb_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/dot-luv/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_734d99_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_8d78a5_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_a8a3ae_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_ebccce_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/eggplant/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-icons_0a82eb_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-icons_0b54d5_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/excite-bike/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-icons_0073ea_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-icons_666666_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-icons_ff0084_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/flick/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_88a206_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_c02669_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/hot-sneaks/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_c47a23_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_cb672b_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_f08000_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_f35f07_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_ff7519_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/humanity/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-icons_4eb305_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-icons_72b42d_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/le-frog/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_9bcc60_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_add978_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_f1fd86_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/mint-choc/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-icons_3383bb_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-icons_70b2e1_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-icons_999999_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/images/ui-icons_fbc856_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/overcast/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_b83400_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/pepper-grinder/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_217bc0_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_2e83ff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_469bdd_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_6da8d5_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_d8e7f3_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/images/ui-icons_f9bd01_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/redmond/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-icons_454545_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-icons_888888_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/smoothness/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_808080_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_847e71_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_8DC262_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_eeeeee_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/south-street/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_flat_55_999999_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_glass_45_0078ae_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_0078ae_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_056b93_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_d8e7f3_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_e0fdff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_f5e175_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_f7a50d_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/images/ui-icons_fcd113_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/start/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_3d3d3d_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_bd7b00_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_d19405_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_eb990f_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_ed9f26_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_fadc7a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/images/ui-icons_ffe180_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/sunny/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_070603_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_efec9f_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/images/ui-icons_ff7519_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/swanky-purse/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_000000_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_1f1f1f_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_9fda58_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_b8ec79_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/trontastic/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-icons_a83300_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-icons_cccccc_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-darkness/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-icons_222222_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-icons_228ef1_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/images/ui-icons_ffffff_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/ui-lightness/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/animated-overlay.gif create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_666666_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_aaaaaa_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_bbbbbb_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_c98000_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_cccccc_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_cd0a0a_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/images/ui-icons_f29a00_256x240.png create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/jquery-ui.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/jquery-ui.min.css create mode 100644 public/assets/jquery-ui-1-10-4/themes/vader/jquery.ui.theme.css create mode 100644 public/assets/jquery-ui-1-10-4/ui/.jshintrc create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery-ui-i18n.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-af.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ar-DZ.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ar.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-az.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-be.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-bg.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-bs.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ca.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-cs.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-cy-GB.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-da.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-de.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-el.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-en-AU.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-en-GB.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-en-NZ.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-eo.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-es.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-et.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-eu.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fa.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fi.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fo.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fr-CA.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fr-CH.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-fr.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-gl.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-he.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-hi.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-hr.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-hu.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-hy.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-id.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-is.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-it.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ja.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ka.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-kk.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-km.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ko.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ky.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-lb.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-lt.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-lv.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-mk.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ml.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ms.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-nb.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-nl-BE.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-nl.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-nn.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-no.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-pl.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-pt-BR.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-pt.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-rm.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ro.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ru.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sk.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sl.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sq.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sr-SR.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sr.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-sv.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-ta.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-th.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-tj.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-tr.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-uk.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-vi.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-zh-CN.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-zh-HK.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/i18n/jquery.ui.datepicker-zh-TW.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery-ui.custom.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery-ui.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.accordion.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.autocomplete.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.button.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.core.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.datepicker.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.dialog.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.draggable.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.droppable.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-blind.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-bounce.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-clip.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-drop.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-explode.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-fade.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-fold.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-highlight.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-pulsate.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-scale.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-shake.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-slide.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect-transfer.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.effect.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.menu.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.mouse.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.position.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.progressbar.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.resizable.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.selectable.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.slider.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.sortable.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.spinner.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.tabs.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.tooltip.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/jquery.ui.widget.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery-ui-i18n.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-af.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ar.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-az.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-be.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-bg.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-bs.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ca.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-cs.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-da.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-de.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-el.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-eo.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-es.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-et.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-eu.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fa.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fi.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fo.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-fr.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-gl.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-he.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-hi.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-hr.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-hu.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-hy.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-id.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-is.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-it.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ja.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ka.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-kk.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-km.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ko.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ky.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-lb.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-lt.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-lv.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-mk.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ml.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ms.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-nb.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-nl.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-nn.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-no.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-pl.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-pt.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-rm.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ro.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ru.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sk.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sl.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sq.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sr.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-sv.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-ta.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-th.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-tj.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-tr.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-uk.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-vi.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery-ui.custom.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery-ui.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.accordion.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.autocomplete.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.button.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.core.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.datepicker.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.dialog.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.draggable.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.droppable.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-blind.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-bounce.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-clip.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-drop.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-explode.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-fade.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-fold.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-highlight.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-pulsate.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-scale.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-shake.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-slide.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect-transfer.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.effect.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.menu.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.mouse.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.position.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.progressbar.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.resizable.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.selectable.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.slider.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.sortable.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.spinner.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.tabs.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.tooltip.min.js create mode 100644 public/assets/jquery-ui-1-10-4/ui/minified/jquery.ui.widget.min.js diff --git a/.bowerrc b/.bowerrc index 65a2727bb..cdb267e4f 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,6 +1,7 @@ { "directory": "public/assets", "ignoredDependencies": [ + "datatables", "jquery", "imagesloaded", "react" diff --git a/bower.json b/bower.json index b8554ce3d..8a5854df9 100644 --- a/bower.json +++ b/bower.json @@ -18,8 +18,13 @@ "AnythingSlider-1-9-4": "AnythingSlider#1.9.4", "bootstrap-3-3-4": "bootstrap#3.3.4", "Chart.js-2-1-3": "Chart.js#2.1.3", + "datatables-1-10-11": "datatables#1.10.11", + "datatables-fixedcolumns-3-2-1": "datatables-fixedcolumns#3.2.1", + "datatables-fixedheader-3-1-1": "datatables-fixedheader#3.1.1", + "datatables-scroller-1-4-1": "datatables-scroller#1.4.1", "font-awesome-4-6-3": "font-awesome#4.6.3", "jquery-panelslider-0-1-1": "jquery-panelslider#0.1.1", + "jquery-ui-1-10-4": "jquery-ui#1.10.4", "jquery-ui-1-11-4": "jquery-ui#1.11.4", "literallycanvas-0-4-13": "literallycanvas#0.4.13", "pure-0-5-0": "pure#0.5.0", diff --git a/public/assets/datatables-1-10-11/.bower.json b/public/assets/datatables-1-10-11/.bower.json new file mode 100644 index 000000000..2b837e5e1 --- /dev/null +++ b/public/assets/datatables-1-10-11/.bower.json @@ -0,0 +1,42 @@ +{ + "name": "datatables", + "main": [ + "media/js/jquery.dataTables.js", + "media/css/jquery.dataTables.css", + "media/images/sort_asc.png", + "media/images/sort_asc_disabled.png", + "media/images/sort_both.png", + "media/images/sort_desc.png", + "media/images/sort_desc_disabled.png" + ], + "dependencies": { + "jquery": ">=1.7.0" + }, + "license": "MIT", + "keywords": [ + "jquery", + "datatables", + "table", + "javascript", + "library" + ], + "ignore": [ + "/.*", + "examples", + "media/unit_testing", + "composer.json", + "dataTables.jquery.json", + "package.json" + ], + "homepage": "https://github.com/DataTables/DataTables", + "version": "1.10.11", + "_release": "1.10.11", + "_resolution": { + "type": "version", + "tag": "1.10.11", + "commit": "8a3412a1aee8fdb4b65f426faa6c9a986994abfe" + }, + "_source": "https://github.com/DataTables/DataTables.git", + "_target": "1.10.11", + "_originalSource": "datatables" +} \ No newline at end of file diff --git a/public/assets/datatables-1-10-11/Contributing.md b/public/assets/datatables-1-10-11/Contributing.md new file mode 100644 index 000000000..17a8f1f10 --- /dev/null +++ b/public/assets/datatables-1-10-11/Contributing.md @@ -0,0 +1,18 @@ +# Support requests + +Please direct support requests to the [DataTables forums](https://datatables.net/forums), ensuring that you provide a link to a test page that shows the problem and a full description of the issue. If you require urgent help, [priority support](https://datatables.net/support) is available. + + +# Contributing code + +If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. In order to keep thing manageable, there are a number of guidelines that should be followed in order to ensure that your modification is included in DataTables as quickly as possible: + +1. Make contributions in the DataTables/DataTablesSrc repo. Changes to the built files in the built repo (DataTables/DataTables) will not be accepted since they would be overwritten by the next build! + +2. Follow the style of the code in the existing files. They might not be to everyone's tastes, but consistency is key for a mature project like DataTables. DataTables doesn't have a coding standards document, but simple common sense of following the same style as in the existing files is ideal. For example use tabs not spaces (as you will see all source files use tabs). + +3. Link to a test page showing the bug you are fixing or the feature you are adding. This allows to me to quickly identify what is being changed and why. Don't worry about being verbose in pull requests - its much better to know exactly what is changing and why! + +4. DataTables is a large and complex project and it isn't always possible or suitable to pull in every suggested change. Please don't be offended if a pull request is not merged in, it will explained why not if this is the case. Also it isn't always possible to fully check and test pull requests as quickly as I would like due to other commitments. Again this is no reflection on your pull request, just the busy life that we all lead! If you have any questions about your potential contribution and its place in the DataTables project structure, please ask ahead of time in the [DataTables forums](//datatables.net/forums). + +5. Pull requests will only be accepted if you acknowledge that your contribution is offered under and will be made available under the project's existing license (MIT). If your initial pull request doesn't explicitly acknowledge this I'll ask before it is pulled in. \ No newline at end of file diff --git a/public/assets/datatables-1-10-11/Readme.md b/public/assets/datatables-1-10-11/Readme.md new file mode 100644 index 000000000..09c8c8f73 --- /dev/null +++ b/public/assets/datatables-1-10-11/Readme.md @@ -0,0 +1,59 @@ +# DataTables plug-in for jQuery + +DataTables is a table enhancing plug-in for the [jQuery](//jquery.com) Javascript library, adding sorting, paging and filtering abilities to plain HTML tables with minimal effort. The stated goal of DataTables is: + +> To enhance the accessibility of data in HTML tables. + +To meet this goal, DataTables is developed with two distinct groups of users in mind: + +* You the developers using DataTables. For developers DataTables provides a wide array of options for how data should be obtained, displayed and acted upon, along with an extensive API for accessing and manipulating the table. + +* End users. For those using the interface DataTables presents, actions to get the most from the information contained in tables, such as sorting and filtering, along with paging and scrolling of the data in table, are easy to use, intuitive and fast. + + +## Installing DataTables + +To use DataTables, the primary way to obtain the software is to use the [DataTables downloader](//datatables.net/download). You can also include the individual files from the [DataTables CDN](//cdn.datatables.net). See the [documentation](//datatables.net/manual/installation) for full details. + +### NPM and Bower + +If you prefer to use a package manager such as NPM or Bower, distribution repositories are available with software built from this repository under the name `datatables.net`. Styling packages for Bootstrap, Foundation and other styling libraries are also available by adding a suffix to the package name. + +Please see the DataTables [NPM](//datatables.net/download/npm) and [Bower](//datatables.net/download/bower) installation pages for further information. The [DataTables installation manual](//datatables.net/manual/installation) also has details on how to use package managers with DataTables. + + +## Usage + +In its simplest case, DataTables can be initialised with a single line of Javascript: + +```js +$('table').dataTable(); +``` + +where the jQuery selector is used to obtain a reference to the table you want to enhance with DataTables. Optional configuration parameters can be passed in to DataTables to have it perform certain actions by using a configuration object as the parameter passed in to the DataTables constructor. For example: + +```js +$('table').dataTable( { + paginate: false, + scrollY: 300 +} ); +``` + +will disable paging and enable scrolling. + +A full list of the options available for DataTables are available in the [documentation](//datatables.net). + + +## Documentation + +Full documentation of the DataTables options, API and plug-in interface are available on the [DataTables web-site](//datatables.net). The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. + + +## Support + +Support for DataTables is available through the [DataTables forums](//datatables.net/forums) and [commercial support options](//datatables.net/support) are available. + + +## License + +DataTables is release under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, as long as the copyright header is left intact (specifically the comment block which starts with `/*!`. diff --git a/public/assets/datatables-1-10-11/bower.json b/public/assets/datatables-1-10-11/bower.json new file mode 100644 index 000000000..313d85326 --- /dev/null +++ b/public/assets/datatables-1-10-11/bower.json @@ -0,0 +1,31 @@ +{ + "name": "datatables", + "main": [ + "media/js/jquery.dataTables.js", + "media/css/jquery.dataTables.css", + "media/images/sort_asc.png", + "media/images/sort_asc_disabled.png", + "media/images/sort_both.png", + "media/images/sort_desc.png", + "media/images/sort_desc_disabled.png" + ], + "dependencies": { + "jquery": ">=1.7.0" + }, + "license": "MIT", + "keywords": [ + "jquery", + "datatables", + "table", + "javascript", + "library" + ], + "ignore": [ + "/.*", + "examples", + "media/unit_testing", + "composer.json", + "dataTables.jquery.json", + "package.json" + ] +} diff --git a/public/assets/datatables-1-10-11/license.txt b/public/assets/datatables-1-10-11/license.txt new file mode 100644 index 000000000..e22fb65fa --- /dev/null +++ b/public/assets/datatables-1-10-11/license.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-2015 SpryMedia Limited +http://datatables.net + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.css b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.css new file mode 100644 index 000000000..9abe1b5b4 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.css @@ -0,0 +1,187 @@ +table.dataTable { + clear: both; + margin-top: 6px !important; + margin-bottom: 6px !important; + max-width: none !important; +} +table.dataTable td, +table.dataTable th { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +table.dataTable td.dataTables_empty, +table.dataTable th.dataTables_empty { + text-align: center; +} +table.dataTable.nowrap th, +table.dataTable.nowrap td { + white-space: nowrap; +} + +div.dataTables_wrapper div.dataTables_length label { + font-weight: normal; + text-align: left; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_length select { + width: 75px; + display: inline-block; +} +div.dataTables_wrapper div.dataTables_filter { + text-align: right; +} +div.dataTables_wrapper div.dataTables_filter label { + font-weight: normal; + white-space: nowrap; + text-align: left; +} +div.dataTables_wrapper div.dataTables_filter input { + margin-left: 0.5em; + display: inline-block; + width: auto; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 8px; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_paginate { + margin: 0; + white-space: nowrap; + text-align: right; +} +div.dataTables_wrapper div.dataTables_paginate ul.pagination { + margin: 2px 0; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + margin-top: -26px; + text-align: center; + padding: 1em 0; +} + +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, +table.dataTable thead > tr > td.sorting_asc, +table.dataTable thead > tr > td.sorting_desc, +table.dataTable thead > tr > td.sorting { + padding-right: 30px; +} +table.dataTable thead > tr > th:active, +table.dataTable thead > tr > td:active { + outline: none; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + cursor: pointer; + position: relative; +} +table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:after, +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:after { + position: absolute; + bottom: 8px; + right: 8px; + display: block; + font-family: 'Glyphicons Halflings'; + opacity: 0.5; +} +table.dataTable thead .sorting:after { + opacity: 0.2; + content: "\e150"; + /* sort */ +} +table.dataTable thead .sorting_asc:after { + content: "\e155"; + /* sort-by-attributes */ +} +table.dataTable thead .sorting_desc:after { + content: "\e156"; + /* sort-by-attributes-alt */ +} +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:after { + color: #eee; +} + +div.dataTables_scrollHead table.dataTable { + margin-bottom: 0 !important; +} + +div.dataTables_scrollBody table { + border-top: none; + margin-top: 0 !important; + margin-bottom: 0 !important; +} +div.dataTables_scrollBody table thead .sorting:after, +div.dataTables_scrollBody table thead .sorting_asc:after, +div.dataTables_scrollBody table thead .sorting_desc:after { + display: none; +} +div.dataTables_scrollBody table tbody tr:first-child th, +div.dataTables_scrollBody table tbody tr:first-child td { + border-top: none; +} + +div.dataTables_scrollFoot table { + margin-top: 0 !important; + border-top: none; +} + +@media screen and (max-width: 767px) { + div.dataTables_wrapper div.dataTables_length, + div.dataTables_wrapper div.dataTables_filter, + div.dataTables_wrapper div.dataTables_info, + div.dataTables_wrapper div.dataTables_paginate { + text-align: center; + } +} +table.dataTable.table-condensed > thead > tr > th { + padding-right: 20px; +} +table.dataTable.table-condensed .sorting:after, +table.dataTable.table-condensed .sorting_asc:after, +table.dataTable.table-condensed .sorting_desc:after { + top: 6px; + right: 6px; +} + +table.table-bordered.dataTable { + border-collapse: separate !important; +} +table.table-bordered.dataTable th, +table.table-bordered.dataTable td { + border-left-width: 0; +} +table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, +table.table-bordered.dataTable td:last-child, +table.table-bordered.dataTable td:last-child { + border-right-width: 0; +} +table.table-bordered.dataTable tbody th, +table.table-bordered.dataTable tbody td { + border-bottom-width: 0; +} + +div.dataTables_scrollHead table.table-bordered { + border-bottom-width: 0; +} + +div.table-responsive > div.dataTables_wrapper > div.row { + margin: 0; +} +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { + padding-left: 0; +} +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { + padding-right: 0; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.min.css new file mode 100644 index 000000000..745f2996f --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap.min.css @@ -0,0 +1 @@ +table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-collapse:separate !important}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.css b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.css new file mode 100644 index 000000000..30bafc7fb --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.css @@ -0,0 +1,196 @@ +table.dataTable { + clear: both; + margin-top: 6px !important; + margin-bottom: 6px !important; + max-width: none !important; +} +table.dataTable td, +table.dataTable th { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +table.dataTable td.dataTables_empty, +table.dataTable th.dataTables_empty { + text-align: center; +} +table.dataTable.nowrap th, +table.dataTable.nowrap td { + white-space: nowrap; +} + +div.dataTables_wrapper div.dataTables_length label { + font-weight: normal; + text-align: left; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_length select { + width: 75px; + display: inline-block; +} +div.dataTables_wrapper div.dataTables_filter { + text-align: right; +} +div.dataTables_wrapper div.dataTables_filter label { + font-weight: normal; + white-space: nowrap; + text-align: left; +} +div.dataTables_wrapper div.dataTables_filter input { + margin-left: 0.5em; + display: inline-block; + width: auto; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 0.85em; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_paginate { + margin: 0; + white-space: nowrap; + text-align: right; +} +div.dataTables_wrapper div.dataTables_paginate ul.pagination { + margin: 2px 0; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + margin-top: -26px; + text-align: center; + padding: 1em 0; +} + +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, +table.dataTable thead > tr > td.sorting_asc, +table.dataTable thead > tr > td.sorting_desc, +table.dataTable thead > tr > td.sorting { + padding-right: 30px; +} +table.dataTable thead > tr > th:active, +table.dataTable thead > tr > td:active { + outline: none; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + cursor: pointer; + position: relative; +} +table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:before, +table.dataTable thead .sorting_desc:after, +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:before, +table.dataTable thead .sorting_desc_disabled:after { + position: absolute; + bottom: 0.9em; + display: block; + opacity: 0.3; +} +table.dataTable thead .sorting:before, +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_desc:before, +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_desc_disabled:before { + right: 1em; + content: "\2191"; +} +table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:after, +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:after { + right: 0.5em; + content: "\2193"; +} +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_desc:after { + opacity: 1; +} +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_desc_disabled:after { + opacity: 0; +} + +div.dataTables_scrollHead table.dataTable { + margin-bottom: 0 !important; +} + +div.dataTables_scrollBody table { + border-top: none; + margin-top: 0 !important; + margin-bottom: 0 !important; +} +div.dataTables_scrollBody table thead .sorting:after, +div.dataTables_scrollBody table thead .sorting_asc:after, +div.dataTables_scrollBody table thead .sorting_desc:after { + display: none; +} +div.dataTables_scrollBody table tbody tr:first-child th, +div.dataTables_scrollBody table tbody tr:first-child td { + border-top: none; +} + +div.dataTables_scrollFoot table { + margin-top: 0 !important; + border-top: none; +} + +@media screen and (max-width: 767px) { + div.dataTables_wrapper div.dataTables_length, + div.dataTables_wrapper div.dataTables_filter, + div.dataTables_wrapper div.dataTables_info, + div.dataTables_wrapper div.dataTables_paginate { + text-align: center; + } +} +table.dataTable.table-condensed > thead > tr > th { + padding-right: 20px; +} +table.dataTable.table-condensed .sorting:after, +table.dataTable.table-condensed .sorting_asc:after, +table.dataTable.table-condensed .sorting_desc:after { + top: 6px; + right: 6px; +} + +table.table-bordered.dataTable { + border-collapse: separate !important; +} +table.table-bordered.dataTable th, +table.table-bordered.dataTable td { + border-left-width: 0; +} +table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, +table.table-bordered.dataTable td:last-child, +table.table-bordered.dataTable td:last-child { + border-right-width: 0; +} +table.table-bordered.dataTable tbody th, +table.table-bordered.dataTable tbody td { + border-bottom-width: 0; +} + +div.dataTables_scrollHead table.table-bordered { + border-bottom-width: 0; +} + +div.table-responsive > div.dataTables_wrapper > div.row { + margin: 0; +} +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { + padding-left: 0; +} +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { + padding-right: 0; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.min.css new file mode 100644 index 000000000..259df6791 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.bootstrap4.min.css @@ -0,0 +1 @@ +table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-collapse:separate !important}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.foundation.css b/public/assets/datatables-1-10-11/media/css/dataTables.foundation.css new file mode 100644 index 000000000..42e813642 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.foundation.css @@ -0,0 +1,117 @@ +table.dataTable { + clear: both; + margin: 0.5em 0 !important; + max-width: none !important; + width: 100%; +} +table.dataTable td, +table.dataTable th { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +table.dataTable td.dataTables_empty, +table.dataTable th.dataTables_empty { + text-align: center; +} +table.dataTable.nowrap th, table.dataTable.nowrap td { + white-space: nowrap; +} + +div.dataTables_wrapper { + position: relative; +} +div.dataTables_wrapper div.dataTables_length label { + float: left; + text-align: left; + margin-bottom: 0; +} +div.dataTables_wrapper div.dataTables_length select { + width: 75px; + margin-bottom: 0; +} +div.dataTables_wrapper div.dataTables_filter label { + float: right; + margin-bottom: 0; +} +div.dataTables_wrapper div.dataTables_filter input { + display: inline-block !important; + width: auto !important; + margin-bottom: 0; + margin-left: 0.5em; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 2px; +} +div.dataTables_wrapper div.dataTables_paginate { + float: right; + margin: 0; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + margin-top: -26px; + text-align: center; + padding: 1rem 0; +} + +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, +table.dataTable thead > tr > td.sorting_asc, +table.dataTable thead > tr > td.sorting_desc, +table.dataTable thead > tr > td.sorting { + padding-right: 1.5rem; +} +table.dataTable thead > tr > th:active, +table.dataTable thead > tr > td:active { + outline: none; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc { + cursor: pointer; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + background-repeat: no-repeat; + background-position: center right; +} +table.dataTable thead .sorting { + background-image: url("../images/sort_both.png"); +} +table.dataTable thead .sorting_asc { + background-image: url("../images/sort_asc.png"); +} +table.dataTable thead .sorting_desc { + background-image: url("../images/sort_desc.png"); +} +table.dataTable thead .sorting_asc_disabled { + background-image: url("../images/sort_asc_disabled.png"); +} +table.dataTable thead .sorting_desc_disabled { + background-image: url("../images/sort_desc_disabled.png"); +} + +div.dataTables_scrollHead table { + margin-bottom: 0 !important; +} + +div.dataTables_scrollBody table { + border-top: none; + margin-top: 0 !important; + margin-bottom: 0 !important; +} +div.dataTables_scrollBody table tbody tr:first-child th, +div.dataTables_scrollBody table tbody tr:first-child td { + border-top: none; +} + +div.dataTables_scrollFoot table { + margin-top: 0 !important; + border-top: none; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.foundation.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.foundation.min.css new file mode 100644 index 000000000..b44d08d20 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.foundation.min.css @@ -0,0 +1 @@ +table.dataTable{clear:both;margin:0.5em 0 !important;max-width:none !important;width:100%}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper{position:relative}div.dataTables_wrapper div.dataTables_length label{float:left;text-align:left;margin-bottom:0}div.dataTables_wrapper div.dataTables_length select{width:75px;margin-bottom:0}div.dataTables_wrapper div.dataTables_filter label{float:right;margin-bottom:0}div.dataTables_wrapper div.dataTables_filter input{display:inline-block !important;width:auto !important;margin-bottom:0;margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:2px}div.dataTables_wrapper div.dataTables_paginate{float:right;margin:0}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1rem 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:1.5rem}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}div.dataTables_scrollHead table{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.css b/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.css new file mode 100644 index 000000000..a3d04f02a --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.css @@ -0,0 +1,482 @@ +/* + * Table styles + */ +table.dataTable { + width: 100%; + margin: 0 auto; + clear: both; + border-collapse: separate; + border-spacing: 0; + /* + * Header and footer styles + */ + /* + * Body styles + */ +} +table.dataTable thead th, +table.dataTable tfoot th { + font-weight: bold; +} +table.dataTable thead th, +table.dataTable thead td { + padding: 10px 18px; +} +table.dataTable thead th:active, +table.dataTable thead td:active { + outline: none; +} +table.dataTable tfoot th, +table.dataTable tfoot td { + padding: 10px 18px 6px 18px; +} +table.dataTable tbody tr { + background-color: #ffffff; +} +table.dataTable tbody tr.selected { + background-color: #B0BED9; +} +table.dataTable tbody th, +table.dataTable tbody td { + padding: 8px 10px; +} +table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { + border-top: 1px solid #ddd; +} +table.dataTable.row-border tbody tr:first-child th, +table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, +table.dataTable.display tbody tr:first-child td { + border-top: none; +} +table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr th:first-child, +table.dataTable.cell-border tbody tr td:first-child { + border-left: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr:first-child th, +table.dataTable.cell-border tbody tr:first-child td { + border-top: none; +} +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: #f9f9f9; +} +table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { + background-color: #acbad4; +} +table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { + background-color: #f6f6f6; +} +table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected { + background-color: #aab7d1; +} +table.dataTable.order-column tbody tr > .sorting_1, +table.dataTable.order-column tbody tr > .sorting_2, +table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, +table.dataTable.display tbody tr > .sorting_2, +table.dataTable.display tbody tr > .sorting_3 { + background-color: #fafafa; +} +table.dataTable.order-column tbody tr.selected > .sorting_1, +table.dataTable.order-column tbody tr.selected > .sorting_2, +table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, +table.dataTable.display tbody tr.selected > .sorting_2, +table.dataTable.display tbody tr.selected > .sorting_3 { + background-color: #acbad5; +} +table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { + background-color: #f1f1f1; +} +table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 { + background-color: #f3f3f3; +} +table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 { + background-color: whitesmoke; +} +table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { + background-color: #a6b4cd; +} +table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 { + background-color: #a8b5cf; +} +table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 { + background-color: #a9b7d1; +} +table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { + background-color: #fafafa; +} +table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 { + background-color: #fcfcfc; +} +table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 { + background-color: #fefefe; +} +table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { + background-color: #acbad5; +} +table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 { + background-color: #aebcd6; +} +table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 { + background-color: #afbdd8; +} +table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 { + background-color: #eaeaea; +} +table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 { + background-color: #ececec; +} +table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 { + background-color: #efefef; +} +table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 { + background-color: #a2aec7; +} +table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 { + background-color: #a3b0c9; +} +table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 { + background-color: #a5b2cb; +} +table.dataTable.no-footer { + border-bottom: 1px solid #111; +} +table.dataTable.nowrap th, table.dataTable.nowrap td { + white-space: nowrap; +} +table.dataTable.compact thead th, +table.dataTable.compact thead td { + padding: 4px 17px 4px 4px; +} +table.dataTable.compact tfoot th, +table.dataTable.compact tfoot td { + padding: 4px; +} +table.dataTable.compact tbody th, +table.dataTable.compact tbody td { + padding: 4px; +} +table.dataTable th.dt-left, +table.dataTable td.dt-left { + text-align: left; +} +table.dataTable th.dt-center, +table.dataTable td.dt-center, +table.dataTable td.dataTables_empty { + text-align: center; +} +table.dataTable th.dt-right, +table.dataTable td.dt-right { + text-align: right; +} +table.dataTable th.dt-justify, +table.dataTable td.dt-justify { + text-align: justify; +} +table.dataTable th.dt-nowrap, +table.dataTable td.dt-nowrap { + white-space: nowrap; +} +table.dataTable thead th.dt-head-left, +table.dataTable thead td.dt-head-left, +table.dataTable tfoot th.dt-head-left, +table.dataTable tfoot td.dt-head-left { + text-align: left; +} +table.dataTable thead th.dt-head-center, +table.dataTable thead td.dt-head-center, +table.dataTable tfoot th.dt-head-center, +table.dataTable tfoot td.dt-head-center { + text-align: center; +} +table.dataTable thead th.dt-head-right, +table.dataTable thead td.dt-head-right, +table.dataTable tfoot th.dt-head-right, +table.dataTable tfoot td.dt-head-right { + text-align: right; +} +table.dataTable thead th.dt-head-justify, +table.dataTable thead td.dt-head-justify, +table.dataTable tfoot th.dt-head-justify, +table.dataTable tfoot td.dt-head-justify { + text-align: justify; +} +table.dataTable thead th.dt-head-nowrap, +table.dataTable thead td.dt-head-nowrap, +table.dataTable tfoot th.dt-head-nowrap, +table.dataTable tfoot td.dt-head-nowrap { + white-space: nowrap; +} +table.dataTable tbody th.dt-body-left, +table.dataTable tbody td.dt-body-left { + text-align: left; +} +table.dataTable tbody th.dt-body-center, +table.dataTable tbody td.dt-body-center { + text-align: center; +} +table.dataTable tbody th.dt-body-right, +table.dataTable tbody td.dt-body-right { + text-align: right; +} +table.dataTable tbody th.dt-body-justify, +table.dataTable tbody td.dt-body-justify { + text-align: justify; +} +table.dataTable tbody th.dt-body-nowrap, +table.dataTable tbody td.dt-body-nowrap { + white-space: nowrap; +} + +table.dataTable, +table.dataTable th, +table.dataTable td { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +/* + * Control feature layout + */ +.dataTables_wrapper { + position: relative; + clear: both; + *zoom: 1; + zoom: 1; +} +.dataTables_wrapper .dataTables_length { + float: left; +} +.dataTables_wrapper .dataTables_filter { + float: right; + text-align: right; +} +.dataTables_wrapper .dataTables_filter input { + margin-left: 0.5em; +} +.dataTables_wrapper .dataTables_info { + clear: both; + float: left; + padding-top: 0.755em; +} +.dataTables_wrapper .dataTables_paginate { + float: right; + text-align: right; + padding-top: 0.25em; +} +.dataTables_wrapper .dataTables_paginate .paginate_button { + box-sizing: border-box; + display: inline-block; + min-width: 1.5em; + padding: 0.5em 1em; + margin-left: 2px; + text-align: center; + text-decoration: none !important; + cursor: pointer; + *cursor: hand; + color: #333 !important; + border: 1px solid transparent; + border-radius: 2px; +} +.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { + color: #333 !important; + border: 1px solid #979797; + background-color: white; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%); + /* IE10+ */ + background: -o-linear-gradient(top, white 0%, #dcdcdc 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, white 0%, #dcdcdc 100%); + /* W3C */ +} +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + cursor: default; + color: #666 !important; + border: 1px solid transparent; + background: transparent; + box-shadow: none; +} +.dataTables_wrapper .dataTables_paginate .paginate_button:hover { + color: white !important; + border: 1px solid #111; + background-color: #585858; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #585858 0%, #111 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, #585858 0%, #111 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, #585858 0%, #111 100%); + /* IE10+ */ + background: -o-linear-gradient(top, #585858 0%, #111 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, #585858 0%, #111 100%); + /* W3C */ +} +.dataTables_wrapper .dataTables_paginate .paginate_button:active { + outline: none; + background-color: #2b2b2b; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* IE10+ */ + background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); + /* W3C */ + box-shadow: inset 0 0 3px #111; +} +.dataTables_wrapper .dataTables_paginate .ellipsis { + padding: 0 1em; +} +.dataTables_wrapper .dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 40px; + margin-left: -50%; + margin-top: -25px; + padding-top: 20px; + text-align: center; + font-size: 1.2em; + background-color: white; + background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); +} +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: #333; +} +.dataTables_wrapper .dataTables_scroll { + clear: both; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody { + *margin-top: -1px; + -webkit-overflow-scrolling: touch; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td { + vertical-align: middle; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing { + height: 0; + overflow: hidden; + margin: 0 !important; + padding: 0 !important; +} +.dataTables_wrapper.no-footer .dataTables_scrollBody { + border-bottom: 1px solid #111; +} +.dataTables_wrapper.no-footer div.dataTables_scrollHead table, +.dataTables_wrapper.no-footer div.dataTables_scrollBody table { + border-bottom: none; +} +.dataTables_wrapper:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em; + } +} +@media screen and (max-width: 640px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_filter { + margin-top: 0.5em; + } +} +table.dataTable thead th div.DataTables_sort_wrapper { + position: relative; +} +table.dataTable thead th div.DataTables_sort_wrapper span { + position: absolute; + top: 50%; + margin-top: -8px; + right: -18px; +} +table.dataTable thead th.ui-state-default, +table.dataTable tfoot th.ui-state-default { + border-left-width: 0; +} +table.dataTable thead th.ui-state-default:first-child, +table.dataTable tfoot th.ui-state-default:first-child { + border-left-width: 1px; +} + +/* + * Control feature layout + */ +.dataTables_wrapper .dataTables_paginate .fg-button { + box-sizing: border-box; + display: inline-block; + min-width: 1.5em; + padding: 0.5em; + margin-left: 2px; + text-align: center; + text-decoration: none !important; + cursor: pointer; + *cursor: hand; + border: 1px solid transparent; +} +.dataTables_wrapper .dataTables_paginate .fg-button:active { + outline: none; +} +.dataTables_wrapper .dataTables_paginate .fg-button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.dataTables_wrapper .dataTables_paginate .fg-button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.dataTables_wrapper .ui-widget-header { + font-weight: normal; +} +.dataTables_wrapper .ui-toolbar { + padding: 8px; +} +.dataTables_wrapper.no-footer .dataTables_scrollBody { + border-bottom: none; +} +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: inherit; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.min.css new file mode 100644 index 000000000..9e026e754 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.jqueryui.min.css @@ -0,0 +1 @@ +table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}table.dataTable thead th div.DataTables_sort_wrapper{position:relative}table.dataTable thead th div.DataTables_sort_wrapper span{position:absolute;top:50%;margin-top:-8px;right:-18px}table.dataTable thead th.ui-state-default,table.dataTable tfoot th.ui-state-default{border-left-width:0}table.dataTable thead th.ui-state-default:first-child,table.dataTable tfoot th.ui-state-default:first-child{border-left-width:1px}.dataTables_wrapper .dataTables_paginate .fg-button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .fg-button:active{outline:none}.dataTables_wrapper .dataTables_paginate .fg-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.dataTables_wrapper .dataTables_paginate .fg-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.dataTables_wrapper .ui-widget-header{font-weight:normal}.dataTables_wrapper .ui-toolbar{padding:8px}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:none}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:inherit} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.material.css b/public/assets/datatables-1-10-11/media/css/dataTables.material.css new file mode 100644 index 000000000..c00f2e909 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.material.css @@ -0,0 +1,87 @@ +div.dataTables_wrapper div.dataTables_filter { + text-align: right; +} +div.dataTables_wrapper div.dataTables_filter input { + margin-left: 0.5em; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 10px; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + text-align: center; +} +div.dataTables_wrapper div.dataTables_paginate { + text-align: right; +} +div.dataTables_wrapper div.mdl-grid.dt-table { + padding-top: 0; + padding-bottom: 0; +} +div.dataTables_wrapper div.mdl-grid.dt-table > div.mdl-cell { + margin-top: 0; + margin-bottom: 0; +} + +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, +table.dataTable thead > tr > td.sorting_asc, +table.dataTable thead > tr > td.sorting_desc, +table.dataTable thead > tr > td.sorting { + padding-right: 30px; +} +table.dataTable thead > tr > th:active, +table.dataTable thead > tr > td:active { + outline: none; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + cursor: pointer; + position: relative; +} +table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:before, +table.dataTable thead .sorting_desc:after, +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:before, +table.dataTable thead .sorting_desc_disabled:after { + position: absolute; + bottom: 11px; + display: block; + opacity: 0.3; + font-size: 1.3em; +} +table.dataTable thead .sorting:before, +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_desc:before, +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_desc_disabled:before { + right: 1em; + content: "\2191"; +} +table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:after, +table.dataTable thead .sorting_asc_disabled:after, +table.dataTable thead .sorting_desc_disabled:after { + right: 0.5em; + content: "\2193"; +} +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_desc:after { + opacity: 1; +} +table.dataTable thead .sorting_asc_disabled:before, +table.dataTable thead .sorting_desc_disabled:after { + opacity: 0; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.material.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.material.min.css new file mode 100644 index 000000000..5935ac4d0 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.material.min.css @@ -0,0 +1 @@ +div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:10px;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}div.dataTables_wrapper div.dataTables_paginate{text-align:right}div.dataTables_wrapper div.mdl-grid.dt-table{padding-top:0;padding-bottom:0}div.dataTables_wrapper div.mdl-grid.dt-table>div.mdl-cell{margin-top:0;margin-bottom:0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:11px;display:block;opacity:0.3;font-size:1.3em}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.css b/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.css new file mode 100644 index 000000000..28305cbde --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.css @@ -0,0 +1,71 @@ +/* + * Styling for DataTables with Semantic UI + */ +table.dataTable.table { + margin: 0; +} +table.dataTable.table thead th, +table.dataTable.table thead td { + position: relative; +} +table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after, +table.dataTable.table thead td.sorting:after, +table.dataTable.table thead td.sorting_asc:after, +table.dataTable.table thead td.sorting_desc:after { + position: absolute; + top: 12px; + right: 8px; + display: block; + font-family: Icons; +} +table.dataTable.table thead th.sorting:after, +table.dataTable.table thead td.sorting:after { + content: "\f0dc"; + color: #ddd; + font-size: 0.8em; + padding-top: 0.12em; +} +table.dataTable.table thead th.sorting_asc:after, +table.dataTable.table thead td.sorting_asc:after { + content: "\f0de"; +} +table.dataTable.table thead th.sorting_desc:after, +table.dataTable.table thead td.sorting_desc:after { + content: "\f0dd"; +} +table.dataTable.table td, +table.dataTable.table th { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +table.dataTable.table td.dataTables_empty, +table.dataTable.table th.dataTables_empty { + text-align: center; +} +table.dataTable.table.nowrap th, +table.dataTable.table.nowrap td { + white-space: nowrap; +} + +div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown { + min-width: 0; +} +div.dataTables_wrapper div.dataTables_filter input { + margin-left: 0.5em; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 13px; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + text-align: center; +} +div.dataTables_wrapper div.row.dt-table { + padding: 0; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.min.css new file mode 100644 index 000000000..e53683faa --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.semanticui.min.css @@ -0,0 +1 @@ +table.dataTable.table{margin:0}table.dataTable.table thead th,table.dataTable.table thead td{position:relative}table.dataTable.table thead th.sorting:after,table.dataTable.table thead th.sorting_asc:after,table.dataTable.table thead th.sorting_desc:after,table.dataTable.table thead td.sorting:after,table.dataTable.table thead td.sorting_asc:after,table.dataTable.table thead td.sorting_desc:after{position:absolute;top:12px;right:8px;display:block;font-family:Icons}table.dataTable.table thead th.sorting:after,table.dataTable.table thead td.sorting:after{content:"\f0dc";color:#ddd;font-size:0.8em;padding-top:0.12em}table.dataTable.table thead th.sorting_asc:after,table.dataTable.table thead td.sorting_asc:after{content:"\f0de"}table.dataTable.table thead th.sorting_desc:after,table.dataTable.table thead td.sorting_desc:after{content:"\f0dd"}table.dataTable.table td,table.dataTable.table th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable.table td.dataTables_empty,table.dataTable.table th.dataTables_empty{text-align:center}table.dataTable.table.nowrap th,table.dataTable.table.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown{min-width:0}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:13px;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}div.dataTables_wrapper div.row.dt-table{padding:0} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.uikit.css b/public/assets/datatables-1-10-11/media/css/dataTables.uikit.css new file mode 100644 index 000000000..72bfc9538 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.uikit.css @@ -0,0 +1,147 @@ +table.dataTable { + clear: both; + margin-top: 6px !important; + margin-bottom: 6px !important; + max-width: none !important; +} +table.dataTable td, +table.dataTable th { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +table.dataTable td.dataTables_empty, +table.dataTable th.dataTables_empty { + text-align: center; +} +table.dataTable.nowrap th, +table.dataTable.nowrap td { + white-space: nowrap; +} + +div.dataTables_wrapper div.row.uk-grid.dt-merge-grid { + margin-top: 5px; +} +div.dataTables_wrapper div.dataTables_length label { + font-weight: normal; + text-align: left; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_length select { + width: 75px; + display: inline-block; +} +div.dataTables_wrapper div.dataTables_filter { + text-align: right; +} +div.dataTables_wrapper div.dataTables_filter label { + font-weight: normal; + white-space: nowrap; + text-align: left; +} +div.dataTables_wrapper div.dataTables_filter input { + margin-left: 0.5em; + display: inline-block; + width: auto; +} +div.dataTables_wrapper div.dataTables_info { + padding-top: 8px; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_paginate { + margin: 0; + white-space: nowrap; + text-align: right; +} +div.dataTables_wrapper div.dataTables_paginate ul.pagination { + margin: 2px 0; + white-space: nowrap; +} +div.dataTables_wrapper div.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 200px; + margin-left: -100px; + margin-top: -26px; + text-align: center; + padding: 1em 0; +} + +table.dataTable thead > tr > th, +table.dataTable thead > tr > td { + position: relative; +} +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, +table.dataTable thead > tr > td.sorting_asc, +table.dataTable thead > tr > td.sorting_desc, +table.dataTable thead > tr > td.sorting { + padding-right: 30px; +} +table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, +table.dataTable thead > tr > td.sorting:after, +table.dataTable thead > tr > td.sorting_asc:after, +table.dataTable thead > tr > td.sorting_desc:after { + position: absolute; + top: 7px; + right: 8px; + display: block; + font-family: 'FontAwesome'; +} +table.dataTable thead > tr > th.sorting:after, +table.dataTable thead > tr > td.sorting:after { + content: "\f0dc"; + color: #ddd; + font-size: 0.8em; + padding-top: 0.12em; +} +table.dataTable thead > tr > th.sorting_asc:after, +table.dataTable thead > tr > td.sorting_asc:after { + content: "\f0de"; +} +table.dataTable thead > tr > th.sorting_desc:after, +table.dataTable thead > tr > td.sorting_desc:after { + content: "\f0dd"; +} + +div.dataTables_scrollHead table.dataTable { + margin-bottom: 0 !important; +} + +div.dataTables_scrollBody table { + border-top: none; + margin-top: 0 !important; + margin-bottom: 0 !important; +} +div.dataTables_scrollBody table thead .sorting:after, +div.dataTables_scrollBody table thead .sorting_asc:after, +div.dataTables_scrollBody table thead .sorting_desc:after { + display: none; +} +div.dataTables_scrollBody table tbody tr:first-child th, +div.dataTables_scrollBody table tbody tr:first-child td { + border-top: none; +} + +div.dataTables_scrollFoot table { + margin-top: 0 !important; + border-top: none; +} + +@media screen and (max-width: 767px) { + div.dataTables_wrapper div.dataTables_length, + div.dataTables_wrapper div.dataTables_filter, + div.dataTables_wrapper div.dataTables_info, + div.dataTables_wrapper div.dataTables_paginate { + text-align: center; + } +} +table.dataTable.uk-table-condensed > thead > tr > th { + padding-right: 20px; +} +table.dataTable.uk-table-condensed .sorting:after, +table.dataTable.uk-table-condensed .sorting_asc:after, +table.dataTable.uk-table-condensed .sorting_desc:after { + top: 6px; + right: 6px; +} diff --git a/public/assets/datatables-1-10-11/media/css/dataTables.uikit.min.css b/public/assets/datatables-1-10-11/media/css/dataTables.uikit.min.css new file mode 100644 index 000000000..f42a27974 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/dataTables.uikit.min.css @@ -0,0 +1 @@ +table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.row.uk-grid.dt-merge-grid{margin-top:5px}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th,table.dataTable thead>tr>td{position:relative}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after{position:absolute;top:7px;right:8px;display:block;font-family:'FontAwesome'}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>td.sorting:after{content:"\f0dc";color:#ddd;font-size:0.8em;padding-top:0.12em}table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>td.sorting_asc:after{content:"\f0de"}table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_desc:after{content:"\f0dd"}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.uk-table-condensed>thead>tr>th{padding-right:20px}table.dataTable.uk-table-condensed .sorting:after,table.dataTable.uk-table-condensed .sorting_asc:after,table.dataTable.uk-table-condensed .sorting_desc:after{top:6px;right:6px} diff --git a/public/assets/datatables-1-10-11/media/css/jquery.dataTables.css b/public/assets/datatables-1-10-11/media/css/jquery.dataTables.css new file mode 100644 index 000000000..e29a70c80 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/jquery.dataTables.css @@ -0,0 +1,453 @@ +/* + * Table styles + */ +table.dataTable { + width: 100%; + margin: 0 auto; + clear: both; + border-collapse: separate; + border-spacing: 0; + /* + * Header and footer styles + */ + /* + * Body styles + */ +} +table.dataTable thead th, +table.dataTable tfoot th { + font-weight: bold; +} +table.dataTable thead th, +table.dataTable thead td { + padding: 10px 18px; + border-bottom: 1px solid #111; +} +table.dataTable thead th:active, +table.dataTable thead td:active { + outline: none; +} +table.dataTable tfoot th, +table.dataTable tfoot td { + padding: 10px 18px 6px 18px; + border-top: 1px solid #111; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc { + cursor: pointer; + *cursor: hand; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + background-repeat: no-repeat; + background-position: center right; +} +table.dataTable thead .sorting { + background-image: url("../images/sort_both.png"); +} +table.dataTable thead .sorting_asc { + background-image: url("../images/sort_asc.png"); +} +table.dataTable thead .sorting_desc { + background-image: url("../images/sort_desc.png"); +} +table.dataTable thead .sorting_asc_disabled { + background-image: url("../images/sort_asc_disabled.png"); +} +table.dataTable thead .sorting_desc_disabled { + background-image: url("../images/sort_desc_disabled.png"); +} +table.dataTable tbody tr { + background-color: #ffffff; +} +table.dataTable tbody tr.selected { + background-color: #B0BED9; +} +table.dataTable tbody th, +table.dataTable tbody td { + padding: 8px 10px; +} +table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { + border-top: 1px solid #ddd; +} +table.dataTable.row-border tbody tr:first-child th, +table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, +table.dataTable.display tbody tr:first-child td { + border-top: none; +} +table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr th:first-child, +table.dataTable.cell-border tbody tr td:first-child { + border-left: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr:first-child th, +table.dataTable.cell-border tbody tr:first-child td { + border-top: none; +} +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: #f9f9f9; +} +table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { + background-color: #acbad4; +} +table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { + background-color: #f6f6f6; +} +table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected { + background-color: #aab7d1; +} +table.dataTable.order-column tbody tr > .sorting_1, +table.dataTable.order-column tbody tr > .sorting_2, +table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, +table.dataTable.display tbody tr > .sorting_2, +table.dataTable.display tbody tr > .sorting_3 { + background-color: #fafafa; +} +table.dataTable.order-column tbody tr.selected > .sorting_1, +table.dataTable.order-column tbody tr.selected > .sorting_2, +table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, +table.dataTable.display tbody tr.selected > .sorting_2, +table.dataTable.display tbody tr.selected > .sorting_3 { + background-color: #acbad5; +} +table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { + background-color: #f1f1f1; +} +table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 { + background-color: #f3f3f3; +} +table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 { + background-color: whitesmoke; +} +table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { + background-color: #a6b4cd; +} +table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 { + background-color: #a8b5cf; +} +table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 { + background-color: #a9b7d1; +} +table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { + background-color: #fafafa; +} +table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 { + background-color: #fcfcfc; +} +table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 { + background-color: #fefefe; +} +table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { + background-color: #acbad5; +} +table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 { + background-color: #aebcd6; +} +table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 { + background-color: #afbdd8; +} +table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 { + background-color: #eaeaea; +} +table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 { + background-color: #ececec; +} +table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 { + background-color: #efefef; +} +table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 { + background-color: #a2aec7; +} +table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 { + background-color: #a3b0c9; +} +table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 { + background-color: #a5b2cb; +} +table.dataTable.no-footer { + border-bottom: 1px solid #111; +} +table.dataTable.nowrap th, table.dataTable.nowrap td { + white-space: nowrap; +} +table.dataTable.compact thead th, +table.dataTable.compact thead td { + padding: 4px 17px 4px 4px; +} +table.dataTable.compact tfoot th, +table.dataTable.compact tfoot td { + padding: 4px; +} +table.dataTable.compact tbody th, +table.dataTable.compact tbody td { + padding: 4px; +} +table.dataTable th.dt-left, +table.dataTable td.dt-left { + text-align: left; +} +table.dataTable th.dt-center, +table.dataTable td.dt-center, +table.dataTable td.dataTables_empty { + text-align: center; +} +table.dataTable th.dt-right, +table.dataTable td.dt-right { + text-align: right; +} +table.dataTable th.dt-justify, +table.dataTable td.dt-justify { + text-align: justify; +} +table.dataTable th.dt-nowrap, +table.dataTable td.dt-nowrap { + white-space: nowrap; +} +table.dataTable thead th.dt-head-left, +table.dataTable thead td.dt-head-left, +table.dataTable tfoot th.dt-head-left, +table.dataTable tfoot td.dt-head-left { + text-align: left; +} +table.dataTable thead th.dt-head-center, +table.dataTable thead td.dt-head-center, +table.dataTable tfoot th.dt-head-center, +table.dataTable tfoot td.dt-head-center { + text-align: center; +} +table.dataTable thead th.dt-head-right, +table.dataTable thead td.dt-head-right, +table.dataTable tfoot th.dt-head-right, +table.dataTable tfoot td.dt-head-right { + text-align: right; +} +table.dataTable thead th.dt-head-justify, +table.dataTable thead td.dt-head-justify, +table.dataTable tfoot th.dt-head-justify, +table.dataTable tfoot td.dt-head-justify { + text-align: justify; +} +table.dataTable thead th.dt-head-nowrap, +table.dataTable thead td.dt-head-nowrap, +table.dataTable tfoot th.dt-head-nowrap, +table.dataTable tfoot td.dt-head-nowrap { + white-space: nowrap; +} +table.dataTable tbody th.dt-body-left, +table.dataTable tbody td.dt-body-left { + text-align: left; +} +table.dataTable tbody th.dt-body-center, +table.dataTable tbody td.dt-body-center { + text-align: center; +} +table.dataTable tbody th.dt-body-right, +table.dataTable tbody td.dt-body-right { + text-align: right; +} +table.dataTable tbody th.dt-body-justify, +table.dataTable tbody td.dt-body-justify { + text-align: justify; +} +table.dataTable tbody th.dt-body-nowrap, +table.dataTable tbody td.dt-body-nowrap { + white-space: nowrap; +} + +table.dataTable, +table.dataTable th, +table.dataTable td { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +/* + * Control feature layout + */ +.dataTables_wrapper { + position: relative; + clear: both; + *zoom: 1; + zoom: 1; +} +.dataTables_wrapper .dataTables_length { + float: left; +} +.dataTables_wrapper .dataTables_filter { + float: right; + text-align: right; +} +.dataTables_wrapper .dataTables_filter input { + margin-left: 0.5em; +} +.dataTables_wrapper .dataTables_info { + clear: both; + float: left; + padding-top: 0.755em; +} +.dataTables_wrapper .dataTables_paginate { + float: right; + text-align: right; + padding-top: 0.25em; +} +.dataTables_wrapper .dataTables_paginate .paginate_button { + box-sizing: border-box; + display: inline-block; + min-width: 1.5em; + padding: 0.5em 1em; + margin-left: 2px; + text-align: center; + text-decoration: none !important; + cursor: pointer; + *cursor: hand; + color: #333 !important; + border: 1px solid transparent; + border-radius: 2px; +} +.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { + color: #333 !important; + border: 1px solid #979797; + background-color: white; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%); + /* IE10+ */ + background: -o-linear-gradient(top, white 0%, #dcdcdc 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, white 0%, #dcdcdc 100%); + /* W3C */ +} +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + cursor: default; + color: #666 !important; + border: 1px solid transparent; + background: transparent; + box-shadow: none; +} +.dataTables_wrapper .dataTables_paginate .paginate_button:hover { + color: white !important; + border: 1px solid #111; + background-color: #585858; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #585858 0%, #111 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, #585858 0%, #111 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, #585858 0%, #111 100%); + /* IE10+ */ + background: -o-linear-gradient(top, #585858 0%, #111 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, #585858 0%, #111 100%); + /* W3C */ +} +.dataTables_wrapper .dataTables_paginate .paginate_button:active { + outline: none; + background-color: #2b2b2b; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* IE10+ */ + background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + /* Opera 11.10+ */ + background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); + /* W3C */ + box-shadow: inset 0 0 3px #111; +} +.dataTables_wrapper .dataTables_paginate .ellipsis { + padding: 0 1em; +} +.dataTables_wrapper .dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 40px; + margin-left: -50%; + margin-top: -25px; + padding-top: 20px; + text-align: center; + font-size: 1.2em; + background-color: white; + background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); +} +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: #333; +} +.dataTables_wrapper .dataTables_scroll { + clear: both; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody { + *margin-top: -1px; + -webkit-overflow-scrolling: touch; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td { + vertical-align: middle; +} +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing { + height: 0; + overflow: hidden; + margin: 0 !important; + padding: 0 !important; +} +.dataTables_wrapper.no-footer .dataTables_scrollBody { + border-bottom: 1px solid #111; +} +.dataTables_wrapper.no-footer div.dataTables_scrollHead table, +.dataTables_wrapper.no-footer div.dataTables_scrollBody table { + border-bottom: none; +} +.dataTables_wrapper:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em; + } +} +@media screen and (max-width: 640px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_filter { + margin-top: 0.5em; + } +} diff --git a/public/assets/datatables-1-10-11/media/css/jquery.dataTables.min.css b/public/assets/datatables-1-10-11/media/css/jquery.dataTables.min.css new file mode 100644 index 000000000..9ec6ca31f --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/jquery.dataTables.min.css @@ -0,0 +1 @@ +table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}} diff --git a/public/assets/datatables-1-10-11/media/css/jquery.dataTables_themeroller.css b/public/assets/datatables-1-10-11/media/css/jquery.dataTables_themeroller.css new file mode 100644 index 000000000..1426a44a1 --- /dev/null +++ b/public/assets/datatables-1-10-11/media/css/jquery.dataTables_themeroller.css @@ -0,0 +1,416 @@ +/* + * Table styles + */ +table.dataTable { + width: 100%; + margin: 0 auto; + clear: both; + border-collapse: separate; + border-spacing: 0; + /* + * Header and footer styles + */ + /* + * Body styles + */ +} +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td { + padding: 4px 10px; +} +table.dataTable thead th, +table.dataTable tfoot th { + font-weight: bold; +} +table.dataTable thead th:active, +table.dataTable thead td:active { + outline: none; +} +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting { + cursor: pointer; + *cursor: hand; +} +table.dataTable thead th div.DataTables_sort_wrapper { + position: relative; + padding-right: 10px; +} +table.dataTable thead th div.DataTables_sort_wrapper span { + position: absolute; + top: 50%; + margin-top: -8px; + right: -5px; +} +table.dataTable thead th.ui-state-default { + border-right-width: 0; +} +table.dataTable thead th.ui-state-default:last-child { + border-right-width: 1px; +} +table.dataTable tbody tr { + background-color: #ffffff; +} +table.dataTable tbody tr.selected { + background-color: #B0BED9; +} +table.dataTable tbody th, +table.dataTable tbody td { + padding: 8px 10px; +} +table.dataTable th.center, +table.dataTable td.center, +table.dataTable td.dataTables_empty { + text-align: center; +} +table.dataTable th.right, +table.dataTable td.right { + text-align: right; +} +table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { + border-top: 1px solid #ddd; +} +table.dataTable.row-border tbody tr:first-child th, +table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, +table.dataTable.display tbody tr:first-child td { + border-top: none; +} +table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr th:first-child, +table.dataTable.cell-border tbody tr td:first-child { + border-left: 1px solid #ddd; +} +table.dataTable.cell-border tbody tr:first-child th, +table.dataTable.cell-border tbody tr:first-child td { + border-top: none; +} +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: #f9f9f9; +} +table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { + background-color: #abb9d3; +} +table.dataTable.hover tbody tr:hover, +table.dataTable.hover tbody tr.odd:hover, +table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, +table.dataTable.display tbody tr.odd:hover, +table.dataTable.display tbody tr.even:hover { + background-color: whitesmoke; +} +table.dataTable.hover tbody tr:hover.selected, +table.dataTable.hover tbody tr.odd:hover.selected, +table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, +table.dataTable.display tbody tr.odd:hover.selected, +table.dataTable.display tbody tr.even:hover.selected { + background-color: #a9b7d1; +} +table.dataTable.order-column tbody tr > .sorting_1, +table.dataTable.order-column tbody tr > .sorting_2, +table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, +table.dataTable.display tbody tr > .sorting_2, +table.dataTable.display tbody tr > .sorting_3 { + background-color: #f9f9f9; +} +table.dataTable.order-column tbody tr.selected > .sorting_1, +table.dataTable.order-column tbody tr.selected > .sorting_2, +table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, +table.dataTable.display tbody tr.selected > .sorting_2, +table.dataTable.display tbody tr.selected > .sorting_3 { + background-color: #acbad4; +} +table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { + background-color: #f1f1f1; +} +table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 { + background-color: #f3f3f3; +} +table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 { + background-color: whitesmoke; +} +table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { + background-color: #a6b3cd; +} +table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 { + background-color: #a7b5ce; +} +table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 { + background-color: #a9b6d0; +} +table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { + background-color: #f9f9f9; +} +table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 { + background-color: #fbfbfb; +} +table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 { + background-color: #fdfdfd; +} +table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { + background-color: #acbad4; +} +table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 { + background-color: #adbbd6; +} +table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 { + background-color: #afbdd8; +} +table.dataTable.display tbody tr:hover > .sorting_1, +table.dataTable.display tbody tr.odd:hover > .sorting_1, +table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, +table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, +table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 { + background-color: #eaeaea; +} +table.dataTable.display tbody tr:hover > .sorting_2, +table.dataTable.display tbody tr.odd:hover > .sorting_2, +table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2, +table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, +table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 { + background-color: #ebebeb; +} +table.dataTable.display tbody tr:hover > .sorting_3, +table.dataTable.display tbody tr.odd:hover > .sorting_3, +table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3, +table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, +table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 { + background-color: #eeeeee; +} +table.dataTable.display tbody tr:hover.selected > .sorting_1, +table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, +table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, +table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, +table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 { + background-color: #a1aec7; +} +table.dataTable.display tbody tr:hover.selected > .sorting_2, +table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, +table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, +table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, +table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 { + background-color: #a2afc8; +} +table.dataTable.display tbody tr:hover.selected > .sorting_3, +table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, +table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, +table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, +table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 { + background-color: #a4b2cb; +} +table.dataTable.nowrap th, table.dataTable.nowrap td { + white-space: nowrap; +} +table.dataTable.compact thead th, +table.dataTable.compact thead td { + padding: 5px 9px; +} +table.dataTable.compact tfoot th, +table.dataTable.compact tfoot td { + padding: 5px 9px 3px 9px; +} +table.dataTable.compact tbody th, +table.dataTable.compact tbody td { + padding: 4px 5px; +} +table.dataTable th.dt-left, +table.dataTable td.dt-left { + text-align: left; +} +table.dataTable th.dt-center, +table.dataTable td.dt-center, +table.dataTable td.dataTables_empty { + text-align: center; +} +table.dataTable th.dt-right, +table.dataTable td.dt-right { + text-align: right; +} +table.dataTable th.dt-justify, +table.dataTable td.dt-justify { + text-align: justify; +} +table.dataTable th.dt-nowrap, +table.dataTable td.dt-nowrap { + white-space: nowrap; +} +table.dataTable thead th.dt-head-left, +table.dataTable thead td.dt-head-left, +table.dataTable tfoot th.dt-head-left, +table.dataTable tfoot td.dt-head-left { + text-align: left; +} +table.dataTable thead th.dt-head-center, +table.dataTable thead td.dt-head-center, +table.dataTable tfoot th.dt-head-center, +table.dataTable tfoot td.dt-head-center { + text-align: center; +} +table.dataTable thead th.dt-head-right, +table.dataTable thead td.dt-head-right, +table.dataTable tfoot th.dt-head-right, +table.dataTable tfoot td.dt-head-right { + text-align: right; +} +table.dataTable thead th.dt-head-justify, +table.dataTable thead td.dt-head-justify, +table.dataTable tfoot th.dt-head-justify, +table.dataTable tfoot td.dt-head-justify { + text-align: justify; +} +table.dataTable thead th.dt-head-nowrap, +table.dataTable thead td.dt-head-nowrap, +table.dataTable tfoot th.dt-head-nowrap, +table.dataTable tfoot td.dt-head-nowrap { + white-space: nowrap; +} +table.dataTable tbody th.dt-body-left, +table.dataTable tbody td.dt-body-left { + text-align: left; +} +table.dataTable tbody th.dt-body-center, +table.dataTable tbody td.dt-body-center { + text-align: center; +} +table.dataTable tbody th.dt-body-right, +table.dataTable tbody td.dt-body-right { + text-align: right; +} +table.dataTable tbody th.dt-body-justify, +table.dataTable tbody td.dt-body-justify { + text-align: justify; +} +table.dataTable tbody th.dt-body-nowrap, +table.dataTable tbody td.dt-body-nowrap { + white-space: nowrap; +} + +table.dataTable, +table.dataTable th, +table.dataTable td { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +/* + * Control feature layout + */ +.dataTables_wrapper { + position: relative; + clear: both; + *zoom: 1; + zoom: 1; +} +.dataTables_wrapper .dataTables_length { + float: left; +} +.dataTables_wrapper .dataTables_filter { + float: right; + text-align: right; +} +.dataTables_wrapper .dataTables_filter input { + margin-left: 0.5em; +} +.dataTables_wrapper .dataTables_info { + clear: both; + float: left; + padding-top: 0.55em; +} +.dataTables_wrapper .dataTables_paginate { + float: right; + text-align: right; +} +.dataTables_wrapper .dataTables_paginate .fg-button { + box-sizing: border-box; + display: inline-block; + min-width: 1.5em; + padding: 0.5em; + margin-left: 2px; + text-align: center; + text-decoration: none !important; + cursor: pointer; + *cursor: hand; + color: #333 !important; + border: 1px solid transparent; +} +.dataTables_wrapper .dataTables_paginate .fg-button:active { + outline: none; +} +.dataTables_wrapper .dataTables_paginate .fg-button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.dataTables_wrapper .dataTables_paginate .fg-button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.dataTables_wrapper .dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 40px; + margin-left: -50%; + margin-top: -25px; + padding-top: 20px; + text-align: center; + font-size: 1.2em; + background-color: white; + background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + /* Chrome10+,Safari5.1+ */ + background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + /* FF3.6+ */ + background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + /* IE10+ */ + background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + /* Opera 11.10+ */ + background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + /* W3C */ +} +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: #333; +} +.dataTables_wrapper .dataTables_scroll { + clear: both; +} +.dataTables_wrapper .dataTables_scrollBody { + *margin-top: -1px; + -webkit-overflow-scrolling: touch; +} +.dataTables_wrapper .ui-widget-header { + font-weight: normal; +} +.dataTables_wrapper .ui-toolbar { + padding: 8px; +} +.dataTables_wrapper:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em; + } +} diff --git a/public/assets/datatables-1-10-11/media/images/Sorting icons.psd b/public/assets/datatables-1-10-11/media/images/Sorting icons.psd new file mode 100644 index 0000000000000000000000000000000000000000..53b2e06850767cb57c52b316f0b845b1a8e0ca0e GIT binary patch literal 27490 zcwX&1349a9`m;IPG`$aQ2nAY>9yyw;(9$+(X@MT};HW61$+itmHer*{f)^m70#6hX zp`e_Chz}Iy5D!j8p4@VHp#K670YyX+1d8N8Gn=GITadh`@A$oZ>CArf&3DZ=-|S9y zyHVwolmP-Tz=0(immt7qNMq7fIR%BBKDZG9S^@6sjWG4FL4zBtI(;2!7gdopMk*uz z$M?3!i;RYh_)+pgaiLX1)*ADt&}7+^qH_I|I=$KuKR8n`s3E<atPa|Qtr+yFq=__>l--sJolNy8NBRx=^lA%j*4Z<4R;$UV*C8vZ zlPE(99%_oU)?&BVYAx15sV%H-=TcjF_m6trptE}1rfe?DdW$&~c0iZKzAi&zx`rlo zb_-o@v6wQm5xc0w?WjmoCKZh`QU*)CZBS}!=JxcET39lrVu?6e4Chc;E>@+d$*qHF?ND77GJqGItwV9 zT}SCjw@!^RN1iK#3KaL&=_U6^$H#80u5Ld(sHbgqB5HauZGR z(q=I^aGz2t7OTan5-|jqsCRd3(J}WH9di%SmaYoQXwQ_oL|TzsOBKN(Od_?$8qx-3 zaxm=m6R%^scNwzz}KA!#2 zc|bN8?~(_or)?e}YI=#Wfi#WQ8ezWMa4x6^rMBDAuHcxv368nDpvGdd&}HyyN20`Q zO=`{U6ET@WrASLk6RQsW=WIn1%-STF z=}C$tWs)jModiQ8kt9i^NfKF-BrOSMF=Ub`lVHkAAun7Aa2>!UB8RI5COcdgFx>|# zvlTEJ3bj@$&dJp%rAk>&ZeEU9otLB0wIqtdGx1Z>q?zY+P>0+`CUh>FH z*`U<+$n8oMXf!3XrP^pBGi{|qazq8W8ihoyP$WxJB;IPg_}bNzZ?wTH{p8ephlZiT z?HSzUrFwRGnLZKuvmju^F9;a%3j#*`f`AdfAYjBV2pI7T0!I9TfDykSV8ky781V}N zM*M<+5x*c{#4iXK@e2Y*{DOcHzaU`5F9;a%3j#*`f`AdfAYjBV2pI7T0!I9TfDykS zV8ky781V}NM*M<+5x*c{#4iXK@e2Y*{DOcHzaU`5F9;a%3j#*`f`AdfAYjBV2pI7T z0!I9Tf4>ny%X^a~WypxHj~|?g->YQ*;CkmWpH&11z;Yk)JC_N#FRbNF%)wKcw=vn5 zaWhm{PU|R}RY#MQelqi(W-RXMj(R~kpn(ohzy_@FNCOh$dNA3g<43o4r_-h0KrlMG z;TC#Nlxc^0+6}nf$k!8&hX+=|B49;A47OXW#SXiT z^bVZB1OwTIDy*{DVL;o^L*NwGwqnOCpf4i^3o-Z#!;9(Rn4FKwa3f`5!L?zg>@<2S zYV?>&5&s}usljmF!Fkr{ZPvoFJQO`pkgE})SEoP=z=&Qy!Nm2m1t)dMgd1 zMwCEYW*}`a&xjciH`Uv%h>pCDsj5Rb3uRmk4IPAdM}*ffcoODe@GOKI%oNOT7V_C@ zFdGoQ2jWjpa-h6t4~O{7Nk+0B;>RG~+vG4CA&$Z|W3lBm@xQ9fC3BJK9%5_qlC(FT#mVz%li zc*SAHj3KJcYiTWUx_9S&0-9R}yE+2T84LhWh|7dnrhrCp;o8vm`|*ZhE-z9JI)W z-cS`Kw@%`JSkMc+{75P#t4Xx;AVni#mKmuUINg-Nh+mI1Qg@rge^9IyFnJ9jdet2e zGcE;09Et(#ANB)IbO>ONeFgRqo_QM{JQARlH>$^ZChsx0cOqWEnu{u%5nmO6rnFq7 zchHlVK71kI!mD{Whyk784yzaF3-=yUpacU!7RUudK{4EMjR6nAJytC+!)t3jcmzxX zGr?@|9C#5lf~8;;SPRyJjbICSAM6AlgHOR>a2$LEn!q{mJ-7m{gJ!rZ;1i)lG|`FZ zLG&R85K=-#WD>c=aH5nLLyRYC2#RnJj}T7~vx#{`Be9%VOT0zAOY9`}5l4tGh||PH z;%DL(i_H?UVp!c+39M9>ij~b8#wuq$$f{vYWKChsU_HxP$XdaAgSDBpll3X1S zoPnHtP6bELnaFvJGl$d2d5yD~vxoB;=QQUE=MFcN+m$$x+z3%IMf zo46lwk8{s)uk(1kI9?)8$;;=B;Z5K@%$vh|nYV$rgLi~?mUoTM=Xc@{;AilQ`8vLx zKa;&#KP+m}F5EV2%XhG2HK_3Pk4LTpx92^ncCpbO0IM@(8 zIe2dHs^D$Ghl0-qHwz*KiGmD4xnP1|nqZ+|z2GCkDZ$l{kdXKgb;yViW60Eyg&}W- zd=hdxQvM%2ov-BD+w+0nhCHPQO$C!$wHe-wQ#h8L3< zQxG#DW_HY9V-Ch#iH(X)iyax;5W6_`gV?4xc3eVSL7XXWZrsMW6LGgXbnB4af$Z>1 zhxHwfcKEepmyTH-$&Rx+Zs>Tt7jPPv`xIz8WMOQ)|pb2|6$Jfd@b=T|y^)cI1E zm@Wgm=)277va!pTU0GfGcP;JuaMzVx_jkS4t$Vj2-K^afb=%$TQuny-S=}depWpq% z?iYJR_sHyF>@mN`_8#AfVnx{^lW3u6kLXIzu08X6I(jbed9Y`5d}4e>{Pg$@@n826 z^iuVz?lr&Hu3lGq_vl^N`;p%3dVkp`xR0t&ZJ(F=?CtYwLSn+Ggr^d=BwR@Bm{^cF zC2?KislK6o2lt)WcSYZ0{doOU{p$L?-0yIIR)2Z_+Ww3C9~!_Kpcr5r@bZ8oN!%oL z5|y+f>147nIXih$^19^HDRC*oQ>LeENx7WbJGC<>EIlR*mF3AEmu;2(lr|uZOnW8mb9uD9Q2vyBm;5({Qb8-$D=sQ~E5|FB zC{L56oF`o{Dh2PO}!8~FOb3xg5|k%LwZI-3!nq03mF z(Ud959G|%?vuSY8!MedK2A|35m1W3UopnCDU-pFTH?lA1h;!(iO*y}6(lw82c4*n! zA=+8mgSk<;6}gSM-{i&T)#R{&*#Rtxfm5-e{_QZpU4>mlw@1f2QnI8IJT=+QMxVOi1$B!ES z`uN+rV%-YewW@-uB~@4S8vRT9?+sao`G$*R204#BU!74sulhnwM$HQ~7i$OCE~vd^ z)EFC$KTXJ=uyn$&b;WgS>YS!grVZvG^LX>SR1{T5?Xh&XG+2&U2UurXn@M|wUo?UB=uW+ul>TA;k)9R)jm@b|^Z~8A!jCx|* zjBYcg&N%zzkSEv844X;MJo(hXr)0e{nur{p`WHin*^m$9s-??!@zhpMPy$#$Slf7fan9lmOS&$3X34KF8(u#8O4cjumv&n^d+DuZ z#$}%`AF_P&ii8ylR`OO(TKVm&k*oH;s(N+p>dvcYul{WfwWjH{(%1H^Rjyt8de_(I zu4Aopth@Ne*f$RURr}Yi>yy_n-w?N9_M6~M$D7~1HU6y=8;5P&^|tEm_3!j~XUV4M zO|v!=n}X4`M%<`=Q{&86P^gPuYHL zhjquLoi#hp?i#o2tKFk_AKNox&%uv|ee}u4c^~iIo4t4YCmEl-zb}2?yMI&tZOf;M zPdD$E@85Jleqhr<#lg*ol!vw+Rv+GWWYCchj}AV%^E2&dA0I0?_UZAW<3~qe&=uiaGL+Bmj%;?u-BghhVcfEH0lH#AOR* zurrd)=@}*AW{=QC$4{Il<;6U|{H>f`y<{)n=|?pDKJ&`1oc>8~lgF*t_(X#C zg>pmgu9bF0hoco|$e-VyvHLT}*{gYp^H)9j&Wn4F{r#6$H+^*c+_jO_lV&bhz4_x4 z-(FV^8C6sN)Jto&>^*t@*GRx(L2o(OCq9oW$1e1gL~)=86XT<~(rM4fAP;ty9=Rgx zU3HqCK2K8?tGA{7)Q5*0;3vp;9feM;>|n^PP}s>c9vANJL1K#w&M$$GjcrDP!Qfi? zb3ev4zI?IUhI4B)KOY~pJtbpNUUI;rmJi%6g(R+!r(XUqy8B;1h_xE*_Zlgap-~D=ai2#W-3? z&pu_uYYFkMg5@v}-2M`P#0dBC9=}Ki(9e9OizVq2rO5p=UpNt$5iPzgV|nyPFJrgh zfB_!CcJcDO$3b*&83&QzJq{M()s zm;2lW7cjSSbyX&G50~ZQao@>Dz&F}*8+3X*x)+TJg?78fR|oS$TO%AgbVkF!IGSS; zx$mcAKZnqiPrKCM+h0yoHuuf$5S_u`{uxI%O@QwCmy!mDo^<;WsrPuUu~2r}V)Ah+ zQq#H{Fyj-NEc!aqfV;iNDYVrZtL?dv)ku2N!wp7zElFpaYAiIw%grxN(<-U=PLL)#w#+8SE7u5Z@BF{sCElx?%5EY^tDLYA%f+U2OyHa$q7jKp&v3qxeGOd{z*oef$q(V_dio@jTm zdp(HM-giV?&jvcSBW<=ge1a2RPga$oDe#ROf{-atje(K#ndIO~)KNfHTL80V57yV} zD2g;OkCR-N%23j5t<~9#Q%Lj(#XX`34|OD|x5F5^JGj**i-q>kd zeoFB#_5<%VmSbzlW*dpprDe5qTu%Z~i$9X2(a#-v27o13U^K{VOG9^6IheK*({7k` zl(C>RuN2~!5IvjHqTJsP?)Iz^WapLnJRQrU3#fLV{Q)n(5EqU{_IGRXZw*5w?LRSe zOW_-`c{ZO%gU~i@_OWftqupA(wGY>Lrw|%fsRe5da!cYEtiotlb2V)Q%=y7<%#UW+iL2y+)<9Ysht1(&sxc{tqUlIjcav-saHf*hT`4m}v94A@VT zgF^nHr$qvg19U(S>Oc*k;bz_eC}6-mlZ|K{p{Q|DTW_kuQABQ`wvnoC0AA0P>!>=5 zciUvMR{ON|CiL{!CtlSJH2Qkc<`<*^^AsHIsL^BIFjr)T;+}XMnRpzT_*Rj*;F7-Y z$OyHTdP+o6=){hO>lGdJ-9repFedddCL;Xb5IXo3$ON(05#s;Z5z3M}oj>p2xG_r! z7ygfe34qBa6e09~6!#yYCYSR2j*y_j>WNRA+^N7{{_YhS&Yv9_&=&5VJ410~hT_N! zZHWw0%%1O(zVFC{;@mM9ZLZ|Oo>n)&ufYVzrRy$dyfVE>R6*JEdX>=ntTAB!sfl}0 zwuPDTwK8vXS-sJ&uXXQMK$#`a=zB^-6yORFnj8;nA>0YME}(GNL=~cA5j@4AW3g3l z_gF0e9)LSEQLF!D7?Ps_E??2!%3yI+Wm%d$5@`R`nuhjhzBC*UI2x#S4sfp#GgStd z@3P1kA{lH3bPy!z2R4c3-0LpA)y#n2>mXA8~*#u^)cGaM<)T z1-ARrjEvNP-;*MIiB;qzG!sQw%n8YKj}@4|BD zbqnuQ!duR36+=rP)ax8)07hVIS<5comem~gZ&=NDKhND|HKXOvp5v0f@6{Xv&vRPW zS`Mt_z)JovTgfQvLR{Bl?eDDO@PE}R-r>g3z0mvkTz1~i=YL2WXkaGWS;;$%kGlb= zM916czpr*fWC04V__p(E7aZsX&ITspQTuqV*ax>i12^XQe%j%9!S~Y+#~t5~w?P1S z`=S`6f$vC)O2Cj48{ z=*AYiI54`T5u=Sum<~qjKU0&}K>xXU1uY&dcH4G2;P%h$af@4xUW~5ZCI6Y4nDbzX z&W``%@h)cr0X$QOz*+#$ogH#=`R!54Q9fHSus#<_m*z@b~WoHw1UGY8J!M91dO@7#3WaDv}%+~sWcU!@t<@tc#lEp7(4V7}jRf(5rA#=)nITi_;O!BfUfbcAP& No8SgqMmM0Y{|8K+D>?uG literal 0 HcwPel00001 diff --git a/public/assets/datatables-1-10-11/media/images/favicon.ico b/public/assets/datatables-1-10-11/media/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..6eeaa2a0d393190ce748107222d9a026f992e4a7 GIT binary patch literal 894 zcwS>*U<5(|0R|u`!H~hsz#zuJz@P!dKp_SN28cKe2y;U)4E#p|ckbTHEiAOPv$M0b zaImtlx3`Z^NjY}%eJJBL8kx@#~dKzg@oywDrf+#}E2C?vxj#*;u4xWdjv|{_@pOUvFVa#+AOt ztM#QfEApSrp8E0Fq1T(%J()H2>y2waUcb8C*LgG}$<@T@+O1m~w`>iuGru&W<3fA& z)%ud#9Sv`GZ~J(7|I-QG*YYzi)Rup~ee3<+5s#^4gQaF3;>d*IR#~ zzwzF-wJ$H9y|HcG@y^-{CAn7$vY&6=`1$am=XKQ^{C%7p9sT_LW)vo0oYi$=a`S~{ zGasKj{@~=H!*eFAZzy`;n^zo}+PbH|ep7wX*^cIS+qb=&H}`pL%wazt3q!-YhKAOpuqz8ET;II>#pTlv zkM2G@zyH{@*8LM2_Vza1Tes@{jvX&+YhDHhu6ML|b#^{}>Qtbe#g)aApPfJcCHWxUtT=(cH5R`IoYoQ0#3NQ87U|{dGP`m1&59vv(nez(_M9GPWP?d z>%V_|_v^>^&rct{+Pm{fMd_;m|Cb@bo}wbPt*!9%uxQCrV@=ihrRi7Zc3+?0e|N!@ zM-w|=7UzA6ia77)YRk`;T~P2J6>Q$N-N(Z{$gw*sMx7HT m{Kp3V{QbLj!^XITL@P^6Q)6Slz`#i}XTACG0a*}GOXuX|8Oj3tosHiJ3*4TN zC7>_x-r1O=t(?KoTC+`+>7&2GzdqLHBg&F)2Q?&EGZ+}|Rpsc~9`m>jw35No)z4*} HQ$iB}HK{Sd literal 0 HcwPel00001 diff --git a/public/assets/datatables-1-10-11/media/images/sort_asc_disabled.png b/public/assets/datatables-1-10-11/media/images/sort_asc_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..fb11dfe24a6c564cb7ddf8bc96703ebb121df1e7 GIT binary patch literal 148 zcwXxa@N?(olHy`uVBq!ia0vp^!XV7S0wixl{&NRX(Vi}jAsXkC6BcOhI9!^3NY?Do zDX;f`c1`y6n0RgO@$!H7chZT&|Jn0dmaqO^XNm-CGtk!Ur<_=Jws3;%W$<+Mb6Mw<&;$T1GdZXL literal 0 HcwPel00001 diff --git a/public/assets/datatables-1-10-11/media/images/sort_both.png b/public/assets/datatables-1-10-11/media/images/sort_both.png new file mode 100644 index 0000000000000000000000000000000000000000..af5bc7c5a10b9d6d57cb641aeec752428a07f0ca GIT binary patch literal 201 zcwXxa@N?(olHy`uVBq!ia0vp^!XV7S0wixl{&NRX6FglULp08Bycxyy87-Q;~nRxO8@-UU*I^KVWyN+&SiMHu5xDOu|HNvwzODfTdXjhVyNu1 z#7^XbGKZ7LW3XeONb$RKLeE*WhqbYpIXPIqK@r4)v+qN8um%99%MPpS9d#7Ed7SL@Bp00i_>zopr0H-Zb Aj{pDw literal 0 HcwPel00001 diff --git a/public/assets/datatables-1-10-11/media/images/sort_desc.png b/public/assets/datatables-1-10-11/media/images/sort_desc.png new file mode 100644 index 0000000000000000000000000000000000000000..0e156deb5f61d18f9e2ec5da4f6a8c94a5b4fb41 GIT binary patch literal 158 zcwXxa@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3I*R8JSj5R22v2@yo z(czD9$NuDl3Ljm9c#_#4$vXUz=f1~&WY3aa=h!;z7fOEN>ySP9QA=6C-^Dmb&tuM= z4Z&=WZU;2WF>e%GI&mWJk^K!jrbro{W;-I>FeCfLGJl3}+Z^2)3Kw?+EoAU?^>bP0 Hl+XkKC^j|Q{b@g3TV7E(Grjn^aLC2o)_ptHrtUEoT$S@q)~)7U@V;W{6)!%@ u>N?4t-1qslpJw9!O?PJ&w0Cby<'col-sm-6'f>>" + + "<'row'<'col-sm-12'tr>>" + + "<'row'<'col-sm-5'i><'col-sm-7'p>>", + renderer: 'bootstrap' +} ); + + +/* Default class modification */ +$.extend( DataTable.ext.classes, { + sWrapper: "dataTables_wrapper form-inline dt-bootstrap", + sFilterInput: "form-control input-sm", + sLengthSelect: "form-control input-sm", + sProcessing: "dataTables_processing panel panel-default" +} ); + + +/* Bootstrap paging button renderer */ +DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, buttons, page, pages ) { + var api = new DataTable.Api( settings ); + var classes = settings.oClasses; + var lang = settings.oLanguage.oPaginate; + var aria = settings.oLanguage.oAria.paginate || {}; + var btnDisplay, btnClass, counter=0; + + var attach = function( container, buttons ) { + var i, ien, node, button; + var clickHandler = function ( e ) { + e.preventDefault(); + if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) { + api.page( e.data.action ).draw( 'page' ); + } + }; + + for ( i=0, ien=buttons.length ; i 0 ? + '' : ' disabled'); + break; + + case 'previous': + btnDisplay = lang.sPrevious; + btnClass = button + (page > 0 ? + '' : ' disabled'); + break; + + case 'next': + btnDisplay = lang.sNext; + btnClass = button + (page < pages-1 ? + '' : ' disabled'); + break; + + case 'last': + btnDisplay = lang.sLast; + btnClass = button + (page < pages-1 ? + '' : ' disabled'); + break; + + default: + btnDisplay = button + 1; + btnClass = page === button ? + 'active' : ''; + break; + } + + if ( btnDisplay ) { + node = $('
  • ', { + 'class': classes.sPageButton+' '+btnClass, + 'id': idx === 0 && typeof button === 'string' ? + settings.sTableId +'_'+ button : + null + } ) + .append( $('', { + 'href': '#', + 'aria-controls': settings.sTableId, + 'aria-label': aria[ button ], + 'data-dt-idx': counter, + 'tabindex': settings.iTabIndex + } ) + .html( btnDisplay ) + ) + .appendTo( container ); + + settings.oApi._fnBindAction( + node, {action: button}, clickHandler + ); + + counter++; + } + } + } + }; + + // IE9 throws an 'unknown error' if document.activeElement is used + // inside an iframe or frame. + var activeEl; + + try { + // Because this approach is destroying and recreating the paging + // elements, focus is lost on the select button which is bad for + // accessibility. So we want to restore focus once the draw has + // completed + activeEl = $(host).find(document.activeElement).data('dt-idx'); + } + catch (e) {} + + attach( + $(host).empty().html('