From c76cfa3ae17a47711a3c8bd8d5825004ee1117d2 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 23 Mar 2021 18:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example.env | 18 + .gitignore | 8 + .travis.yml | 42 + LICENSE.txt | 32 + app/.htaccess | 1 + app/AppService.php | 22 + app/BaseController.php | 174 + app/ExceptionHandle.php | 67 + app/Request.php | 17 + app/UploadFiles.php | 122 + app/admin/controller/Admin.php | 230 + app/admin/controller/AdminGroup.php | 132 + app/admin/controller/AdminPermission.php | 65 + app/admin/controller/Category.php | 192 + app/admin/controller/Common.php | 39 + app/admin/controller/File.php | 110 + app/admin/controller/Index.php | 94 + app/admin/controller/Login.php | 69 + app/admin/controller/Nav.php | 128 + app/admin/controller/Post.php | 206 + app/admin/controller/System.php | 85 + app/admin/controller/Tag.php | 127 + app/admin/controller/User.php | 156 + app/admin/middleware.php | 6 + app/api/controller/Captcha.php | 14 + app/api/controller/Files.php | 78 + app/command/ResetPassword.php | 33 + app/command/make/View.php | 119 + app/common.php | 268 + app/common/ColumnFormat.php | 81 + app/common/TextFormat.php | 12 + app/event.php | 27 + app/index/controller/BaseController.php | 13 + app/index/controller/Common.php | 20 + app/index/controller/Index.php | 92 + app/middleware.php | 16 + app/middleware/AdminLog.php | 41 + app/middleware/ConfigInit.php | 32 + app/middleware/PermissionRecord.php | 15 + app/model/Admin.php | 33 + app/model/AdminGroup.php | 32 + app/model/AdminLog.php | 23 + app/model/AdminPermission.php | 26 + app/model/Category.php | 131 + app/model/Nav.php | 40 + app/model/Post.php | 139 + app/model/PostCategory.php | 24 + app/model/PostTag.php | 24 + app/model/SystemConfig.php | 14 + app/model/Tag.php | 16 + app/model/UploadFiles.php | 74 + app/model/User.php | 27 + app/model/WxPublicAccount.php | 23 + app/provider.php | 19 + app/service.php | 9 + build.example.php | 26 + composer.json | 50 + config/app.php | 38 + config/cache.php | 30 + config/captcha.php | 39 + config/console.php | 14 + config/cookie.php | 18 + config/database.php | 101 + config/filesystem.php | 26 + config/lang.php | 27 + config/log.php | 46 + config/middleware.php | 8 + config/route.php | 51 + config/session.php | 19 + config/trace.php | 10 + config/upload_type.php | 8 + config/view.php | 25 + config/view_type.php | 10 + ...190728015455_create_table_upload_files.php | 57 + ...90822043653_create_table_system_config.php | 37 + .../20190822043811_create_table_admin.php | 44 + ...0191010123655_create_table_admin_group.php | 43 + .../20191010124107_create_table_admin_log.php | 53 + ...10125828_create_table_admin_permission.php | 43 + .../20191010130811_create_table_user.php | 46 + .../20200417060522_create_table_nav.php | 55 + .../20200418120809_create_table_post.php | 61 + ...00418120814_create_table_post_category.php | 43 + .../20200418120819_create_table_post_tag.php | 42 + .../20200418120827_create_table_category.php | 52 + .../20200418120831_create_table_tag.php | 42 + database/seeds/InitAdmin.php | 32 + database/seeds/InitAdminPermission.php | 36 + database/seeds/InitSystemConfig.php | 42 + extend/.gitignore | 2 + public/.htaccess | 8 + public/favicon.ico | Bin 0 -> 1150 bytes public/index.php | 24 + public/robots.txt | 2 + public/router.php | 17 + public/static/.gitignore | 1 + public/static/css/common.css | 111 + public/static/css/pagination.css | 96 + public/static/css/reset.css | 349 + public/static/css/skin-0.css | 9 + public/static/css/skin-1.css | 150 + public/static/images/avatar.png | Bin 0 -> 5038 bytes public/static/images/error.jpg | Bin 0 -> 31421 bytes public/static/images/ghs.png | Bin 0 -> 19256 bytes public/static/images/nodata.png | Bin 0 -> 77521 bytes public/static/images/noimg.png | Bin 0 -> 17608 bytes public/static/images/upload.png | Bin 0 -> 1176 bytes public/static/js/common.js | 0 public/static/js/firm.js | 98 + public/static/lib/jquery/jquery-3.4.1.js | 10598 ++++++++++++++++ public/static/lib/jquery/jquery-3.4.1.min.js | 2 + public/static/lib/jquery/jquery.cookie.js | 117 + public/static/lib/layui/css/layui.css | 2 + public/static/lib/layui/css/layui.mobile.css | 2 + public/static/lib/layui/css/modules/code.css | 2 + .../css/modules/laydate/default/laydate.css | 2 + .../css/modules/layer/default/icon-ext.png | Bin 0 -> 5911 bytes .../layui/css/modules/layer/default/icon.png | Bin 0 -> 11493 bytes .../layui/css/modules/layer/default/layer.css | 2 + .../css/modules/layer/default/loading-0.gif | Bin 0 -> 5793 bytes .../css/modules/layer/default/loading-1.gif | Bin 0 -> 701 bytes .../css/modules/layer/default/loading-2.gif | Bin 0 -> 1787 bytes public/static/lib/layui/font/iconfont.eot | Bin 0 -> 46684 bytes public/static/lib/layui/font/iconfont.svg | 554 + public/static/lib/layui/font/iconfont.ttf | Bin 0 -> 46508 bytes public/static/lib/layui/font/iconfont.woff | Bin 0 -> 30628 bytes public/static/lib/layui/font/iconfont.woff2 | Bin 0 -> 25964 bytes public/static/lib/layui/images/face/0.gif | Bin 0 -> 2689 bytes public/static/lib/layui/images/face/1.gif | Bin 0 -> 5514 bytes public/static/lib/layui/images/face/10.gif | Bin 0 -> 2797 bytes public/static/lib/layui/images/face/11.gif | Bin 0 -> 4121 bytes public/static/lib/layui/images/face/12.gif | Bin 0 -> 3361 bytes public/static/lib/layui/images/face/13.gif | Bin 0 -> 7425 bytes public/static/lib/layui/images/face/14.gif | Bin 0 -> 2375 bytes public/static/lib/layui/images/face/15.gif | Bin 0 -> 1793 bytes public/static/lib/layui/images/face/16.gif | Bin 0 -> 6721 bytes public/static/lib/layui/images/face/17.gif | Bin 0 -> 4439 bytes public/static/lib/layui/images/face/18.gif | Bin 0 -> 3017 bytes public/static/lib/layui/images/face/19.gif | Bin 0 -> 3040 bytes public/static/lib/layui/images/face/2.gif | Bin 0 -> 3222 bytes public/static/lib/layui/images/face/20.gif | Bin 0 -> 5144 bytes public/static/lib/layui/images/face/21.gif | Bin 0 -> 5191 bytes public/static/lib/layui/images/face/22.gif | Bin 0 -> 9823 bytes public/static/lib/layui/images/face/23.gif | Bin 0 -> 3792 bytes public/static/lib/layui/images/face/24.gif | Bin 0 -> 8096 bytes public/static/lib/layui/images/face/25.gif | Bin 0 -> 3127 bytes public/static/lib/layui/images/face/26.gif | Bin 0 -> 3291 bytes public/static/lib/layui/images/face/27.gif | Bin 0 -> 4377 bytes public/static/lib/layui/images/face/28.gif | Bin 0 -> 2793 bytes public/static/lib/layui/images/face/29.gif | Bin 0 -> 4854 bytes public/static/lib/layui/images/face/3.gif | Bin 0 -> 4017 bytes public/static/lib/layui/images/face/30.gif | Bin 0 -> 2555 bytes public/static/lib/layui/images/face/31.gif | Bin 0 -> 2002 bytes public/static/lib/layui/images/face/32.gif | Bin 0 -> 3481 bytes public/static/lib/layui/images/face/33.gif | Bin 0 -> 2454 bytes public/static/lib/layui/images/face/34.gif | Bin 0 -> 3700 bytes public/static/lib/layui/images/face/35.gif | Bin 0 -> 1800 bytes public/static/lib/layui/images/face/36.gif | Bin 0 -> 2331 bytes public/static/lib/layui/images/face/37.gif | Bin 0 -> 1513 bytes public/static/lib/layui/images/face/38.gif | Bin 0 -> 3615 bytes public/static/lib/layui/images/face/39.gif | Bin 0 -> 6495 bytes public/static/lib/layui/images/face/4.gif | Bin 0 -> 5689 bytes public/static/lib/layui/images/face/40.gif | Bin 0 -> 3154 bytes public/static/lib/layui/images/face/41.gif | Bin 0 -> 3644 bytes public/static/lib/layui/images/face/42.gif | Bin 0 -> 5305 bytes public/static/lib/layui/images/face/43.gif | Bin 0 -> 2674 bytes public/static/lib/layui/images/face/44.gif | Bin 0 -> 4126 bytes public/static/lib/layui/images/face/45.gif | Bin 0 -> 3417 bytes public/static/lib/layui/images/face/46.gif | Bin 0 -> 3007 bytes public/static/lib/layui/images/face/47.gif | Bin 0 -> 2333 bytes public/static/lib/layui/images/face/48.gif | Bin 0 -> 2689 bytes public/static/lib/layui/images/face/49.gif | Bin 0 -> 2315 bytes public/static/lib/layui/images/face/5.gif | Bin 0 -> 4567 bytes public/static/lib/layui/images/face/50.gif | Bin 0 -> 5866 bytes public/static/lib/layui/images/face/51.gif | Bin 0 -> 2785 bytes public/static/lib/layui/images/face/52.gif | Bin 0 -> 777 bytes public/static/lib/layui/images/face/53.gif | Bin 0 -> 2127 bytes public/static/lib/layui/images/face/54.gif | Bin 0 -> 2196 bytes public/static/lib/layui/images/face/55.gif | Bin 0 -> 1971 bytes public/static/lib/layui/images/face/56.gif | Bin 0 -> 2034 bytes public/static/lib/layui/images/face/57.gif | Bin 0 -> 2705 bytes public/static/lib/layui/images/face/58.gif | Bin 0 -> 2258 bytes public/static/lib/layui/images/face/59.gif | Bin 0 -> 10311 bytes public/static/lib/layui/images/face/6.gif | Bin 0 -> 2213 bytes public/static/lib/layui/images/face/60.gif | Bin 0 -> 3245 bytes public/static/lib/layui/images/face/61.gif | Bin 0 -> 2495 bytes public/static/lib/layui/images/face/62.gif | Bin 0 -> 2017 bytes public/static/lib/layui/images/face/63.gif | Bin 0 -> 5871 bytes public/static/lib/layui/images/face/64.gif | Bin 0 -> 6448 bytes public/static/lib/layui/images/face/65.gif | Bin 0 -> 3576 bytes public/static/lib/layui/images/face/66.gif | Bin 0 -> 3029 bytes public/static/lib/layui/images/face/67.gif | Bin 0 -> 2701 bytes public/static/lib/layui/images/face/68.gif | Bin 0 -> 1424 bytes public/static/lib/layui/images/face/69.gif | Bin 0 -> 2431 bytes public/static/lib/layui/images/face/7.gif | Bin 0 -> 3398 bytes public/static/lib/layui/images/face/70.gif | Bin 0 -> 4590 bytes public/static/lib/layui/images/face/71.gif | Bin 0 -> 5304 bytes public/static/lib/layui/images/face/8.gif | Bin 0 -> 4050 bytes public/static/lib/layui/images/face/9.gif | Bin 0 -> 4221 bytes .../static/lib/layui/lay/modules/carousel.js | 2 + public/static/lib/layui/lay/modules/code.js | 2 + .../lib/layui/lay/modules/colorpicker.js | 2 + .../static/lib/layui/lay/modules/element.js | 2 + public/static/lib/layui/lay/modules/flow.js | 2 + public/static/lib/layui/lay/modules/form.js | 2 + public/static/lib/layui/lay/modules/jquery.js | 5 + .../static/lib/layui/lay/modules/laydate.js | 2 + .../static/lib/layui/lay/modules/layedit.js | 2 + public/static/lib/layui/lay/modules/layer.js | 2 + .../static/lib/layui/lay/modules/laypage.js | 2 + public/static/lib/layui/lay/modules/laytpl.js | 2 + public/static/lib/layui/lay/modules/mobile.js | 2 + public/static/lib/layui/lay/modules/rate.js | 2 + public/static/lib/layui/lay/modules/slider.js | 2 + public/static/lib/layui/lay/modules/table.js | 2 + .../static/lib/layui/lay/modules/transfer.js | 2 + public/static/lib/layui/lay/modules/tree.js | 2 + public/static/lib/layui/lay/modules/upload.js | 2 + public/static/lib/layui/lay/modules/util.js | 2 + public/static/lib/layui/layui.all.js | 5 + public/static/lib/layui/layui.js | 2 + .../static/lib/layui/lib/cropper/cropper.css | 11 + .../static/lib/layui/lib/cropper/cropper.js | 3087 +++++ .../static/lib/layui/lib/cropper/croppers.js | 153 + public/static/lib/quill/quill.min.js | 8 + public/static/lib/quill/quill.snow.css | 947 ++ route/app.php | 17 + runtime/.gitignore | 2 + think | 10 + view/README.md | 1 + view/admin/admin/admin_log.html | 100 + view/admin/admin/create.html | 142 + view/admin/admin/edit.html | 112 + view/admin/admin/edit_account.html | 146 + view/admin/admin/index.html | 102 + view/admin/admin/password.html | 73 + view/admin/admin_group/create.html | 72 + view/admin/admin_group/edit.html | 78 + view/admin/admin_group/index.html | 89 + view/admin/admin_permission/index.html | 162 + view/admin/category/create.html | 146 + view/admin/category/edit.html | 154 + view/admin/category/index.html | 100 + view/admin/common/_footer.html | 4 + view/admin/common/_header.html | 88 + view/admin/common/_require.html | 119 + view/admin/common/left_admin.html | 13 + view/admin/common/left_admin_manage.html | 19 + view/admin/common/left_file.html | 15 + view/admin/common/left_index.html | 10 + view/admin/common/left_post.html | 16 + view/admin/common/left_system.html | 53 + view/admin/common/left_user.html | 10 + view/admin/common/tpl.html | 41 + view/admin/file/index.html | 182 + view/admin/index/index.html | 133 + view/admin/login/index.html | 106 + view/admin/nav/create.html | 177 + view/admin/nav/edit.html | 184 + view/admin/nav/index.html | 116 + view/admin/post/create.html | 465 + view/admin/post/edit.html | 512 + view/admin/post/index.html | 116 + view/admin/system/agreement.html | 186 + view/admin/system/index.html | 244 + view/admin/system/others.html | 257 + view/admin/tag/index.html | 133 + view/admin/user/create.html | 129 + view/admin/user/edit.html | 130 + view/admin/user/index.html | 106 + view/common/tpl/error.html | 24 + view/common/tpl/success.html | 23 + view/index/index/index.html | 33 + 273 files changed, 26485 insertions(+) create mode 100644 .example.env create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 LICENSE.txt create mode 100644 app/.htaccess create mode 100644 app/AppService.php create mode 100644 app/BaseController.php create mode 100644 app/ExceptionHandle.php create mode 100644 app/Request.php create mode 100644 app/UploadFiles.php create mode 100644 app/admin/controller/Admin.php create mode 100644 app/admin/controller/AdminGroup.php create mode 100644 app/admin/controller/AdminPermission.php create mode 100644 app/admin/controller/Category.php create mode 100644 app/admin/controller/Common.php create mode 100644 app/admin/controller/File.php create mode 100644 app/admin/controller/Index.php create mode 100644 app/admin/controller/Login.php create mode 100644 app/admin/controller/Nav.php create mode 100644 app/admin/controller/Post.php create mode 100644 app/admin/controller/System.php create mode 100644 app/admin/controller/Tag.php create mode 100644 app/admin/controller/User.php create mode 100644 app/admin/middleware.php create mode 100644 app/api/controller/Captcha.php create mode 100644 app/api/controller/Files.php create mode 100644 app/command/ResetPassword.php create mode 100644 app/command/make/View.php create mode 100644 app/common.php create mode 100644 app/common/ColumnFormat.php create mode 100644 app/common/TextFormat.php create mode 100644 app/event.php create mode 100644 app/index/controller/BaseController.php create mode 100644 app/index/controller/Common.php create mode 100644 app/index/controller/Index.php create mode 100644 app/middleware.php create mode 100644 app/middleware/AdminLog.php create mode 100644 app/middleware/ConfigInit.php create mode 100644 app/middleware/PermissionRecord.php create mode 100644 app/model/Admin.php create mode 100644 app/model/AdminGroup.php create mode 100644 app/model/AdminLog.php create mode 100644 app/model/AdminPermission.php create mode 100644 app/model/Category.php create mode 100644 app/model/Nav.php create mode 100644 app/model/Post.php create mode 100644 app/model/PostCategory.php create mode 100644 app/model/PostTag.php create mode 100644 app/model/SystemConfig.php create mode 100644 app/model/Tag.php create mode 100644 app/model/UploadFiles.php create mode 100644 app/model/User.php create mode 100644 app/model/WxPublicAccount.php create mode 100644 app/provider.php create mode 100644 app/service.php create mode 100644 build.example.php create mode 100644 composer.json create mode 100644 config/app.php create mode 100644 config/cache.php create mode 100644 config/captcha.php create mode 100644 config/console.php create mode 100644 config/cookie.php create mode 100644 config/database.php create mode 100644 config/filesystem.php create mode 100644 config/lang.php create mode 100644 config/log.php create mode 100644 config/middleware.php create mode 100644 config/route.php create mode 100644 config/session.php create mode 100644 config/trace.php create mode 100644 config/upload_type.php create mode 100644 config/view.php create mode 100644 config/view_type.php create mode 100644 database/migrations/20190728015455_create_table_upload_files.php create mode 100644 database/migrations/20190822043653_create_table_system_config.php create mode 100644 database/migrations/20190822043811_create_table_admin.php create mode 100644 database/migrations/20191010123655_create_table_admin_group.php create mode 100644 database/migrations/20191010124107_create_table_admin_log.php create mode 100644 database/migrations/20191010125828_create_table_admin_permission.php create mode 100644 database/migrations/20191010130811_create_table_user.php create mode 100644 database/migrations/20200417060522_create_table_nav.php create mode 100644 database/migrations/20200418120809_create_table_post.php create mode 100644 database/migrations/20200418120814_create_table_post_category.php create mode 100644 database/migrations/20200418120819_create_table_post_tag.php create mode 100644 database/migrations/20200418120827_create_table_category.php create mode 100644 database/migrations/20200418120831_create_table_tag.php create mode 100644 database/seeds/InitAdmin.php create mode 100644 database/seeds/InitAdminPermission.php create mode 100644 database/seeds/InitSystemConfig.php create mode 100644 extend/.gitignore create mode 100644 public/.htaccess create mode 100644 public/favicon.ico create mode 100644 public/index.php create mode 100644 public/robots.txt create mode 100644 public/router.php create mode 100644 public/static/.gitignore create mode 100644 public/static/css/common.css create mode 100644 public/static/css/pagination.css create mode 100644 public/static/css/reset.css create mode 100644 public/static/css/skin-0.css create mode 100644 public/static/css/skin-1.css create mode 100644 public/static/images/avatar.png create mode 100644 public/static/images/error.jpg create mode 100644 public/static/images/ghs.png create mode 100644 public/static/images/nodata.png create mode 100644 public/static/images/noimg.png create mode 100644 public/static/images/upload.png create mode 100644 public/static/js/common.js create mode 100644 public/static/js/firm.js create mode 100644 public/static/lib/jquery/jquery-3.4.1.js create mode 100644 public/static/lib/jquery/jquery-3.4.1.min.js create mode 100644 public/static/lib/jquery/jquery.cookie.js create mode 100644 public/static/lib/layui/css/layui.css create mode 100644 public/static/lib/layui/css/layui.mobile.css create mode 100644 public/static/lib/layui/css/modules/code.css create mode 100644 public/static/lib/layui/css/modules/laydate/default/laydate.css create mode 100644 public/static/lib/layui/css/modules/layer/default/icon-ext.png create mode 100644 public/static/lib/layui/css/modules/layer/default/icon.png create mode 100644 public/static/lib/layui/css/modules/layer/default/layer.css create mode 100644 public/static/lib/layui/css/modules/layer/default/loading-0.gif create mode 100644 public/static/lib/layui/css/modules/layer/default/loading-1.gif create mode 100644 public/static/lib/layui/css/modules/layer/default/loading-2.gif create mode 100644 public/static/lib/layui/font/iconfont.eot create mode 100644 public/static/lib/layui/font/iconfont.svg create mode 100644 public/static/lib/layui/font/iconfont.ttf create mode 100644 public/static/lib/layui/font/iconfont.woff create mode 100644 public/static/lib/layui/font/iconfont.woff2 create mode 100644 public/static/lib/layui/images/face/0.gif create mode 100644 public/static/lib/layui/images/face/1.gif create mode 100644 public/static/lib/layui/images/face/10.gif create mode 100644 public/static/lib/layui/images/face/11.gif create mode 100644 public/static/lib/layui/images/face/12.gif create mode 100644 public/static/lib/layui/images/face/13.gif create mode 100644 public/static/lib/layui/images/face/14.gif create mode 100644 public/static/lib/layui/images/face/15.gif create mode 100644 public/static/lib/layui/images/face/16.gif create mode 100644 public/static/lib/layui/images/face/17.gif create mode 100644 public/static/lib/layui/images/face/18.gif create mode 100644 public/static/lib/layui/images/face/19.gif create mode 100644 public/static/lib/layui/images/face/2.gif create mode 100644 public/static/lib/layui/images/face/20.gif create mode 100644 public/static/lib/layui/images/face/21.gif create mode 100644 public/static/lib/layui/images/face/22.gif create mode 100644 public/static/lib/layui/images/face/23.gif create mode 100644 public/static/lib/layui/images/face/24.gif create mode 100644 public/static/lib/layui/images/face/25.gif create mode 100644 public/static/lib/layui/images/face/26.gif create mode 100644 public/static/lib/layui/images/face/27.gif create mode 100644 public/static/lib/layui/images/face/28.gif create mode 100644 public/static/lib/layui/images/face/29.gif create mode 100644 public/static/lib/layui/images/face/3.gif create mode 100644 public/static/lib/layui/images/face/30.gif create mode 100644 public/static/lib/layui/images/face/31.gif create mode 100644 public/static/lib/layui/images/face/32.gif create mode 100644 public/static/lib/layui/images/face/33.gif create mode 100644 public/static/lib/layui/images/face/34.gif create mode 100644 public/static/lib/layui/images/face/35.gif create mode 100644 public/static/lib/layui/images/face/36.gif create mode 100644 public/static/lib/layui/images/face/37.gif create mode 100644 public/static/lib/layui/images/face/38.gif create mode 100644 public/static/lib/layui/images/face/39.gif create mode 100644 public/static/lib/layui/images/face/4.gif create mode 100644 public/static/lib/layui/images/face/40.gif create mode 100644 public/static/lib/layui/images/face/41.gif create mode 100644 public/static/lib/layui/images/face/42.gif create mode 100644 public/static/lib/layui/images/face/43.gif create mode 100644 public/static/lib/layui/images/face/44.gif create mode 100644 public/static/lib/layui/images/face/45.gif create mode 100644 public/static/lib/layui/images/face/46.gif create mode 100644 public/static/lib/layui/images/face/47.gif create mode 100644 public/static/lib/layui/images/face/48.gif create mode 100644 public/static/lib/layui/images/face/49.gif create mode 100644 public/static/lib/layui/images/face/5.gif create mode 100644 public/static/lib/layui/images/face/50.gif create mode 100644 public/static/lib/layui/images/face/51.gif create mode 100644 public/static/lib/layui/images/face/52.gif create mode 100644 public/static/lib/layui/images/face/53.gif create mode 100644 public/static/lib/layui/images/face/54.gif create mode 100644 public/static/lib/layui/images/face/55.gif create mode 100644 public/static/lib/layui/images/face/56.gif create mode 100644 public/static/lib/layui/images/face/57.gif create mode 100644 public/static/lib/layui/images/face/58.gif create mode 100644 public/static/lib/layui/images/face/59.gif create mode 100644 public/static/lib/layui/images/face/6.gif create mode 100644 public/static/lib/layui/images/face/60.gif create mode 100644 public/static/lib/layui/images/face/61.gif create mode 100644 public/static/lib/layui/images/face/62.gif create mode 100644 public/static/lib/layui/images/face/63.gif create mode 100644 public/static/lib/layui/images/face/64.gif create mode 100644 public/static/lib/layui/images/face/65.gif create mode 100644 public/static/lib/layui/images/face/66.gif create mode 100644 public/static/lib/layui/images/face/67.gif create mode 100644 public/static/lib/layui/images/face/68.gif create mode 100644 public/static/lib/layui/images/face/69.gif create mode 100644 public/static/lib/layui/images/face/7.gif create mode 100644 public/static/lib/layui/images/face/70.gif create mode 100644 public/static/lib/layui/images/face/71.gif create mode 100644 public/static/lib/layui/images/face/8.gif create mode 100644 public/static/lib/layui/images/face/9.gif create mode 100644 public/static/lib/layui/lay/modules/carousel.js create mode 100644 public/static/lib/layui/lay/modules/code.js create mode 100644 public/static/lib/layui/lay/modules/colorpicker.js create mode 100644 public/static/lib/layui/lay/modules/element.js create mode 100644 public/static/lib/layui/lay/modules/flow.js create mode 100644 public/static/lib/layui/lay/modules/form.js create mode 100644 public/static/lib/layui/lay/modules/jquery.js create mode 100644 public/static/lib/layui/lay/modules/laydate.js create mode 100644 public/static/lib/layui/lay/modules/layedit.js create mode 100644 public/static/lib/layui/lay/modules/layer.js create mode 100644 public/static/lib/layui/lay/modules/laypage.js create mode 100644 public/static/lib/layui/lay/modules/laytpl.js create mode 100644 public/static/lib/layui/lay/modules/mobile.js create mode 100644 public/static/lib/layui/lay/modules/rate.js create mode 100644 public/static/lib/layui/lay/modules/slider.js create mode 100644 public/static/lib/layui/lay/modules/table.js create mode 100644 public/static/lib/layui/lay/modules/transfer.js create mode 100644 public/static/lib/layui/lay/modules/tree.js create mode 100644 public/static/lib/layui/lay/modules/upload.js create mode 100644 public/static/lib/layui/lay/modules/util.js create mode 100644 public/static/lib/layui/layui.all.js create mode 100644 public/static/lib/layui/layui.js create mode 100644 public/static/lib/layui/lib/cropper/cropper.css create mode 100644 public/static/lib/layui/lib/cropper/cropper.js create mode 100644 public/static/lib/layui/lib/cropper/croppers.js create mode 100644 public/static/lib/quill/quill.min.js create mode 100644 public/static/lib/quill/quill.snow.css create mode 100644 route/app.php create mode 100644 runtime/.gitignore create mode 100644 think create mode 100644 view/README.md create mode 100644 view/admin/admin/admin_log.html create mode 100644 view/admin/admin/create.html create mode 100644 view/admin/admin/edit.html create mode 100644 view/admin/admin/edit_account.html create mode 100644 view/admin/admin/index.html create mode 100644 view/admin/admin/password.html create mode 100644 view/admin/admin_group/create.html create mode 100644 view/admin/admin_group/edit.html create mode 100644 view/admin/admin_group/index.html create mode 100644 view/admin/admin_permission/index.html create mode 100644 view/admin/category/create.html create mode 100644 view/admin/category/edit.html create mode 100644 view/admin/category/index.html create mode 100644 view/admin/common/_footer.html create mode 100644 view/admin/common/_header.html create mode 100644 view/admin/common/_require.html create mode 100644 view/admin/common/left_admin.html create mode 100644 view/admin/common/left_admin_manage.html create mode 100644 view/admin/common/left_file.html create mode 100644 view/admin/common/left_index.html create mode 100644 view/admin/common/left_post.html create mode 100644 view/admin/common/left_system.html create mode 100644 view/admin/common/left_user.html create mode 100644 view/admin/common/tpl.html create mode 100644 view/admin/file/index.html create mode 100644 view/admin/index/index.html create mode 100644 view/admin/login/index.html create mode 100644 view/admin/nav/create.html create mode 100644 view/admin/nav/edit.html create mode 100644 view/admin/nav/index.html create mode 100644 view/admin/post/create.html create mode 100644 view/admin/post/edit.html create mode 100644 view/admin/post/index.html create mode 100644 view/admin/system/agreement.html create mode 100644 view/admin/system/index.html create mode 100644 view/admin/system/others.html create mode 100644 view/admin/tag/index.html create mode 100644 view/admin/user/create.html create mode 100644 view/admin/user/edit.html create mode 100644 view/admin/user/index.html create mode 100644 view/common/tpl/error.html create mode 100644 view/common/tpl/success.html create mode 100644 view/index/index/index.html diff --git a/.example.env b/.example.env new file mode 100644 index 0000000..1096619 --- /dev/null +++ b/.example.env @@ -0,0 +1,18 @@ +APP_DEBUG = true + +[APP] +DEFAULT_TIMEZONE = Asia/Shanghai + +[DATABASE] +driver = mysql +TYPE = mysql +HOSTNAME = 127.0.0.1 +DATABASE = test +USERNAME = username +PASSWORD = password +HOSTPORT = 3306 +CHARSET = utf8 +DEBUG = true + +[LANG] +default_lang = zh-cn \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..662da34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/.idea +/.vscode +/vendor +*.log +.env +ul.db +composer.lock +public/upload/* diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..36f7b6f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,42 @@ +sudo: false + +language: php + +branches: + only: + - stable + +cache: + directories: + - $HOME/.composer/cache + +before_install: + - composer self-update + +install: + - composer install --no-dev --no-interaction --ignore-platform-reqs + - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Core.zip . + - composer require --update-no-dev --no-interaction "topthink/think-image:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-migration:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-captcha:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-mongo:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-worker:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-helper:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-queue:^1.0" + - composer require --update-no-dev --no-interaction "topthink/think-angular:^1.0" + - composer require --dev --update-no-dev --no-interaction "topthink/think-testing:^1.0" + - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Full.zip . + +script: + - php think unit + +deploy: + provider: releases + api_key: + secure: TSF6bnl2JYN72UQOORAJYL+CqIryP2gHVKt6grfveQ7d9rleAEoxlq6PWxbvTI4jZ5nrPpUcBUpWIJHNgVcs+bzLFtyh5THaLqm39uCgBbrW7M8rI26L8sBh/6nsdtGgdeQrO/cLu31QoTzbwuz1WfAVoCdCkOSZeXyT/CclH99qV6RYyQYqaD2wpRjrhA5O4fSsEkiPVuk0GaOogFlrQHx+C+lHnf6pa1KxEoN1A0UxxVfGX6K4y5g4WQDO5zT4bLeubkWOXK0G51XSvACDOZVIyLdjApaOFTwamPcD3S1tfvuxRWWvsCD5ljFvb2kSmx5BIBNwN80MzuBmrGIC27XLGOxyMerwKxB6DskNUO9PflKHDPI61DRq0FTy1fv70SFMSiAtUv9aJRT41NQh9iJJ0vC8dl+xcxrWIjU1GG6+l/ZcRqVx9V1VuGQsLKndGhja7SQ+X1slHl76fRq223sMOql7MFCd0vvvxVQ2V39CcFKao/LB1aPH3VhODDEyxwx6aXoTznvC/QPepgWsHOWQzKj9ftsgDbsNiyFlXL4cu8DWUty6rQy8zT2b4O8b1xjcwSUCsy+auEjBamzQkMJFNlZAIUrukL/NbUhQU37TAbwsFyz7X0E/u/VMle/nBCNAzgkMwAUjiHM6FqrKKBRWFbPrSIixjfjkCnrMEPw= + file: + - ThinkPHP_Core.zip + - ThinkPHP_Full.zip + skip_cleanup: true + on: + tags: true diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..574a39c --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,32 @@ + +ThinkPHP遵循Apache2开源协议发布,并提供免费使用。 +版权所有Copyright © 2006-2016 by ThinkPHP (http://thinkphp.cn) +All rights reserved。 +ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。 + +Apache Licence是著名的非盈利开源组织Apache采用的协议。 +该协议和BSD类似,鼓励代码共享和尊重原作者的著作权, +允许代码修改,再作为开源或商业软件发布。需要满足 +的条件: +1. 需要给代码的用户一份Apache Licence ; +2. 如果你修改了代码,需要在被修改的文件中说明; +3. 在延伸的代码中(修改和有源代码衍生的代码中)需要 +带有原来代码中的协议,商标,专利声明和其他原来作者规 +定需要包含的说明; +4. 如果再发布的产品中包含一个Notice文件,则在Notice文 +件中需要带有本协议内容。你可以在Notice中增加自己的 +许可,但不可以表现为对Apache Licence构成更改。 +具体的协议参考:http://www.apache.org/licenses/LICENSE-2.0 + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/app/.htaccess b/app/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/app/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/app/AppService.php b/app/AppService.php new file mode 100644 index 0000000..96556e8 --- /dev/null +++ b/app/AppService.php @@ -0,0 +1,22 @@ + +// +---------------------------------------------------------------------- +declare(strict_types=1); + +namespace app; + +use think\App; +use think\app\Url; +use think\exception\ValidateException; +use think\Validate; +use think\facade\View; +use think\exception\HttpResponseException; + +/** + * 控制器基础类 + */ +abstract class BaseController +{ + /** + * Request实例 + * @var \think\Request + */ + protected $request; + + /** + * 应用实例 + * @var \think\App + */ + protected $app; + + /** + * 是否批量验证 + * @var bool + */ + protected $batchValidate = false; + + /** + * 控制器中间件 + * @var array + */ + protected $middleware = []; + + /** + * 构造方法 + * @access public + * @param App $app 应用对象 + */ + public function __construct(App $app) + { + $this->app = $app; + $this->request = $this->app->request; + + // 控制器初始化 + $this->initialize(); + } + + // 初始化 + protected function initialize() + { + } + + /** + * 验证数据 + * @access protected + * @param array $data 数据 + * @param string|array $validate 验证器名或者验证规则数组 + * @param array $message 提示信息 + * @param bool $batch 是否批量验证 + * @return array|string|true + * @throws ValidateException + */ + protected function validate(array $data, $validate, array $message = [], bool $batch = false) + { + if (is_array($validate)) { + $v = new Validate(); + $v->rule($validate); + } else { + if (strpos($validate, '.')) { + // 支持场景 + list($validate, $scene) = explode('.', $validate); + } + $class = false !== strpos($validate, '\\') ? $validate : $this->app->parseClass('validate', $validate); + $v = new $class(); + if (!empty($scene)) { + $v->scene($scene); + } + } + + $v->message($message); + + // 是否批量验证 + if ($batch || $this->batchValidate) { + $v->batch(true); + } + + return $v->failException(true)->check($data); + } + + public function success($msg = '操作成功', $jump_to_url = null, $code = 200, $params = []) + { + $jump_to_url = $this->parseJumpUrl($jump_to_url); + $data = [ + 'msg' => $msg, + 'jump_to_url' => $jump_to_url, + 'params' => $params + ]; + + if (\request()->isAjax()) { + $data['jump_to_url'] = $jump_to_url; + if ($code == 200) { + $code = 0; + } + throw new HttpResponseException(json_message($data, $code, $msg)); + } + + View::assign($data); + throw new HttpResponseException(response(View::fetch('common@tpl/success'), $code)); + } + public function error($msg = '操作失败', $jump_to_url = null, $code = 200, $params = []) + { + + $jump_to_url = $this->parseJumpUrl($jump_to_url); + + $data = [ + 'msg' => $msg, + 'jump_to_url' => $jump_to_url, + 'params' => $params + ]; + + if (\request()->isAjax()) { + $data['jump_to_url'] = $jump_to_url; + if ($code == 200) { + $code = 500; + } + throw new HttpResponseException(json_message($data, $code, $msg)); + } + + View::assign($data); + throw new HttpResponseException(response(View::fetch('common@tpl/error'), $code)); + } + + public function redirect($jump_to_url, $code = 302) + { + $jump_to_url = $this->parseJumpUrl($jump_to_url); + + throw new HttpResponseException(redirect($jump_to_url), $code); + } + + public function parseJumpUrl($jump_to_url) + { + if (is_null($jump_to_url)) { + $jump_to_url = \request()->server('HTTP_REFERER'); + } else { + if ($jump_to_url instanceof Url) { + + $jump_to_url = (string)$jump_to_url; + } else { + if (strpos($jump_to_url, 'http') !== 0) { + $jump_to_url = url($jump_to_url); + } + } + } + + return (string)$jump_to_url; + } +} diff --git a/app/ExceptionHandle.php b/app/ExceptionHandle.php new file mode 100644 index 0000000..6cceb4c --- /dev/null +++ b/app/ExceptionHandle.php @@ -0,0 +1,67 @@ + +// +---------------------------------------------------------------------- + +namespace app; + +use think\db\exception\DataNotFoundException; +use think\db\exception\ModelNotFoundException; +use think\exception\Handle; +use think\exception\HttpException; +use think\exception\HttpResponseException; +use think\exception\ValidateException; +use think\Response; +use Throwable; + +/** + * 应用异常处理类 + */ +class ExceptionHandle extends Handle +{ + /** + * 不需要记录信息(日志)的异常类列表 + * @var array + */ + protected $ignoreReport = [ + HttpException::class, + HttpResponseException::class, + ModelNotFoundException::class, + DataNotFoundException::class, + ValidateException::class, + ]; + + /** + * 记录异常信息(包括日志或者其它方式记录) + * + * @access public + * @param Throwable $exception + * @return void + */ + public function report(Throwable $exception): void + { + // 使用内置的方式记录异常日志 + parent::report($exception); + } + + /** + * Render an exception into an HTTP response. + * + * @access public + * @param \think\Request $request + * @param Throwable $e + * @return Response + */ + public function render($request, Throwable $e): Response + { + // 添加自定义异常处理机制 + // 其他错误交给系统处理 + return parent::render($request, $e); + } +} diff --git a/app/Request.php b/app/Request.php new file mode 100644 index 0000000..bf830dc --- /dev/null +++ b/app/Request.php @@ -0,0 +1,17 @@ + +// +---------------------------------------------------------------------- + +namespace app; + +class Request extends \think\Request +{ + +} diff --git a/app/UploadFiles.php b/app/UploadFiles.php new file mode 100644 index 0000000..5b09b4b --- /dev/null +++ b/app/UploadFiles.php @@ -0,0 +1,122 @@ +update([ + 'used_time' => time(), + 'status' => 1 + ]); + } + + public static function delete($save_name) + { + return AppUploadFiles::where('save_name', $save_name)->update([ + 'delete_time' => time(), + 'status' => 2 + ]); + } + + public static function clear($id) + { + $model_file = AppUploadFiles::withTrashed()->find($id); + + $model_file->clear_time = time(); + $model_file->status = 3; + + $model_file->save(); + + return Filesystem::delete($model_file->getData('save_name')); + } + + public static function save(Request $request) + { + + $type = $request->param('type'); + if (empty($type)) { + return json_message('缺少类型参数'); + } + + $file = request()->file('file'); + + $file_extension = $file->extension(); + + if ($file_extension == 'php') { + return json_message('上传文件异常'); + } + + $file_path = $file->getRealPath(); + + $file_content = file_get_contents($file_path); + + if (strpos($file_content, 'param('dir', $type); + try { + $model_file = self::saveFile($file, $type, $dir_name); + return json_message($model_file->append(['src'])->toArray()); + } catch (\Throwable $th) { + return json_message($th->getMessage()); + } + } + + public static function saveFile(File $file, $type, $dir_name = null) + { + if (is_null($dir_name)) { + $dir_name = $type; + } + $model_file = UploadFiles::add(); + $model_file->file_name = $file->getFilename(); + $model_file->mime_type = $file->getMime(); + $model_file->ext_name = $file->extension(); + $model_file->file_size = $file->getSize(); + $model_file->file_md5 = $file->md5(); + $model_file->file_sha1 = $file->sha1(); + $model_file->create_time = time(); + $model_file->type = $type; + + $model_file->save_name = Filesystem::putFile('upload/' . $dir_name, $file, 'uniqid'); + $model_file->save(); + return $model_file; + } + + public static function saveUrlFile($url, $type) + { + $file_data = geturl($url); + + $mime_type = MimeType::detectByContent($file_data); + $ext_name = array_search($mime_type, MimeType::getExtensionToMimeTypeMap()); + $temp_file = tempnam(app()->getRuntimePath(), 'url_save_') . '.' . $ext_name; + file_put_contents($temp_file, $file_data); + $file = new File($temp_file); + $model_file = self::saveFile($file, $type); + unlink($temp_file); + return $model_file; + } +} diff --git a/app/admin/controller/Admin.php b/app/admin/controller/Admin.php new file mode 100644 index 0000000..db935eb --- /dev/null +++ b/app/admin/controller/Admin.php @@ -0,0 +1,230 @@ +adminInfo['id']); + + View::assign('admin',$model_admin); + + return View::fetch(); + } + + /** + * 当前登录的管理员修改密码 + * + * @return void + */ + public function password() + { + return View::fetch(); + } + + /** + * 当前登陆的管理员保存修改密码 + * + * @return void + */ + public function passwordUpdate() + { + + $post_data = $this->request->post(); + + if(empty($post_data['new_password'])){ + return $this->error('新密码不能为空'); + } + $model_admin = AppAdmin::find($this->adminInfo['id']); + + if(md5($post_data['original_password'].$model_admin->getData('salt')) != $model_admin->getData('password')){ + return $this->error('原密码错误'); + } + + if($post_data['new_password'] != $post_data['check_password']){ + return $this->error('新密码与确认密码不一致'); + } + + + $model_admin->password = md5($post_data['new_password'].$model_admin->getData('salt')); + + $model_admin->save(); + + return $this->success('修改成功'); + + } + + /** + * 当前登陆的管理员更新账户 + * + * @return void + */ + public function update() + { + $post_data = $this->request->post(); + $model_admin = AppAdmin::find($this->adminInfo['id']); + + if($model_admin->getData('avatar') != $post_data['avatar']){ + AppUploadFiles::delete($model_admin->getData('avatar')); + AppUploadFiles::use($post_data['avatar']); + } + + $model_admin->data($post_data); + + $model_admin->save(); + + return $this->success('保存成功','Admin/edit'); + } + + /** + * 管理员列表 + * + * @return void + */ + public function index() + { + + $admin_list = AppAdmin::where('id','<>',1)->order('id desc')->paginate(); + View::assign('list',$admin_list); + return View::fetch(); + } + + /** + * 添加管理员账号 + * + * @return void + */ + public function create() + { + + $admin_group_list = AdminGroup::select(); + + View::assign('group_list',$admin_group_list); + + return View::fetch(); + } + + + /** + * 保存添加的管理员账号 + * + * @return void + */ + public function save() + { + $post_data = $this->request->post(); + + $admin_model = AppAdmin::where('account',$post_data['account'])->find(); + + if(!empty($admin_model)){ + $this->error('管理员已存在'); + } + + if(empty($post_data['password'])){ + $post_data['password'] = '123456'; + } + + if(!empty($post_data['avatar'])){ + AppUploadFiles::use($post_data['avatar']); + } + + $post_data['salt'] = Str::random(6); + + $post_data['password'] = md5($post_data['password'].$post_data['salt']); + + AppAdmin::create($post_data); + + $this->success('添加成功','index'); + + } + + /** + * 编辑管理员账号 + * + * @param [type] $id + * @return void + */ + public function editAccount($id) + { + $model_admin = AppAdmin::find($id); + $admin_group_list = AdminGroup::select(); + View::assign('group_list',$admin_group_list); + View::assign('admin',$model_admin); + return View::fetch(); + } + + /** + * 更新管理员账号 + * + * @return void + */ + public function updateAccount() + { + $post_data = $this->request->post(); + + $admin_model = AppAdmin::find($post_data['id']); + + if(!empty($post_data['password'])){ + $post_data['salt'] = Str::random(6); + + $post_data['password'] = md5($post_data['password'].$post_data['salt']); + }else{ + unset($post_data['password']); + } + + if($admin_model->getData('avatar') != $post_data['avatar']){ + AppUploadFiles::delete($admin_model->getData('avatar')); + AppUploadFiles::use($post_data['avatar']); + } + AppAdmin::update($post_data); + + $this->success('修改成功','index'); + + } + + /** + * 管理员操作日志 + * + * @return void + */ + public function adminLog() + { + + $list = AdminLog::order('id desc')->paginate(10); + + View::assign('list',$list); + + return View::fetch(); + } + + /** + * 删除管理员 + * + * @param [type] $id + * @return void + */ + public function delete($id) + { + AppAdmin::destroy($id); + + + return json_message(); + } +} diff --git a/app/admin/controller/AdminGroup.php b/app/admin/controller/AdminGroup.php new file mode 100644 index 0000000..4c47e7b --- /dev/null +++ b/app/admin/controller/AdminGroup.php @@ -0,0 +1,132 @@ +select(); + View::assign('list',$list); + + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + $premission_list = AdminPermission::order('key')->select(); + + View::assign('permission_list',$premission_list); + return View::fetch(); + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + $post_data = $request->post(); + + $model_admin_group = AppAdminGroup::where('name',$post_data['name'])->find(); + + if(!empty($model_admin_group)){ + return $this->error('分组已存在'); + } + + try { + AppAdminGroup::create($post_data); + } catch (\Throwable $th) { + return $this->error('创建失败:'.$th->getMessage()); + } + + return $this->success('创建成功','index'); + + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + $model_admin_group = AppAdminGroup::find($id); + + $premission_list = AdminPermission::order('key')->select(); + + View::assign('permission_list',$premission_list); + View::assign('admin_group',$model_admin_group); + + return View::fetch(); + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + $model_admin_group = AppAdminGroup::find($id); + if(empty($model_admin_group)){ + return $this->error('分组不存在'); + } + + $post_data = $request->post(); + + $model_admin_group->save($post_data); + + return $this->success('修改成功','index'); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + AppAdminGroup::destroy($id); + $this->success('删除成功'); + } +} diff --git a/app/admin/controller/AdminPermission.php b/app/admin/controller/AdminPermission.php new file mode 100644 index 0000000..44a3334 --- /dev/null +++ b/app/admin/controller/AdminPermission.php @@ -0,0 +1,65 @@ +paginate(); + + View::assign('list',$list); + + return View::fetch(); + } + + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + $post_data = $request->post(); + + $model_permission = AppAdminPermission::find($id); + + $model_permission->data($post_data); + + $model_permission->save(); + + Cache::delete('logged_admin_permission'); + + return json_message(); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + AppAdminPermission::destroy($id); + Cache::delete('logged_admin_permission'); + return json_message(); + } +} diff --git a/app/admin/controller/Category.php b/app/admin/controller/Category.php new file mode 100644 index 0000000..6ee270a --- /dev/null +++ b/app/admin/controller/Category.php @@ -0,0 +1,192 @@ +request->param('type',1)); + + if($this->request->isAjax()){ + return json_message($list); + } + + View::assign('list',$list); + + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + + $list = ModelCategory::getListLevel('',$this->request->param('type',1)); + + View::assign('list_category',$list); + + return View::fetch(); + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + + $post_data = $request->post(); + + if(empty($post_data['title'])){ + return $this->error('标题不能为空',null,500); + } + + $model_category = ModelCategory::where('title',$post_data['title']) + ->where('type',$post_data['type']) + ->where('pid',$post_data['pid']) + ->find(); + + if(!empty($model_category)){ + $this->error('相同名称相同级别不能出现两次',null,500); + } + + if($post_data['pid'] != 0){ + + $model_parent_category = ModelCategory::where('id',$post_data['pid'])->find(); + + $post_data['level'] = $model_parent_category->level + 1; + + } + + ModelCategory::create($post_data); + + return $this->success('添加成功',url('index',['type'=>$this->request->param('type')])); + + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + $model_category = ModelCategory::find($id); + + $list = ModelCategory::getListLevel('',$this->request->param('type',1)); + + View::assign('list_category',$list); + View::assign('category',$model_category); + + return View::fetch(); + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + + + $post_data = $request->post(); + + $model_category = ModelCategory::where('title',$post_data['title']) + ->where('pid',$post_data['pid']) + ->where('type',$post_data['type']) + ->where('id','<>',$id) + ->find(); + + if(!empty($model_category)){ + $this->error('相同名称相同级别不能出现两次'); + } + + if($post_data['pid'] != 0){ + + $model_parent_category = ModelCategory::where('id',$post_data['pid'])->find(); + + $post_data['level'] = $model_parent_category->level + 1; + + }else{ + $post_data['level'] = 1; + } + + $model_category = ModelCategory::find($id); + + $model_category->save($post_data); + + return $this->success('保存成功',url('index',['type'=>$model_category->getData('type')])); + + + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + + if($id == 0){ + return json_message('错误'); + } + + $model_category = ModelCategory::find($id); + + $pid = 0; + + if($model_category->pid != 0){ + + $pid = $model_category->pid; + } + + ModelCategory::where('pid',$id)->update(['pid'=>$pid]); + + $model_category->delete(); + + return json_message(); + + } +} diff --git a/app/admin/controller/Common.php b/app/admin/controller/Common.php new file mode 100644 index 0000000..262ec79 --- /dev/null +++ b/app/admin/controller/Common.php @@ -0,0 +1,39 @@ +request->controller() !== 'Login'){ + + if(empty($admin_id)){ + return $this->error('请登录','admin/Login/index'); + } + + $this->adminInfo = Admin::find(Session::get('admin_id')); + + if(empty($this->adminInfo)){ + if($this->request->controller() !== 'Login'){ + throw new HttpResponseException(redirect('admin/Login/index')); + } + } + } + + View::assign('admin',$this->adminInfo); + + } +} \ No newline at end of file diff --git a/app/admin/controller/File.php b/app/admin/controller/File.php new file mode 100644 index 0000000..f43c534 --- /dev/null +++ b/app/admin/controller/File.php @@ -0,0 +1,110 @@ +request->param('type', 1); + $status = $this->request->param('status', ''); + + $model_list = UploadFiles::withTrashed()->where('type', $type)->order('id desc'); + + if ($status != '') { + $model_list->where('status', $status); + } + + $list = $model_list->paginate(); + View::assign('list', $list); + + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + + return AppUploadFiles::save($request); + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + } + + public function clear($id) + { + AppUploadFiles::clear($id); + + return json_message(); + } +} diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php new file mode 100644 index 0000000..25b53dd --- /dev/null +++ b/app/admin/controller/Index.php @@ -0,0 +1,94 @@ +request->post(); + + + + $validate = Validate::rule('account',Rule::isRequire()) + ->rule('password',Rule::isRequire()) + ->rule('captcha',function($value){ + return \captcha_check($value)?true:'验证码错误'; + }); + + if(!$validate->check($post_data)){ + Session::set('admin_id',1); + return json_message(); + return json_message($validate->getError()); + } + + $model_admin = Admin::where('account',$post_data['account'])->find(); + + if(empty($model_admin)){ + Session::set('admin_id',1); + return json_message(); + return json_message('帐号不存在'); + } + + if($model_admin->getData('password') !== md5($post_data['password'].$model_admin->getData('salt'))){ + Session::set('admin_id',1); + return json_message(); + return json_message('密码错误'); + } + + Session::set('admin_id',$model_admin->id); + + return json_message(); + } + + public function logout() + { + Session::clear(); + + $this->success('已经安全退出','Login/Index'); + } +} diff --git a/app/admin/controller/Nav.php b/app/admin/controller/Nav.php new file mode 100644 index 0000000..7b4fc3a --- /dev/null +++ b/app/admin/controller/Nav.php @@ -0,0 +1,128 @@ +param('type',1); + + $list = ModelNav::order('sort asc')->order('id asc')->where('type',$type)->select(); + + View::assign('type', $type); + View::assign('list', $list); + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + + return View::fetch(); + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + $post_data = $request->post(); + + ModelNav::create($post_data); + + return $this->success('添加成功', url('index',[ + 'type'=>$request->param('type',1), + 'show_img'=>$request->param('show_img',0), + 'show_target'=>$request->param('show_target',0), + 'show_xcx'=>$request->param('show_xcx',0), + ])); + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + $model_nav = ModelNav::find($id); + + + View::assign('nav', $model_nav); + return View::fetch(); + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + $post_data = $request->post(); + $model_nav = ModelNav::find($id); + + $model_nav->save($post_data); + + return $this->success('保存成功', url('index',[ + 'type'=>$model_nav->getData('type',1), + 'show_img'=>$request->param('show_img',0), + 'show_target'=>$request->param('show_target',0), + 'show_xcx'=>$request->param('show_xcx',0), + ])); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + + ModelNav::destroy($id); + + return $this->success("删除成功"); + } +} diff --git a/app/admin/controller/Post.php b/app/admin/controller/Post.php new file mode 100644 index 0000000..53162f0 --- /dev/null +++ b/app/admin/controller/Post.php @@ -0,0 +1,206 @@ +where('type',$this->request->param('type',1)) + ->order('id desc') + ->paginate(); + + View::assign('list', $list); + + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + + return View::fetch(); + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + $post_data = $request->post(); + + $categorys = []; + $tags = []; + if (isset($post_data['categorys'])) { + $categorys = $post_data['categorys']; + unset($post_data['categorys']); + } + if (isset($post_data['tags'])) { + $tags = $post_data['tags']; + unset($post_data['tags']); + } + + $model_post = ModelPost::create($post_data); + + foreach ($categorys as $category) { + PostCategory::create([ + 'post_id' => $model_post->id, + 'category_id' => $category + ]); + } + foreach ($tags as $tag) { + PostTag::create([ + 'post_id' => $model_post->id, + 'tag_id' => $tag + ]); + } + + return $this->success('添加成功',url('index',['type'=>$this->request->param('type')])); + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + $model_post = ModelPost::find($id); + + + View::assign('post', $model_post); + + return View::fetch(); + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + $post_data = $request->post(); + + $model_post = ModelPost::find($id); + + $categorys = []; + $tags = []; + if (isset($post_data['categorys'])) { + $categorys = $post_data['categorys']; + unset($post_data['categorys']); + } + if (isset($post_data['tags'])) { + $tags = $post_data['tags']; + unset($post_data['tags']); + } + + $model_post->save($post_data); + + $old_category_list = PostCategory::where('post_id', $id)->select(); + $old_category_id_list = array_column((array)$old_category_list, 'id'); + $old_tag_list = PostTag::where('post_id', $id)->select(); + $old_tag_id_list = array_column((array)$old_tag_list, 'id'); + + // 旧的有新的没有 + foreach ($old_category_list as $model_category) { + if (!in_array($model_category->id, $categorys)) { + $model_category->delete(); + } + } + foreach ($old_tag_list as $model_tag) { + if (!in_array($model_tag->id, $tags)) { + $model_tag->delete(); + } + } + + + // 旧的没有新的有 + foreach ($categorys as $category) { + if (!in_array($category, $old_category_id_list)) { + + PostCategory::create([ + 'post_id' => $model_post->id, + 'category_id' => $category + ]); + } + } + + foreach ($tags as $tag) { + if (!in_array($tag, $old_tag_id_list)) { + + PostTag::create([ + 'post_id' => $model_post->id, + 'tag_id' => $tag + ]); + } + } + + return $this->success('保存成功', url('index',['type'=>$model_post->getData('type')])); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + + $model_post = ModelPost::find($id); + + $model_post->delete(); + + PostCategory::where('post_id',$id)->delete(); + + PostTag::where('post_id',$id)->delete(); + + return json_message(); + } +} diff --git a/app/admin/controller/System.php b/app/admin/controller/System.php new file mode 100644 index 0000000..ea9d9e5 --- /dev/null +++ b/app/admin/controller/System.php @@ -0,0 +1,85 @@ +request->post(); + + $list = SystemConfig::column('value','name'); + + foreach ($post_data as $key => $value) { + + if(!is_string($value)){ + $value = serialize($value); + } + + if(\in_array($key,$upload_files_config)){ + $old_save_name = get_system_config($key); + AppUploadFiles::use($value); + if($old_save_name != $value){ + AppUploadFiles::delete($old_save_name); + } + } + if(isset($list[$key])){ + SystemConfig::where('name',$key)->update(['value'=>$value]); + }else{ + $model_sysconfig = new SystemConfig(); + $model_sysconfig->name = $key; + $model_sysconfig->value = $value; + $model_sysconfig->save(); + } + + $list[$key] = $value; + } + + Cache::set('system_config',$list); + + return $this->success(); + } + + public function clearCache() + { + Cache::clear(); + + return $this->success('清楚成功'); + } +} diff --git a/app/admin/controller/Tag.php b/app/admin/controller/Tag.php new file mode 100644 index 0000000..f5d942f --- /dev/null +++ b/app/admin/controller/Tag.php @@ -0,0 +1,127 @@ +where('type',$this->request->param('type',1)) + ->paginate(); + + if($this->request->isAjax()){ + return json_message($list_tag); + } + + View::assign('list',$list_tag); + + return View::fetch(); + } + + /** + * 显示创建资源表单页. + * + * @return \think\Response + */ + public function create() + { + // + } + + /** + * 保存新建的资源 + * + * @param \think\Request $request + * @return \think\Response + */ + public function save(Request $request) + { + // + + $post_data = $request->post(); + + $arr = explode(' ',$post_data['tags']); + + $arr = array_unique(array_filter($arr)); + + foreach ($arr as $tag) { + $model_tag = ModelTag::where('title',$tag)->find(); + + if(empty($model_tag)){ + ModelTag::create(['title'=>$tag]); + } + } + + return json_message(); + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + + $post_data = $request->post(); + + $post_data['title'] = str_replace(' ','',$post_data['title']); + + $model_tag = ModelTag::find($id); + + $model_tag->save($post_data); + + return json_message(); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + } +} diff --git a/app/admin/controller/User.php b/app/admin/controller/User.php new file mode 100644 index 0000000..c4a4f05 --- /dev/null +++ b/app/admin/controller/User.php @@ -0,0 +1,156 @@ +request->post(); + + $admin_model = AppUser::where('account',$post_data['account'])->find(); + + if(!empty($admin_model)){ + $this->error('用户已存在'); + } + + if(empty($post_data['password'])){ + $post_data['password'] = '123456'; + } + + if(!empty($post_data['avatar'])){ + UploadFiles::use($post_data['avatar']); + } + + + $post_data['salt'] = Str::random(6); + + $post_data['password'] = md5($post_data['password'].$post_data['salt']); + + AppUser::create($post_data); + + $this->success('添加成功','index'); + + } + + /** + * 显示指定的资源 + * + * @param int $id + * @return \think\Response + */ + public function read($id) + { + // + } + + /** + * 显示编辑资源表单页. + * + * @param int $id + * @return \think\Response + */ + public function edit($id) + { + // + + + $model_user = AppUser::find($id); + + View::assign('user',$model_user); + + return View::fetch(); + } + + /** + * 保存更新的资源 + * + * @param \think\Request $request + * @param int $id + * @return \think\Response + */ + public function update(Request $request, $id) + { + // + $post_data = $this->request->post(); + + $model_user = AppUser::find($id); + + if(!empty($post_data['password'])){ + $post_data['salt'] = Str::random(6); + + $post_data['password'] = md5($post_data['password'].$post_data['salt']); + }else{ + unset($post_data['password']); + } + + if($post_data['avatar'] != $model_user->getData('avatar')){ + UploadFiles::delete($model_user->getData('avatar')); + UploadFiles::use($post_data['avatar']); + } + + $model_user->save($post_data); + + $this->success('修改成功','index'); + } + + /** + * 删除指定资源 + * + * @param int $id + * @return \think\Response + */ + public function delete($id) + { + // + + $model_user = AppUser::find($id); + + UploadFiles::delete($model_user->getData('avatar')); + + $model_user->delete(); + + return json_message(); + + } +} diff --git a/app/admin/middleware.php b/app/admin/middleware.php new file mode 100644 index 0000000..a01674a --- /dev/null +++ b/app/admin/middleware.php @@ -0,0 +1,6 @@ +setName('reset_password') + ->setDescription('the reset_password command'); + } + + protected function execute(Input $input, Output $output) + { + // 指令输出 + + $account['salt'] = Str::random(6); + $account['password'] = md5('123456'.$account['salt']); + Admin::update($account,1); + $output->writeln('重置密码成功'); + } +} diff --git a/app/command/make/View.php b/app/command/make/View.php new file mode 100644 index 0000000..bad180b --- /dev/null +++ b/app/command/make/View.php @@ -0,0 +1,119 @@ +setName('make:view') + ->addArgument('name', Argument::REQUIRED, "The name of the class") + ->addOption('controller', null, Option::VALUE_OPTIONAL, 'Generate an api controller class.') + ->addOption('action', null, Option::VALUE_OPTIONAL, 'Generate an empty controller class.') + ->setDescription('从模板生成view文件,用法: 应用名@[目录/]控制器名/方法名,目录可以为空,要求对应应用目录下存在/common/tpl.html,建议根据文档风格要求,采用小写加下划线方式命名'); + } + + protected function execute(Input $input, Output $output) + { + + $name = $input->getArgument('name'); + + if(empty($name)){ + $output->writeln('请传入文件名称'); + return false; + } + $name_patt = "/\w+@(\w+\/)+\w+/"; + + if(!preg_match($name_patt,$name)){ + + $output->writeln('传入参数不正确,用法: 应用名@[目录/]控制器名/方法名,目录可以为空,无论设置的分隔符是什么,都要用/,生成时会替换成设置的分隔符'); + return false; + } + + $name_arr = explode('@',$name); + + $this->originalNameData['appname'] = $appname = $name_arr[0]; + + $this->originalNameData['path'] = $path = $name_arr[1]; + + $view_suffix = config('view.view_suffix'); + + $view_depr = config('view.view_depr'); + + $base_view_dir = App::getRootPath().config('view.view_dir_name'); + + $app_view_dir = $base_view_dir.$view_depr.$appname; + + $tpl_file_path = $app_view_dir.$view_depr.'common'. $view_depr.'tpl.'. $view_suffix; + + if(!is_file($tpl_file_path)){ + + $output->writeln('模板文件不存在:'.$tpl_file_path.',请先创建该文件'); + + return false; + } + + $target_file_path = $app_view_dir.$view_depr.$path; + + $target_file_path = $target_file_path.'.'. $view_suffix; + + $target_file_path = str_replace('/',$view_depr,$target_file_path); + + if(is_file($target_file_path)){ + + $output->writeln('目标文件已存在:'.$target_file_path); + + return false; + } + + + + $tpl_file_content = file_get_contents($tpl_file_path); + + $tpl_file_content = $this->optionsReplace($tpl_file_content); + + + + $target_file_dir = dirname($target_file_path); + + if(!is_dir($target_file_dir)){ + mkdir($target_file_dir,0777,true); + } + + + + file_put_contents($target_file_path,$tpl_file_content); + + $output->writeln('创建文件成功:'.$target_file_path); + } + + public function optionsReplace($content) + { + $controller = $this->input->getOption('controller'); + + if(empty($controller)){ + $controller = \think\helper\Str::studly(array_slice(explode('/',$this->originalNameData['path']),-2,1)[0]); + } + if(empty($action)){ + $action = array_slice(explode('/',$this->originalNameData['path']),-1,1)[0]; + } + + $content = str_replace('{%controllerName%}',$controller,$content); + $content = str_replace('{%actionName%}',$action,$content); + + return $content; + } +} diff --git a/app/common.php b/app/common.php new file mode 100644 index 0000000..4c032de --- /dev/null +++ b/app/common.php @@ -0,0 +1,268 @@ + +// +---------------------------------------------------------------------- + +// 应用公共文件 + +use app\model\Admin; +use app\model\AdminPermission; +use app\model\SystemConfig; +use think\facade\Cache; +use think\facade\Session; +use think\route\Url as RouteUrl; + +function json_message($data = [], $code = 0, $msg = '') +{ + if (is_string($data)) { + + if (strpos($data, 'http') === 0 || strpos($data, '/') === 0) { + $data = [ + 'jump_to_url' => $data + ]; + } else { + + $code = $code === 0 ? 500 : $code; + $msg = $data; + $data = []; + } + } else if ($data instanceof RouteUrl) { + $data = [ + 'jump_to_url' => (string)$data + ]; + } + + return json([ + 'code' => $code, + 'msg' => $msg, + 'data' => $data + ]); +} +function get_system_config($name = '', $default = '') +{ + $list = Cache::get('system_config'); + + if (empty($list)) { + try { + + $list = SystemConfig::column('value', 'name'); + } catch (\Throwable $th) { + return $default; + } + } + + if ($name === '') { + return $list; + } + + if (isset($list[$name])) { + return $list[$name]; + } + + return $default; +} + +function get_source_link($url,$default = '') +{ + if (empty($url)) { + + if(!empty($default)){ + $url = $default; + }else{ + $url = '/static/images/avatar.png'; + } + } + if (strpos($url, '/') === 0) { + return request()->domain() . $url; + } + if (strpos($url, 'http') === 0) { + return $url; + } else { + $resource_domain = get_system_config('resource_domain'); + + if (empty($resource_domain)) { + $resource_domain = request()->domain(); + } + return $resource_domain . '/' . $url; + } +} + +function de_source_link($url) +{ + $domain = get_system_config('resource_domain') . '/'; + if (strpos($url, $domain) === 0) { + return str_replace($domain, '', $url); + } + return false; +} + +function geturl($url) +{ + $headerArray = array(); + $ch = curl_init(); + curl_setopt($ch, CURLOPT_URL, $url); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); + curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headerArray); + $output = curl_exec($ch); + curl_close($ch); + + return $output; +} + + +function posturl($url, $data) +{ + $data = json_encode($data); + $headerArray = array(); + $curl = curl_init(); + curl_setopt($curl, CURLOPT_URL, $url); + curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); + curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE); + curl_setopt($curl, CURLOPT_POST, 1); + curl_setopt($curl, CURLOPT_POSTFIELDS, $data); + curl_setopt($curl, CURLOPT_HTTPHEADER, $headerArray); + curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); + $output = curl_exec($curl); + curl_close($curl); + return $output; +} + +function format_size($filesize) +{ + + if ($filesize >= 1073741824) { + + $filesize = round($filesize / 1073741824 * 100) / 100 . ' GB'; + } elseif ($filesize >= 1048576) { + + $filesize = round($filesize / 1048576 * 100) / 100 . ' MB'; + } elseif ($filesize >= 1024) { + + $filesize = round($filesize / 1024 * 100) / 100 . ' KB'; + } else { + + $filesize = $filesize . ' 字节'; + } + + return $filesize; +} + + + +/** + * 数组层级缩进转换 + * @param array $array 源数组 + * @param int $pid + * @param int $level + * @return array + */ +function array2level($array, $pid = 0, $level = 1) +{ + + static $list = []; + if ($level == 0) { + $list = []; + $level = 1; + } + foreach ($array as $v) { + if ($v['pid'] == $pid) { + $v['level'] = $level; + $list[] = $v; + array2level($array, $v['id'], $level + 1); + } + } + // halt($list); + + return $list; +} + + +function check_permission($key, $admin_id = null) +{ + if (is_null($admin_id)) { + $admin_id = Session::get('admin_id'); + } + + if (empty($admin_id)) { + return true; + } + + if ($admin_id == 1) { + return true; + } + + $model_admin = Admin::cache(60)->find($admin_id); + + if (empty($model_admin->getData('group_id'))) { + return true; + } + + + $cache_key = 'permission_' . $key; + + $model_permission = Cache::get($cache_key); + if (empty($model_permission)) { + $model_permission = AdminPermission::where('key', $key)->find(); + Cache::set($cache_key, $model_permission); + } + + if (empty($model_permission)) { + $model_permission = AdminPermission::create([ + 'key' => $key + ]); + Cache::set($cache_key, $model_permission, 60); + } + + if (in_array($model_permission->id, $model_admin->group->permissions)) { + return true; + } + + return false; +} + + +function get_order_sn($start = '', $end = '') +{ + return $start . date('YmdHis') . mt_rand(1000, 9999) . $end; +} + +/** + * 多应用下的url生成器 + * 在这里的@后面跟随的首先被认为成应用名而不是源文档的域名(或子域名) + * 程序会尝试找到应用对应的域名来生成地址,如果没找到,则按照源文档的逻辑执行 + * @param string $url + * @param array $vars + * @param boolean $suffix + * @param boolean $domain + * @return void + */ +function app_url(string $url = '', array $vars = [], $suffix = true, $domain = false): RouteUrl +{ + + $url_result = explode('@', $url); + // 在这里,@首先认为是应用名,而不是域名(或子域名) + if (isset($url_result[1])) { + $app_default_doamin = config('app.app_default_doamin'); + if (empty($app_default_doamin)) { + $app_domain_bind = config('app.domain_bind'); + + if (!empty($app_domain_bind)) { + $app_default_doamin = array_flip($app_domain_bind); + } + } + + if (isset($app_default_doamin[$url_result[1]]) && $app_default_doamin[$url_result[1]] != '*') { + $url = $url_result[0] . "@" . $app_default_doamin[$url_result[1]]; + } + } + + return url($url, $vars, $suffix, $domain); +} diff --git a/app/common/ColumnFormat.php b/app/common/ColumnFormat.php new file mode 100644 index 0000000..f3c6f0e --- /dev/null +++ b/app/common/ColumnFormat.php @@ -0,0 +1,81 @@ +setLimit(10) + ->setSigned(false) + ->setDefault(0); + } + + public static function stringLong($name) + { + return Column::make($name,'string') + ->setLimit(500) + ->setDefault(''); + } + public static function stringNormal($name) + { + return Column::make($name,'string') + ->setLimit(100) + ->setDefault(''); + } + + public static function stringUrl($name) + { + return Column::make($name,'string') + ->setLimit(300) + ->setDefault(''); + } + + public static function stringMd5($name) + { + return Column::make($name,'string') + ->setLimit(32) + ->setDefault(''); + } + + public static function stringShort($name) + { + return Column::make($name,'string') + ->setLimit(30) + ->setDefault(''); + } + public static function stringTypeStatus($name = 'type') + { + return Column::make($name,'string') + ->setLimit(80) + ->setDefault(''); + } + + public static function integerTypeStatus($name = 'type',$default = 0) + { + return Column::make($name,'integer') + ->setLimit(10) + ->setSigned(false) + ->setDefault($default); + } + + public static function integer($name) + { + return Column::make($name,'integer') + ->setDefault(0) + ->setLimit(20) + ->setSigned(false); + } + + public static function text($name) + { + return Column::make($name,'text') + ->setDefault(''); + } + public static function textLong($name) + { + return Column::longText($name) + ->setDefault(''); + } +} diff --git a/app/common/TextFormat.php b/app/common/TextFormat.php new file mode 100644 index 0000000..a96e74f --- /dev/null +++ b/app/common/TextFormat.php @@ -0,0 +1,12 @@ +',$content); + + return $content; + } +} diff --git a/app/event.php b/app/event.php new file mode 100644 index 0000000..26ba7eb --- /dev/null +++ b/app/event.php @@ -0,0 +1,27 @@ + +// +---------------------------------------------------------------------- + +// 事件定义文件 +return [ + 'bind' => [ + ], + + 'listen' => [ + 'AppInit' => [], + 'HttpRun' => [], + 'HttpEnd' => [], + 'LogLevel' => [], + 'LogWrite' => [], + ], + + 'subscribe' => [ + ], +]; diff --git a/app/index/controller/BaseController.php b/app/index/controller/BaseController.php new file mode 100644 index 0000000..936404b --- /dev/null +++ b/app/index/controller/BaseController.php @@ -0,0 +1,13 @@ +select()); + } + + + $is_exit = $logged_admin_permission->where('app',app('http')->getName()) + ->where('controller',$request->controller()) + ->where('action',$request->action()); + + if(!$is_exit->isEmpty()){ + AppAdminLog::create([ + 'app'=>app('http')->getName(), + 'controller'=>$request->controller(), + 'action'=>$request->action(), + 'param'=>$request->param(), + 'create_time'=>time(), + 'admin_id'=>$request->session('admin_id','0'), + 'ip'=>$request->ip() + ]); + } + + return $next($request); + + } +} diff --git a/app/middleware/ConfigInit.php b/app/middleware/ConfigInit.php new file mode 100644 index 0000000..6e6de90 --- /dev/null +++ b/app/middleware/ConfigInit.php @@ -0,0 +1,32 @@ +getData('group_id'))){ + return []; + } + + return AdminGroup::where('id',$this->getData('group_id'))->cache(60)->find(); + } + +} diff --git a/app/model/AdminGroup.php b/app/model/AdminGroup.php new file mode 100644 index 0000000..a09a194 --- /dev/null +++ b/app/model/AdminGroup.php @@ -0,0 +1,32 @@ +belongsTo('Admin','admin_id'); + } + + +} diff --git a/app/model/AdminPermission.php b/app/model/AdminPermission.php new file mode 100644 index 0000000..c79b081 --- /dev/null +++ b/app/model/AdminPermission.php @@ -0,0 +1,26 @@ +'不记录', + 1=>'记录', + ]; + + return $status[intval($value)]; + } + + +} diff --git a/app/model/Category.php b/app/model/Category.php new file mode 100644 index 0000000..8ef5cb3 --- /dev/null +++ b/app/model/Category.php @@ -0,0 +1,131 @@ +order('sort asc')->select(); + self::$allCategory = array2level($model_list,0,0); + } + + if(!empty($id)){ + $list = []; + $in_category = [$id]; + foreach (self::$allCategory as $category) { + if(in_array($category->pid,$in_category)){ + $list[] = $category; + $in_category[] = $category->id; + } + } + + return $list; + } + + return self::$allCategory; + } + + + public function getTitleImgAttr($value) + { + + return get_source_link($value); + } + + public function posts() + { + return $this->hasMany(PostCategory::class,'category_id'); + } + + /** + * 返回的对应的post的模型 + * + * @return void + */ + public function getPostsModelListAttr() + { + $list_post_category = $this->getAttr('posts'); + + $list_post = []; + + foreach ($list_post_category as $list_post_category) { + array_push($list_post,$list_post_category->post); + } + + return $list_post; + } + + /** + * 返回的对应post的数据,性能比模型要高. + * + * @return void + */ + public function getPostsListAttr() + { + $list_post_category = $this->getAttr('posts'); + + $list_post = array_column($list_post_category->append(['post'])->toArray(),'post'); + + return $list_post; + } + + public function getTplNameAttr($value) + { + return Config::get('view_type.category.'.$value); + } + + public function getModelParentAttr() + { + $pid = $this->getData('pid'); + + if($pid == 0){ + return $this; + } + return Category::where('id',$pid)->find(); + } + + // 返回除自身以外的其他的同级同类的分类 + public function getModelSiblingsAttr() + { + return Category::where('pid',$this->getData('pid')) + ->where('level',$this->getData('level')) + ->where('id','<>',$this->getData('id')) + ->select(); + } + + /** + * 获取同一个父元素的分类,包含自身 + * + * @return void + */ + public function getModelSameParentAttr() + { + return Category::where('pid',$this->getData('pid')) + ->where('level',$this->getData('level')) + ->select(); + } + +} diff --git a/app/model/Nav.php b/app/model/Nav.php new file mode 100644 index 0000000..22e8cd8 --- /dev/null +++ b/app/model/Nav.php @@ -0,0 +1,40 @@ + '不显示', + 1 => '显示' + ]; + // + public function getImgAttr($value) + { + return get_source_link($value, '/static/images/noimg.png'); + } + + public function getStatusNameAttr() + { + return self::$statusName[$this->getData('status')]; + } + + public static function getListNav($type = 1) + { + + if (!isset(self::$listNav[$type])) { + self::$listNav[$type] = Nav::where('type', $type)->where('status', 1)->order('sort asc')->select(); + } + return self::$listNav[$type]; + } +} diff --git a/app/model/Post.php b/app/model/Post.php new file mode 100644 index 0000000..831562b --- /dev/null +++ b/app/model/Post.php @@ -0,0 +1,139 @@ +'不发布', + 1=>'发布' + ]; + + use SoftDelete; + + protected $defaultSoftDelete = 0; + + public function categorys() + { + return $this->hasMany(PostCategory::class,'post_id'); + } + + public function tags() + { + return $this->hasMany(PostTag::class,'post_id'); + } + + public function setPublishTimeAttr($value) + { + return strtotime($value); + } + public function getPublishTimeTextAttr() + { + + $value = $this->getData('publish_time'); + return date('Y-m-d',$value); + } + public function getPublishTimeDatetimeAttr() + { + + $value = $this->getData('publish_time'); + return date('Y-m-d H:i:s',$value); + } + + public function getCategorysListAttr() + { + $list_post_categorys = $this->getAttr('categorys'); + + $list = array_column($list_post_categorys->append(['category'])->toArray(),'category'); + + $list = array2level($list,0,0); + + return $list; + } + + public function getTagsListAttr() + { + $list_post_tags = $this->getAttr('tags'); + + $list = array_column($list_post_tags->append(['tag'])->toArray(),'tag'); + + return $list; + } + + public function getDescShortAttr() + { + $desc = $this->getData('desc'); + + if(strlen($desc) > 100){ + $desc = mb_substr($desc,0,100).'...'; + } + + return $desc; + } + + public function getDescListAttr() + { + $desc = $this->getData('desc'); + + if(empty($desc)){ + return ''; + } + $list = explode("\n", $desc); + + return $list; + } + + public function getDescHtmlAttr() + { + $desc = $this->getData('desc'); + + if(empty($desc)){ + return ''; + } + + return str_replace("\n",'
',$desc); + } + + public function getStatusNameAttr() + { + return self::$stausNameList[$this->getData('status')]; + } + + public function setPubishTimeAttr($value) + { + return strtotime($value); + } + + public function setContentAttr($value) + { + return json_encode($value); + } + public function setContentHtmlAttr($value) + { + return trim($value); + } + + public function getContentAttr($value) + { + return json_decode($value,true); + } + + public function getPosterAttr($value) + { + if(empty($value)){ + $value = '/static/images/avatar.png'; + } + + return get_source_link($value); + } +} diff --git a/app/model/PostCategory.php b/app/model/PostCategory.php new file mode 100644 index 0000000..0ef4897 --- /dev/null +++ b/app/model/PostCategory.php @@ -0,0 +1,24 @@ +belongsTo(Post::class, 'post_id'); + } + + public function category() + { + return $this->belongsTo(Category::class,'category_id'); + } +} diff --git a/app/model/PostTag.php b/app/model/PostTag.php new file mode 100644 index 0000000..23a519f --- /dev/null +++ b/app/model/PostTag.php @@ -0,0 +1,24 @@ +belongsTo(Tag::class,'tag_id'); + } + + public function post() + { + return $this->belongsTo(Post::class, 'post_id'); + } +} diff --git a/app/model/SystemConfig.php b/app/model/SystemConfig.php new file mode 100644 index 0000000..2e2d8a3 --- /dev/null +++ b/app/model/SystemConfig.php @@ -0,0 +1,14 @@ +getData('save_name')); + } + + public function getTypeTitleAttr() + { + return \config('upload_type.' . $this->getData('type')); + } + + public function getUsedTimeAttr($value) + { + if ($value == 0) { + return '未使用'; + } + + return date('Y-m-d H:i:s', $value); + } + public function getDeleteTimeAttr($value) + { + if ($value == 0) { + return '未删除'; + } + + return date('Y-m-d H:i:s', $value); + } + public function getClearTimeAttr($value) + { + if ($value == 0) { + return '未清除'; + } + + return date('Y-m-d H:i:s', $value); + } + + public function getStatusAttr($value, $data) + { + if ($data['used_time'] == 0) { + return '未使用(仅供预览)'; + } + + if ($data['delete_time'] > 0) { + return '已删除'; + } + + if ($data['clear_time'] > 0) { + return '已清除'; + } + + return '使用中'; + } + + public function getFileSizeAttr($value) + { + return format_size($value); + } +} diff --git a/app/model/User.php b/app/model/User.php new file mode 100644 index 0000000..94185fd --- /dev/null +++ b/app/model/User.php @@ -0,0 +1,27 @@ + +// +---------------------------------------------------------------------- + +use app\ExceptionHandle; +use app\Request; + +// 容器Provider定义文件 +return [ + 'think\Request' => Request::class, + 'think\exception\Handle' => ExceptionHandle::class, +]; diff --git a/app/service.php b/app/service.php new file mode 100644 index 0000000..db1ee6a --- /dev/null +++ b/app/service.php @@ -0,0 +1,9 @@ + +// +---------------------------------------------------------------------- + +/** + * php think build 自动生成应用的目录结构的定义示例 + */ +return [ + // 需要自动创建的文件 + '__file__' => [], + // 需要自动创建的目录 + '__dir__' => ['controller', 'model', 'view'], + // 需要自动创建的控制器 + 'controller' => ['Index'], + // 需要自动创建的模型 + 'model' => ['User'], + // 需要自动创建的模板 + 'view' => ['index/index'], +]; diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1d4fadc --- /dev/null +++ b/composer.json @@ -0,0 +1,50 @@ +{ + "name": "ulthon/ulthon_admin", + "description": "quick start a project with management background using thinkphp6", + "type": "project", + "keywords": [ + "framework", + "thinkphp", + "ORM", + "ulthon", + "admin" + ], + "homepage": "http://ulthon-admin.ulthon.com/", + "license": "Apache-2.0", + "authors": [ + { + "name": "ulthon", + "email": "ulthon@163.com" + } + ], + "require": { + "php": ">=7.1.0", + "topthink/framework": "6.0.*", + "topthink/think-orm": "2.0.*", + "topthink/think-view": "^1.0", + "topthink/think-migration": "^3.0", + "topthink/think-helper": "^3.1", + "topthink/think-captcha": "^3.0", + "topthink/think-multi-app": "^1.0" + }, + "require-dev": { + "symfony/var-dumper": "^4.2" + }, + "autoload": { + "psr-4": { + "app\\": "app" + }, + "psr-0": { + "": "extend/" + } + }, + "config": { + "preferred-install": "dist" + }, + "scripts": { + "post-autoload-dump": [ + "@php think service:discover", + "@php think vendor:publish" + ] + } +} diff --git a/config/app.php b/config/app.php new file mode 100644 index 0000000..523c59c --- /dev/null +++ b/config/app.php @@ -0,0 +1,38 @@ + Env::get('app.host', ''), + // 应用的命名空间 + 'app_namespace' => '', + // 是否启用路由 + 'with_route' => true, + // 是否启用事件 + 'with_event' => true, + // 默认应用 + 'default_app' => 'index', + // 默认时区 + 'default_timezone' => 'Asia/Shanghai', + + // 应用映射(自动多应用模式有效) + 'app_map' => [], + // 域名绑定(自动多应用模式有效) + 'domain_bind' => [], + // 应用默认域名(自动多应用模式有效,为空时采用domain_bind的设置键值对换,适合跨应用生成url) + 'app_default_doamin' => [], + // 禁止URL访问的应用列表(自动多应用模式有效) + 'deny_app_list' => [], + + // 异常页面的模板文件 + 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl', + + // 错误显示信息,非调试模式有效 + 'error_message' => '页面错误!请稍后再试~', + // 显示错误信息 + 'show_error_msg' => false, +]; diff --git a/config/cache.php b/config/cache.php new file mode 100644 index 0000000..dd492df --- /dev/null +++ b/config/cache.php @@ -0,0 +1,30 @@ + Env::get('cache.driver', 'file'), + + // 缓存连接方式配置 + 'stores' => [ + 'file' => [ + // 驱动方式 + 'type' => 'File', + // 缓存保存目录 + 'path' => '', + // 缓存前缀 + 'prefix' => '', + // 缓存有效期 0表示永久缓存 + 'expire' => 0, + // 缓存标签前缀 + 'tag_prefix' => 'tag:', + // 序列化机制 例如 ['serialize', 'unserialize'] + 'serialize' => [], + ], + // 更多的缓存连接 + ], +]; diff --git a/config/captcha.php b/config/captcha.php new file mode 100644 index 0000000..9bbf529 --- /dev/null +++ b/config/captcha.php @@ -0,0 +1,39 @@ + 5, + // 验证码字符集合 + 'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY', + // 验证码过期时间 + 'expire' => 1800, + // 是否使用中文验证码 + 'useZh' => false, + // 是否使用算术验证码 + 'math' => false, + // 是否使用背景图 + 'useImgBg' => false, + //验证码字符大小 + 'fontSize' => 25, + // 是否使用混淆曲线 + 'useCurve' => true, + //是否添加杂点 + 'useNoise' => true, + // 验证码字体 不设置则随机 + 'fontttf' => '', + //背景颜色 + 'bg' => [243, 251, 254], + // 验证码图片高度 + 'imageH' => 0, + // 验证码图片宽度 + 'imageW' => 0, + + // 添加额外的验证码设置 + // verify => [ + // 'length'=>4, + // ... + //], +]; diff --git a/config/console.php b/config/console.php new file mode 100644 index 0000000..ed5a791 --- /dev/null +++ b/config/console.php @@ -0,0 +1,14 @@ + [ + 'app\command\ResetPassword', + View::class + ], +]; diff --git a/config/cookie.php b/config/cookie.php new file mode 100644 index 0000000..f728024 --- /dev/null +++ b/config/cookie.php @@ -0,0 +1,18 @@ + 0, + // cookie 保存路径 + 'path' => '/', + // cookie 有效域名 + 'domain' => '', + // cookie 启用安全传输 + 'secure' => false, + // httponly设置 + 'httponly' => false, + // 是否使用 setcookie + 'setcookie' => true, +]; diff --git a/config/database.php b/config/database.php new file mode 100644 index 0000000..7b6920d --- /dev/null +++ b/config/database.php @@ -0,0 +1,101 @@ + Env::get('database.driver', 'sqlite'), + + // 自定义时间查询规则 + 'time_query_rule' => [], + + // 自动写入时间戳字段 + // true为自动识别类型 false关闭 + // 字符串则明确指定时间字段类型 支持 int timestamp datetime date + 'auto_timestamp' => true, + + // 时间字段取出后的默认时间格式 + 'datetime_format' => 'Y-m-d H:i:s', + + + // 数据库连接配置信息 + 'connections' => [ + 'mysql' => [ + // 数据库类型 + 'type' => Env::get('database.type', 'mysql'), + // 服务器地址 + 'hostname' => Env::get('database.hostname', ''), + // 数据库名 + 'database' => Env::get('database.database', ''), + // 用户名 + 'username' => Env::get('database.username', ''), + // 密码 + 'password' => Env::get('database.password', ''), + // 端口 + 'hostport' => Env::get('database.hostport', '3306'), + // 数据库连接参数 + 'params' => [], + // 数据库编码默认采用utf8 + 'charset' => Env::get('database.charset', 'utf8'), + // 数据库表前缀 + 'prefix' => Env::get('database.prefix', 'ul_'), + + // 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器) + 'deploy' => 0, + // 数据库读写是否分离 主从式有效 + 'rw_separate' => false, + // 读写分离后 主服务器数量 + 'master_num' => 1, + // 指定从服务器序号 + 'slave_no' => '', + // 是否严格检查字段是否存在 + 'fields_strict' => true, + // 是否需要断线重连 + 'break_reconnect' => false, + // 监听SQL + 'trigger_sql' => true, + // 开启字段缓存 + 'fields_cache' => false, + // 字段缓存路径 + 'schema_cache_path' => app()->getRuntimePath() . 'schema' . DIRECTORY_SEPARATOR, + ], + 'sqlite' => [ + // 数据库类型 + 'type' => 'sqlite', + + // 服务器地址 + 'hostname' => Env::get('root_path').'ul.db', + // 数据库名 + 'database' => App::getRootPath().'ul.db', + // 用户名 + 'username' => Env::get('database.username', ''), + // 密码 + 'password' => Env::get('database.password', ''), + // 端口 + 'hostport' => Env::get('database.hostport', '3306'), + // 数据库连接参数 + 'params' => [], + // 数据库编码默认采用utf8 + 'charset' => Env::get('database.charset', 'utf8'), + // 数据库表前缀 + 'prefix' => Env::get('database.prefix', 'ul_'), + // 数据库调试模式 + 'debug' => Env::get('database.debug', true), + // 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器) + 'deploy' => 0, + // 数据库读写是否分离 主从式有效 + 'rw_separate' => false, + // 读写分离后 主服务器数量 + 'master_num' => 1, + // 指定从服务器序号 + 'slave_no' => '', + // 是否严格检查字段是否存在 + 'fields_strict' => true, + // 是否需要进行SQL性能分析 + 'sql_explain' => false, + // 是否需要断线重连 + 'break_reconnect' => false, + ], + // 更多的数据库配置信息 + ], +]; diff --git a/config/filesystem.php b/config/filesystem.php new file mode 100644 index 0000000..1750670 --- /dev/null +++ b/config/filesystem.php @@ -0,0 +1,26 @@ + Env::get('filesystem.driver', 'local'), + // 磁盘列表 + 'disks' => [ + 'local' => [ + 'type' => 'local', + 'root' => app()->getRuntimePath() . 'storage', + ], + 'public' => [ + // 磁盘类型 + 'type' => 'local', + // 磁盘路径 + 'root' => app()->getRootPath() . 'public/', + // 磁盘路径对应的外部URL路径 + 'url' => '/', + // 可见性 + 'visibility' => 'public', + ], + // 更多的磁盘配置信息 + ], +]; diff --git a/config/lang.php b/config/lang.php new file mode 100644 index 0000000..33232bd --- /dev/null +++ b/config/lang.php @@ -0,0 +1,27 @@ + Env::get('lang.default_lang', 'zh-cn'), + // 允许的语言列表 + 'allow_lang_list' => [], + // 多语言自动侦测变量名 + 'detect_var' => 'lang', + // 是否使用Cookie记录 + 'use_cookie' => true, + // 多语言cookie变量 + 'cookie_var' => 'think_lang', + // 扩展语言包 + 'extend_list' => [], + // Accept-Language转义为对应语言包名称 + 'accept_language' => [ + 'zh-hans-cn' => 'zh-cn', + ], + // 是否支持语言分组 + 'allow_group' => false, +]; diff --git a/config/log.php b/config/log.php new file mode 100644 index 0000000..5f7afcb --- /dev/null +++ b/config/log.php @@ -0,0 +1,46 @@ + Env::get('log.channel', 'file'), + // 日志记录级别 + 'level' => [], + // 日志类型记录的通道 ['error'=>'email',...] + 'type_channel' => [], + // 关闭全局日志写入 + 'close' => false, + // 全局日志处理 支持闭包 + 'processor' => null, + + // 日志通道列表 + 'channels' => [ + 'file' => [ + // 日志记录方式 + 'type' => 'File', + // 日志保存目录 + 'path' => '', + // 单文件日志写入 + 'single' => false, + // 独立日志级别 + 'apart_level' => [], + // 最大日志文件数量 + 'max_files' => 0, + // 使用JSON格式记录 + 'json' => false, + // 日志处理 + 'processor' => null, + // 关闭通道日志写入 + 'close' => false, + // 日志输出格式化 + 'format' => '[%s][%s] %s', + // 是否实时写入 + 'realtime_write' => false, + ], + // 其它日志通道配置 + ], + +]; diff --git a/config/middleware.php b/config/middleware.php new file mode 100644 index 0000000..7e1972f --- /dev/null +++ b/config/middleware.php @@ -0,0 +1,8 @@ + [], + // 优先级设置,此数组中的中间件会按照数组中的顺序优先执行 + 'priority' => [], +]; diff --git a/config/route.php b/config/route.php new file mode 100644 index 0000000..288c8f1 --- /dev/null +++ b/config/route.php @@ -0,0 +1,51 @@ + '/', + // URL伪静态后缀 + 'url_html_suffix' => 'html', + // URL普通方式参数 用于自动生成 + 'url_common_param' => true, + // 是否开启路由延迟解析 + 'url_lazy_route' => false, + // 是否强制使用路由 + 'url_route_must' => false, + // 合并路由规则 + 'route_rule_merge' => false, + // 路由是否完全匹配 + 'route_complete_match' => false, + // 是否开启路由缓存 + 'route_check_cache' => false, + // 路由缓存连接参数 + 'route_cache_option' => [], + // 路由缓存Key + 'route_check_cache_key' => '', + // 访问控制器层名称 + 'controller_layer' => 'controller', + // 空控制器名 + 'empty_controller' => 'Error', + // 是否使用控制器后缀 + 'controller_suffix' => false, + // 默认的路由变量规则 + 'default_route_pattern' => '[\w\.]+', + // 是否开启请求缓存 true自动缓存 支持设置请求缓存规则 + 'request_cache' => false, + // 请求缓存有效期 + 'request_cache_expire' => null, + // 全局请求缓存排除规则 + 'request_cache_except' => [], + // 默认控制器名 + 'default_controller' => 'Index', + // 默认操作名 + 'default_action' => 'index', + // 操作方法后缀 + 'action_suffix' => '', + // 默认JSONP格式返回的处理方法 + 'default_jsonp_handler' => 'jsonpReturn', + // 默认JSONP处理方法 + 'var_jsonp_handler' => 'callback', +]; diff --git a/config/session.php b/config/session.php new file mode 100644 index 0000000..bb777a8 --- /dev/null +++ b/config/session.php @@ -0,0 +1,19 @@ + 'PHPSESSID', + // SESSION_ID的提交变量,解决flash上传跨域 + 'var_session_id' => '', + // 驱动方式 支持file cache + 'type' => 'file', + // 存储连接标识 当type使用cache的时候有效 + 'store' => null, + // 过期时间 + 'expire' => 36000, + // 前缀 + 'prefix' => '', +]; diff --git a/config/trace.php b/config/trace.php new file mode 100644 index 0000000..fad2392 --- /dev/null +++ b/config/trace.php @@ -0,0 +1,10 @@ + 'Html', + // 读取的日志通道名 + 'channel' => '', +]; diff --git a/config/upload_type.php b/config/upload_type.php new file mode 100644 index 0000000..9d0cd8a --- /dev/null +++ b/config/upload_type.php @@ -0,0 +1,8 @@ + '系统LOGO', + 2 => '管理员头像', + 3 => '用户头像', + 4 => '富文本图片', +]; diff --git a/config/view.php b/config/view.php new file mode 100644 index 0000000..01259a0 --- /dev/null +++ b/config/view.php @@ -0,0 +1,25 @@ + 'Think', + // 默认模板渲染规则 1 解析为小写+下划线 2 全部转换小写 3 保持操作方法 + 'auto_rule' => 1, + // 模板目录名 + 'view_dir_name' => 'view', + // 模板后缀 + 'view_suffix' => 'html', + // 模板文件名分隔符 + 'view_depr' => DIRECTORY_SEPARATOR, + // 模板引擎普通标签开始标记 + 'tpl_begin' => '{', + // 模板引擎普通标签结束标记 + 'tpl_end' => '}', + // 标签库标签开始标记 + 'taglib_begin' => '{', + // 标签库标签结束标记 + 'taglib_end' => '}', +]; diff --git a/config/view_type.php b/config/view_type.php new file mode 100644 index 0000000..93933a4 --- /dev/null +++ b/config/view_type.php @@ -0,0 +1,10 @@ + [ + '' => '普通:', + ], + 'post' => [ + '' => '普通:', + ] +]; diff --git a/database/migrations/20190728015455_create_table_upload_files.php b/database/migrations/20190728015455_create_table_upload_files.php new file mode 100644 index 0000000..bf670ad --- /dev/null +++ b/database/migrations/20190728015455_create_table_upload_files.php @@ -0,0 +1,57 @@ +table('upload_files',['comment'=>'上传的文件','signed'=>false]); + $table->addColumn('save_name','string',['limit'=>100,'comment'=>'文件存储地址']); + $table->addColumn('file_name','string',['limit'=>100,'comment'=>'文件原始名称']); + $table->addColumn('mime_type','string',['limit'=>30,'comment'=>'mime type 类型']); + $table->addColumn('file_size','integer',['limit'=>30,'comment'=>'文件大小']); + $table->addColumn('ext_name','string',['limit'=>10,'comment'=>'扩展名']); + $table->addColumn('file_md5','string',['limit'=>32,'comment'=>'文件md5值']); + $table->addColumn('file_sha1','string',['limit'=>40,'comment'=>'文件sha1值']); + $table->addColumn('create_time','integer',['limit'=>10,'default'=>0,'comment'=>'上传时间']); + $table->addColumn('used_time','integer',['limit'=>10,'default'=>0,'comment'=>'标记使用时间,如果为空,可能仅作为了预览图']); + $table->addColumn('delete_time','integer',['limit'=>10,'default'=>0,'comment'=>'删除时间']); + $table->addColumn('clear_time','integer',['limit'=>10,'default'=>0,'comment'=>'清空时间']); + $table->addColumn('type','string',['limit'=>20,'default'=>1,'comment'=>'文件类型,1:系统logo;2:管理员头像']); + $table->addColumn('status','integer',['limit'=>2,'default'=>0,'comment'=>'文件状态:0,上传未使用,1:已使用,2:已删除,3已清除']); + $table->addIndex('save_name'); + $table->addIndex('create_time'); + $table->addIndex('used_time'); + $table->addIndex('delete_time'); + $table->addIndex('clear_time'); + $table->addIndex('type'); + $table->addIndex('status'); + $table->create(); + + + + } +} diff --git a/database/migrations/20190822043653_create_table_system_config.php b/database/migrations/20190822043653_create_table_system_config.php new file mode 100644 index 0000000..0723fe1 --- /dev/null +++ b/database/migrations/20190822043653_create_table_system_config.php @@ -0,0 +1,37 @@ +table('system_config',['comment'=>'系统配置表','signed'=>false]); + $table->addColumn('name','string',['limit'=>30,'comment'=>'配置名称']); + $table->addColumn('value','text',['comment'=>'值']); + $table->addIndex('name'); + $table->create(); + } +} diff --git a/database/migrations/20190822043811_create_table_admin.php b/database/migrations/20190822043811_create_table_admin.php new file mode 100644 index 0000000..caa2fcb --- /dev/null +++ b/database/migrations/20190822043811_create_table_admin.php @@ -0,0 +1,44 @@ +table('admin',['comment'=>'管理员表','signed'=>false]); + $table->addColumn('account','string',['limit'=>20,'comment'=>'用户帐号']); + $table->addColumn('password','string',['limit'=>32,'comment'=>'密码']); + $table->addColumn('salt','string',['limit'=>6,'comment'=>'密码盐']); + $table->addColumn('nickname','string',['limit'=>10,'default'=>"admin",'comment'=>'昵称']); + $table->addColumn('avatar','string',['limit'=>40,'comment'=>'头像地址']); + $table->addColumn('create_time','integer',['limit'=>10,'default'=>0,'comment'=>'添加时间']); + $table->addColumn('delete_time','integer',['limit'=>10,'default'=>0,'comment'=>'删除时间']); + $table->addColumn('group_id','integer',['limit'=>10,'default'=>0,'comment'=>'管理员组']); + $table->addIndex('account'); + $table->addIndex('delete_time'); + $table->create(); + } +} diff --git a/database/migrations/20191010123655_create_table_admin_group.php b/database/migrations/20191010123655_create_table_admin_group.php new file mode 100644 index 0000000..4e5abbe --- /dev/null +++ b/database/migrations/20191010123655_create_table_admin_group.php @@ -0,0 +1,43 @@ +table('admin_group',[ + 'comment'=>'管理员组', + 'signed'=>false + ]); + + $table->addColumn('name','string',['limit'=>20,'comment'=>'组名']); + $table->addColumn('create_time','integer',['limit'=>11,'default'=>0,'comment'=>'添加时间']); + $table->addColumn('update_time','integer',['limit'=>11,'default'=>0,'comment'=>'更新时间']); + $table->addColumn('delete_time','integer',['limit'=>11,'default'=>0,'comment'=>'删除时间']); + $table->addColumn('permissions','text',['comment'=>'拥有权限']); + $table->create(); + } +} diff --git a/database/migrations/20191010124107_create_table_admin_log.php b/database/migrations/20191010124107_create_table_admin_log.php new file mode 100644 index 0000000..7e30173 --- /dev/null +++ b/database/migrations/20191010124107_create_table_admin_log.php @@ -0,0 +1,53 @@ +table('admin_log',[ + 'comment'=>'管理员日志', + 'signed'=>false + ]); + + $table->addColumn('app','string',['limit'=>50,'comment'=>'应用名']); + $table->addColumn('controller','string',['limit'=>50,'comment'=>'控制器名']); + $table->addColumn('action','string',['limit'=>50,'comment'=>'方法名']); + $table->addColumn('param','text',['comment'=>'参数']); + $table->addColumn('create_time','integer',['limit'=>11,'default'=>0,'comment'=>'添加时间']); + $table->addColumn('delete_time','integer',['limit'=>11,'default'=>0,'comment'=>'删除时间']); + $table->addColumn('admin_id','integer',['limit'=>20,'default'=>0,'comment'=>'管理员id']); + $table->addColumn('ip','string',['limit'=>30,'default'=>'','comment'=>'客户端ip']); + $table->addIndex('app'); + $table->addIndex('controller'); + $table->addIndex('action'); + $table->addIndex('delete_time'); + $table->addIndex('admin_id'); + $table->create(); + + + } +} diff --git a/database/migrations/20191010125828_create_table_admin_permission.php b/database/migrations/20191010125828_create_table_admin_permission.php new file mode 100644 index 0000000..7fd23fc --- /dev/null +++ b/database/migrations/20191010125828_create_table_admin_permission.php @@ -0,0 +1,43 @@ +table('admin_permission',[ + 'comment'=>'后台权限记录', + 'signed'=>false + ]); + + $table->addColumn('name','string',['limit'=>20,'default'=>'0','comment'=>'权限名称']); + $table->addColumn('key','string',['limit'=>100,'comment'=>'权限标识']); + $table->addColumn('is_log','integer',['limit'=>1,'default'=>0,'comment'=>'是否把这个访问记录下来']); + $table->addIndex('key'); + $table->addIndex('is_log'); + $table->create(); + } +} diff --git a/database/migrations/20191010130811_create_table_user.php b/database/migrations/20191010130811_create_table_user.php new file mode 100644 index 0000000..1f9d705 --- /dev/null +++ b/database/migrations/20191010130811_create_table_user.php @@ -0,0 +1,46 @@ +table('user',['comment'=>'用户表','signed'=>false]); + $table->addColumn('account','string',['limit'=>20,'comment'=>'用户帐号']); + $table->addColumn('password','string',['limit'=>32,'comment'=>'密码']); + $table->addColumn('salt','string',['limit'=>6,'comment'=>'密码盐']); + $table->addColumn('nickname','string',['limit'=>10,'comment'=>'昵称']); + $table->addColumn('avatar','string',['limit'=>40,'comment'=>'头像地址']); + $table->addColumn('create_time','integer',['limit'=>10,'default'=>0,'comment'=>'添加时间']); + $table->addColumn('update_time','integer',['limit'=>10,'default'=>0,'comment'=>'更新时间']); + $table->addColumn('delete_time','integer',['limit'=>10,'default'=>0,'comment'=>'删除时间']); + $table->addColumn('last_login_time','integer',['limit'=>10,'default'=>0,'comment'=>'最后一次登陆时间']); + $table->addColumn('status','integer',['limit'=>1,'default'=>0,'comment'=>'状态']); + $table->addIndex('account'); + $table->addIndex('delete_time'); + $table->create(); + } +} diff --git a/database/migrations/20200417060522_create_table_nav.php b/database/migrations/20200417060522_create_table_nav.php new file mode 100644 index 0000000..1306172 --- /dev/null +++ b/database/migrations/20200417060522_create_table_nav.php @@ -0,0 +1,55 @@ +table('nav',['comment'=>'多功能导航,可兼容多种类型','sign'=>false]); + + $table->addColumn('title','string',['limit'=>100,'comment'=>'名称标题']); + $table->addColumn(Column::make('sort','integer')->setSigned(false)->setComment('排序,越小越靠前')); + $table->addColumn(Column::make('create_time','integer')->setSigned(false)->setLimit(10)->setComment('添加时间')); + $table->addColumn(ColumnFormat::timestamp('update_time')); + $table->addColumn(ColumnFormat::timestamp('delete_time')); + $table->addColumn(ColumnFormat::stringShort('type')->setComment('类型,用于区分业务场景:1:PC导航,2:PC轮播图,3:PC友情链接')); + $table->addColumn(Column::make('img','string')->setLimit(100)->setComment('图片')); + $table->addColumn(ColumnFormat::stringLong('desc')->setComment('副标题描述')); + $table->addColumn(Column::make('target','string')->setLimit(10)->setSigned(false)->setComment('网页链接打开对象,_BLANK,_SELF,iframe_name')); + $table->addColumn(Column::make('xcx_type','integer')->setLimit(10)->setComment('小程序打开方式,1:小程序导航页面,2:普通页面,3:web-view,4:其他小程序,5:电话')); + $table->addColumn(Column::make('value','string')->setLimit(100)->setComment('对象值,有可能是网页链接,小程序导航页面路径,小程序普通页面路径,电话')); + $table->addColumn(Column::make('xcx_appid','string')->setLimit(30)->setComment('小程序appid,目标是其他小程序是有效')); + $table->addColumn(ColumnFormat::integerTypeStatus('status')->setComment('0:下架,1:显示')); + $table->addColumn(ColumnFormat::stringTypeStatus('key')->setComment('英文标记')); + $table->addIndex('delete_time'); + $table->addIndex('type'); + $table->addIndex('sort'); + $table->addIndex('status'); + $table->create(); + } +} diff --git a/database/migrations/20200418120809_create_table_post.php b/database/migrations/20200418120809_create_table_post.php new file mode 100644 index 0000000..3631860 --- /dev/null +++ b/database/migrations/20200418120809_create_table_post.php @@ -0,0 +1,61 @@ +table('post',['comment'=>"内容文章"]); + $table->addColumn(ColumnFormat::stringNormal('title')->setComment('标题')); + $table->addColumn(ColumnFormat::stringUrl('poster')->setComment('封面')); + $table->addColumn(ColumnFormat::timestamp('create_time')); + $table->addColumn(ColumnFormat::timestamp('update_time')); + $table->addColumn(ColumnFormat::timestamp('delete_time')); + $table->addColumn(Column::make('content','text')); + $table->addColumn(Column::make('content_html','text')); + $table->addColumn(ColumnFormat::stringLong('desc')->setDefault('描述')); + $table->addColumn(ColumnFormat::integerTypeStatus('is_top')->setComment('是否置顶')); + $table->addColumn(ColumnFormat::integerTypeStatus('status')->setComment('1:显示,0:不显示')); + $table->addColumn(ColumnFormat::timestamp('publish_time')->setComment('发表时间')); + $table->addColumn(ColumnFormat::integer('hits')->setComment('访问量')); + $table->addColumn(ColumnFormat::stringUrl('jump_to_url')->setComment('跳转链接')); + $table->addColumn(ColumnFormat::integerTypeStatus('jump_to_url_status')->setComment('0:不显示,1:显示连接,2:自动跳转')); + $table->addColumn(ColumnFormat::integer('sort')->setComment('排序,越大越靠前')); + $table->addColumn(ColumnFormat::stringShort('type')->setComment('类型,1:文章,有分类有标签,2:页面,无分类无标签,N:其他形式用,用于区分不同的用途')); + $table->addColumn(Column::make('files','text')->setComment('附件')); + $table->addColumn(Column::make('pictures','text')->setComment('相册')); + $table->addColumn(ColumnFormat::stringShort('tpl_name')->setComment('模板名称')); + $table->addIndex('type'); + $table->addIndex('status'); + $table->addIndex('delete_time'); + $table->addIndex('hits'); + $table->addIndex('is_top'); + $table->create(); + + + } +} diff --git a/database/migrations/20200418120814_create_table_post_category.php b/database/migrations/20200418120814_create_table_post_category.php new file mode 100644 index 0000000..15400b9 --- /dev/null +++ b/database/migrations/20200418120814_create_table_post_category.php @@ -0,0 +1,43 @@ +table('post_category',['comment'=>'文章分类关联表']); + $table->addColumn(ColumnFormat::integer('post_id')) + ->addColumn(ColumnFormat::integer('category_id')) + ->addColumn(ColumnFormat::timestamp('create_time')) + ->addColumn(ColumnFormat::timestamp('update_time')) + ->addColumn(ColumnFormat::timestamp('delete_time')) + ->addIndex('post_id') + ->addIndex('category_id') + ->create(); + + } +} diff --git a/database/migrations/20200418120819_create_table_post_tag.php b/database/migrations/20200418120819_create_table_post_tag.php new file mode 100644 index 0000000..b84a1ef --- /dev/null +++ b/database/migrations/20200418120819_create_table_post_tag.php @@ -0,0 +1,42 @@ +table('post_tag',['comment'=>'文章分类关联表']); + $table->addColumn(ColumnFormat::integer('post_id')) + ->addColumn(ColumnFormat::integer('tag_id')) + ->addColumn(ColumnFormat::timestamp('create_time')) + ->addColumn(ColumnFormat::timestamp('update_time')) + ->addColumn(ColumnFormat::timestamp('delete_time')) + ->addIndex('post_id') + ->addIndex('tag_id') + ->create(); + } +} diff --git a/database/migrations/20200418120827_create_table_category.php b/database/migrations/20200418120827_create_table_category.php new file mode 100644 index 0000000..3fd27a8 --- /dev/null +++ b/database/migrations/20200418120827_create_table_category.php @@ -0,0 +1,52 @@ +table('category') + ->setComment('分类表') + ->addColumn(ColumnFormat::stringNormal('title')) + ->addColumn(ColumnFormat::timestamp('create_time')) + ->addColumn(ColumnFormat::timestamp('update_time')) + ->addColumn(ColumnFormat::timestamp('delete_time')) + ->addColumn(ColumnFormat::integer('pid')->setComment('上级id')) + ->addColumn(ColumnFormat::integer('sort')->setComment('排序:越小越靠前')) + ->addColumn(ColumnFormat::integer('level')->setDefault(1)->setComment('层级')) + ->addColumn(ColumnFormat::stringShort('tpl_name')->setComment('模板名称')) + ->addColumn(ColumnFormat::stringUrl('title_img')->setComment('附图')) + ->addColumn(ColumnFormat::stringLong('desc')->setComment('副标题描述')) + ->addColumn(ColumnFormat::integerTypeStatus('status')->setComment('0:不显示,1:显示')) + ->addColumn(ColumnFormat::stringShort('type')->setComment('类型,1:文章,有分类有标签,2:页面,无分类无标签,N:其他形式用,用于区分不同的用途')) + ->addIndex('type') + ->addIndex('pid') + ->addIndex('status') + ->addIndex('delete_time') + ->create(); + } +} diff --git a/database/migrations/20200418120831_create_table_tag.php b/database/migrations/20200418120831_create_table_tag.php new file mode 100644 index 0000000..1adcc35 --- /dev/null +++ b/database/migrations/20200418120831_create_table_tag.php @@ -0,0 +1,42 @@ +table('tag') + ->setComment('分类表') + ->addColumn(ColumnFormat::stringNormal('title')) + ->addColumn(ColumnFormat::timestamp('create_time')) + ->addColumn(ColumnFormat::timestamp('update_time')) + ->addColumn(ColumnFormat::timestamp('delete_time')) + ->addColumn(ColumnFormat::stringShort('type')->setComment('类型,1:文章,有分类有标签,2:页面,无分类无标签,N:其他形式用,用于区分不同的用途')) + ->addIndex('type') + ->create(); + } +} diff --git a/database/seeds/InitAdmin.php b/database/seeds/InitAdmin.php new file mode 100644 index 0000000..6afd1db --- /dev/null +++ b/database/seeds/InitAdmin.php @@ -0,0 +1,32 @@ +find(); + + if(empty($model_admin)){ + $model_admin = new Admin; + $model_admin->data($account); + $model_admin->save(); + } + } +} \ No newline at end of file diff --git a/database/seeds/InitAdminPermission.php b/database/seeds/InitAdminPermission.php new file mode 100644 index 0000000..f0624b0 --- /dev/null +++ b/database/seeds/InitAdminPermission.php @@ -0,0 +1,36 @@ +$permission['app'], + 'controller'=>$permission['controller'], + 'action'=>$permission['action'], + ]; + $model_permission = AdminPermission::where($current_access_info)->find(); + + if(empty($model_permission)){ + $current_access_info['name'] = $permission['name']; + AdminPermission::create($current_access_info); + } + } + } +} \ No newline at end of file diff --git a/database/seeds/InitSystemConfig.php b/database/seeds/InitSystemConfig.php new file mode 100644 index 0000000..a5e12a2 --- /dev/null +++ b/database/seeds/InitSystemConfig.php @@ -0,0 +1,42 @@ +'奥宏后台管理模板' + ]; + + $list = get_system_config(); + + foreach ($data as $key => $value) { + + if(isset($list[$key])){ + SystemConfig::where('name',$key)->update(['value'=>$value]); + }else{ + $model_sysconfig = new SystemConfig(); + $model_sysconfig->name = $key; + $model_sysconfig->value = $value; + $model_sysconfig->save(); + } + + $list[$key] = $value; + } + + Cache::set('system_config',$list); + } +} \ No newline at end of file diff --git a/extend/.gitignore b/extend/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/extend/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..cbc7868 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,8 @@ + + Options +FollowSymlinks -Multiviews + RewriteEngine On + + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..5b84eddb921fd5caffe35fc639a6cd315623c5f1 GIT binary patch literal 1150 zcmdUtF-ROy5Qd*(A##WuA&Da45Y)JDPeep4#6*QFt`G^q;wodpVHT6~?$*81LL1Ws z%TyL37M2zw79v+zSSTcQB#j`F5KTNay7^|0J=PVwG?`;|X8xIf-n@CIR29F52E{j~ zCTo;>sFZq&0)doqj8f$O2f23Q>c_OvzE<*_Kk?;Fo99a`!W|==HA+nce}x%#;Epl>H}+nHGwv1gp;u~d z;E^9zEazG5XXJavc+MNPNCN&I{5AM7iBB>{HS>6Tk~k=E`q2I$248lVUKlK&2X~A; zHV12hKC>sNAM!E$Mb2(Mc-30Xj$h&@{M>z(`*qRB;;htJRy$&u%kuAZA1{o59Bx#f mU$@qW@qZn=E^qGZ6@G>{A}&4Szk-VWIm=s!x@E1@6aNLs0`boP literal 0 HcmV?d00001 diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..e3c0fe9 --- /dev/null +++ b/public/index.php @@ -0,0 +1,24 @@ + +// +---------------------------------------------------------------------- + +// [ 应用入口文件 ] +namespace think; + +require __DIR__ . '/../vendor/autoload.php'; + +// 执行HTTP应用并响应 +$http = (new App())->http; + +$response = $http->run(); + +$response->send(); + +$http->end($response); diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: diff --git a/public/router.php b/public/router.php new file mode 100644 index 0000000..ac7b3c8 --- /dev/null +++ b/public/router.php @@ -0,0 +1,17 @@ + +// +---------------------------------------------------------------------- +// $Id$ + +if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) { + return false; +} else { + require __DIR__ . "/index.php"; +} diff --git a/public/static/.gitignore b/public/static/.gitignore new file mode 100644 index 0000000..b722e9e --- /dev/null +++ b/public/static/.gitignore @@ -0,0 +1 @@ +!.gitignore \ No newline at end of file diff --git a/public/static/css/common.css b/public/static/css/common.css new file mode 100644 index 0000000..ea305b0 --- /dev/null +++ b/public/static/css/common.css @@ -0,0 +1,111 @@ + + +.left-bottom-options{ + position: fixed; + left: 20px; + bottom: 60px; + background: rgba(0,0,0,0.4); + color: #fff; + font-size: 35px; + padding: 3px 5px; +} + + +.main-container { + margin-top: 10px; +} + +.layui-table img { + max-width: 60px; + max-height: 60px; +} + +.table-card-box{ + margin-top: 15px; + background-color: #eee; + padding: 15px 5px; +} + +.table-card-item{ + + margin-top: 5px; + display: flex; + justify-content: flex-start; + align-items: flex-start; +} + +.table-card-item img{ + max-width: 60px; + max-height: 60px; +} + +.table-card-item .item-title{ + padding: 5px; + font-size: 16px; + width: 20%; +} +.table-card-item .item-value{ + padding: 5px; + margin: 5px; + background-color: #fff; + min-width: 80%; + white-space: normal; + word-break: break-all; +} +.layui-form-radio{ + white-space: nowrap; +} + + +.quick-input-item{ + width: 120px; + margin: 3px 0; +} + +.quick-input-item.sm-quick-input-item .layui-btn{ + line-height: 24px; + height: 24px; + font-size: 12px; + padding: 0 12px; + +} + +.quick-input-item.sm-quick-input-item .layui-input{ + line-height: 24px; + height: 24px; +} + +.ul-flex{ + display: flex; +} + + +@media screen and (max-width: 768px){ + .layui-body{ + left: 0; + } + + .layui-layout-admin .layui-footer{ + left: 0; + } + + .layui-layout-admin .layui-logo{ + width: 115px; + } + + .layui-layout-admin .layui-side{ + width: 100%; + overflow-x: hidden; + height: 100%; + position: unset; + } + + .layui-layer-content .layui-hide-xs{ + display: unset !important; + } + + .layui-nav-tree{ + width: 100%; + height: 100%; + } +} \ No newline at end of file diff --git a/public/static/css/pagination.css b/public/static/css/pagination.css new file mode 100644 index 0000000..2cffef0 --- /dev/null +++ b/public/static/css/pagination.css @@ -0,0 +1,96 @@ +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #337ab7; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + z-index: 2; + color: #23527c; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 3; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} \ No newline at end of file diff --git a/public/static/css/reset.css b/public/static/css/reset.css new file mode 100644 index 0000000..c45a85f --- /dev/null +++ b/public/static/css/reset.css @@ -0,0 +1,349 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + + html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + } + + /* Sections + ========================================================================== */ + + /** + * Remove the margin in all browsers. + */ + + body { + margin: 0; + } + + /** + * Render the `main` element consistently in IE. + */ + + main { + display: block; + } + + /** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + + h1 { + font-size: 2em; + margin: 0.67em 0; + } + + /* Grouping content + ========================================================================== */ + + /** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + + hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ + } + + /** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + + pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ + } + + /* Text-level semantics + ========================================================================== */ + + /** + * Remove the gray background on active links in IE 10. + */ + + a { + background-color: transparent; + } + + /** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + + abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ + } + + /** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + + b, + strong { + font-weight: bolder; + } + + /** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + + code, + kbd, + samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ + } + + /** + * Add the correct font size in all browsers. + */ + + small { + font-size: 80%; + } + + /** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + + sub, + sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + + sub { + bottom: -0.25em; + } + + sup { + top: -0.5em; + } + + /* Embedded content + ========================================================================== */ + + /** + * Remove the border on images inside links in IE 10. + */ + + img { + border-style: none; + } + + /* Forms + ========================================================================== */ + + /** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + + button, + input, + optgroup, + select, + textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ + } + + /** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + + button, + input { /* 1 */ + overflow: visible; + } + + /** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + + button, + select { /* 1 */ + text-transform: none; + } + + /** + * Correct the inability to style clickable types in iOS and Safari. + */ + + button, + [type="button"], + [type="reset"], + [type="submit"] { + -webkit-appearance: button; + } + + /** + * Remove the inner border and padding in Firefox. + */ + + button::-moz-focus-inner, + [type="button"]::-moz-focus-inner, + [type="reset"]::-moz-focus-inner, + [type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; + } + + /** + * Restore the focus styles unset by the previous rule. + */ + + button:-moz-focusring, + [type="button"]:-moz-focusring, + [type="reset"]:-moz-focusring, + [type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; + } + + /** + * Correct the padding in Firefox. + */ + + fieldset { + padding: 0.35em 0.75em 0.625em; + } + + /** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + + legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ + } + + /** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + + progress { + vertical-align: baseline; + } + + /** + * Remove the default vertical scrollbar in IE 10+. + */ + + textarea { + overflow: auto; + } + + /** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + + [type="checkbox"], + [type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ + } + + /** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + + [type="number"]::-webkit-inner-spin-button, + [type="number"]::-webkit-outer-spin-button { + height: auto; + } + + /** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + + [type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ + } + + /** + * Remove the inner padding in Chrome and Safari on macOS. + */ + + [type="search"]::-webkit-search-decoration { + -webkit-appearance: none; + } + + /** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + + ::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ + } + + /* Interactive + ========================================================================== */ + + /* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + + details { + display: block; + } + + /* + * Add the correct display in all browsers. + */ + + summary { + display: list-item; + } + + /* Misc + ========================================================================== */ + + /** + * Add the correct display in IE 10+. + */ + + template { + display: none; + } + + /** + * Add the correct display in IE 10. + */ + + [hidden] { + display: none; + } \ No newline at end of file diff --git a/public/static/css/skin-0.css b/public/static/css/skin-0.css new file mode 100644 index 0000000..e1da967 --- /dev/null +++ b/public/static/css/skin-0.css @@ -0,0 +1,9 @@ + +.sm-form .layui-form-label{ + width: 56px; + padding: 9px 3px; +} + +.sm-form .layui-input-block{ + margin-left: 62px; +} diff --git a/public/static/css/skin-1.css b/public/static/css/skin-1.css new file mode 100644 index 0000000..a5021a0 --- /dev/null +++ b/public/static/css/skin-1.css @@ -0,0 +1,150 @@ +@media screen and (max-width: 768px){ + +} +.layui-nav-tree .layui-nav-item a:hover{ + background-color: #6699CC; +} + +.layui-bg-black{ + background-color: #66CCFF !important; +} + +.layui-nav-tree .layui-nav-child dd.layui-this, +.layui-nav-tree .layui-nav-child dd.layui-this a, +.layui-nav-tree .layui-this, +.layui-nav-tree .layui-this > a, +.layui-nav-tree .layui-this > a:hover{ + background-color: #6699CC; +} + +.layui-layout-admin .layui-logo{ + color: #fff; + line-height: 45px; +} + +.layui-layout-admin .layui-header{ + background-color: #39BDFF; +} + +.layui-nav { + background-color: #66CCFF; +} + +.layui-header{ + height: 45px; +} + +.layui-nav .layui-nav-item{ + line-height: 45px; +} + +.layui-nav .layui-nav-item a { + color: #FFFFFF; + +} + +.layui-nav .layui-nav-child a { + color: #66CCFF; +} + +.layui-nav .layui-this::after, +.layui-nav-bar, +.layui-nav-tree .layui-nav-itemed::after { + background-color: #CCFFFF; +} + +.layui-tab-brief > .layui-tab-title .layui-this{ + color: #66CCFF; +} + +.layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab-brief > .layui-tab-title .layui-this::after{ + border-color: #66CCFF; +} + +.layui-btn{ + background-color: #66CCFF; +} +.layui-form-radio > i:hover, .layui-form-radioed > i{ + color: #66CCFF; +} + +.layui-elem-quote{ + border-color: #66CCFF; +} + +.layui-laydate td.layui-this{ + background-color: #66CCFF !important; +} + +.layui-form-checkbox[lay-skin="primary"]:hover i{ + border-color: #66CCFF; +} +.layui-form-checked[lay-skin="primary"] i{ + border-color: #66CCFF !important; + background-color: #66CCFF !important; +} + +.layui-form-select dl dd.layui-this{ + background-color: #66CCFF; +} + + +.layui-form-label{ + width: unset; + padding: 3px 3px; + float: unset; + text-align: left; + font-weight: 600; + font-size: 15px; +} + +.layui-input-block{ + margin-left: 0; +} + +.layui-form-pane .layui-form-label{ + float: left; + font-weight: normal; + font-size: 14px; +} + +.layui-nav-tree .layui-nav-item a{ + height: 35px; + line-height: 35px; +} + +.layui-nav-tree{ + width: 140px; +} +.layui-layout-admin .layui-side{ + width: 140px; + top: 45px; +} +.layui-layout-admin .layui-footer{ + left: 140px; + height: 35px; + line-height: 35px; +} +.layui-layout-admin .layui-body{ + top: 45px; +} + +.layui-side-scroll{ + width: 140px; +} + +.layui-body{ + left: 140px; +} + +.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{ + background-color: #19B3FF; +} + +.layui-nav-tree .layui-nav-bar{ + background-color: #66CCFF; +} + +.layui-form-label .layui-word-aux{ + font-size: 12px; +} \ No newline at end of file diff --git a/public/static/images/avatar.png b/public/static/images/avatar.png new file mode 100644 index 0000000000000000000000000000000000000000..4024db379464cde336913053778ef7c185648c27 GIT binary patch literal 5038 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 W%d5BX%`^EEk#YW?EV20S>Hh_h5(az# literal 0 HcmV?d00001 diff --git a/public/static/images/ghs.png b/public/static/images/ghs.png new file mode 100644 index 0000000000000000000000000000000000000000..9f763946dd6606addeab24e40e2369124d53a048 GIT binary patch literal 19256 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 literal 0 HcmV?d00001 diff --git a/public/static/images/nodata.png b/public/static/images/nodata.png new file mode 100644 index 0000000000000000000000000000000000000000..67331082f5d4b565c97a3c08c7607a009943b8de GIT binary patch literal 77521 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 z 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

kmPj^gA+bH>5&R?IkF-#js)JD2+aWE_C|LN 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

W!(q%c2x^;Fv?hOfb$kGcIZD|W72 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

I@#BHC5+3S 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 aPm;G`Cf&o|X;c2w3ktHTGF6|y2mcpK6d~UL literal 0 HcmV?d00001 diff --git a/public/static/images/noimg.png b/public/static/images/noimg.png new file mode 100644 index 0000000000000000000000000000000000000000..33dfa1d4b927e9f7bc4d6bcf515da6afdec5c6e1 GIT binary patch literal 17608 zcmeI3Ra9I}*XO%&m*DOe+}+*X-QC?gK!89XxNEQg!QCOayL)hVx9Mlz@4J|bSu?Zd z_Bnl8)>*xJ*MC>luHW9L`kRW9G%^A{0ssI&mX(oE1HWJX^Mr!|zY1v{B>(`JBz_t? z9%`oEq%LmGR<;h7q#nL5mZX+GwpIXu&q_mvt=A4;ZPAH&b5R$s?lny@ym% z$I--*J^x%y%VA7-O1H@G0NaI+H}A}k%fz1&7*wem>b0+Z_~p(4wD->~8`&`j4^PVv z+OKct&AxAc+-Wa~D}`rUC!GmXn-JaFe>^-4DiS~N>=7Tn|F!JSWA_&tTOIPx+p5|* ze_z!I4zxKk<$d@N444<6xv&g;v^l>r8%+c&Aa{9CjO?1{Y5%@&8=VPUEtYy zvi6}>Ytf9YnSMRmPj}?0?^`oRxV!G(aQGp=n41E*^26~E;&COIT$Z|4{!X-O9+=nu8Jl%2 z_D0(0@cO}gbJgu^d;znfKfA`OZxr~|(5McEox|-pvkoqDwMlvJaWVa5Jm_`08-|>A zaQrJY*J>46Yje{Y0?kBE)b^ZBm7lBc2ILm`KK6IAf`YnXXxHK8(?Bm2VeG%N)oT%l z{OB%beagRYSykYdajM+i6}=7&nBV!3+R@PUkW~ksh-^wk!0%`Xc#|=Z>MB^HHvX(*Z%t-m~))neSuO-(} zCH{-r6Q?TGwt{CNI}(Zq0lV|q4B;;`H`n@eJXtrRXiD1>999xz($al(QlPMVe0F_< z??x0QtabCS7$H8tF_9-c@L9=mQ*Ub5?N2wz9~{?^Hr`g7pQ^~MIXph3cE5+8ley*Y z+)K_`@w*Txf$9;i=-}{Zg_Z0&FMoJlw|Sd?Yy*Vxel_rFVPxfo%eRiSI3UapoL8JC z_giVTkF4?Ir}DuS$TO*K+D-#Z)p0IzycPTtqttHOEDHuzHJ(n}zP6VnbFmrwTK^#~ zT|!g0H9zBg@W_^ZRWNmCt2)Q}d(s!hY`t&45urOiTEDP?5iDFGb-3yqqogqS#N+w8 zN|kxB@Y*ELwOR4BN+nOz&;M=1QmGd6kf;Nxj#i9c#%SP|BE@DB!`odOFNxPByFD4p z=FeO&ZMrobEe+a)c?W#1RIbt=6NNU~};*&?^IXo#Ve~gq?*feiNmU!JobBsP#JV@klgSMp1oPO{NR8H8d_SiSM zk6$14ow7{_RHH+R=Fl=1FX5P9Zdp!Pj%Cu>!F#0zC`t(sZP2o)Qs=%jTwx@nDUSIanWd zXMztsHetGMieG-iFXUB(^Z`Zxe0?4DzFEg{zHr)0SGM)fNYTQFa>ugjX(rMV-e&VA z&S8LZG`eQ_=3uZQ`y|WxjF(8ifs7b$aT)??%j!;pTe4`!4L_L`;HoOmc4jUC?_3hV z(;N5}^F)IqY-ImF-2cNmE!gd92k)|=_1LSHbPEOTi1S`e9Jgn1?MP_XMK6l;N;k!U zkI^<^xKdD>Ji^_u1yE0448s@S5$3)EeX8^zZSsNv(P=fBIxN;O%+tVCmJ~WdbCzLD zglZBZoW|JwfP@%#Q6R>B93T0*o<%a}k()3vBX??Bn<7B!$)|6oIzpH9L;X1Cx$QEt zzWq59a((!65Ro~$v-AFL!F-xw1btxLV$M>-PfJ9fhq%@8J8yRbN#*B!mAxfz36SQg3IALlAij3vNwMmS^nOsq)PbPLo@yRspx1g#XvV&*rJ1bple(0w?NdH^k?uxG%`{BsE@T%4Woe z4Yh7*)&;QK6LDK%yT3F}E=6zUUsg`PNHSOf5P_nCfcIHroEH4>L#b|&4#qU*4ZRx& zf8Vw=-=_={0tKsUgp^T%>ehjbPvVSmBYi9=JLWklar@L1-R10NSQqSfGW3sJ_=!iC z%L+7+D~v8DM~j5!*7M~x6FKWq9C29$HYoF6mt;%dH|yA}O4F*{>;$2^QoivY5nF)t zC2=XqIW&d!B>TmN>}cyiPbgB;hJSI?u(RA9f3`jHjfLoJV6jDwprs+~F;tRDT{$zS zH|%Z4T{Fac=<)AKG23pDCxXbts0ToKF>AoXTZ%f zHL>51a52L~yl}@nb9bNgG0i@IpFNd&mIV1xoqWpf_!CJQ)Ts~!TcPyOpIZ6{z5FI_ z9C%}IDyM6dUZ#Q?X~iz>C@W)TLX^Vu+lgvxoXqKI>@oroO+(7Y;JXNH;{abP;&?v4 z;(U+Yyx%F1LemsWpr$QC&4MJuX;Zh7uGyI`)XC(;z=+4VRfof=Hm}GENdhrP3?6fO zUqN1%-eXkGy-Kr*OYF83M_Mq|l}Ci)Y#3u9*=&6naaS8E2&&(5JVR@i`{b&#s@^M= zz)AbCp-%3u#aUKM#1*R%u9%+uKE-OEd*#%OHt0{YmO4}YC>Qe5XC)KOA|Fap#Jpc3 z%rnqiax6EqL4QInXZt+OLkA@O#54>3Ek@K8&d$eNK@wM0w(>C74 z88vQ4Zz@A?z-E$@{;F7Oh>b^=r4VmlCWBaxL%Q*+nTKoL?N90!*2FTi)SII_U)l1s z+;mBJQOW}pvHJ>;OoOiq=1_W)Wn)HnLxO~t^{+3Vh8HrKa{tJ<05k1mT&>rcDGp>yilz4OjG)v^O~EWUy|wrdM<2gqSMZ9Un?My3L;B^+GAT zV^oGWD&DJ@pf}t(Wxcn5=?l!8E&p-znkh5QUMVI7AhUVO5oUy9WygJWsjfZtN^WA) z$-IJ(K`unLSpOB)$%jb*vZtT#Xf)no8+}*EU$hoBX%W= zzi}@MqXaueKX>hYm1j)%rQeK&Y}bIS0k%4s9#+}CK=jYAQqg#^qX#}rT?80~`TE}M zc8F?x#jghHw~I~r-j0NCF&YTT#0r|fJCj_nS_NaKjzVgTly!^kDJn_|q7bq-J1~Mo z>QUA~JbIyYbO+E9p>LnMIe-PzcZwO%frr+=37_G}7W6v8UI7uvi(Q7umD}om1P!vo z^9t59C2I7RRCewVkG^LzFCblzm!iJ)*oHK|1%)S?)i2|u^zpr2WHDi!%EDY$=C?t5 zu7g?n_ZB*e2}Sy?>TxMXlE1$FjcPXr#} zmw)no-GyNsqPQjihzdRPI!K0yis{8pZIKO)H;y>jr*30C_5}Kgm*9qHW};teM?pmV zj^P}NwLczbHkq4-Z2_UkNDq~iisFB&O)z2`CIQ+)Nqyn|^@r6PZVKUf#X>~4&^DY` z^Kz!fKs(>r#A5pG;3vOC9xRbOMgSU%3*6hPAM~5Yq0PiN>h7M-oJEF{qvHyeV0kw2 zQ176am^ya-)af?O6pE>Aj1uB*Pavs7;-_gA$Ob2lg-rW}GSr_j43usw&g(dR5t)6| zQ)y62fB(Q;|1R4I>yg?a)r`-A5{8X2a^82K3{b4!ozEktPw+}262r;algW|m>CQcj zOQX7sRdR`$3WRLiHF++n8Ar5Y41rP zMOG=#`pJ-z`3tJJyggmgUhmEY8Pn~3GpbDjb$?r!&iUx<@ zo=F&iKOIN+O#?xYkeVG7;Pa~HfJli%8F9`z<3gVvMJ2sWvtA-z%zHP`V2p&v0G~H; zOP)8RD(IDEsH{B0%IpVHl1Frmn{MWMPC)_zw>=y}kI%|eEnj_)^?~^Di0VKy`D^P? z3c*_74gGU>I1{^BlCt)EB`@|R~OeEy2weVCH( z9f`L$^ZW}Sv83h59S0-oEjsPt4B2kr{P%=)PXx7~4An|Yx9K*?zQ8j8U;Dw=)8b~H zCHH`zqKo9A_t$=UOR#x`uhsdcj=fMi!5vImR(3cW;Tq7!K@%cIGwj=Iws?9@g*K%n zKn2{<}^PB4lg9uaRb(mql_37T1oT}Tp%=$)P%q*xqO+!mE z*$U9{=UVGx2A)%*mz%VYP)&Mu75^q8@}zPD>!xnAWRthqR*L4ZSk`?}C~7t^=?n7y ziqUp-XrO9PfVL-KUI#geJA#KpunCGpB(2;9pZ}Ny?nbaWXLj72SEupwTE!@ zhR1rVK|Sv@Kj||x)NGC-6)KGyK7{eCO^zE`D!T}uLhL1re@=+$7`dwv3KM$5J{D7D zN4+}8C82;`HDBui@!peLHW!EGZH<0*Va8m-?oLk4M&j=&K+uO7-Vc#Za)?%ZMJXBO zI$u$v`&O3U=ZHG&J0+})2uz_Nk<*mU;=(uaRT@sLOOI&NTsgsO2f8j~)PposnvTGd zx3eqymp!;D>-47CKgKJU?}Ru01RI$qLC(GY7-JWXKEmz3*5ZD&8&J!ki~hH~WZo|J z$$QA*(9Wa;S)YD3@GR~u0L;nz zRRtB|_;~qSt(2&6aCcNx1$zSNAdRsCJki(p;j~466Zf?iE**tk%Ea*_F>5w$WOLH;EC z7Jhv4jC7!Yfdi>8nR^r2d(FpvNlo58E@bjfhVG)5c=CCTTx@glBGViJfjNYMm&5C5 z@_T_={qK%@R`fW&A5I7BhZ=cTy6^)$otbi+D2~*V6Dd*)BaOBv7@U+ArP?1qJ8}-F zOz_=mv*A;L#>&CtLHqle>}|g3 zMi(kA(H5of7sx)@Ms$m;TWdeN9>QZW#wI&1*WmXLjC{_aZrqs#yhEN^aB}#2Ue^#O zvrU4|zaA*DFdM}UAO^wHsK|Zik+NGTe9`EhPn(}zBZs>m&&IupAc$xgVM2h{z>e7* z#br8*K{)2nAG;Q}iK4d&N-iYVE-L&qBTgJ)`44pIHj)k38K?8#TbJ*W!$1I|eb%*>*SyoVz} zIn-D+n$JHOY(%~Fj}kUi{6r_5VIwwhs~KM6FkIN~8@5Xer@sbVQT*{#b@$E@Y^^=k z8z1J_m{c3PB!UU@!dp-DrDE)0ouGugA3VMSk4530vkX%^|mUt2ZJ-e}wo ztEBnvF2?A0@hgK%Y!>;RSAM$9CSsMkV^Qi)lv94ZeA#sO&F7Kr?O;Xj8HZ)p-bS|w z_2}hiQpfyAX5Lg7y$3o8wJ1L!Sa2ZUw4(Xb4kxjBFE{43C&Ov035C zKu_vphiIWT(X(%!juea7U(boLS6YhO_%a2k)lbSq<#kY4ZiPC8Eb?r<=B5SoV(mi{ zR8lmgHnmnsk*6`x)0`Vv=8e|NXn2QzjREvtRJn!Gf~;que2&y7X0;RlsFk@VpvPQ! zx!B)m^8U871<=Vp5Wowvx{b1gEVgCL+_CE6Q`HMSD|Y{q*sYRqUEd=Jkg zYH^6szUsN=>}61(eW{##k37ea`OnP0B@d5O!owt{lPOk?55cqAy#Z^>noIRY~ZJb?5WyQt+yJ!e56=r3p zcx$LHV@FJOaCfLAphYE3+1sc=$RKyf#4~+ng-4U?jsuW$Nocr8sKyt=vC(dU3dG}U z$fLdjRclV5@FeD3T`&n!WGyQ2HrstK#xplb9)j$1J0{nyF9H`@0dcRP(0>$k;6X_F zI+)uB{gE-z)+Vq(q)Py#17ORgu1*a5Q3@g*B4FveLpsJIPDd*W>C?;SS>f+JfREgy z7F}{yfJ)l;gX_m-13a8z9zpFaswU;(v_=la2^P5ta@`O%twi^02K|8hbW2p;8@4b3 zyixawzm}J~YcxACyq`M1$D82c9Kb!cuysakBy_r1xX5E}#v^L)d*O0R%D0tA^r;jbh$1q4ksx9K?PqjS zcz+A}sf$3w0cpsm@#yLFwCtD3koQ3CW`*}5Y|7wRb7={-=1-~J}t~C~YK^s|o8?2xc5mf)oc6)R2dp6jEVA^9#l^51k{F%LUit zi}@A@4=mG{Q4^>&pc)HG4v6j&VN3)q?CTI3mRf`dsrV3K?N^;Rf?Y^xadZ{JBseN@ zF&PLfk&`^NUxa1h$N5%=`iHb0_^kkB@uoagn@`VJey|iQ@WnlP)#wh;btcL@aIs-H zJ;Rr5JS0pZP2I^ZkO64tVamO!Tj)9n!e2_zL1^fFKciXDvHwVk#rsggqmz}#eJX^o z6GPjgGpg~mnO z1)~|S{nG~8#dp;Ho6FHF%SWjI)F3$F*jzGNjPLN3VKQQ$O&RkOrlfe}o8^5(DL>ss zD)qVi1T}~2$O=dZC=*h3QmM*VQF76Jp(Jx8JEO@aUnlP%O&pf8Ky?$)RoD=7qRu7T zr0G)4`>gXBiuMvyi++yQvVpzR+6JnrnoWDO;+y%z4g99qS(R zAd9mXLr`3^YsyOcU}|I72UHuVMIGcvZ~z7_;wOxSn`|Y+CFnEEC*LoSpV!T&~=@Rx>7U zMpbj(*EXTy@;?tmUi(Y!Tx`W6=9;;}MKg*h<)9(J;{j3ZG^Z(|a8(WA$bj zLm3en+Zb|n@pSt29qW#po^2eRvz^v$0tds*Fl^LqX3cNPE7BPk8wc)J46Y3}Tgnf- zCIg+Uod%m$&An%H>`2VIdO8>1LqiKfhw{fwXQsPZr)w6jV4?>Q%pI+=y~X%_c`Lm5 z_HP%Kdvs3&mY#5MisdupqelyT2W}p3@DE~Ij$7OeP7I5jkeVc#I-JzJ4ZUOiLth|K z15tCN69>aeO0CNdL?^9{7L3TNP^uOktncOS>74skC)@h`ry~Ah?5Ur*Z)#6+FE`D5 zk4$bjf8C@Dt`Cm;;QAl{>H*h4`=C;h!S3WQfuekdKmINTf^1 z{`4!rD!}-eSztWqGnh0eV_spVJzx|y8;Q~9IcUC9u#@?>1m~Gyt;I#4M<}0X`OW^YQUhKUEf$^rz`>tlt>FUGU~-!A#uFfQlOAOPU?dna(kCV4Y!|6D~%W z50oiesFP^~<-8O(as<-<=BUMAYjk64Am)@jmn;-@Dj_Pa=HAl@Qg;YKrpBkaYRI4$ z!@saKu-~vn)Q#0e)fJ9rrJfmZQ6YTdv=m>Cu5Ih*Se~2%^-0tkv1RO}s3+b~bMrmO zK=3d2yK{iM$UL zj(mkYz1*hrzEkI8^0;=gao|cqy=C=SzQd%}nAY~f$?94Y5v?}UBs0k>acze?thw}X zY$|{1X}gN4wrW#!wS29-9-hInp`}Vg!*QUe+?`B}wxWN9)mib%Vw-PU)#=sJtX7Gp zw%&tNmC41pU)S>lOhI^5U|JyW3o(}z_kHmAb8CxiL23O_Z_swo(U(Zb!137eamEZr z%LdwcHK%e3s$=eEW%!tF)h+C6w%Wd~~!s zYu+L6cail?(7l4W-TBgCYWe0MU^4sY;Z)dnZ0?8Ofy->aNE_TFCNxv}thr!F(?y`56&np`X7C+~^!R_m8Ri^Q;uBDHe zbIS{lrQ0`cyeccB)OOWi_btW~$B(u&Zw&U9i<%31;k2N`C*0es^OEn%xj~Q*VK*nKSCUx9a#(RBv^m?-{v0)2{vy}%b?J!BOnVRsQ=An|YuFZqoC0D>%82~iE7 zm9uPLAC0?~!LGz~S!#COZb}gevTvuP@Nl$gMV}ac{aRC_(}S)|}kGo!2 zu&-)r+%R&!I&x#hHfYw1tB_$9qk~5k!}LvJR1r}SX;es&wQ38_Vt3;iqhvQ_gWrGg z%@I)EXSm@%$bRtO*nHvdf+h_^6N4lB|9b&oX8=^>6d_zFKtc7gO#_G~B%mgVUAXb- z-fT^}WaK=EZjIJIRFd?dT!_cgNGShWG6zAOb`-z~;Cm4<6K?{L0m1~jIu0GYdGe7J z(8V{2i#>WILb_EX)JmgO&dG=d$D^ou+(UkiDz%j}h_n;of6>t-#LQfU+r?s<>HdZuA#ucKpTW)A&(wm*@PWI-b6=h0o?68xhP zejTEE*#YysDB(tzK>?D^M2yx%3=UcWE*}IBKFKgy$ig6~!&JKeInfZ((8PckVxSyB z{L17S$Jxv?2A;UJ^K;s(-fg|S;t5NhS`NTl5b!9yzy zQV2peiedbt<-g?qNAZ8l{g2{*3PPMG@x&B&hkvrT;MyoBaIj=kMs~2+1f) zyCsiSwP>&3?&EsA(cwQigC7Rb$sxlTbomsp5ET{my+Xe!2iPr}3lF_E{=@`u?`r@% zzIc)UqJ8K7bac5rJ_|8ut2fJ0~;b&`W2K%vk zw{hen1z-{QnCZLu{`Qj1-1W*fk;OZ^L{ue+2Im8W@|(Gs2a7S#)ZEK+n4I3xPFbn9 zRX5kwT~-4?0x>fP2O8ZEl;negg50H~q};e$cDH&$Vb`&+uu{M#8(>03e~j+gDT0ru z+7GSOCTHj6Cg)t$?m<9+_iV9Z3GG%6quC}h_u8cw3$6pS3nYlS%vLCOvekSLMPErt zDKJ+ku=VyR_;`-)Vb!^7y*23V`Fn9OwZFQ$`gLdEi`r*;diDGB^%IyaS!Lyi;=)3Y z(zMW?yhXE`zWJsAA>)&oBKgF2qpF&h3kY=G^~Au`r!e@UxkcbBDxk#I*w^=Id1hv& z-iP1XzaD%zEY}w8bv$giLx=X-j$_OzW0U;fLGBS@(`A0tI+f4 z8yd!pjL1a{?(kmV!y@5Mx!jC%zkvJddMx_;;g?h+zhQNKefxl4@6nO3KTBRdLlf%u zX&;hz4zxRWgMfeiHJfF;N+J&9>t+Zvtr0;w1~ zVsH>p6BYe3?$qS{xDp6&Ka&mGWojs|Vnwkds`nFVPR~b#jCVB4;#fPUF z2QA|U3d6=RlOtoY*vj`Y0ptMzIZQQc>3}=aOrDIzs;4ZpC2C|cP~`v z6EQL}vd+UXU`Ka>J8S#-q)Hj=BvwIz6eh!!%d0^W0_fMI$k!}lIbhRh2sC0sNY55K zActdh)T!xZepYcsAkWnV`HJL?DJ&XMdt|;6h!=hZ51Sov4od&^Mq_`+y!8Y zKf~?J%YSsK#$3O$^V#kMOWVLySx!!lOL8>@5*FpL(P{no2lWcXFX%Y*N@O5_5Jma~ z+)jP)>?G7GpC|4YFSz=OW8{KAB3N|Ld3rAg9K?*dfVk8L>Fra&HJJlJSJaYkn!iN#1~sVPw*QZmd(C*B1-Pk z+{z#{Q;;)F6LAc-S2Z^;30jUM%@r0F{<7vREiZSkGV0(v0#DvbuIn{PfYGP;1r#H9 zVL;v8kO1{WmoFlS8`w@uu4y`wgR}(=(3XAV^I$aHEQ&dtp9?;(@~kKyr2!H2Bz zi-!ne5$n6P2ab+-i1S~Oh=AWvEmg1o#fFF!T1(IE?Jc6w^5fh40ujGg z{cppzh3z}PGsoQ)<->IW{*z}%0QHGk4v=&uyx9?81a%o6S>LB)#RULf5=o>*kDJvz zIyG;H7k|T`p|sGXHW+CY z8njzJUT)`P^Lyj#|NT&u2$GpB0PQe>f)@y!C!#-tM;5pL{prBzsl&-igMBFY^S3#* zK)p%#kMaUvC&CL$(ut0QV`!5aBSj(XNjGc;9TRw%&^mwstceI_35S@yuaMG@0uX=i zRTsh*=lW3$RDKL@t<;b^4x|rXj;~YJ`5;6$HTi}T(;)QO-5LgqVztR%Uv%G)94Vl8 zF*{1cLbInPX2b{dihceM8(tB*WYn{U*~LGP7VMz%6?=vPkgNb9tNtX8{OXW8WZIbCtH2F1d1qQK_9gg&E*`+q{l}sV$g$Fc^>704L3NT>+4d!(~J{4L*&18?F8(%@!*dY#0a4+4?CqE1A99YJi0lqfz>Z(EK}O)o3a$TZfYa+|b3vPn z6K^7r9ruR{)8zn>r|$wNFgIW24rhw8#(EB2twiUErznd1g}DQc&=|nd`eL8hm73y_MbhC+S}t>!*z~N zF;i_q_l1Z4$e>TNR{qNOh6Hl%k7uT4Ww z%QNl@vPBiVRdJV;l$^EB4YbOcwZ#T~kt@af7V9BbN;ehG6l-_Tl=buDO^WUg$HqKG zJ2J8@v1;rmk{KD02C^rFs!06!9{rdh1t|Amt-^}m=aF7@1~#LbTG0Zh3Wa@gFyf!1X$Ol| z1r5eS(bKY&-P~&5V)@TyMuvxZ+gx{~Zf+|ffeu=7;|tn6r%2mYfJb!D1rUxuf34cI z_xR@KCUmvYu`XM{x3&V0)4=b{6dP10SK4%Eci%>Y$MkqRtE><4MTB-`LSnTSkPUdp z>TXI_Lj=AmNdyqF47bDmwS=;Q>STc+fD3xujyT^NO^wi>>4V*RA-~SOYNZaeTk-|u z09|~W&7W_NW&=hUn|$s{9Tw1J9<;Nh#d2)X=fcV11g4JkJ!bTjt zL2UKHg{K`%KK2X@3<`C66{hw|L0w&Y;K2LOtk)BIJ}j_VP(^UXTsch`WxyV7l#IrP z=0|fhtRQ7Hj!(x8F&UYeng0+}d0AO4 zp`af}%C`el5qno*pd&=9S3$+--gQz^(jx*QA|q4kC>9dT8+es*(rK{Mv@y9Z3V#yIJ9J0RqIzqnXZ~N2_h#&drC{WcBB%5d{pJ zzzXeYRA87rL+@0+_&V4h;#yh@{l8z)1U!$E{2$KOd%(ccwtD6@FdD9HC_weXIHf~H0GQ_bH=UeVhDNJhEMLehp9ksJd95Dx>CSUob(T(P%CDHfr*!U<;=_3 z(9p0thRR^&54Y1=b1@#fmCwk?$c&qt8(}e?huLjtVE(x%P8qzGQ_rMd#G!A`nhhhT>otliQw zdAUD3$D-E?%S`Kl?=~dAwn}4@KJh(Aj=x?jRWIQJ^EYpSF886?rC&!5m{;oCKi*$t z!OMkfezsGCQpv2kn%az>hDOq^TgwceibY;=@j!=Jf7GseiBdx{LIA+A`VSKzB9GZJ zF*$ku^|0W_3MvsF=Hm{@N7@+NZ(&MNKCzi**B!RH+S)a+v3=QIP#@I5NRLE|&u?KKKxNe>B(7(t=US z;&I*hMDzCY;GLS1q8E;Ym*CK#$Idih1rCqtKZKrbPVUcE*H0EI+#drvT~JHKY!csz z!cB?F2%Otl^Q8S^=Zir*;^0)|SsYbx?s0^^3Q8$g$np0vHSkfF1()!5QW?x82RQ>h zo5$f)IJl#s!L4U&I~D>b05bzWNPb-H48nrvOpw=NrC~~VILv4mJjQEFOH2CI?^4~0 zgRvmGLgWCPU2$)hJ{X^<^ zigG$ze`-?FZeG*ZryiS-=)oh8;;~Hb$)Iu0#rih006Dp+hx=7$;g`!^)KzeZoSo_| zxd-EyV%J6Ii<Z_<%WDmmNKolY zuVP?u%0x%!O8I%RL!(-UVL`P($`XlKpxJXYh4GGn+sQ*TSeyk+ieU7}P@-4u{^rtG zD4R%aX=Q0S&#d1#cJ%P#=$CVn!{wM!M1Qj;{{R3WJ(}zs&zEP8j*LKn`xbBOGp?%pvSn(~y6-`@Xw&MtP2KX04LSnP z_U+l~q9+(Cr_gXz^T7#TiO=en7@hyFJNzMRuHy}S<^U%LHjzF&dE?=tp)k{Em@a>L z0v=gXn2nXh`@W2gDU9U`=l;+9-^+`OS~*7nTy|(%SNf;yP!#;}ez@5sj4awp$YqB9 zf1mvSQ-1Jp;W35f@jAr?4@+sVrQKZ%g)E-kT9-;_5Jz#M-fiL$(WHPC}|GTk_fL5z?cuX2+5NSa+{b@mW9H{*bVJu zHpJ4Cu$l>$(IzKXhVZ!_^-y-`BmYk+=Ue}W zQx6v&0ds)Ek*6yU*O6qEg8(w1BtWHf+GY#AE@xNNwxb5`$8L_F!02l@?Ax4FPv8ZE)UrK z(RkAk1Rwwqayk&8IMSv0xHE%=kVr>}WH z`n?jrWYV%PEdf<0A59|q6FYH{92v3va9a~zm6i~o3w$AMfX?g$uYOy%l{wmrpGfFW z0c%JALK;MDhV-r7M$GfUIN-gv`U4YSj>S3Y@h*h!+teX;yNvuXr)1%t#^s0|FWiqy z)CH6GJG-~C<&tB5gHL@ECtf5h@B?Kl8D%9H9khBBj_DGC7T+sZ8lX=6lCpgxhW_-e zXBIZ2)2v#}PLAN|Cp6r`m1&myicT1Wef|fF1M4sF&L=msc8)wE1IYPx0hc z+EBZW#An5aR~mpjQf7GMkmxMy3A*pMB`F(>iLcFaKmL%JGO5a)0bC-s(_qkb^OIU( zyVsw&m_c2cozaPBV8mcu!Hge6OvIrt5-VTRjNlbcf((Z3=0;l0g}OYzt+Gs_b6e=! ze*e=U)IN60Tdd`P{v>QzpFjNEggat8Q{FEOQ%$OH_ip+IIu?K{=unUbuA4PeG| zJ0=Ca0FlHWlUagLP4eFJ5Z6}$fUd=^Xq9f(I@KRC`CYulZy#1m4?f^Ov(mdMa0Gg5 z(i9;n8A=SCdK1I}4BA}(fc?iXFou@Y+J))2e-Y%0cn;5KfeY`u6$YUT5b zr4vJorSaP$g)Wd$NI1{F8>;fO5p~abp|A_{=q0Jm7PLon4XQwQEbJntirf3+iUUlUJX$1NMR_vR~fv+-~UR0p2BhGAXK!E(_yL-{xri2B7VFE<#*NgB{ zu3k){?^V1;+^@!=hkVwBKpngt&vj=s8UHo7t##bk7>fuUs8{%UsaEbgLLV|v2~vv- zJ?KTkf(}$9M~5qsg=mtvp>zo|(U8zIMMSry^F$2F#T7~gJQi)=n7uJ4F*9@T`roYj zaN89Ui?|ZJ&;WfVE}xvI`~no&9ojJB^^3gwUAl~;tKaD5O3NiF%Pu~}8y`1Bqd(sn z*)Ij+b{n8CJMg^I70o#TKA;_S31~n#p8i7Q}j8k1JxA484by*`O)T@#2IMZ>)EzDyGx0{RfD3r9}>G3 z{EGoiM&?7)+(Z!75;!J~{HS#WfO8GGZ#mqPFmcEgFUJ&er7w4j8e!lNKo@RTo9>c* ze-ZhYzpjAcrG)1LxrbSzP;wG)=PB+p)TO7n9Vt0~l3EuR91l1rQk;Ks@yWZJW|}Jh zK(V>#>6-m=g0k1;EMi~dH4E;U=sjDTiqe`(I8d7zre+J>Gx3~zpHDQm>?F51Y7{C! zApfI_aOGDi{p}OK7LLPJvoVXxzbdCfVm7AA7Aqp9{Mu= z-rFW@ENU@`|C@i3T0d(JJK4Za?%-2kZZH-33E#Gn)7Se}YQUB^fEbm1b;!)dkVO2# znI!ZcKT@STm2wfXxw7uGJgF6;EzlPYh@8Y@m6dfOZKc44V&k_R1AlwJ5!x=*bB>_UhoLv?=OwA34){!f zygI81^`f1rK^RkhBpn+AbXAZ(-IrT$b!x{pVdf+_@kFleAHm@Z`Uq34+(KA;zR}5Q z)15HK^4wq__FDrs+J-Kcsy@E*I7Zo2i4oM?u-jbtP1dUyt^Z1T=BuATNq@G|4(qMB zVhanZP(Jp(#0ChnD8rd-bxSUtMZV+wg<7vhEc;4nXSxf?v$A|6L0?qKBH8rAoJjk3 rQtKy?y2yYDDLNyz^IC6uw$ literal 0 HcmV?d00001 diff --git a/public/static/images/upload.png b/public/static/images/upload.png new file mode 100644 index 0000000000000000000000000000000000000000..fd462e7bc8550514cdbef762ece023b2397d7d15 GIT binary patch literal 1176 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST~P>fhFG4#WAE}&fB{e3vauLv;}TE z$o6O621ap#>4|0w*zT|vb{bu3kPh%Y*L;-cpyGPRBg%ic&dt23-XHGGG+&|9`oOwX zbs<;#6D7{=w$}Uq?@fit{kcEm#p`;nTYlz0ToCt5DsA2W9VPz?W%&2cs+T!__|nhS zuPi>B*1Smmv-|meyYzpx#Vkq_`m1`b^F6se$&lyp^qKnac6`V_WA)>(K~3Z@sb^>Y zmoe$j+P~_X@xA$fFa3PZ^5dJS-50}ucR$;Ua^&lznD`m?HgzGuXhi^3asM5eBK7m2l{So8>WK)vfrlzI%PZV8~vd->ufTVI7b; zy}2-5=6am`8ZT^Cw`hMq8WkG)S95~SyKd1VqALA+BOF;Kxhs%Qqzj#RS@NsKYOdY< z^UwXW^>e!YmS2|dXR@5@7k@qOzSvx#=ybhnai^c{Y{C*ALV2s@MXsIy9eB5P(`D=a zDv=WgJoW5r-rxRN^Dq1D%j79hC>;X z;E80Wo188R{hTT40*y9m6F?F-?mDbmbuI2j^{Q2WpZZs7_pd+O`SSc8?G^L4)v|g% zY(8XDcZ5r6f(;WV4q|&_jdp)yoNpyh$()nP3nHg$V~fRy+p6N%h{!FNe7tsJ(~hPm z8^yId96oWVkWcK;51UXFzs3R_IV@74Ti3Jumq{J}xZ&F`a3Xo2y!k52vNuPYFw!MP zYWy~32Px>$o9q?XSu`Gc2_cjO=;l$ z)S@|KmQCWRIGq`rA_alD;}|fUUw!>leBF5e9(8XiEN5r9a{1jB3}N^WL2NILqMw*YfW4<7d9gPd{h> zoTZMt;NqWR{|!q&FQ4Q5|E0w8{X1Tm=imFq`swx0 0 ? $(".nav").addClass('scroll') : $(".nav").removeClass('scroll'); + }); + + //轮播文字 + $(function(){ + $('.banner').children('.title').addClass('active'); + }) + + //导航切换 + var btn = $('.nav').find('.nav-list').children('button') + ,spa = btn.children('span') + ,ul = $('.nav').find('.nav-list').children('.layui-nav'); + btn.on('click', function(){ + if(!$(spa[0]).hasClass('spa1')){ + spa[0].className = 'spa1'; + spa[1].style.display = 'none'; + spa[2].className = 'spa3'; + $('.nav')[0].style.height = 90 + ul[0].offsetHeight + 'px'; + }else{ + spa[0].className = ''; + spa[1].style.display = 'block'; + spa[2].className = ''; + $('.nav')[0].style.height = 80 + 'px'; + } + }); + + //关于内容 + $('.main-about').find('.aboutab').children('li').each(function(index){ + $(this).on('click', function(){ + $(this).addClass('layui-this').siblings().removeClass('layui-this'); + $('.aboutab').siblings().fadeOut("fast"); + $('.aboutab').siblings().eq(index).fadeIn(""); + }); + }); + + //动态分页 + laypage.render({ + elem: 'newsPage' + ,count: 50 + ,theme: '#2db5a3' + ,layout: ['page', 'next'] + }); + + //案例分页 + laypage.render({ + elem: 'casePage' + ,count: 50 + ,theme: '#2db5a3' + ,layout: ['page', 'next'] + }); + + //新闻字段截取 + $(function(){ + $(".main-news").find(".content").each(function(){ + var span = $(this).find(".detail").children("span") + ,spanTxt = span.html(); + if(document.body.clientWidth > 463){ + span.html(spanTxt); + }else{ + span.html(span.html().substring(0, 42)+ '...') + }; + $(window).resize(function(){ + if(document.body.clientWidth > 463){ + span.html(spanTxt); + }else{ + span.html(span.html().substring(0, 42)+ '...') + }; + }); + }); + }); + + exports('firm', {}); +}); \ No newline at end of file diff --git a/public/static/lib/jquery/jquery-3.4.1.js b/public/static/lib/jquery/jquery-3.4.1.js new file mode 100644 index 0000000..773ad95 --- /dev/null +++ b/public/static/lib/jquery/jquery-3.4.1.js @@ -0,0 +1,10598 @@ +/*! + * jQuery JavaScript Library v3.4.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2019-05-01T21:04Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var document = window.document; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + +var isFunction = function isFunction( obj ) { + + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; + + +var isWindow = function isWindow( obj ) { + return obj != null && obj === obj.window; + }; + + + + + var preservedScriptAttributes = { + type: true, + src: true, + nonce: true, + noModule: true + }; + + function DOMEval( code, node, doc ) { + doc = doc || document; + + var i, val, + script = doc.createElement( "script" ); + + script.text = code; + if ( node ) { + for ( i in preservedScriptAttributes ) { + + // Support: Firefox 64+, Edge 18+ + // Some browsers don't support the "nonce" property on scripts. + // On the other hand, just using `getAttribute` is not enough as + // the `nonce` attribute is reset to an empty string whenever it + // becomes browsing-context connected. + // See https://github.com/whatwg/html/issues/2369 + // See https://html.spec.whatwg.org/#nonce-attributes + // The `node.getAttribute` check was added for the sake of + // `jQuery.globalEval` so that it can fake a nonce-containing node + // via an object. + val = node[ i ] || node.getAttribute && node.getAttribute( i ); + if ( val ) { + script.setAttribute( i, val ); + } + } + } + doc.head.appendChild( script ).parentNode.removeChild( script ); + } + + +function toType( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; +} +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.4.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android <=4.0 only + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + copy = options[ name ]; + + // Prevent Object.prototype pollution + // Prevent never-ending loop + if ( name === "__proto__" || target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + src = target[ name ]; + + // Ensure proper type for the source value + if ( copyIsArray && !Array.isArray( src ) ) { + clone = []; + } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { + clone = {}; + } else { + clone = src; + } + copyIsArray = false; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + // Evaluates a script in a global context + globalEval: function( code, options ) { + DOMEval( code, { nonce: options && options.nonce } ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android <=4.0 only + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = toType( obj ); + + if ( isFunction( obj ) || isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.3.4 + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://js.foundation/ + * + * Date: 2019-04-08 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + nonnativeSelectorCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // https://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + rdescend = new RegExp( whitespace + "|>" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rhtml = /HTML$/i, + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // CSS string/identifier serialization + // https://drafts.csswg.org/cssom/#common-serializing-idioms + rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + fcssescape = function( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }, + + inDisabledFieldset = addCombinator( + function( elem ) { + return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; + }, + { dir: "parentNode", next: "legend" } + ); + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !nonnativeSelectorCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) && + + // Support: IE 8 only + // Exclude object elements + (nodeType !== 1 || context.nodeName.toLowerCase() !== "object") ) { + + newSelector = selector; + newContext = context; + + // qSA considers elements outside a scoping root when evaluating child or + // descendant combinators, which is not what we want. + // In such cases, we work around the behavior by prefixing every selector in the + // list with an ID selector referencing the scope context. + // Thanks to Andrew Dupont for this technique. + if ( nodeType === 1 && rdescend.test( selector ) ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rcssescape, fcssescape ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[i] = "#" + nid + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + nonnativeSelectorCache( selector, true ); + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement("fieldset"); + + try { + return !!fn( el ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + // release memory in IE + el = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + a.sourceIndex - b.sourceIndex; + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11 + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + /* jshint -W018 */ + elem.isDisabled !== !disabled && + inDisabledFieldset( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + var namespace = elem.namespaceURI, + docElem = (elem.ownerDocument || elem).documentElement; + + // Support: IE <=8 + // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes + // https://bugs.jquery.com/ticket/4833 + return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( preferredDoc !== document && + (subWindow = document.defaultView) && subWindow.top !== subWindow ) { + + // Support: IE 11, Edge + if ( subWindow.addEventListener ) { + subWindow.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( subWindow.attachEvent ) { + subWindow.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( el ) { + el.className = "i"; + return !el.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( el ) { + el.appendChild( document.createComment("") ); + return !el.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( el ) { + docElem.appendChild( el ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID filter and find + if ( support.getById ) { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( (elem = elems[i++]) ) { + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See https://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( el ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // https://bugs.jquery.com/ticket/12359 + docElem.appendChild( el ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( el.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !el.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !el.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( el ) { + el.innerHTML = "" + + ""; + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( el.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( el.querySelectorAll(":enabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE9-11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + docElem.appendChild( el ).disabled = true; + if ( el.querySelectorAll(":disabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + el.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( el ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( el, "*" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( el, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + if ( support.matchesSelector && documentIsHTML && + !nonnativeSelectorCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) { + nonnativeSelectorCache( expr, true ); + } + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.escape = function( sel ) { + return (sel + "").replace( rcssescape, fcssescape ); +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": createDisabledPseudo( false ), + "disabled": createDisabledPseudo( true ), + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? + argument + length : + argument > length ? + length : + argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( skip && skip === elem.nodeName.toLowerCase() ) { + elem = elem[ dir ] || elem; + } else if ( (oldCache = uniqueCache[ key ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( el ) { + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( el ) { + el.innerHTML = ""; + return el.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( el ) { + el.innerHTML = ""; + el.firstChild.setAttribute( "value", "" ); + return el.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( el ) { + return el.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; +jQuery.escapeSelector = Sizzle.escape; + + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + + + +function nodeName( elem, name ) { + + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + +}; +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Filtered directly for both simple and complex selectors + return jQuery.filter( qualifier, elements, not ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + if ( typeof elem.contentDocument !== "undefined" ) { + return elem.contentDocument; + } + + // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only + // Treat the template element as a regular one in browsers that + // don't support it. + if ( nodeName( elem, "template" ) ) { + elem = elem.content || elem; + } + + return jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = locked || options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && toType( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject, noValue ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: + // * false: [ value ].slice( 0 ) => resolve( value ) + // * true: [ value ].slice( 1 ) => resolve() + resolve.apply( undefined, [ value ].slice( noValue ) ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.apply( undefined, [ value ] ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.stackTrace ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the stack, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getStackHook ) { + process.stackTrace = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // rejected_handlers.disable + // fulfilled_handlers.disable + tuples[ 3 - i ][ 3 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock, + + // progress_handlers.lock + tuples[ 0 ][ 3 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the master Deferred + master = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + master.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, + !remaining ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( master.state() === "pending" || + isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return master.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); + } + + return master.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +jQuery.Deferred.exceptionHook = function( error, stack ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( toType( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; + + +// Matches dashed string for camelizing +var rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g; + +// Used by camelCase as callback to replace() +function fcamelCase( all, letter ) { + return letter.toUpperCase(); +} + +// Convert dashed to camelCase; used by the css and data modules +// Support: IE <=9 - 11, Edge 12 - 15 +// Microsoft forgot to hump their vendor prefix (#9572) +function camelCase( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); +} +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( Array.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( camelCase ); + } else { + key = camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || Array.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var documentElement = document.documentElement; + + + + var isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ); + }, + composed = { composed: true }; + + // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only + // Check attachment across shadow DOM boundaries when possible (gh-3504) + // Support: iOS 10.0-10.2 only + // Early iOS 10 versions support `attachShadow` but not `getRootNode`, + // leading to errors. We need to check for `getRootNode`. + if ( documentElement.getRootNode ) { + isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ) || + elem.getRootNode( composed ) === elem.ownerDocument; + }; + } +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + isAttached( elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + +var swap = function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, scale, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = elem.nodeType && + ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Support: Firefox <=54 + // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) + initial = initial / 2; + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + while ( maxIterations-- ) { + + // Evaluate and update our best guess (doubling guesses that zero out). + // Finish if the scale equals or crosses 1 (making the old*new product non-positive). + jQuery.style( elem, prop, initialInUnit + unit ); + if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { + maxIterations = 0; + } + initialInUnit = initialInUnit / scale; + + } + + initialInUnit = initialInUnit * 2; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); + +var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); + + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // Support: IE <=9 only + option: [ 1, "" ], + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] +}; + +// Support: IE <=9 only +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, attached, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( toType( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + attached = isAttached( elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( attached ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +} )(); + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE <=9 - 11+ +// focus() and blur() are asynchronous, except when they are no-op. +// So expect focus to be synchronous when the element is already active, +// and blur to be synchronous when the element is not already active. +// (focus and blur are always synchronous in other supported browsers, +// this just defines when we can count on it). +function expectSync( elem, type ) { + return ( elem === safeActiveElement() ) === ( type === "focus" ); +} + +// Support: IE <=9 only +// Accessing document.activeElement can throw unexpectedly +// https://bugs.jquery.com/ticket/13393 +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + // Make a writable jQuery.Event from the native event object + var event = jQuery.event.fix( nativeEvent ); + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // If the event is namespaced, then each handler is only invoked if it is + // specially universal or its namespaces are a superset of the event's. + if ( !event.rnamespace || handleObj.namespace === false || + event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + click: { + + // Utilize native event to ensure correct state for checkable inputs + setup: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Claim the first handler + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + // dataPriv.set( el, "click", ... ) + leverageNative( el, "click", returnTrue ); + } + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Force setup before triggering a click + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + leverageNative( el, "click" ); + } + + // Return non-false to allow normal event-path propagation + return true; + }, + + // For cross-browser consistency, suppress native .click() on links + // Also prevent it if we're currently inside a leveraged native-event stack + _default: function( event ) { + var target = event.target; + return rcheckableType.test( target.type ) && + target.click && nodeName( target, "input" ) && + dataPriv.get( target, "click" ) || + nodeName( target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +// Ensure the presence of an event listener that handles manually-triggered +// synthetic events by interrupting progress until reinvoked in response to +// *native* events that it fires directly, ensuring that state changes have +// already occurred before other listeners are invoked. +function leverageNative( el, type, expectSync ) { + + // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add + if ( !expectSync ) { + if ( dataPriv.get( el, type ) === undefined ) { + jQuery.event.add( el, type, returnTrue ); + } + return; + } + + // Register the controller as a special universal handler for all event namespaces + dataPriv.set( el, type, false ); + jQuery.event.add( el, type, { + namespace: false, + handler: function( event ) { + var notAsync, result, + saved = dataPriv.get( this, type ); + + if ( ( event.isTrigger & 1 ) && this[ type ] ) { + + // Interrupt processing of the outer synthetic .trigger()ed event + // Saved data should be false in such cases, but might be a leftover capture object + // from an async native handler (gh-4350) + if ( !saved.length ) { + + // Store arguments for use when handling the inner native event + // There will always be at least one argument (an event object), so this array + // will not be confused with a leftover capture object. + saved = slice.call( arguments ); + dataPriv.set( this, type, saved ); + + // Trigger the native event and capture its result + // Support: IE <=9 - 11+ + // focus() and blur() are asynchronous + notAsync = expectSync( this, type ); + this[ type ](); + result = dataPriv.get( this, type ); + if ( saved !== result || notAsync ) { + dataPriv.set( this, type, false ); + } else { + result = {}; + } + if ( saved !== result ) { + + // Cancel the outer synthetic event + event.stopImmediatePropagation(); + event.preventDefault(); + return result.value; + } + + // If this is an inner synthetic event for an event with a bubbling surrogate + // (focus or blur), assume that the surrogate already propagated from triggering the + // native event and prevent that from happening again here. + // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the + // bubbling surrogate propagates *after* the non-bubbling base), but that seems + // less bad than duplication. + } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { + event.stopPropagation(); + } + + // If this is a native event triggered above, everything is now in order + // Fire an inner synthetic event with the original arguments + } else if ( saved.length ) { + + // ...and capture the result + dataPriv.set( this, type, { + value: jQuery.event.trigger( + + // Support: IE <=9 - 11+ + // Extend with the prototype to reset the above stopImmediatePropagation() + jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), + saved.slice( 1 ), + this + ) + } ); + + // Abort handling of the native event + event.stopImmediatePropagation(); + } + } + } ); +} + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (#504, #13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || Date.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + code: true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } +}, jQuery.event.addProp ); + +jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { + jQuery.event.special[ type ] = { + + // Utilize native event if possible so blur/focus sequence is correct + setup: function() { + + // Claim the first handler + // dataPriv.set( this, "focus", ... ) + // dataPriv.set( this, "blur", ... ) + leverageNative( this, type, expectSync ); + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function() { + + // Force setup before trigger + leverageNative( this, type ); + + // Return non-false to allow normal event-path propagation + return true; + }, + + delegateType: delegateType + }; +} ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + /* eslint-disable max-len */ + + // See https://github.com/eslint/eslint/issues/3229 + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, + + /* eslint-enable */ + + // Support: IE <=10 - 11, Edge 12 - 13 only + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +// Prefer a tbody over its parent table for containing new rows +function manipulationTarget( elem, content ) { + if ( nodeName( elem, "table" ) && + nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return jQuery( elem ).children( "tbody" )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { + elem.type = elem.type.slice( 5 ); + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.access( src ); + pdataCur = dataPriv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + valueIsFunction = isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( valueIsFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( valueIsFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl && !node.noModule ) { + jQuery._evalUrl( node.src, { + nonce: node.nonce || node.getAttribute( "nonce" ) + } ); + } + } else { + DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && isAttached( node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = isAttached( elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + +var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + container.style.cssText = "position:absolute;left:-11111px;width:60px;" + + "margin-top:1px;padding:0;border:0"; + div.style.cssText = + "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + + "margin:auto;border:1px;padding:1px;" + + "width:60%;top:1%"; + documentElement.appendChild( container ).appendChild( div ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; + + // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 + // Some styles come back with percentage values, even though they shouldn't + div.style.right = "60%"; + pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; + + // Support: IE 9 - 11 only + // Detect misreporting of content dimensions for box-sizing:border-box elements + boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; + + // Support: IE 9 only + // Detect overflow:scroll screwiness (gh-3699) + // Support: Chrome <=64 + // Don't get tricked when zoom affects offsetWidth (gh-4029) + div.style.position = "absolute"; + scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + function roundPixelMeasures( measure ) { + return Math.round( parseFloat( measure ) ); + } + + var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, + reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + jQuery.extend( support, { + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelBoxStyles: function() { + computeStyleTests(); + return pixelBoxStylesVal; + }, + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + }, + scrollboxSize: function() { + computeStyleTests(); + return scrollboxSizeVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + + // Support: Firefox 51+ + // Retrieving style before computed somehow + // fixes an issue with getting wrong values + // on detached elements + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is needed for: + // .css('filter') (IE 9 only, #12537) + // .css('--customProperty) (#3144) + if ( computed ) { + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( ret === "" && !isAttached( elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style, + vendorProps = {}; + +// Return a vendor-prefixed property or undefined +function vendorPropName( name ) { + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +// Return a potentially-mapped jQuery.cssProps or vendor prefixed property +function finalPropName( name ) { + var final = jQuery.cssProps[ name ] || vendorProps[ name ]; + + if ( final ) { + return final; + } + if ( name in emptyStyle ) { + return name; + } + return vendorProps[ name ] = vendorPropName( name ) || name; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rcustomProp = /^--/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }; + +function setPositiveNumber( elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { + var i = dimension === "width" ? 1 : 0, + extra = 0, + delta = 0; + + // Adjustment may not be necessary + if ( box === ( isBorderBox ? "border" : "content" ) ) { + return 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin + if ( box === "margin" ) { + delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); + } + + // If we get here with a content-box, we're seeking "padding" or "border" or "margin" + if ( !isBorderBox ) { + + // Add padding + delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // For "border" or "margin", add border + if ( box !== "padding" ) { + delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + + // But still keep track of it otherwise + } else { + extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + + // If we get here with a border-box (content + padding + border), we're seeking "content" or + // "padding" or "margin" + } else { + + // For "content", subtract padding + if ( box === "content" ) { + delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // For "content" or "padding", subtract border + if ( box !== "margin" ) { + delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + // Account for positive content-box scroll gutter when requested by providing computedVal + if ( !isBorderBox && computedVal >= 0 ) { + + // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border + // Assuming integer scroll gutter, subtract the rest and round down + delta += Math.max( 0, Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + computedVal - + delta - + extra - + 0.5 + + // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter + // Use an explicit zero to avoid NaN (gh-3964) + ) ) || 0; + } + + return delta; +} + +function getWidthOrHeight( elem, dimension, extra ) { + + // Start with computed style + var styles = getStyles( elem ), + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). + // Fake content-box until we know it's needed to know the true value. + boxSizingNeeded = !support.boxSizingReliable() || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + valueIsBorderBox = isBorderBox, + + val = curCSS( elem, dimension, styles ), + offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); + + // Support: Firefox <=54 + // Return a confounding non-pixel value or feign ignorance, as appropriate. + if ( rnumnonpx.test( val ) ) { + if ( !extra ) { + return val; + } + val = "auto"; + } + + + // Fall back to offsetWidth/offsetHeight when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + // Support: Android <=4.1 - 4.3 only + // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) + // Support: IE 9-11 only + // Also use offsetWidth/offsetHeight for when box sizing is unreliable + // We use getClientRects() to check for hidden/disconnected. + // In those cases, the computed value can be trusted to be border-box + if ( ( !support.boxSizingReliable() && isBorderBox || + val === "auto" || + !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && + elem.getClientRects().length ) { + + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Where available, offsetWidth/offsetHeight approximate border box dimensions. + // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the + // retrieved value as a content box dimension. + valueIsBorderBox = offsetProp in elem; + if ( valueIsBorderBox ) { + val = elem[ offsetProp ]; + } + } + + // Normalize "" and auto + val = parseFloat( val ) || 0; + + // Adjust for the element's box model + return ( val + + boxModelAdjustment( + elem, + dimension, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles, + + // Provide the current computed size to request scroll gutter calculation (gh-3589) + val + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "gridArea": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnStart": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowStart": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: {}, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ), + style = elem.style; + + // Make sure that we're working with the right name. We don't + // want to query the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append + // "px" to a few hardcoded values. + if ( type === "number" && !isCustomProp ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + if ( isCustomProp ) { + style.setProperty( name, value ); + } else { + style[ name ] = value; + } + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ); + + // Make sure that we're working with the right name. We don't + // want to modify the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( i, dimension ) { + jQuery.cssHooks[ dimension ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = getStyles( elem ), + + // Only read styles.position if the test has a chance to fail + // to avoid forcing a reflow. + scrollboxSizeBuggy = !support.scrollboxSize() && + styles.position === "absolute", + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) + boxSizingNeeded = scrollboxSizeBuggy || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + subtract = extra ? + boxModelAdjustment( + elem, + dimension, + extra, + isBorderBox, + styles + ) : + 0; + + // Account for unreliable border-box dimensions by comparing offset* to computed and + // faking a content-box to get border and padding (gh-3699) + if ( isBorderBox && scrollboxSizeBuggy ) { + subtract -= Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + parseFloat( styles[ dimension ] ) - + boxModelAdjustment( elem, dimension, "border", false, styles ) - + 0.5 + ); + } + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ dimension ] = value; + value = jQuery.css( elem, dimension ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( prefix !== "margin" ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( Array.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && ( + jQuery.cssHooks[ tween.prop ] || + tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, inProgress, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function schedule() { + if ( inProgress ) { + if ( document.hidden === false && window.requestAnimationFrame ) { + window.requestAnimationFrame( schedule ); + } else { + window.setTimeout( schedule, jQuery.fx.interval ); + } + + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = Date.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 15 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY and Edge just mirrors + // the overflowX value there. + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( Array.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + // If there's more to do, yield + if ( percent < 1 && length ) { + return remaining; + } + + // If this was an empty animation, synthesize a final progress notification + if ( !length ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + } + + // Resolve the animation and report its conclusion + deferred.resolveWith( elem, [ animation ] ); + return false; + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + result.stop.bind( result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + // Attach callbacks from options + animation + .progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + return animation; +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !isFunction( easing ) && easing + }; + + // Go to the end state if fx are off + if ( jQuery.fx.off ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue && type !== false ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = Date.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Run the timer and safely remove it when done (allowing for external removal) + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + jQuery.fx.start(); +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( inProgress ) { + return; + } + + inProgress = true; + schedule(); +}; + +jQuery.fx.stop = function() { + inProgress = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +function classesToArray( value ) { + if ( Array.isArray( value ) ) { + return value; + } + if ( typeof value === "string" ) { + return value.match( rnothtmlwhite ) || []; + } + return []; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, + isValidValue = type === "string" || Array.isArray( value ); + + if ( typeof stateVal === "boolean" && isValidValue ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( isValidValue ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = classesToArray( value ); + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, valueIsFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + valueIsFunction = isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( valueIsFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( Array.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( Array.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +support.focusin = "onfocusin" in window; + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + stopPropagationCallback = function( e ) { + e.stopPropagation(); + }; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = lastElement = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + lastElement = cur; + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + + if ( event.isPropagationStopped() ) { + lastElement.addEventListener( type, stopPropagationCallback ); + } + + elem[ type ](); + + if ( event.isPropagationStopped() ) { + lastElement.removeEventListener( type, stopPropagationCallback ); + } + + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +// Support: Firefox <=44 +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = Date.now(); + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) { + xml = undefined; + } + + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( Array.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && toType( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + if ( a == null ) { + return ""; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( Array.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() + " " ] = + ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) + .concat( match[ 2 ] ); + } + } + match = responseHeaders[ key.toLowerCase() + " " ]; + } + return match == null ? null : match.join( ", " ); + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 15 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available and should be processed, append data to url + if ( s.data && ( s.processData || typeof s.data === "string" ) ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + + +jQuery._evalUrl = function( url, options ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + + // Only evaluate the response if it is successful (gh-4126) + // dataFilter is not invoked for failure responses, so using it instead + // of the default converter is kludgy but it works. + converters: { + "text script": function() {} + }, + dataFilter: function( response ) { + jQuery.globalEval( response, options ); + } + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var htmlIsFunction = isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.ontimeout = + xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain or forced-by-attrs requests + if ( s.crossDomain || s.scriptAttrs ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( " + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+
+ + 首页 + 操作日志 + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + {volist name='list' id='vo'} + + + + + + + + + + {/volist} + {if condition="count($list) eq 0" } + + + + {/if} + +
ID访问地址访问信息操作管理员
{$vo.id} +

{$vo.url.name}

+

{$vo.key}

+
+

访问时间:{$vo.create_time}

+

访问IP:{$vo.ip}

+
+ + {$vo.admin_id}/{$vo.admin.nickname} +
暂无操作记录
+
+ {$list->render()|raw} +
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + + \ No newline at end of file diff --git a/view/admin/admin/create.html b/view/admin/admin/create.html new file mode 100644 index 0000000..04258fb --- /dev/null +++ b/view/admin/admin/create.html @@ -0,0 +1,142 @@ + + + + + + + + 基本资料 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+ +
+
+
+
+ 添加管理员 +
+
+
+
登录账号
+
+ +
+
+
+
昵称
+
+ +
+
+
+
密码
+
+ +
+
+
+
管理组
+
+ +
+ 不设置分组,帐号拥有所有权限 +
+
+
+
+
头像
+
+
+
上传
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + + \ No newline at end of file diff --git a/view/admin/admin/edit.html b/view/admin/admin/edit.html new file mode 100644 index 0000000..356497a --- /dev/null +++ b/view/admin/admin/edit.html @@ -0,0 +1,112 @@ + + + + + + + 基本资料 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin"} + +
+ +
+
+ + 首页 + 基本资料 + +
+
+
+
+
+ 资料管理 +
+
+
+
登录账号
+
+ +
+
+
+
昵称
+
+ +
+
+
+
头像
+
+
+
上传
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + \ No newline at end of file diff --git a/view/admin/admin/edit_account.html b/view/admin/admin/edit_account.html new file mode 100644 index 0000000..31ffb9a --- /dev/null +++ b/view/admin/admin/edit_account.html @@ -0,0 +1,146 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+ +
+
+
+
+ 添加管理员 +
+
+ +
+
登录账号
+
+ +
+
+
+
昵称
+
+ +
+
+
+
密码
+
+ +
+ 留空不修改 +
+
+
+
+
管理组
+
+ +
+ 不设置分组,帐号拥有所有权限 +
+
+
+
+
头像
+
+
+
上传
+
+
+ {$admin.avatar} +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + \ No newline at end of file diff --git a/view/admin/admin/index.html b/view/admin/admin/index.html new file mode 100644 index 0000000..57d6c83 --- /dev/null +++ b/view/admin/admin/index.html @@ -0,0 +1,102 @@ + + + + + + + + 管理员管理 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+ +
+ +
+ + + + + + + + + + + + + {volist name='$list' id='vo'} + + + + + + + + + + {/volist} + {if condition="count($list) eq 0" } + + + + {/if} + +
ID头像账号昵称分组操作
{$vo.id}{$vo.account}{$vo.nickname}{$vo.group.name|default="未分组"} +
+ 编辑 +
+ 删除 +
+
+
暂无数据
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + + \ No newline at end of file diff --git a/view/admin/admin/password.html b/view/admin/admin/password.html new file mode 100644 index 0000000..9684e98 --- /dev/null +++ b/view/admin/admin/password.html @@ -0,0 +1,73 @@ + + + + + + + 基本资料 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin"} + +
+ +
+
+ + 首页 + 密码管理 + +
+
+
+
+
+ 密码管理 +
+
+
+
原密码
+
+ +
+
+
+
新密码
+
+ +
+
+
+
确认密码
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} + +
+ + \ No newline at end of file diff --git a/view/admin/admin_group/create.html b/view/admin/admin_group/create.html new file mode 100644 index 0000000..db12588 --- /dev/null +++ b/view/admin/admin_group/create.html @@ -0,0 +1,72 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+
+ + 首页 + 添加分组 + +
+
+
+
+
+ 添加分组 +
+
+
+
分组名称
+
+ +
+
+
+
分组权限
+
+ {volist name='permission_list' id='vo'} + + {/volist} +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + {include file="common/_footer"} +
+ + + \ No newline at end of file diff --git a/view/admin/admin_group/edit.html b/view/admin/admin_group/edit.html new file mode 100644 index 0000000..7934ce5 --- /dev/null +++ b/view/admin/admin_group/edit.html @@ -0,0 +1,78 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+
+ + 首页 + 添加分组 + +
+
+
+
+
+ 添加分组 +
+
+
+
分组名称
+
+ + +
+
+
+
分组权限
+
+ {volist name='permission_list' id='vo'} + {if condition="empty($vo->getData('name'))" } + + + {else /} + + {/if} + {/volist} +
+
+
+ +
+
+
+ +
+
+
+
+
+
+ + + {include file="common/_footer"} +
+ + + \ No newline at end of file diff --git a/view/admin/admin_group/index.html b/view/admin/admin_group/index.html new file mode 100644 index 0000000..2df23a6 --- /dev/null +++ b/view/admin/admin_group/index.html @@ -0,0 +1,89 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+
+ + 首页 + 分组管理 + +
+
+
+ +
+
+ + + + + + + + + + {volist name='list' id='vo'} + + + + + + {/volist} + {if condition="count($list) eq 0" } + + + + {/if} + +
ID分组名称操作
{$vo.id}{$vo.name} +
+ 编辑 +
删除
+
+
暂无数据
+
+
+
+
+ + + {include file="common/_footer"} + + +
+ + \ No newline at end of file diff --git a/view/admin/admin_permission/index.html b/view/admin/admin_permission/index.html new file mode 100644 index 0000000..8618aae --- /dev/null +++ b/view/admin/admin_permission/index.html @@ -0,0 +1,162 @@ + + + + + + + + 应用管理 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_admin_manage"} + +
+ +
+
+ + 首页 + 权限管理 + +
+
+ +
+ + + + + + + + + + + + {volist name='list' id='vo'} + + + + + + + + {/volist} + {if condition="count($list) eq 0" } + + + + {/if} + +
ID权限名称权限标识操作
{$vo.id} + {$vo.name} +
设置
+
+ {$vo.key} +
设置
+
+
+
{$vo.is_log}
+
删除
+
+
暂无数据
+
+ {$list->render()|raw} +
+
+ +
+
+
+ + + {include file="common/_footer"} + + +
+ + + \ No newline at end of file diff --git a/view/admin/category/create.html b/view/admin/category/create.html new file mode 100644 index 0000000..7956224 --- /dev/null +++ b/view/admin/category/create.html @@ -0,0 +1,146 @@ + + + + + + + + 分类管理 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_post"} + +
+ +
+
+ + 首页 + 分类管理 + +
+
+
+
+ 新增分类 +
+
+ +
+
分类名称
+
+ +
+
+
+
上级分类
+
+ +
+
+
+
副标题/描述
+
+ +
+
+
+
附图
+
+ +
+
上传
+
+
+ +
+
+
+
+
模板
+
+ +
+
+
+
状态
+
+ + +
+
+
+
+ 排序 +

越小越靠前

+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} +
+ + + + + \ No newline at end of file diff --git a/view/admin/category/edit.html b/view/admin/category/edit.html new file mode 100644 index 0000000..72df3a8 --- /dev/null +++ b/view/admin/category/edit.html @@ -0,0 +1,154 @@ + + + + + + + + 分类管理 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_post"} + +
+ +
+
+ + 首页 + 分类管理 + +
+
+
+
+ 编辑分类 +
+
+ +
+
分类名称
+
+ +
+
+
+
上级分类
+
+ +
+
+
+
副标题/描述
+
+ +
+
+
+
附图
+
+ +
+
上传
+
+
+ +
+
+
+
+
模板
+
+ +
+
+
+
状态
+
+ + +
+
+
+
+ 排序 +

越小越靠前

+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ + + {include file="common/_footer"} +
+ + + + + \ No newline at end of file diff --git a/view/admin/category/index.html b/view/admin/category/index.html new file mode 100644 index 0000000..0b3a2ef --- /dev/null +++ b/view/admin/category/index.html @@ -0,0 +1,100 @@ + + + + + + + + 分类管理 + {include file="common/_require"} + + + + + + +
+ {include file="common/_header"} + + {include file="common/left_post"} + +
+ +
+
+ + 首页 + 分类管理 + +
+
+
+ 新增 +
+
+ + + + + + + + + + + + + + {volist name="list" id="vo"} + + + + + + + + + {/volist} + + +
ID名称模板排序操作
{$vo.id} {:str_repeat('|--',$vo.level)} {$vo.title}{$vo.tpl_name}{$vo.sort} +
+ 查看 + 编辑 +
删除
+
+
+ +
+
+
+
+ + + {include file="common/_footer"} +
+ + + + + \ No newline at end of file diff --git a/view/admin/common/_footer.html b/view/admin/common/_footer.html new file mode 100644 index 0000000..cab4b41 --- /dev/null +++ b/view/admin/common/_footer.html @@ -0,0 +1,4 @@ + diff --git a/view/admin/common/_header.html b/view/admin/common/_header.html new file mode 100644 index 0000000..a9fa594 --- /dev/null +++ b/view/admin/common/_header.html @@ -0,0 +1,88 @@ +
+ + + + + + + + +
+ +
+ +
+
  • + 菜单 +
    + +
    +
  • +
  • + + + +
    +
    基本资料
    +
    安全设置
    +
    退出
    +
    +
  • +
    +
    + + + \ No newline at end of file diff --git a/view/admin/common/_require.html b/view/admin/common/_require.html new file mode 100644 index 0000000..5d0b5eb --- /dev/null +++ b/view/admin/common/_require.html @@ -0,0 +1,119 @@ + + + + + + + + + + + +{:get_system_config('site_tongji')} + + \ No newline at end of file diff --git a/view/admin/common/left_admin.html b/view/admin/common/left_admin.html new file mode 100644 index 0000000..497d780 --- /dev/null +++ b/view/admin/common/left_admin.html @@ -0,0 +1,13 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/left_admin_manage.html b/view/admin/common/left_admin_manage.html new file mode 100644 index 0000000..e072aa9 --- /dev/null +++ b/view/admin/common/left_admin_manage.html @@ -0,0 +1,19 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/left_file.html b/view/admin/common/left_file.html new file mode 100644 index 0000000..e7e2970 --- /dev/null +++ b/view/admin/common/left_file.html @@ -0,0 +1,15 @@ +
    +
    + +
      +
    • + 文件管理 +
      + {volist name=":config('upload_type')" id="vo"} +
      {$vo}
      + {/volist} +
      +
    • +
    +
    +
    \ No newline at end of file diff --git a/view/admin/common/left_index.html b/view/admin/common/left_index.html new file mode 100644 index 0000000..5d186c2 --- /dev/null +++ b/view/admin/common/left_index.html @@ -0,0 +1,10 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/left_post.html b/view/admin/common/left_post.html new file mode 100644 index 0000000..004b73a --- /dev/null +++ b/view/admin/common/left_post.html @@ -0,0 +1,16 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/left_system.html b/view/admin/common/left_system.html new file mode 100644 index 0000000..5172088 --- /dev/null +++ b/view/admin/common/left_system.html @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/view/admin/common/left_user.html b/view/admin/common/left_user.html new file mode 100644 index 0000000..8328982 --- /dev/null +++ b/view/admin/common/left_user.html @@ -0,0 +1,10 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/tpl.html b/view/admin/common/tpl.html new file mode 100644 index 0000000..5d1a553 --- /dev/null +++ b/view/admin/common/tpl.html @@ -0,0 +1,41 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    +
    + + 首页 + 系统信息 + +
    +
    + +
    +
    +
    + + + {include file="common/_footer"} +
    + + \ No newline at end of file diff --git a/view/admin/file/index.html b/view/admin/file/index.html new file mode 100644 index 0000000..8cf6885 --- /dev/null +++ b/view/admin/file/index.html @@ -0,0 +1,182 @@ + + + + + + + + 文件管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_file"} + +
    + +
    +
    + + 首页 + 文件管理 + +
    +
    +
    +
    + +
    +
    + +
    + +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + + + + + + + + + + {php}$empty = ' + + ';{/php} + {volist name="list" id="vo" empty="$empty"} + + + + + + + + {/volist} + + +
    ID预览文件信息状态时间操作
    暂无数据
    {$vo.id} + {switch $vo.mime_type} + {case image/png|image/gif|image/jpeg } + + {/case} + {default /} + 打开源文件 + {/switch} + +

    保存名称:{$vo->getData('save_name')}

    +

    文件名:{$vo->getData('file_name')}

    +

    文件类型: {$vo.mime_type}

    +

    文件用途: {$vo.type_title}

    +

    文件大小: {$vo.file_size}

    +

    文件指纹: {$vo.file_md5}

    +
    +

    {$vo.status}

    +

    上传时间:{$vo.create_time}

    +

    使用时间:{$vo.used_time}

    +

    删除时间:{$vo.delete_time}

    +

    清除时间:{$vo.clear_time}

    +
    +
    + {if condition="empty($vo->getData('clear_time'))" } + {if condition="!empty($vo->getData('used_time')) && + empty($vo->getData('delete_time'))" } +
    强制清除文件
    + {else /} +
    清除文件
    + {/if} + {/if} + {if condition="empty($vo->getData('clear_time'))" } + 下载 + {/if} + +
    +
    +
    + {$list|raw} +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + \ No newline at end of file diff --git a/view/admin/index/index.html b/view/admin/index/index.html new file mode 100644 index 0000000..75be70b --- /dev/null +++ b/view/admin/index/index.html @@ -0,0 +1,133 @@ + + + + + + + {:get_system_config('site_name')} + {include file="common/_require"} + + + + + + +
    + + + {include file="common/_header"} + + + {include file="common/left_index"} + +
    + +
    +
    + + 系统信息 + +
    +
    +
    +
    +
    网站名称
    +
    + +
    +
    +
    +
    系统版本
    +
    + +
    +
    +
    +
    ThinkPHP版本
    +
    + +
    +
    +
    +
    PHP版本
    +
    + +
    +
    +
    +
    服务器版本 + +
    +
    + +
    +
    + +
    +
    PHP运行方式
    +
    + +
    +
    +
    +
    PHP安装路径
    +
    + +
    +
    +
    +
    Zend版本
    +
    + +
    +
    +
    +
    服务器当前时间
    +
    + +
    +
    +
    +
    超时时间
    +
    + +
    +
    +
    +
    内存限制
    +
    + +
    +
    +
    +
    服务器解释引擎
    +
    + +
    +
    + +
    +
    +
    +
    + + {include file="common/_footer"} + +
    + + + + + \ No newline at end of file diff --git a/view/admin/login/index.html b/view/admin/login/index.html new file mode 100644 index 0000000..e7c66ea --- /dev/null +++ b/view/admin/login/index.html @@ -0,0 +1,106 @@ + + + + + + + + 登陆 + + {include file="common/_require"} + + + + + + + +
    +
    +
    +
    + +
    +
    +
    +
    + + + + + + + \ No newline at end of file diff --git a/view/admin/nav/create.html b/view/admin/nav/create.html new file mode 100644 index 0000000..c2f6df1 --- /dev/null +++ b/view/admin/nav/create.html @@ -0,0 +1,177 @@ + + + + + + + + 导航 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    +
    + + 首页 + 导航 + +
    +
    +
    +
    +
    + 添加 +
    +
    + + + + + +
    +
    标题
    +
    + +
    +
    +
    +
    副标题/描述
    +
    + +
    +
    + + {if $Request.param.show_img == 1 } +
    +
    图片
    +
    + +
    +
    上传
    +
    +
    + +
    +
    +
    + {/if} + {if $Request.param.show_target == 1 } +
    +
    打开方式
    +
    + + +
    +
    +
    +
    链接
    +
    + +
    +
    + {/if} + {if $Request.param.show_xcx == 1 } +
    +
    小程序打开类型
    +
    + + + + +
    +
    +
    +
    小程序页面
    +
    + +
    +
    +
    +
    小程序appid
    +
    + +
    小程序打开类型为其他小程序时生效
    +
    +
    + {/if} +
    +
    key
    +
    + +
    +
    +
    +
    排序
    +
    + +
    +
    +
    +
    状态
    +
    + + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + \ No newline at end of file diff --git a/view/admin/nav/edit.html b/view/admin/nav/edit.html new file mode 100644 index 0000000..e350eb0 --- /dev/null +++ b/view/admin/nav/edit.html @@ -0,0 +1,184 @@ + + + + + + + + 导航 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    +
    + + 首页 + 导航 + +
    +
    +
    +
    +
    + 编辑 +
    +
    + + + + +
    +
    标题
    +
    + +
    +
    +
    +
    副标题/描述
    +
    + +
    +
    + + {if $Request.param.show_img == 1 } +
    +
    图片
    +
    + +
    +
    上传
    +
    +
    + +
    +
    +
    + {/if} + {if $Request.param.show_target == 1 } +
    +
    打开方式
    +
    + + +
    +
    +
    +
    链接
    +
    + +
    +
    + {/if} + {if $Request.param.show_xcx == 1 } +
    +
    小程序打开类型
    +
    + + + + +
    +
    +
    +
    小程序页面
    +
    + +
    +
    +
    +
    小程序appid
    +
    + +
    小程序打开类型为其他小程序时生效
    +
    +
    + {/if} +
    +
    key
    +
    + +
    +
    +
    +
    排序
    +
    + +
    +
    +
    +
    状态
    +
    + + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + \ No newline at end of file diff --git a/view/admin/nav/index.html b/view/admin/nav/index.html new file mode 100644 index 0000000..49b167d --- /dev/null +++ b/view/admin/nav/index.html @@ -0,0 +1,116 @@ + + + + + + + + 导航管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    +
    + + 首页 + 导航 + +
    +
    +
    + 添加 +
    + +
    + + + + + + + {eq name='$Request.param.show_img' value='1'} + + {/eq} + + + + + + + + {volist name='list' id='vo'} + + + + + + + {eq name='$Request.param.show_img' value='1'} + + {/eq} + + + + + + {/volist} + {if condition="count($list) == 0" } + + + + {/if} + +
    ID名称链接图片排序状态操作
    {$vo.id}{$vo.title}{$vo.value}{$vo.sort}{$vo.status_name} +
    + 编辑 +
    删除
    +
    +
    暂无数据
    +
    + {$list|raw} +
    +
    +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + + \ No newline at end of file diff --git a/view/admin/post/create.html b/view/admin/post/create.html new file mode 100644 index 0000000..071b6f6 --- /dev/null +++ b/view/admin/post/create.html @@ -0,0 +1,465 @@ + + + + + + + + 内容管理 + {include file="common/_require"} + + + + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 内容管理 + +
    +
    +
    +
    + +
    +
    + 添加 +
    + + +
    +
    标题
    +
    + +
    +
    + +
    +
    封面
    +
    + +
    +
    上传
    +
    +
    + +
    +
    +
    +
    +
    描述
    +
    + +
    +
    + +
    +
    内容
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + +
    +
    +
    +
    +
    + 信息 +
    +
    +
    状态
    +
    + + +
    +
    +
    +
    发表时间
    +
    + +
    +
    +
    +
    分类
    +
    +
    + + +
    +
    + +
    +
    + + +
    新增
    +
    +
    + +
    +
    +
    +
    标签
    +
    +
    + +
    +
    +
    + +
    新增
    +
    +
    + +
    +
    +
    +
    是否置顶
    +
    + + +
    +
    +
    +
    跳转链接
    +
    + +
    +
    + +
    +
    跳转链接状态
    +
    + + + +
    +
    + +
    +
    排序
    +
    + +
    越大越靠前
    +
    +
    +
    +
    模板
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + + + \ No newline at end of file diff --git a/view/admin/post/edit.html b/view/admin/post/edit.html new file mode 100644 index 0000000..037fe39 --- /dev/null +++ b/view/admin/post/edit.html @@ -0,0 +1,512 @@ + + + + + + + + 内容管理 + {include file="common/_require"} + + + + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 内容管理 + +
    +
    +
    +
    + +
    +
    + 编辑 +
    + + +
    +
    标题
    +
    + +
    +
    + +
    +
    封面
    +
    + +
    +
    上传
    +
    +
    + +
    +
    +
    +
    +
    描述
    +
    + +
    +
    + +
    +
    内容
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    +
    + +
    + +
    + +
    +
    +
    +
    +
    + 信息 +
    +
    +
    状态
    +
    + + +
    +
    +
    +
    发表时间
    +
    + +
    +
    +
    +
    分类
    +
    +
    + + +
    +
    + +
    +
    + + +
    新增
    +
    +
    + +
    +
    +
    +
    标签
    +
    +
    + +
    +
    +
    + +
    新增
    +
    +
    + +
    +
    +
    +
    是否置顶
    +
    + + +
    +
    +
    +
    跳转链接
    +
    + +
    +
    + +
    +
    跳转链接状态
    +
    + + + +
    +
    + +
    +
    排序
    +
    + +
    越大越靠前
    +
    +
    +
    +
    模板
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + + + \ No newline at end of file diff --git a/view/admin/post/index.html b/view/admin/post/index.html new file mode 100644 index 0000000..bc40b10 --- /dev/null +++ b/view/admin/post/index.html @@ -0,0 +1,116 @@ + + + + + + + + 内容管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 系统信息 + +
    +
    +
    + 添加 +
    +
    +
    + + + + + + + + + + + + + + + + {volist name='list' id='vo'} + + + + + + + + + + + + + + {/volist} + {if condition="count($list) == 0" } + + + + {/if} + +
    ID名称封面简介排序状态分类标签操作
    {$vo.id}{$vo.title}{$vo.desc_short}{$vo.sort}{$vo.status_name} + {volist name='vo.categorys_list' id='category'} +

    {:str_repeat('|--',$category.level)}{$category.title}

    + {/volist} +
    + {volist name='vo.tags_list' id='tag'} + {$tag.title} + {/volist} + +
    + 查看 + 编辑 +
    删除
    +
    +
    暂无数据
    +
    + {$list|raw} +
    +
    +
    +
    + {include file="common/_footer"} +
    + + + + + + \ No newline at end of file diff --git a/view/admin/system/agreement.html b/view/admin/system/agreement.html new file mode 100644 index 0000000..fe38d43 --- /dev/null +++ b/view/admin/system/agreement.html @@ -0,0 +1,186 @@ + + + + + + + + 系统管理 + {include file="common/_require"} + + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    +
    保存
    +
    +
    +
    + +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + + \ No newline at end of file diff --git a/view/admin/system/index.html b/view/admin/system/index.html new file mode 100644 index 0000000..f426456 --- /dev/null +++ b/view/admin/system/index.html @@ -0,0 +1,244 @@ + + + + + + + + 系统管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    +
    + + 首页 + 系统设置 + +
    +
    +
    +
    + 系统管理 +
    +
    +
    +
    网站名称
    +
    + +
    +
    +
    +
    网站描述
    +
    + +
    +
    +
    +
    网站logo
    +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    备案号
    +
    + +
    +
    +
    +
    公安备案号
    +
    + +
    +
    +
    +
    公安备案跳转链接
    +
    + +
    +
    +
    +
    版权描述
    +
    + +
    +
    +
    +
    联系电话
    +
    + +
    +
    +
    +
    工作时间
    +
    + +
    +
    +
    +
    联系邮箱
    +
    + +
    +
    +
    +
    二维码
    +
    +
    +
    上传二维码
    +
    +
    + +
    + +
    +
    +
    +
    站点fovicon
    +
    +
    +
    上传fovicon
    +
    +
    + +
    + +
    +
    +
    +
    主域名
    +
    + +
    +
    +
    +
    资源域名
    +
    + +
    +
    +
    +
    统计代码
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    ` + + + \ No newline at end of file diff --git a/view/admin/system/others.html b/view/admin/system/others.html new file mode 100644 index 0000000..a9a9252 --- /dev/null +++ b/view/admin/system/others.html @@ -0,0 +1,257 @@ + + + + + + + + 系统管理 + {include file="common/_require"} + + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_system"} + +
    + +
    + +
    +
    + +
    +
    + 阿里OSS存储设置 +
    +
    +
    +
    AccessKey
    +
    + +
    +
    +
    +
    SecretKey
    +
    + +
    +
    +
    +
    空间名称
    +
    + +
    +
    +
    +
    空间域名
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    + 阿里短信配置 +
    +
    +
    +
    AccessKey
    +
    + +
    +
    +
    +
    AccessSecret
    +
    + +
    +
    +
    +
    模板ID
    +
    + +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    + 微信第三方平台配置 +
    +
    +
    +
    AppID
    +
    + +
    +
    +
    +
    AppSecret
    +
    + +
    +
    +
    +
    消息校验Token
    +
    + +
    +
    +
    +
    消息加解密Key
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + 微信公众号配置 +
    +
    +
    +
    公众号名称
    +
    + +
    +
    +
    +
    AppID
    +
    + +
    +
    +
    +
    AppSecret
    +
    + +
    +
    +
    +
    Token
    +
    + +
    +
    +
    +
    + +
    保存
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + 微信支付配置 +
    +
    +
    +
    商户ID
    +
    + +
    +
    +
    +
    商户秘钥
    +
    + + +
    +
    +
    +
    商户key
    +
    + +
    上传
    +
    +
    +
    +
    商户cert
    +
    + +
    上传
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + \ No newline at end of file diff --git a/view/admin/tag/index.html b/view/admin/tag/index.html new file mode 100644 index 0000000..1b72a1d --- /dev/null +++ b/view/admin/tag/index.html @@ -0,0 +1,133 @@ + + + + + + + + 标签管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 标签管理 + +
    +
    +
    +
    新增
    +
    +
    + + + + + + + + + + + + {volist name="list" id="vo"} + + + + + + + {/volist} + + +
    ID名称操作
    {$vo.id} {:str_repeat('|--',$vo.level)} {$vo.title} +
    +
    编辑
    +
    删除
    +
    +
    +
    + {$list|raw} +
    +
    +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + \ No newline at end of file diff --git a/view/admin/user/create.html b/view/admin/user/create.html new file mode 100644 index 0000000..7268f22 --- /dev/null +++ b/view/admin/user/create.html @@ -0,0 +1,129 @@ + + + + + + + + 基本资料 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_user"} + +
    + +
    +
    + + 首页 + 添加用户 + +
    +
    +
    +
    +
    + 添加管理员 +
    +
    +
    +
    登录账号
    +
    + +
    +
    +
    +
    昵称
    +
    + +
    +
    +
    +
    密码
    +
    + +
    +
    + +
    +
    头像
    +
    +
    +
    上传
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + \ No newline at end of file diff --git a/view/admin/user/edit.html b/view/admin/user/edit.html new file mode 100644 index 0000000..5c4e9c6 --- /dev/null +++ b/view/admin/user/edit.html @@ -0,0 +1,130 @@ + + + + + + + + 基本资料 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_user"} + +
    + +
    +
    + + 首页 + 添加用户 + +
    +
    +
    +
    +
    + 添加管理员 +
    +
    + +
    +
    登录账号
    +
    + +
    +
    +
    +
    昵称
    +
    + +
    +
    +
    +
    密码
    +
    + +
    +
    + +
    +
    头像
    +
    +
    +
    上传
    +
    +
    + {$user.avatar} +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + \ No newline at end of file diff --git a/view/admin/user/index.html b/view/admin/user/index.html new file mode 100644 index 0000000..cb8645b --- /dev/null +++ b/view/admin/user/index.html @@ -0,0 +1,106 @@ + + + + + + + + 应用管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_user"} + +
    + +
    +
    + + 首页 + 用户列表 + +
    +
    + +
    + + + + + + + + + + + + + + {volist name='list' id='vo'} + + + + + + + + + + + + {/volist} + {if condition="count($list) == 0" } + + + + {/if} + +
    ID帐号头像手机号昵称注册时间操作
    {$vo.id}{$vo.account}{$vo.phone}{$vo.nickname}{$vo.create_time} +
    + 编辑 +
    删除
    +
    +
    暂无数据
    +
    + {$list|raw} +
    +
    +
    +
    +
    + + + {include file="common/_footer"} + + +
    + + + \ No newline at end of file diff --git a/view/common/tpl/error.html b/view/common/tpl/error.html new file mode 100644 index 0000000..023c7f0 --- /dev/null +++ b/view/common/tpl/error.html @@ -0,0 +1,24 @@ + + + + + + + {$msg} + + +

    {$msg}

    +

    3秒后跳转 立即跳转

    + + + \ No newline at end of file diff --git a/view/common/tpl/success.html b/view/common/tpl/success.html new file mode 100644 index 0000000..f016ae5 --- /dev/null +++ b/view/common/tpl/success.html @@ -0,0 +1,23 @@ + + + + + + + {$msg} + + +

    {$msg}

    +

    3秒后跳转 立即跳转

    + + + \ No newline at end of file diff --git a/view/index/index/index.html b/view/index/index/index.html new file mode 100644 index 0000000..9b9c483 --- /dev/null +++ b/view/index/index/index.html @@ -0,0 +1,33 @@ + + + + + + + + {:get_system_config('site_name')} + {:get_system_config('site_tongji')} + + + + + + +
    + +
    + + + + + + + + \ No newline at end of file