diff --git a/.gitignore b/.gitignore index cf522314..b809cbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ storage/*.key .env.php .env -wecenter/system/config/database.php .idea/ diff --git a/.idea/Phylab.iml b/.idea/Phylab.iml index 47be4a2d..10e40346 100644 --- a/.idea/Phylab.iml +++ b/.idea/Phylab.iml @@ -13,7 +13,6 @@ - @@ -31,7 +30,6 @@ - @@ -69,10 +67,16 @@ - + + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 491dbeaa..968984c7 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -17,8 +17,9 @@ - + + diff --git a/.idea/php.xml b/.idea/php.xml index c564286c..b39d5fc6 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -12,7 +12,6 @@ - @@ -31,7 +30,6 @@ - @@ -40,7 +38,6 @@ - diff --git a/Phylab/.env.example b/Phylab/.env.example index 8eb8f575..d520f68a 100644 --- a/Phylab/.env.example +++ b/Phylab/.env.example @@ -1,19 +1,17 @@ -APP_ENV=local -APP_DEBUG=true -APP_KEY=SomeRandomString - -DB_HOST=localhost -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret - +APP_ENV=production +APP_DEBUG=false +APP_KEY=238GU1dVG7UciXXPWCmkxwgOKE8CoTS3 +DB_HOST=127.0.0.1 +DB_DATABASE=Phylab_db +DB_USERNAME= +DB_PASSWORD= CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync - MAIL_DRIVER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null +SERVER_PAGE="" diff --git a/Phylab/composer.lock b/Phylab/composer.lock index e8f7b4f1..764f4cea 100644 --- a/Phylab/composer.lock +++ b/Phylab/composer.lock @@ -763,16 +763,16 @@ }, { "name": "nesbot/carbon", - "version": "1.36.2", + "version": "1.37.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9" + "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9", - "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5be4fdf97076a685b23efdedfc2b73ad0c5eab70", + "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70", "shasum": "", "mirrors": [ { @@ -823,7 +823,7 @@ "datetime", "time" ], - "time": "2018-12-28T10:07:33+00:00" + "time": "2019-04-19T10:27:42+00:00" }, { "name": "nikic/php-parser", @@ -1129,7 +1129,7 @@ }, { "name": "symfony/console", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/console.git", @@ -1195,7 +1195,7 @@ }, { "name": "symfony/css-selector", - "version": "v2.8.49", + "version": "v2.8.50", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -1254,7 +1254,7 @@ }, { "name": "symfony/debug", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -1317,7 +1317,7 @@ }, { "name": "symfony/dom-crawler", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -1379,7 +1379,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v2.8.49", + "version": "v2.8.50", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -1445,7 +1445,7 @@ }, { "name": "symfony/finder", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -1500,16 +1500,16 @@ }, { "name": "symfony/http-foundation", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e8eb43e042f839b01afe6b5019e4c0c204634dfb" + "reference": "b67e5cbd2bf837fb3681f2c4965826d6c6758532" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8eb43e042f839b01afe6b5019e4c0c204634dfb", - "reference": "e8eb43e042f839b01afe6b5019e4c0c204634dfb", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b67e5cbd2bf837fb3681f2c4965826d6c6758532", + "reference": "b67e5cbd2bf837fb3681f2c4965826d6c6758532", "shasum": "", "mirrors": [ { @@ -1558,20 +1558,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2018-08-02T06:59:56+00:00" + "time": "2019-04-16T09:58:21+00:00" }, { "name": "symfony/http-kernel", - "version": "v2.7.50", + "version": "v2.7.52", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "1b7e922e88baa26761721161c43971718981a10c" + "reference": "435064b3b143f79469206915137c21e88b56bfb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1b7e922e88baa26761721161c43971718981a10c", - "reference": "1b7e922e88baa26761721161c43971718981a10c", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/435064b3b143f79469206915137c21e88b56bfb9", + "reference": "435064b3b143f79469206915137c21e88b56bfb9", "shasum": "", "mirrors": [ { @@ -1648,7 +1648,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2018-12-06T14:39:39+00:00" + "time": "2019-04-17T16:37:53+00:00" }, { "name": "symfony/polyfill-ctype", @@ -1901,7 +1901,7 @@ }, { "name": "symfony/process", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -1956,7 +1956,7 @@ }, { "name": "symfony/routing", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", @@ -2036,7 +2036,7 @@ }, { "name": "symfony/translation", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", @@ -2105,7 +2105,7 @@ }, { "name": "symfony/var-dumper", - "version": "v2.7.50", + "version": "v2.7.51", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", @@ -2910,16 +2910,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.0", + "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08" + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", "shasum": "", "mirrors": [ { @@ -2963,7 +2963,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-11-30T07:14:17+00:00" + "time": "2019-04-30T17:48:53+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -4046,7 +4046,7 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.25", + "version": "v3.4.27", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", diff --git a/Phylab/composer.phar b/Phylab/composer.phar new file mode 100644 index 00000000..361e4e66 Binary files /dev/null and b/Phylab/composer.phar differ diff --git a/Phylab/public/css/summernote.css b/Phylab/public/css/summernote.css new file mode 100644 index 00000000..b64d78ab --- /dev/null +++ b/Phylab/public/css/summernote.css @@ -0,0 +1 @@ +@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("./font/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b");src:url("./font/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix") format("embedded-opentype"),url("./font/summernote.woff?4c7e83314b68cfa6a0d18a8b4690044b") format("woff"),url("./font/summernote.ttf?4c7e83314b68cfa6a0d18a8b4690044b") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-font:before{content:"\f119"}.note-icon-frame:before{content:"\f11a"}.note-icon-italic:before{content:"\f11b"}.note-icon-link:before{content:"\f11c"}.note-icon-magic:before{content:"\f11d"}.note-icon-menu-check:before{content:"\f11e"}.note-icon-minus:before{content:"\f11f"}.note-icon-orderedlist:before{content:"\f120"}.note-icon-pencil:before{content:"\f121"}.note-icon-picture:before{content:"\f122"}.note-icon-question:before{content:"\f123"}.note-icon-redo:before{content:"\f124"}.note-icon-row-above:before{content:"\f125"}.note-icon-row-below:before{content:"\f126"}.note-icon-row-remove:before{content:"\f127"}.note-icon-special-character:before{content:"\f128"}.note-icon-square:before{content:"\f129"}.note-icon-strikethrough:before{content:"\f12a"}.note-icon-subscript:before{content:"\f12b"}.note-icon-summernote:before{content:"\f12c"}.note-icon-superscript:before{content:"\f12d"}.note-icon-table:before{content:"\f12e"}.note-icon-text-height:before{content:"\f12f"}.note-icon-trash:before{content:"\f130"}.note-icon-underline:before{content:"\f131"}.note-icon-undo:before{content:"\f132"}.note-icon-unorderedlist:before{content:"\f133"}.note-icon-video:before{content:"\f134"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.panel-heading.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.panel-heading.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.panel-heading.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.panel-heading.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.panel-heading.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.panel-heading.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.panel-heading.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.panel-heading.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.panel-heading.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color-all .dropdown-menu,.panel-heading.note-toolbar .note-color-all .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0} \ No newline at end of file diff --git a/Phylab/public/js/summernote-zh-CN.js b/Phylab/public/js/summernote-zh-CN.js new file mode 100644 index 00000000..5b1426e9 --- /dev/null +++ b/Phylab/public/js/summernote-zh-CN.js @@ -0,0 +1,155 @@ +(function($) { + $.extend($.summernote.lang, { + 'zh-CN': { + font: { + bold: '粗体', + italic: '斜体', + underline: '下划线', + clear: '清除格式', + height: '行高', + name: '字体', + strikethrough: '删除线', + subscript: '下标', + superscript: '上标', + size: '字号' + }, + image: { + image: '图片', + insert: '插入图片', + resizeFull: '缩放至 100%', + resizeHalf: '缩放至 50%', + resizeQuarter: '缩放至 25%', + floatLeft: '靠左浮动', + floatRight: '靠右浮动', + floatNone: '取消浮动', + shapeRounded: '形状: 圆角', + shapeCircle: '形状: 圆', + shapeThumbnail: '形状: 缩略图', + shapeNone: '形状: 无', + dragImageHere: '将图片拖拽至此处', + dropImage: '拖拽图片或文本', + selectFromFiles: '从本地上传', + maximumFileSize: '文件大小最大值', + maximumFileSizeError: '文件大小超出最大值。', + url: '图片地址', + remove: '移除图片', + original: '原始图片' + }, + video: { + video: '视频', + videoLink: '视频链接', + insert: '插入视频', + url: '视频地址', + providers: '(优酷, 腾讯, Instagram, DailyMotion, Youtube等)' + }, + link: { + link: '链接', + insert: '插入链接', + unlink: '去除链接', + edit: '编辑链接', + textToDisplay: '显示文本', + url: '链接地址', + openInNewWindow: '在新窗口打开' + }, + table: { + table: '表格', + addRowAbove: '在上方插入行', + addRowBelow: '在下方插入行', + addColLeft: '在左侧插入列', + addColRight: '在右侧插入列', + delRow: '删除行', + delCol: '删除列', + delTable: '删除表格' + }, + hr: { + insert: '水平线' + }, + style: { + style: '样式', + p: '普通', + blockquote: '引用', + pre: '代码', + h1: '标题 1', + h2: '标题 2', + h3: '标题 3', + h4: '标题 4', + h5: '标题 5', + h6: '标题 6' + }, + lists: { + unordered: '无序列表', + ordered: '有序列表' + }, + options: { + help: '帮助', + fullscreen: '全屏', + codeview: '源代码' + }, + paragraph: { + paragraph: '段落', + outdent: '减少缩进', + indent: '增加缩进', + left: '左对齐', + center: '居中对齐', + right: '右对齐', + justify: '两端对齐' + }, + color: { + recent: '最近使用', + more: '更多', + background: '背景', + foreground: '前景', + transparent: '透明', + setTransparent: '透明', + reset: '重置', + resetToDefault: '默认' + }, + shortcut: { + shortcuts: '快捷键', + close: '关闭', + textFormatting: '文本格式', + action: '动作', + paragraphFormatting: '段落格式', + documentStyle: '文档样式', + extraKeys: '额外按键' + }, + help: { + insertParagraph: '插入段落', + undo: '撤销', + redo: '重做', + tab: '增加缩进', + untab: '减少缩进', + bold: '粗体', + italic: '斜体', + underline: '下划线', + strikethrough: '删除线', + removeFormat: '清除格式', + justifyLeft: '左对齐', + justifyCenter: '居中对齐', + justifyRight: '右对齐', + justifyFull: '两端对齐', + insertUnorderedList: '无序列表', + insertOrderedList: '有序列表', + outdent: '减少缩进', + indent: '增加缩进', + formatPara: '设置选中内容样式为 普通', + formatH1: '设置选中内容样式为 标题1', + formatH2: '设置选中内容样式为 标题2', + formatH3: '设置选中内容样式为 标题3', + formatH4: '设置选中内容样式为 标题4', + formatH5: '设置选中内容样式为 标题5', + formatH6: '设置选中内容样式为 标题6', + insertHorizontalRule: '插入水平线', + 'linkDialog.show': '显示链接对话框' + }, + history: { + undo: '撤销', + redo: '重做' + }, + specialChar: { + specialChar: '特殊字符', + select: '选取特殊字符' + } + } + }); +})(jQuery); diff --git a/Phylab/public/js/summernote.js b/Phylab/public/js/summernote.js new file mode 100644 index 00000000..ed3174e4 --- /dev/null +++ b/Phylab/public/js/summernote.js @@ -0,0 +1,7795 @@ +/** + * Super simple wysiwyg editor v0.8.11 + * https://summernote.org + * + * Copyright 2013- Alan Hong. and other contributors + * summernote may be freely distributed under the MIT license. + * + * Date: 2018-12-22T04:42Z + */ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : + typeof define === 'function' && define.amd ? define(['jquery'], factory) : + (global = global || self, factory(global.jQuery)); +}(this, function ($$1) { 'use strict'; + + $$1 = $$1 && $$1.hasOwnProperty('default') ? $$1['default'] : $$1; + + var Renderer = /** @class */ (function () { + function Renderer(markup, children, options, callback) { + this.markup = markup; + this.children = children; + this.options = options; + this.callback = callback; + } + Renderer.prototype.render = function ($parent) { + var $node = $$1(this.markup); + if (this.options && this.options.contents) { + $node.html(this.options.contents); + } + if (this.options && this.options.className) { + $node.addClass(this.options.className); + } + if (this.options && this.options.data) { + $$1.each(this.options.data, function (k, v) { + $node.attr('data-' + k, v); + }); + } + if (this.options && this.options.click) { + $node.on('click', this.options.click); + } + if (this.children) { + var $container_1 = $node.find('.note-children-container'); + this.children.forEach(function (child) { + child.render($container_1.length ? $container_1 : $node); + }); + } + if (this.callback) { + this.callback($node, this.options); + } + if (this.options && this.options.callback) { + this.options.callback($node); + } + if ($parent) { + $parent.append($node); + } + return $node; + }; + return Renderer; + }()); + var renderer = { + create: function (markup, callback) { + return function () { + var options = typeof arguments[1] === 'object' ? arguments[1] : arguments[0]; + var children = $$1.isArray(arguments[0]) ? arguments[0] : []; + if (options && options.children) { + children = options.children; + } + return new Renderer(markup, children, options, callback); + }; + } + }; + + var editor = renderer.create('
'); + var toolbar = renderer.create('
'); + var editingArea = renderer.create('
'); + var codable = renderer.create(' + +
- @@ -174,6 +178,7 @@ + + + + diff --git a/Phylab/storage/logs/laravel.log b/Phylab/storage/logs/laravel.log index f1ed2e93..145d176e 100644 --- a/Phylab/storage/logs/laravel.log +++ b/Phylab/storage/logs/laravel.log @@ -29749,3 +29749,1498 @@ Stack trace: #3 /home/zbw/Git/Phylab/Phylab/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #4 /home/zbw/Git/Phylab/Phylab/artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #5 {main} +[2019-04-26 08:29:15] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:29:16] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:29:18] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:29:18] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:29:19] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:29:19] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:33:07] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:33:07] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:33:39] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:33:39] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:33:41] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:33:41] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:43:18] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:43:19] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:43:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 08:43:21] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:53:38] local.ERROR: ErrorException: file_put_contents(D:\whatchoice\Phylab\storage\framework/sessions/e3970ab9d292dc53c38f1c91ecc7e80c2afd2dcd): failed to open stream: No such file or directory in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:81 +Stack trace: +#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', 'D:\\whatchoice\\P...', 81, Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php(81): file_put_contents('D:\\whatchoice\\P...', 'a:4:{s:6:"_toke...', 2) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\FileSessionHandler.php(83): Illuminate\Filesystem\Filesystem->put('D:\\whatchoice\\P...', 'a:4:{s:6:"_toke...', true) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Store.php(262): Illuminate\Session\FileSessionHandler->write('e3970ab9d292dc5...', 'a:4:{s:6:"_toke...') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(88): Illuminate\Session\Store->save() +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Session\Middleware\StartSession->terminate(Object(Illuminate\Http\Request), Object(Illuminate\Http\RedirectResponse)) +#6 D:\whatchoice\Phylab\public\index.php(58): Illuminate\Foundation\Http\Kernel->terminate(Object(Illuminate\Http\Request), Object(Illuminate\Http\RedirectResponse)) +#7 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#8 {main} +[2019-04-26 08:53:38] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught App\Exceptions\App\UnkownException: 未知错误 in D:\whatchoice\Phylab\app\Exceptions\Handler.php:60 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(107): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(ErrorException)) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(84): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(ErrorException)) +#2 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(ErrorException)) +#3 {main} + thrown in D:\whatchoice\Phylab\app\Exceptions\Handler.php:60 +Stack trace: +#0 {main} +[2019-04-26 08:53:39] local.ERROR: InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application->make('blade.compiler') +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(81): Illuminate\Container\Container->offsetGet('blade.compiler') +#6 [internal function]: Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php(54): call_user_func(Object(Closure)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(297): Illuminate\View\Engines\EngineResolver->resolve('blade') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(155): Illuminate\View\Factory->getEngineFromPath('D:\\whatchoice\\P...') +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(748): Illuminate\View\Factory->make('index', Array, Array) +#11 D:\whatchoice\Phylab\app\Http\Controllers\IndexController.php(35): view('index', Array) +#12 [internal function]: App\Http\Controllers\IndexController->index() +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(256): call_user_func_array(Array, Array) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(164): Illuminate\Routing\Controller->callAction('index', Array) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(112): Illuminate\Routing\ControllerDispatcher->call(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), 'index') +#16 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#18 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#19 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#20 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(114): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#21 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(68): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'index') +#22 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'App\\Http\\Contro...', 'index') +#23 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(134): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request)) +#24 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(708): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) +#25 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#26 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#27 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#28 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#29 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(710): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#30 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(674): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) +#31 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(635): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) +#32 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(236): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) +#33 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) +#34 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#35 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#36 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#37 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#38 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(62): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#39 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#40 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#41 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#42 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) +#43 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#44 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#45 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) +#46 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#47 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#48 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#49 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#50 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#51 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#52 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#53 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#54 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#55 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#56 {main} +[2019-04-26 08:53:39] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:53:41] local.ERROR: InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application->make('blade.compiler') +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(81): Illuminate\Container\Container->offsetGet('blade.compiler') +#6 [internal function]: Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php(54): call_user_func(Object(Closure)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(297): Illuminate\View\Engines\EngineResolver->resolve('blade') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(155): Illuminate\View\Factory->getEngineFromPath('D:\\whatchoice\\P...') +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(748): Illuminate\View\Factory->make('index', Array, Array) +#11 D:\whatchoice\Phylab\app\Http\Controllers\IndexController.php(35): view('index', Array) +#12 [internal function]: App\Http\Controllers\IndexController->index() +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(256): call_user_func_array(Array, Array) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(164): Illuminate\Routing\Controller->callAction('index', Array) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(112): Illuminate\Routing\ControllerDispatcher->call(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), 'index') +#16 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#18 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#19 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#20 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(114): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#21 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(68): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'index') +#22 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'App\\Http\\Contro...', 'index') +#23 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(134): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request)) +#24 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(708): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) +#25 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#26 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#27 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#28 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#29 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(710): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#30 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(674): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) +#31 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(635): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) +#32 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(236): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) +#33 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) +#34 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#35 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#36 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#37 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#38 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(62): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#39 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#40 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#41 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#42 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) +#43 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#44 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#45 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) +#46 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#47 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#48 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#49 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#50 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#51 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#52 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#53 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#54 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#55 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#56 {main} +[2019-04-26 08:53:41] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:53:42] local.ERROR: InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application->make('blade.compiler') +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(81): Illuminate\Container\Container->offsetGet('blade.compiler') +#6 [internal function]: Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php(54): call_user_func(Object(Closure)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(297): Illuminate\View\Engines\EngineResolver->resolve('blade') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(155): Illuminate\View\Factory->getEngineFromPath('D:\\whatchoice\\P...') +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(748): Illuminate\View\Factory->make('index', Array, Array) +#11 D:\whatchoice\Phylab\app\Http\Controllers\IndexController.php(35): view('index', Array) +#12 [internal function]: App\Http\Controllers\IndexController->index() +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(256): call_user_func_array(Array, Array) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(164): Illuminate\Routing\Controller->callAction('index', Array) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(112): Illuminate\Routing\ControllerDispatcher->call(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), 'index') +#16 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#18 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#19 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#20 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(114): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#21 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(68): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'index') +#22 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'App\\Http\\Contro...', 'index') +#23 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(134): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request)) +#24 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(708): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) +#25 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#26 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#27 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#28 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#29 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(710): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#30 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(674): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) +#31 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(635): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) +#32 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(236): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) +#33 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) +#34 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#35 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#36 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#37 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#38 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(62): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#39 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#40 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#41 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#42 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) +#43 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#44 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#45 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) +#46 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#47 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#48 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#49 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#50 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#51 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#52 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#53 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#54 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#55 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#56 {main} +[2019-04-26 08:53:42] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:53:42] local.ERROR: InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application->make('blade.compiler') +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(81): Illuminate\Container\Container->offsetGet('blade.compiler') +#6 [internal function]: Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php(54): call_user_func(Object(Closure)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(297): Illuminate\View\Engines\EngineResolver->resolve('blade') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(155): Illuminate\View\Factory->getEngineFromPath('D:\\whatchoice\\P...') +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(748): Illuminate\View\Factory->make('index', Array, Array) +#11 D:\whatchoice\Phylab\app\Http\Controllers\IndexController.php(35): view('index', Array) +#12 [internal function]: App\Http\Controllers\IndexController->index() +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(256): call_user_func_array(Array, Array) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(164): Illuminate\Routing\Controller->callAction('index', Array) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(112): Illuminate\Routing\ControllerDispatcher->call(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), 'index') +#16 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#18 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#19 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#20 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(114): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#21 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(68): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'index') +#22 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'App\\Http\\Contro...', 'index') +#23 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(134): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request)) +#24 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(708): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) +#25 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#26 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#27 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#28 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#29 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(710): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#30 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(674): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) +#31 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(635): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) +#32 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(236): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) +#33 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) +#34 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#35 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#36 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#37 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#38 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(62): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#39 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#40 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#41 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#42 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) +#43 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#44 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#45 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) +#46 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#47 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#48 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#49 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#50 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#51 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#52 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#53 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#54 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#55 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#56 {main} +[2019-04-26 08:53:43] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 08:54:52] local.ERROR: InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application->make('blade.compiler') +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(81): Illuminate\Container\Container->offsetGet('blade.compiler') +#6 [internal function]: Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php(54): call_user_func(Object(Closure)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(297): Illuminate\View\Engines\EngineResolver->resolve('blade') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Factory.php(155): Illuminate\View\Factory->getEngineFromPath('D:\\whatchoice\\P...') +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(748): Illuminate\View\Factory->make('index', Array, Array) +#11 D:\whatchoice\Phylab\app\Http\Controllers\IndexController.php(35): view('index', Array) +#12 [internal function]: App\Http\Controllers\IndexController->index() +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(256): call_user_func_array(Array, Array) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(164): Illuminate\Routing\Controller->callAction('index', Array) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(112): Illuminate\Routing\ControllerDispatcher->call(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), 'index') +#16 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#18 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#19 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#20 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(114): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#21 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(68): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(App\Http\Controllers\IndexController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'index') +#22 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'App\\Http\\Contro...', 'index') +#23 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Route.php(134): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request)) +#24 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(708): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request)) +#25 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) +#26 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#27 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#28 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#29 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(710): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#30 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(674): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) +#31 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Routing\Router.php(635): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) +#32 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(236): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) +#33 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) +#34 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#35 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#36 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#37 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#38 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(62): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#39 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) +#40 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#41 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#42 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) +#43 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#44 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#45 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) +#46 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#47 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#48 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#49 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#50 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#51 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#52 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#53 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#54 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#55 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#56 {main} +[2019-04-26 08:55:16] local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 09:34:23] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 09:34:23] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-26 09:34:46] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-26 09:34:46] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-27 07:57:35] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-27 07:57:35] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-04-27 07:57:38] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-04-27 07:57:38] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-05-03 16:37:29] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:37:29] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-05-03 16:37:32] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:37:32] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-05-03 16:37:33] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:37:33] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Uncaught InvalidArgumentException: Please provide a valid cache path. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php(77): Illuminate\View\Compilers\Compiler->__construct(Object(Illuminate\Filesystem\Filesystem), false) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\View\ViewServiceProvider->Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('blade.compiler', Array) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(1167): Illuminate\Foundation\Application- in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36 +Stack trace: +#0 {main} +[2019-05-03 16:41:56] production.ERROR: RuntimeException: View path not found. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\ViewClearCommand.php:55 +Stack trace: +#0 [internal function]: Illuminate\Foundation\Console\ViewClearCommand->fire() +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(507): call_user_func_array(Array, Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Console\Command.php(150): Illuminate\Container\Container->call(Array) +#3 D:\whatchoice\Phylab\vendor\symfony\console\Command\Command.php(238): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Console\Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#5 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(840): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#6 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(190): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Foundation\Console\ViewClearCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#7 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(114): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#9 D:\whatchoice\Phylab\artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#10 {main} +[2019-05-03 16:42:17] production.ERROR: ErrorException: Constant G_BASE_URL already defined in D:\whatchoice\Phylab\config\phylab.php:2 +Stack trace: +#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Constant G_BASE...', 'D:\\whatchoice\\P...', 2, Array) +#1 D:\whatchoice\Phylab\config\phylab.php(2): define('G_BASE_URL', 'localhost/') +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadConfiguration.php(56): require('D:\\whatchoice\\P...') +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadConfiguration.php(38): Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles(Object(Illuminate\Foundation\Application), Object(Illuminate\Config\Repository)) +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(203): Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap(Object(Illuminate\Foundation\Application)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(208): Illuminate\Foundation\Application->bootstrapWith(Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\ConfigCacheCommand.php(71): Illuminate\Foundation\Console\Kernel->bootstrap() +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\ConfigCacheCommand.php(53): Illuminate\Foundation\Console\ConfigCacheCommand->getFreshConfiguration() +#8 [internal function]: Illuminate\Foundation\Console\ConfigCacheCommand->fire() +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(507): call_user_func_array(Array, Array) +#10 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Console\Command.php(150): Illuminate\Container\Container->call(Array) +#11 D:\whatchoice\Phylab\vendor\symfony\console\Command\Command.php(238): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#12 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Console\Command.php(136): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#13 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(840): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#14 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(190): Symfony\Component\Console\Application->doRunCommand(Object(Illuminate\Foundation\Console\ConfigCacheCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#15 D:\whatchoice\Phylab\vendor\symfony\console\Application.php(114): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#16 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(107): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#17 D:\whatchoice\Phylab\artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) +#18 {main} +[2019-05-03 16:52:45] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:04] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:05] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:06] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:06] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:06] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:53:32] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:13] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:14] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:14] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:14] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:14] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:15] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:15] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:15] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:16] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:16] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:16] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:54:33] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:55:45] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 16:57:15] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:14:49] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:18] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:19] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:19] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} +[2019-05-03 17:15:20] production.ERROR: RuntimeException: No supported encrypter found. The cipher and / or key length are invalid. in D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:29 +Stack trace: +#0 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(738): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array) +#1 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build(Object(Closure), Array) +#2 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('encrypter', Array) +#3 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(842): Illuminate\Foundation\Application->make('encrypter') +#4 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) +#5 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(775): Illuminate\Container\Container->getDependencies(Array, Array) +#6 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Container\Container.php(631): Illuminate\Container\Container->build('App\\Http\\Middle...', Array) +#7 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(674): Illuminate\Container\Container->make('App\\Http\\Middle...', Array) +#8 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(123): Illuminate\Foundation\Application->make('App\\Http\\Middle...') +#9 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(44): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#10 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) +#11 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(124): call_user_func_array(Array, Array) +#12 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) +#13 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\Http\Request)) +#14 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(122): Illuminate\Pipeline\Pipeline->then(Object(Closure)) +#15 D:\whatchoice\Phylab\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(87): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) +#16 D:\whatchoice\Phylab\public\index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) +#17 D:\whatchoice\Phylab\server.php(21): require_once('D:\\whatchoice\\P...') +#18 {main} diff --git a/Phylab/storage/views/auth/login.blade.php b/Phylab/storage/views/auth/login.blade.php new file mode 100644 index 00000000..9e2ef046 --- /dev/null +++ b/Phylab/storage/views/auth/login.blade.php @@ -0,0 +1,198 @@ + + + + + + + PhyLab + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + + + + + + + diff --git a/Phylab/storage/views/auth/password.blade.php b/Phylab/storage/views/auth/password.blade.php new file mode 100644 index 00000000..77f4c024 --- /dev/null +++ b/Phylab/storage/views/auth/password.blade.php @@ -0,0 +1,14 @@ +
+ {!! csrf_field() !!} + +
+ Email + +
+ +
+ +
+
\ No newline at end of file diff --git a/Phylab/storage/views/auth/register.blade.php b/Phylab/storage/views/auth/register.blade.php new file mode 100644 index 00000000..1446c542 --- /dev/null +++ b/Phylab/storage/views/auth/register.blade.php @@ -0,0 +1,283 @@ + + + + + + + PhyLab + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + + + + diff --git a/Phylab/storage/views/auth/reset.blade.php b/Phylab/storage/views/auth/reset.blade.php new file mode 100644 index 00000000..250f703e --- /dev/null +++ b/Phylab/storage/views/auth/reset.blade.php @@ -0,0 +1,22 @@ +
+ {!! csrf_field() !!} + + +
+ Email: +
+ +
+ 新密码: +
+ +
+ 确认密码: +
+ +
+ +
+
\ No newline at end of file diff --git a/Phylab/storage/views/console/index.blade.php b/Phylab/storage/views/console/index.blade.php new file mode 100644 index 00000000..a04669b2 --- /dev/null +++ b/Phylab/storage/views/console/index.blade.php @@ -0,0 +1,322 @@ +@extends('layout.main') +@section('contents') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+ + +
+

未选择子实验

+
+
+
+
+
+
+
+
+
+
+ + + + +
+
+

+ 物理实验脚本管理 +

+
+
+ + +
+
+
+
+
+
+
+
+ +
+
+
+
+ + + + +
+
+
+
+ + +
+ +
+ + + + + + + + + + + + + + + + +@stop \ No newline at end of file diff --git a/Phylab/storage/views/console/show.blade.php b/Phylab/storage/views/console/show.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/Phylab/storage/views/emails/password.blade.php b/Phylab/storage/views/emails/password.blade.php new file mode 100644 index 00000000..73d829a7 --- /dev/null +++ b/Phylab/storage/views/emails/password.blade.php @@ -0,0 +1 @@ +点击这里重置密码: 重置链接 \ No newline at end of file diff --git a/Phylab/storage/views/errors/503.blade.php b/Phylab/storage/views/errors/503.blade.php new file mode 100644 index 00000000..4a415059 --- /dev/null +++ b/Phylab/storage/views/errors/503.blade.php @@ -0,0 +1,47 @@ + + + + Be right back. + + + + + + +
+
+
Be right back.
+
+
+ + diff --git a/Phylab/storage/views/errors/phylab.blade.php b/Phylab/storage/views/errors/phylab.blade.php new file mode 100644 index 00000000..85c63d83 --- /dev/null +++ b/Phylab/storage/views/errors/phylab.blade.php @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/Phylab/storage/views/index.blade.php b/Phylab/storage/views/index.blade.php new file mode 100644 index 00000000..328ca895 --- /dev/null +++ b/Phylab/storage/views/index.blade.php @@ -0,0 +1,329 @@ +@extends('layout.main') + +@section('contents') + + +
+
+
+
+
+
详细的物理实验预习报告
+
+
+
+
手机、电脑同步使用
+
+
+
+
快速全面地计算实验结果
+
+
+
+
社区中愉快地分享知识
+
+
+
+
+ + + + + + + + + + + + + + + + + +@stop \ No newline at end of file diff --git a/Phylab/storage/views/layout/main.blade.php b/Phylab/storage/views/layout/main.blade.php new file mode 100644 index 00000000..48d87c7e --- /dev/null +++ b/Phylab/storage/views/layout/main.blade.php @@ -0,0 +1,87 @@ + + + + + + +   + PhyLab + + + + + + + + + + + + + + + + +@yield('contents') \ No newline at end of file diff --git a/Phylab/storage/views/report/1010113.html b/Phylab/storage/views/report/1010113.html new file mode 100644 index 00000000..b91ec505 --- /dev/null +++ b/Phylab/storage/views/report/1010113.html @@ -0,0 +1,145 @@ +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
直径(mm)12
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
加力(kg)读数(加力)读数(减力)
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1010212.html b/Phylab/storage/views/report/1010212.html new file mode 100644 index 00000000..de48606b --- /dev/null +++ b/Phylab/storage/views/report/1010212.html @@ -0,0 +1,160 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
刚体参量
塑料圆柱金属圆筒细杆
质量(g)
尺寸(mm) +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
测量结果
物盘盘+圆柱盘+圆筒圆球细长杆
1
2
3
4
5
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1020113.html b/Phylab/storage/views/report/1020113.html new file mode 100644 index 00000000..8aa5a99c --- /dev/null +++ b/Phylab/storage/views/report/1020113.html @@ -0,0 +1,269 @@ +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
电阻(kΩ)
序号    隔60s读数隔15s读数再隔60s读数(均可不填完)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1020212.html b/Phylab/storage/views/report/1020212.html new file mode 100644 index 00000000..60069938 --- /dev/null +++ b/Phylab/storage/views/report/1020212.html @@ -0,0 +1,268 @@ +
+ + + + + + + + + + + + + + + + + + + +
环境温度阻值(Ω)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
时间(min)阻值(千欧)
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1020314.html b/Phylab/storage/views/report/1020314.html new file mode 100644 index 00000000..e689f0ed --- /dev/null +++ b/Phylab/storage/views/report/1020314.html @@ -0,0 +1,200 @@ +
+ + + + + + + + + + + + + + + + + + + +
稳定时上下表面温度及黄铜盘质量
上表面Θ1/mV下表面Θ2/mV黄铜盘质量/g
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
尺寸(测量次数任意,但请保证各组次数相等)
12345
黄铜盘厚度hP/mm
黄铜盘直径dP/mm
样本盘厚度hB/mm
样本盘直径dB/mm
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
自然冷却的温度变化(可以不填完)
时间/s温度Θ/mV
0
30
60
90
120
150
180
210
240
270
300
330
360
390
420
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1030113.html b/Phylab/storage/views/report/1030113.html new file mode 100644 index 00000000..4abc1432 --- /dev/null +++ b/Phylab/storage/views/report/1030113.html @@ -0,0 +1,198 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
校准位中间逆时针到底
CH1(v)
y(格)
CH1(v)
y(格)
CH1(v)
y(格)
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
两峰间格数ΔyV(v)Δt(ms)
f2
f4
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fy(Hz)fy:fxnxny
1
2
3
4
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1060111.html b/Phylab/storage/views/report/1060111.html new file mode 100644 index 00000000..f8be9301 --- /dev/null +++ b/Phylab/storage/views/report/1060111.html @@ -0,0 +1,201 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
光源(mm)光屏(mm)凸透镜1(mm)凸透镜2(mm)
u大于f小于2f 成倒立放大实像
1
2
3
u等于2f 成倒立等大实像
1
2
3
u大于2f 成倒立缩小实像
1
2
3
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
光屏1(mm)光屏2(mm)凹透镜1(mm)凹透镜2(mm)
1
2
3
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1060213.html b/Phylab/storage/views/report/1060213.html new file mode 100644 index 00000000..a0182d55 --- /dev/null +++ b/Phylab/storage/views/report/1060213.html @@ -0,0 +1,75 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
光源(mm)凸透镜正(mm)凸透镜反(mm)
1
2
3
4
5
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1060312.html b/Phylab/storage/views/report/1060312.html new file mode 100644 index 00000000..9df26baa --- /dev/null +++ b/Phylab/storage/views/report/1060312.html @@ -0,0 +1,39 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
光屏1(mm)光屏2(mm)凹透镜1(mm)凹透镜2(mm)
1
2
3
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1060412.html b/Phylab/storage/views/report/1060412.html new file mode 100644 index 00000000..8232b192 --- /dev/null +++ b/Phylab/storage/views/report/1060412.html @@ -0,0 +1,108 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
光源(mm)大像1(mm)大像2(mm)小像1(mm)小像2(mm)光屏(mm)
1
2
3
4
5
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1070212.html b/Phylab/storage/views/report/1070212.html new file mode 100644 index 00000000..7d4fd83a --- /dev/null +++ b/Phylab/storage/views/report/1070212.html @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
θ=((α2-α1)+(β2-β1))/2,θ值应为120左右,角度输入形式为x.y,表示x度y分,其中x为度数,y为分数
入射角α1(mm)反射角α2(mm)入射角β1(mm)反射角β2(mm)
1
2
3
4
5
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1070312.html b/Phylab/storage/views/report/1070312.html new file mode 100644 index 00000000..e72b85c9 --- /dev/null +++ b/Phylab/storage/views/report/1070312.html @@ -0,0 +1,110 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
δmin=((α2-α1)+(β2-β1))/2,δmin值应为51左右,角度输入形式为x.y,表示x度y分,x为度数,y为分数
入射角α1(mm)折射角α2(mm)入射角β1(mm)折射角β2(mm)
1
2
3
4
5
+ + + + + + + + + + + + + + +
三棱镜顶角A顶角A的不确定度
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1070322.html b/Phylab/storage/views/report/1070322.html new file mode 100644 index 00000000..4aa2c792 --- /dev/null +++ b/Phylab/storage/views/report/1070322.html @@ -0,0 +1,108 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
δmin=((α2-α1)+(β2-β1))/2,δmin值应为51左右,角度输入形式为x.y,表示x度y分,x为度数,y为分数
入射角α1(mm)折射角α2(mm)入射角β1(mm)折射角β2(mm)
1
2
3
4
5
+ + + + + + + + + + + + + + +
三棱镜顶角A顶角A的不确定度
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1080114.html b/Phylab/storage/views/report/1080114.html new file mode 100644 index 00000000..58ecd6ad --- /dev/null +++ b/Phylab/storage/views/report/1080114.html @@ -0,0 +1,205 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
仪器位置(cm)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
成像位置(mm)
左1右1左2右2
大像
小像
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
条纹位置(mm)
序号(自下往上)条纹位置(mm)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1080124.html b/Phylab/storage/views/report/1080124.html new file mode 100644 index 00000000..f01f0342 --- /dev/null +++ b/Phylab/storage/views/report/1080124.html @@ -0,0 +1,205 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
仪器位置(cm)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
成像位置(mm)
左1右1左2右2
大像
小像
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
条纹位置(mm)
序号(自下往上)条纹位置(mm)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1080215.html b/Phylab/storage/views/report/1080215.html new file mode 100644 index 00000000..ea9fa45d --- /dev/null +++ b/Phylab/storage/views/report/1080215.html @@ -0,0 +1,205 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
仪器位置(mm)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
成像位置(mm)
左1右1左2右2
大像
小像
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
条纹位置(mm)
序号(自下往上)条纹位置(mm)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1080225.html b/Phylab/storage/views/report/1080225.html new file mode 100644 index 00000000..09278a9a --- /dev/null +++ b/Phylab/storage/views/report/1080225.html @@ -0,0 +1,205 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
仪器位置(mm)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
成像位置(mm)
左1右1左2右2
大像
小像
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
条纹位置(mm)
序号(自下往上)条纹位置(mm)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1090114.html b/Phylab/storage/views/report/1090114.html new file mode 100644 index 00000000..4def9ebe --- /dev/null +++ b/Phylab/storage/views/report/1090114.html @@ -0,0 +1,70 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
位置d(mm)
初始
100
200
300
400
500
600
700
800
900
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1090212.html b/Phylab/storage/views/report/1090212.html new file mode 100644 index 00000000..841d4a6c --- /dev/null +++ b/Phylab/storage/views/report/1090212.html @@ -0,0 +1,93 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
环数左(mm)右(mm)
11
12
13
14
15
16
17
18
19
20
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/1090312.html b/Phylab/storage/views/report/1090312.html new file mode 100644 index 00000000..21ab2f2e --- /dev/null +++ b/Phylab/storage/views/report/1090312.html @@ -0,0 +1,127 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
L左(mm)L右(mm)
1
2
3
4
5
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
序号x偏移距离
0
0+5
0+10
0+15
0+20
0+25
0+30
0+35
0+40
0+45
0+50
+
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/2110114.html b/Phylab/storage/views/report/2110114.html new file mode 100644 index 00000000..3f43e0e7 --- /dev/null +++ b/Phylab/storage/views/report/2110114.html @@ -0,0 +1,104 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
级次 k位置(cm)
1
2
3
4
5
6
7
8
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
铝板长 l(mm)
铝板宽 b(mm)
铝板厚 h(mm)
激光波长(nm)
砝码质量(g)
+ +
+ + + diff --git a/Phylab/storage/views/report/2140113.html b/Phylab/storage/views/report/2140113.html new file mode 100644 index 00000000..c440e518 --- /dev/null +++ b/Phylab/storage/views/report/2140113.html @@ -0,0 +1,328 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
实验一原始数据
输入电流(A)输入电压(V)时间(s)H2产生量测量值(ml)
1
2
3
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
实验二原始数据
输出电压(V)输出电流(mA)
1
2
3
4
5
6
7
8
9
10
11
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
实验三原始数据
输出电压(V)输出电流(mA)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+ + + + + + + + + + + + + + + + + + +
Isc(A)
Uoc(V)
T(°C)
+ +
+ \ No newline at end of file diff --git a/Phylab/storage/views/report/index.blade.php b/Phylab/storage/views/report/index.blade.php new file mode 100644 index 00000000..c7bdfa82 --- /dev/null +++ b/Phylab/storage/views/report/index.blade.php @@ -0,0 +1,183 @@ +@extends('layout.main') +@section('contents') + +
+
+
+
+ +
+
+ + +
+

未选择子实验

+
+
+
+ + + +
+
+
+
+
+
+
+
+
+ + + +
+
+

+ 物理实验选择策略 +

+
+
+
+
+
+ +
+ + +
+
+
+
+
+ +
+
+

+ 评论区 +
+

+
+
+
+
+

未选择子实验(无法显示评论区)

+
+ +
+
+
+
+
+ + 评论 +
+
+ +
+ +
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + +@stop \ No newline at end of file diff --git a/Phylab/storage/views/report/show.blade.php b/Phylab/storage/views/report/show.blade.php new file mode 100644 index 00000000..e69de29b diff --git a/Phylab/storage/views/report/template.html b/Phylab/storage/views/report/template.html new file mode 100644 index 00000000..ab6f545b --- /dev/null +++ b/Phylab/storage/views/report/template.html @@ -0,0 +1,24 @@ + + + + + + + + + +
AB
+ + + +
+ \ No newline at end of file diff --git a/Phylab/storage/views/star/index.blade.php b/Phylab/storage/views/star/index.blade.php new file mode 100644 index 00000000..bef894e9 --- /dev/null +++ b/Phylab/storage/views/star/index.blade.php @@ -0,0 +1,46 @@ + + + + + + PhyLabReportStar + + + + +
+ + + + + + + + + + + + @for ($i=0;$i < count($stars);$i++) + + + + + + + + @endfor + +
No.实验报告链接收藏时间编辑
{{$i+1}}{{$stars[$i]["name"]}}{{$stars[$i]["time"]}} +
+ + +
+
+
+ + + + + + + diff --git a/Phylab/storage/views/star/show.blade.php b/Phylab/storage/views/star/show.blade.php new file mode 100644 index 00000000..dc877290 --- /dev/null +++ b/Phylab/storage/views/star/show.blade.php @@ -0,0 +1,19 @@ + + + + + + + + + + + + diff --git a/Phylab/storage/views/tiku/images/bg_.png b/Phylab/storage/views/tiku/images/bg_.png new file mode 100644 index 00000000..abe209e9 Binary files /dev/null and b/Phylab/storage/views/tiku/images/bg_.png differ diff --git a/Phylab/storage/views/tiku/images/bg_1.png b/Phylab/storage/views/tiku/images/bg_1.png new file mode 100644 index 00000000..b8f7e845 Binary files /dev/null and b/Phylab/storage/views/tiku/images/bg_1.png differ diff --git a/Phylab/storage/views/tiku/images/bg_2.png b/Phylab/storage/views/tiku/images/bg_2.png new file mode 100644 index 00000000..0d0e4b83 Binary files /dev/null and b/Phylab/storage/views/tiku/images/bg_2.png differ diff --git a/Phylab/storage/views/tiku/images/chizi.png b/Phylab/storage/views/tiku/images/chizi.png new file mode 100644 index 00000000..26673707 Binary files /dev/null and b/Phylab/storage/views/tiku/images/chizi.png differ diff --git a/Phylab/storage/views/tiku/images/left_bg.png b/Phylab/storage/views/tiku/images/left_bg.png new file mode 100644 index 00000000..e11429ec Binary files /dev/null and b/Phylab/storage/views/tiku/images/left_bg.png differ diff --git a/Phylab/storage/views/tiku/images/next.png b/Phylab/storage/views/tiku/images/next.png new file mode 100644 index 00000000..d7aaa0b8 Binary files /dev/null and b/Phylab/storage/views/tiku/images/next.png differ diff --git a/Phylab/storage/views/tiku/images/next1.png b/Phylab/storage/views/tiku/images/next1.png new file mode 100644 index 00000000..9f0c01a8 Binary files /dev/null and b/Phylab/storage/views/tiku/images/next1.png differ diff --git a/Phylab/storage/views/tiku/images/prev.png b/Phylab/storage/views/tiku/images/prev.png new file mode 100644 index 00000000..b7f53a79 Binary files /dev/null and b/Phylab/storage/views/tiku/images/prev.png differ diff --git a/Phylab/storage/views/tiku/images/prev1.png b/Phylab/storage/views/tiku/images/prev1.png new file mode 100644 index 00000000..82c1bb68 Binary files /dev/null and b/Phylab/storage/views/tiku/images/prev1.png differ diff --git a/Phylab/storage/views/tiku/images/red_bg.png b/Phylab/storage/views/tiku/images/red_bg.png new file mode 100644 index 00000000..b47868bb Binary files /dev/null and b/Phylab/storage/views/tiku/images/red_bg.png differ diff --git a/Phylab/storage/views/tiku/images/test b/Phylab/storage/views/tiku/images/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/images/test @@ -0,0 +1 @@ +test diff --git a/Phylab/storage/views/tiku/test b/Phylab/storage/views/tiku/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/test @@ -0,0 +1 @@ +test diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/1.jpg b/Phylab/storage/views/tiku/tiku_xulunfiles/1.jpg new file mode 100644 index 00000000..2ce97171 Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/1.jpg differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/1447574686560.jpg b/Phylab/storage/views/tiku/tiku_xulunfiles/1447574686560.jpg new file mode 100644 index 00000000..0df826d4 Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/1447574686560.jpg differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/2.png b/Phylab/storage/views/tiku/tiku_xulunfiles/2.png new file mode 100644 index 00000000..1d2763cf Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/2.png differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/3.png b/Phylab/storage/views/tiku/tiku_xulunfiles/3.png new file mode 100644 index 00000000..d2289a74 Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/3.png differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/doc/test b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/test @@ -0,0 +1 @@ +test diff --git "a/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" new file mode 100644 index 00000000..ba70600c Binary files /dev/null and "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" differ diff --git "a/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" new file mode 100644 index 00000000..af552f30 Binary files /dev/null and "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" new file mode 100644 index 00000000..7fabb880 Binary files /dev/null and "b/Phylab/storage/views/tiku/tiku_xulunfiles/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/jQuery.BlackAndWhite.js b/Phylab/storage/views/tiku/tiku_xulunfiles/jQuery.BlackAndWhite.js new file mode 100644 index 00000000..62483637 --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/jQuery.BlackAndWhite.js @@ -0,0 +1,31 @@ + +无法找到该页 + + +
+ +

无法找到该页

+您正在搜索的页面可能已经删除、更名或暂时不可用。 +
+

请尝试以下操作:

+
    +
  • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
  • +
  • 如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。 +
  • +
  • 单击后退按钮尝试另一个链接。
  • +
+

HTTP 错误 404 - 文件或目录未找到。
Internet 信息服务 (IIS)

+
+

技术信息(为技术支持人员提供)

+
    +
  • 转到 Microsoft 产品支持服务并搜索包括“HTTP”和“404”的标题。
  • +
  • 打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“网站设置”、“常规管理任务”和“关于自定义错误消息”的主题。
  • +
+ +
diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/jquery-webox.js b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery-webox.js new file mode 100644 index 00000000..a313a455 --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery-webox.js @@ -0,0 +1,87 @@ +/** + * + * Plugin: Jquery.webox + * Developer: Blank + * Version: 1.0 Beta + * Update: 2012.07.08 + * +**/ +jQuery.extend({ + webox:function(option){ + var _x,_y,m,allscreen=false; + if(!option){ + alert('options can\'t be empty'); + return; + }; + if(!option['html']&&!option['iframe']){ + alert('html attribute and iframe attribute can\'t be both empty'); + return; + }; + option['parent']='webox'; + option['locked']='locked'; + jQuery(document).ready(function(e){ + jQuery('.webox').remove(); + jQuery('.background').remove(); + var width=option['width']?option['width']:400; + var height=option['height']?option['height']:240; + jQuery('body').append(''); + if(navigator.userAgent.indexOf('MSIE 7')>0||navigator.userAgent.indexOf('MSIE 8')>0){ + jQuery('.webox').css({'filter':'progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000,endColorstr=#55000000)'}); + }if(option['bgvisibel']){ + jQuery('.background').fadeTo('slow',0.3); + }; + jQuery('.webox').css({display:'block'}); + jQuery('#'+option['locked']+' .span').click(function(){ + jQuery('.webox').css({display:'none'}); + jQuery('.background').css({display:'none'}); + }); + var marginLeft=parseInt(width/2); + var marginTop=parseInt(height/2); + var winWidth=parseInt(jQuery(window).width()/2); + var winHeight=parseInt(jQuery(window).height()/2.2); + var left=winWidth-marginLeft; + var top=winHeight-marginTop; + jQuery('.webox').css({left:left,top:top}); + jQuery('#'+option['locked']).mousedown(function(e){ + if(e.which){ + m=true; + _x=e.pageX-parseInt(jQuery('.webox').css('left')); + _y=e.pageY-parseInt(jQuery('.webox').css('top')); + } + }).dblclick(function(){ + if(allscreen){ + jQuery('.webox').css({height:height,width:width}); + jQuery('#inside').height(height); + jQuery('.w_iframe').height(height-30); + jQuery('.webox').css({left:left,top:top}); + allscreen = false; + }else{ + allscreen=true; + var screenHeight = jQuery(window).height(); + var screenWidth = jQuery(window).width();jQuery + ('.webox').css({'width':screenWidth-18,'height':screenHeight-18,'top':'0px','left':'0px'}); + jQuery('#inside').height(screenHeight-20); + jQuery('.w_iframe').height(screenHeight-50); + } + }); + }).mousemove(function(e){ + if(m && !allscreen){ + var x=e.pageX-_x; + var y=e.pageY-_y; + jQuery('.webox').css({left:x}); + jQuery('.webox').css({top:y}); + } + }).mouseup(function(){ + m=false; + }); + jQuery(window).resize(function(){ + if(allscreen){ + var screenHeight = jQuery(window).height(); + var screenWidth = jQuery(window).width(); + jQuery('.webox').css({'width':screenWidth-18,'height':screenHeight-18,'top':'0px','left':'0px'}); + jQuery('#inside').height(screenHeight-20); + jQuery('.w_iframe').height(screenHeight-50); + } + }); + } +}); \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.js b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.js new file mode 100644 index 00000000..7c243080 --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.js @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.min.js b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.min.js new file mode 100644 index 00000000..726687f7 --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.7.2 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"":"")+""),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;e=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="
"+""+"
",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="
t
",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="
",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function( +a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&j.push({elem:this,matches:d.slice(e)});for(k=0;k0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f +.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(;d1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]===""&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/layout.css b/Phylab/storage/views/tiku/tiku_xulunfiles/layout.css new file mode 100644 index 00000000..b546533d --- /dev/null +++ b/Phylab/storage/views/tiku/tiku_xulunfiles/layout.css @@ -0,0 +1,312 @@ +/* CSS Document */ +body { margin:0 auto; line-height:22px; padding:0; color:#717171; font-size:12px; font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; position:relative; } +html{ background:#000 url(../images/loading.gif) no-repeat center center;} +body { background:url(../images/index_bg.jpg) no-repeat center 0 ; } +/*通用部分*/ +ul, li, div, img, dl, dt, dd, h1, h2, h3, h4, h5, form { margin:0; padding:0; border:0; list-style-type:none; font-weight:normal; } +h1, h2, h3, h4, h5 { margin:0; padding:0; border:0; list-style-type:none; font-weight:normal; font-family:"微软雅黑"; } +.clear { clear:both; width:0; height:0; padding:0; margin:0; overflow:hidden; } +a { text-decoration:none; color:#717171; } +font { font-size:12px; } +a:hover { color:#b52023; } +p { line-height:22px; margin:10px 0; display:block; } +.height { height:20px; } +a.szwz { color:#fff; } +table { border-collapse:collapse; } +table p { margin:4px 0; } +.f_l { float:left; } +.f_r { float:right; } +.h10 { height:10px; clear:both; } +.h15 { height:15px; clear:both; } +.h20 { height:20px; clear:both; } +.f12 { font-size:12px; } +.f14 { font-size:14px; } +.f16 { font-size:16px; } + +.footer_msg { position:absolute; bottom:0px; right:20px; } +.footer_msg,.footer_msg a{ color:#fff;} +.right_top { position:absolute; top:30px; right:20px; } +.right_top ul li { float:left; width:130px; height:55px; text-align:center; margin-left:15px; } +.right_top ul li.lang { border-bottom:#686868 solid 1px; border-top:#686868 solid 1px; height:30px; line-height:30px; } +.right_top ul li a { color:#c2c2c2; } +.right_top ul li a:hover { color:#fff; } +.right_top ul li img { display:inline-block; } +.left_logo_nav { position:absolute; left:20px; top:60px; } +.left_logo_nav .logo{ margin-left:10px;} +#wrap { overflow:hidden; width:1440px; margin:0 auto; position:relative;} + +.left_side { background:url(../images/left_bg.png); width:160px; min-height:780px; float:left; margin-bottom:-10000px; padding-bottom:10000px; } +.left_side_con { width:160px; min-height:768px; position:relative;} + +.right_side_1 { float:left; width:1280px; margin:115px 0 0 0px; margin-bottom:-10000px; padding-bottom:10000px; overflow:auto; } +.right_side { overflow:hidden;} + + +ul#nav_all { background:url(../images/chizi.png) no-repeat 2px 0; min-height:530px; width:160px; margin:50px 0 0 0; } +ul#nav_all li { position:relative; } +ul#nav_all li a.yiji { color:#c2c2c2; font-size:14px; width:120px; text-align:center; height:50px; margin-left:20px;margin-bottom:2px; line-height:50px; display:block; font-family:"微软雅黑"; } +ul#nav_all li a.yiji:hover { color:#fff; background:#cd0000; } +ul#nav_all li a:hover { color:#fff; } +ul#nav_all dl { display:none; position:absolute; top:10px; right:-140px; width:100%; z-index:5; } +ul#nav_all dl dd a { color:#c2c2c2; display:block; margin-left:10px; border-bottom:#666 solid 0px; height:35px; line-height:35px; } +ul#nav_all li:hover a.yiji { color:#fff; background:#cd0000; } +ul#nav_all li a#current { color:#fff; background:#cd0000; } + +ul.page_product_list { width:855px; margin:0 auto; } +ul.page_product_list li { background:url(../images/left_bg.png); width:235px; padding:15px; float:left; height:210px; margin:0 20px 20px 0; font-size:13px; } +ul.page_product_list li img { width:235px; height:185px; margin-bottom:7px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; } +ul.page_product_list li img:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; } +ul.page_product_list li:hover { background:#8e0f0c; } +ul.page_product_list li a:hover { color:#fff; } +ul.page_product_list li span{ overflow:hidden; width:235px; display:inline-block; } + +ul.page_honor_list { width:1050px;} +ul.page_honor_list li { background:url(../images/left_bg.png); padding:10px; float:left; width:160px;height:215px; overflow:hidden; margin:20px 25px 0 0; font-size:13px; } +ul.page_honor_list li img { width:160px; height:215px; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; } +ul.page_honor_list li img:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; } +ul.page_honor_list li:hover { background:#8e0f0c; } +ul.page_honor_list li a:hover { color:#fff; } + + + +ul.page_product_list_nk li { background:url(../images/left_bg.png); width:232px; padding:15px; float:left; text-align:center; height:160px; margin:0 20px 20px 0; font-size:13px; } +ul.page_product_list_nk li img { width:232px; height:140px; margin-bottom:7px; filter:alpha(opacity=50); -moz-opacity:1; opacity:1; } + + +.pic_word{ width:1055px; margin:0 auto; position:relative;} +.com { position:relative; z-index:0; width:700px; margin-bottom:40px; height:512px; float:left; background:url(../images/left_bg.png); } +.com ul { width:3000px; font-size:0; } +.com ul li { vertical-align:bottom; height:100%; overflow:hidden; float:left; background:#000 url(../images/loading.gif) no-repeat center center; vertical-align:bottom; list-style:none; overflow:hidden; } +.com ul li img { width:700px; height:512px; } +.big_com { width:1000px; height:640px; margin:0 auto; float:none;} +.big_com ul li img { width:1000px; height:640px; } +.com ol { position:absolute; right:15px; bottom:5px; z-index:10; list-style:none; height:10px; text-indent:100px; } +.com ol li { width:10px; height:10px; background:#F00; color:#fff; cursor:pointer; float:left; font:12px Arial; margin:0px 3px; text-align:center; overflow:hidden; } +.com ol li.on { background:#fff; color:#fff; font-size:12px; } + +.art{ position:relative;} +.art .com { width:600px; height:512px; } +.art .com ul li img { width:600px; height:512px; } + + + + +.red_bg,.com ul li .title { position:absolute; left:0; background:url(../images/red_bg.png); bottom:0; height:auto; padding:10px 0; font-size:12px; width:100%; z-index:9; color:#fff; } +.com ul li .title { text-indent:2em; } +.red_bg p{ padding:0 10px; margin:0;} +.red_bg a { color:#fff; display:inline-block; text-indent:20px; } + +.case_right_content { float:left; width:315px; background:url(../images/left_bg.png); height:472px; padding:20px; color:#999; position:relative; overflow:auto; } + +.art .case_right_content { width:415px; } + +.art_right_content { float:left; width:1015px; background:url(../images/left_bg.png); padding:20px; color:#999; position:relative; } +.art_img{ width:520px; height:386px; float:left;} + +.page_content { line-height:24px; width:1000px; margin:0 auto; } +.page_content img{ max-width:1000px; } +#pages { line-height:18px; } +#pages a { display:inline-block; background:#656565; padding:2px 5px; color:#fff; margin-right:5px; } +#pages a:hover { background:#cd0000; } +#pages span { background:#cd0000; display:inline-block; padding:2px 5px; margin-right:5px; color:#fff; } + +.overauto{ position:relative;} +.overauto .case_right_content { overflow:auto; white-space:normal;} +.overauto .get_back{ right:-40px;} + +/* pubu_list */ +.news_list_content #pages{ margin-left:200px;} +#pubu_list{position:relative;width:860px;margin-left:200px;padding-bottom:0px; overflow:hidden;} +.grid{width:270px;min-height:135px;padding:15px;background:url(../images/left_bg.png);margin:0 10px 10px 0px;font-size:12px;float:left;box-shadow:0 1px 3px rgba(34,25,25,0.4);-moz-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-transition:top 1s ease, left 1s ease;-moz-transition:top 1s ease, left 1s ease;-o-transition:top 1s ease, left 1s ease;-ms-transition:top 1s ease, left 1s ease;} +.grid strong{margin:10px 0 0 0;display:block;padding:0 0 5px;font-size:13px; font-family:Arial, Helvetica, sans-serif;} +.grid .meta{text-align:right;color:#fefefe;} +.grid .imgholder img{max-width:100%;background:#ccc;display:block;background:url(images/loding.gif) no-repeat center;} +.grid p { display:inline-block; margin:0;} +.grid:hover{background:url(../images/red_bg.png); color:#fff;} +.grid:hover a{ color:#fff;} +h3.news_title{text-align: center; border-bottom:#000 dashed 1px; padding-bottom:10px ; font-size:20px;} +.nextandnev{ padding-top:10px;border-top:#000 dashed 1px; margin-top:20px; margin-bottom:30px;} + +ul.partner_list { overflow:auto;background:url(../images/left_bg.png); height:35px; line-height:35px; margin:20px 0;} +ul.partner_list li{ float:left; margin-right:5px;} +ul.partner_list li a{ display:block; padding:0 15px; font-size:14px; color:#fff; font-family:"微软雅黑";} +ul.partner_list li a:hover{ background:#cd0000;} +ul.partner_list li a.now{ background:#cd0000;} + +.jx_list{ margin:0 auto; display:block; width:812px; overflow:hidden;} +.jx_list a:hover{ color:#fff;} +ul.jx_list_left{ width:360px; float:left;} +ul.jx_list_left li{ text-align:right; width:auto; position:relative; float:right; margin-left:5px;} +ul.jx_list_left li img{ display:inline-block;} +ul.jx_list_left li h3{ position:absolute; right:20px; bottom:20px; color:#fff;} +ul.jx_list_left li a:hover h3{color:red;} + + +ul.jx_list_right{ width:447px; float:right; margin-left:5px; margin-top:20px;} +ul.jx_list_right li{ width:auto; text-align:left;position:relative;} +ul.jx_list_right li h3{ position:absolute; left:20px; bottom:20px;color:#fff; } +ul.jx_list_right li a:hover h3{color:red;} + + +.jx_list .rsp{overflow:hidden;position:absolute;background:#F00;top:0px;left:0px;} + +.jx_list ul.jx_list_left .rsp1{ width:320px; height:328px;} +.jx_list ul.jx_list_left .rsp2{ width:120px; height:150px;} +.jx_list ul.jx_list_left .rsp3{ width:226px; height:150px;} +.jx_list ul.jx_list_left .rsp4{ width:264px; height:186px;} + +.jx_list ul.jx_list_right .rsp1{ width:171px; height:138px;} +.jx_list ul.jx_list_right .rsp2{ width:447px; height:248px;} +.jx_list ul.jx_list_right .rsp3{ width:344px; height:151px;} + + + +ul.hr_nav_list{} +ul.hr_nav_list li{ float:left; width:320px; height:290px; position: relative; margin-right:5px;} +ul.hr_nav_list li img{width:320px; height:290px;} +ul.hr_nav_list li h3{width:100%; display:block; height:40px; line-height:40px; color:#fff; font-size:14px;background:url(../images/red_bg.png); text-indent:10px; position:absolute; bottom:0; left:0;} +ul.hr_nav_list li h3:hover{ background:#cd0000} + + +h3.title_h3{ position:absolute; top:15px; font-size:18px; color:#ccc; margin-bottom:15px;} + +.pro-switch { position:relative; width: auto;height:620px; padding-bottom:60px; margin:0 auto;} +.flexslider { margin:0; padding:0; } +.flexslider .slides > li { display:none; } +.flexslider .slides img { width:840px; height:620px; display:block; } +.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } +html[xmlns] .slides { display: block; } +* html .slides { height:auto; } +.no-js .slides > li:first-child { display: block; } +.flexslider { margin: 0 auto; position: relative; width:840px; zoom: 1; } +.flex-viewport { max-height:2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; } +.flexslider .slides { zoom: 1; } +.flex-direction-nav a { width:60px; height:90px; margin:-60px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 50; filter:alpha(opacity=50); -webkit-transition: all .3s ease; +} +.flex-direction-nav .flex-next { background-position: 0 -90px; right:0px; } +.flex-direction-nav .flex-prev { left:0px; } +.flexslider:hover .flex-next { opacity: 0.8; filter:alpha(opacity=25); } +.flexslider:hover .flex-prev { opacity: 0.8; filter:alpha(opacity=25); } +.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter:alpha(opacity=50); } +.flex-control-nav { width:100%; position: absolute; bottom: 10px; text-align: center; line-height:999px;} +.flex-control-nav li {margin:0 5px;display:inline-block; zoom:1; *display: inline;} +.flex-control-paging li a { background:url(../images/pic_dot.png) no-repeat 0 -16px; display:block; height: 16px; text-indent:-99em; width: 16px; cursor: pointer; } +.flex-control-paging li a.flex-active {background-position:0 0; } + +.background { position:fixed; _position:absolute; z-index:998; top:0px; left:0px; width:100%; _width:expression(document.documentElement.clientWidth); +height:100%; _height:expression(document.documentElement.clientHeight); +background:rgb(50,50,50); background:rgba(0, 0, 0, 0.5); } +.webox { position:fixed; _position:absolute; z-index:999; padding:8px; border:solid 1px 000; _background:#D1B9B3; background:#AAA; } +.webox #inside { background-color:#FFFFFF; height:240px; } +.webox #inside h1 { -moz-user-select:none; -webkit-user-select:none; position:relative; display:block; margin:0; padding:0; font-size:13px; line-height:30px; height:30px; padding-left:5px; font-family:Arial; background:#EEE; font-weight:normal; cursor:move; font-weight:800; color:#333; } +.webox #inside h1 a { position:absolute; display:block; right:6px; margin-top:6px; top:0px; font-size:14px; background-image:url(../images/close.fw.png); background-repeat:no-repeat; background-position:center top; width:17px; height:17px; cursor:pointer; display:inline-block; } +.webox #inside h1 a:hover { background-position:center bottom; } +#jia_pic { width:300px; text-align:center; } +#jia_pic img { display:inline; width:220px; height:220px; } +#jia_word { width:280px; margin-left:12px; } + + +.show_box {margin:40px auto; margin-top:80px; } +.img-scroll {position:relative; width:1000px;} + +.img-scroll .prev, .img-scroll .next { position:absolute; display:block; width:35px; height:70px; top:5px; z-index:999; } +.img-scroll_original .prev, .img-scroll_original .next { top:40%;} + +.img-scroll .prev { left:0; background:url(../images/prev.png) no-repeat; margin:0 0 0 0; cursor:pointer;} +.img-scroll .next { right:0; background:url(../images/next.png) no-repeat; margin:0 0 0 10px; cursor:pointer;} +.img-scroll .prev:hover { background:url(../images/prev1.png) no-repeat; } +.img-scroll .next:hover { background:url(../images/next1.png) no-repeat; } + +.prev_prev, .next_next { position:absolute; display:block; width:35px; height:70px; top:40%; z-index:999; } +.prev_prev { left:0; background:url(../images/prev.png) no-repeat; margin:0 0 0 0; cursor:pointer;} +.next_next { right:0; background:url(../images/next.png) no-repeat; margin:0 0 0 10px; cursor:pointer;} +.prev_prev:hover { background:url(../images/prev1.png) no-repeat; } +.next_next:hover { background:url(../images/next1.png) no-repeat; } + +.onclick_show a{width:130px; height:30px;background:url(../images/xie_k.png) no-repeat; line-height:30px; text-align:center; display:block; color:#fff; position:absolute; top:60px; left:0;} +.content_show{ display:none;} +.history_list { position:relative;width:1000px; height:290px;background:url(../images/hos_line.png) 10px 150px no-repeat; margin-top:0px;} +.history_list li { float:left;} +.history_list li a{ display:block;width:30px; height:40px; line-height:60px; background:url(../images/y_d.png) no-repeat center 0; position:relative;} +.history_list li a:hover{background:url(../images/red_yd.png) no-repeat center 0;} +.history_list li a:hover .word,.history_list li a.hover .word{ display:block;} +.history_list li a .word{ position:absolute; top:-135px; left:-70px; width:365px; z-index:999; color:#fff; text-indent:0;display:none;} +.history_list li a .word .con{ background:url(../images/xie_kuai.png) no-repeat 0 center; padding:0px; padding-bottom:0;height:100px;} +.history_list li a .word .con h3{ line-height:14px; padding:15px 0 0 50px;} +.history_list li a .word .con p{ line-height:18px; padding:0px; margin-left:60px; position:relative; width:250px;} +.history_list li a .word .con p span{ position:absolute; left:-20px;} +.history_list li a .word .red_zhi{ background:url(../images/red_zhi.png) no-repeat 70px 0px; width:100%; height:34px;} +.history_list li{position:absolute;} + +.history_list li.li1{ left:0px; top:142px;} +.history_list li.li2{ left:80px; top:150px;} +.history_list li.li3{ left:160px; top:160px;} +.history_list li.li4{ left:240px; top:170px;} +.history_list li.li5{ left:320px; top:180px;} +.history_list li.li6{ left:400px; top:190px;} +.history_list li.li7{ left:480px; top:200px;} +.history_list li.li8{ left:550px; top:208px;} +.history_list li.li9{ left:620px; top:218px;} +.history_list li.li10{ left:700px; top:226px;} +.history_list li.li11{ left:780px; top:235px;} +.history_list li.li12{ left:860px; top:246px;} + +.history_list li.li3 .word,.history_list li.li10 .word{ top:-155px;} +.history_list li.li3 a .word .con,.history_list li.li10 a .word .con{ height:120px;} + + + + +.original_list { position:relative;width:800px; overflow:hidden; margin-left:100px;} +.original_list ul { width:9999px;} +.original_list li {float:left;display:inline; width:100px; height:284px;margin:0 1px; position: relative;} +.original_list li a{ position:absolute; display:block; width:100%; height:100%; } +.original_list li img{width:100px; display:block; position:absolute; } +.original_list li:hover,.original_list li.hover{ width:200px;} + +.original_list li img:hover ,.original_list li.hover img{width:200px; } +.original_list li span.redbg{display:none; width:190px; background:url(../images/red_bg.png); color:#fff; padding:5px; position:absolute; left:0; bottom:0; z-index:999;} +.original_list li span.redbg p{ margin:0;} +.original_list li img:hover ,.original_list li.hover span.redbg{display:inline-block;} + + + a.bwlanrenzhijia { position:relative; display:block; z-index:99; } + + +table.feedback{ width:700px; margin:0 auto; } +table.feedback td{ padding:6px 5px;} +table.feedback td.left{ text-align:right; font-size:14px;} +table.feedback input.text{ border:#333 solid 1px; height:25px; color:#CCC;line-height:25 +px; text-indent:3px; background:#222; width:350px;} +table.feedback .textarea{ border:#333 solid 1px; height:140px; text-indent:3px; background:#222; width:350px;color:#CCC;} +table.feedback .submit{ border:none; height:35px; line-height:35px;background:#333; padding:0 30px; text-align:center; cursor:pointer;color:#CCC;} +table.feedback .submit:hover{ background:#666;} +a.get_back{ width:38px; height:38px; background:url(../images/cha.jpg) no-repeat; display:block; position:absolute; right:-40px; top:0; z-index:999;} + +#map{ width:600px; margin:0 auto; } +#tip{position:absolute; width:300px; color:#fff; background:url(../images/left_bg.png);display:none;} +#tip h4{height:28px; width:300px; line-height:28px; font-size:14px; text-indent:1em;background:#333;} +#tip p{line-height:12px; padding:2px 4px; text-indent:1em;} +.overview{ height:300px; overflow:auto; overflow-x:hidden;} + +#scrollbar { width:300px; height:300px;} +#scrollbar .scrollbar { position: relative; background-position: 0 0; float: right; width: 8px; } +#scrollbar .viewport { width:280px; height:300px; overflow:hidden; position: relative; } +#scrollbar .track { background: #ccc; height: 100%; width: 8px; position: relative; } +#scrollbar .thumb { background:#CC0071; height: 20px; width: 8px; cursor: pointer; overflow: hidden; position:absolute; top: 0; } +#scrollbar .viewport { width:280px; height:300px; overflow hidden; position: relative; } +#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; } +#scrollbar .overview p { color:#CCC; text-indent:1em; } + + +#tip h4 span{ display:block; float:right; width:28px; height:28px; line-height:28px; text-align:center; text-indent:0em; background:#f00; padding:0px; cursor:pointer; position:absolute; top:0px; right:-28px; } + +#cboxLoadedContent img{ max-height:640px;} + + +.ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;} +.honor_div{ position:absolute; width:290px; top:172px; left:10px; color:#fff; } +.honor_div2{ width:355px; top:5px; left:323px; } +.honor_div3{ width:290px; top:172px; left:699px; } + +.p_rc div{width:500px; float:left;margin-bottom:15px;} diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/weixin.png b/Phylab/storage/views/tiku/tiku_xulunfiles/weixin.png new file mode 100644 index 00000000..a0c05bcd Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/weixin.png differ diff --git a/Phylab/storage/views/tiku/tiku_xulunfiles/xinlang.png b/Phylab/storage/views/tiku/tiku_xulunfiles/xinlang.png new file mode 100644 index 00000000..3afee930 Binary files /dev/null and b/Phylab/storage/views/tiku/tiku_xulunfiles/xinlang.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo.html b/Phylab/storage/views/tiku/tikuqimo.html new file mode 100644 index 00000000..863ce409 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo.html @@ -0,0 +1,145 @@ +@extends('layout.main') + +@section('contents') + + + + + tikuqimo + + + + + + + + + +
+
+
+
+ + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tikuqimo_files/1.png b/Phylab/storage/views/tiku/tikuqimo_files/1.png new file mode 100644 index 00000000..999d043c Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/1.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/1447574686560.jpg b/Phylab/storage/views/tiku/tikuqimo_files/1447574686560.jpg new file mode 100644 index 00000000..0df826d4 Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/1447574686560.jpg differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/2.png b/Phylab/storage/views/tiku/tikuqimo_files/2.png new file mode 100644 index 00000000..172a90c4 Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/2.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/3.png b/Phylab/storage/views/tiku/tikuqimo_files/3.png new file mode 100644 index 00000000..c5c8dd27 Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/3.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/4.png b/Phylab/storage/views/tiku/tikuqimo_files/4.png new file mode 100644 index 00000000..e289176c Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/4.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/5.png b/Phylab/storage/views/tiku/tikuqimo_files/5.png new file mode 100644 index 00000000..c0c00362 Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/5.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/6.png b/Phylab/storage/views/tiku/tikuqimo_files/6.png new file mode 100644 index 00000000..84b5dd3e Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/6.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/7.png b/Phylab/storage/views/tiku/tikuqimo_files/7.png new file mode 100644 index 00000000..0123742b Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/7.png differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/1994\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1994\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..7dd30bf4 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1994\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/1995\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1995\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..fc0d09e6 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1995\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/1996\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1996\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..12f1ba97 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1996\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/1999\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1999\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..2a710609 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/1999\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2001\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2001\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..a2ae3a49 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2001\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2002\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2002\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..61fa5b72 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2002\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2007-2008\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2007-2008\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.doc" new file mode 100644 index 00000000..63929e5c Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2007-2008\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2009\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.pdf" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2009\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.pdf" new file mode 100644 index 00000000..a04f5b5a Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2009\347\272\247\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230.pdf" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2011-2012\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.pdf" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2011-2012\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.pdf" new file mode 100644 index 00000000..524ffc05 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2011-2012\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\346\234\237\346\234\253\350\257\225\351\242\230.pdf" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/2013-2014\347\255\224\346\241\210\357\274\210\351\203\250\345\210\206\357\274\211.docx" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2013-2014\347\255\224\346\241\210\357\274\210\351\203\250\345\210\206\357\274\211.docx" new file mode 100644 index 00000000..fc4196fc Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/2013-2014\347\255\224\346\241\210\357\274\210\351\203\250\345\210\206\357\274\211.docx" differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/doc/test b/Phylab/storage/views/tiku/tikuqimo_files/doc/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/doc/test @@ -0,0 +1 @@ +test diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/\345\214\227\350\210\252\345\237\272\347\241\200\347\211\251\347\220\206\345\256\236\351\252\214\347\220\206\350\256\272\350\200\203\350\257\22513-14\346\234\237\346\234\253\350\257\225\351\242\230.docx" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/\345\214\227\350\210\252\345\237\272\347\241\200\347\211\251\347\220\206\345\256\236\351\252\214\347\220\206\350\256\272\350\200\203\350\257\22513-14\346\234\237\346\234\253\350\257\225\351\242\230.docx" new file mode 100644 index 00000000..753e134e Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/\345\214\227\350\210\252\345\237\272\347\241\200\347\211\251\347\220\206\345\256\236\351\252\214\347\220\206\350\256\272\350\200\203\350\257\22513-14\346\234\237\346\234\253\350\257\225\351\242\230.docx" differ diff --git "a/Phylab/storage/views/tiku/tikuqimo_files/doc/\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230\351\200\211\347\274\226.docx" "b/Phylab/storage/views/tiku/tikuqimo_files/doc/\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230\351\200\211\347\274\226.docx" new file mode 100644 index 00000000..e62e3d0b Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuqimo_files/doc/\347\211\251\347\220\206\345\256\236\351\252\214\350\257\225\351\242\230\351\200\211\347\274\226.docx" differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/jQuery.BlackAndWhite.js b/Phylab/storage/views/tiku/tikuqimo_files/jQuery.BlackAndWhite.js new file mode 100644 index 00000000..62483637 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/jQuery.BlackAndWhite.js @@ -0,0 +1,31 @@ + +无法找到该页 + + +
+ +

无法找到该页

+您正在搜索的页面可能已经删除、更名或暂时不可用。 +
+

请尝试以下操作:

+
    +
  • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
  • +
  • 如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。 +
  • +
  • 单击后退按钮尝试另一个链接。
  • +
+

HTTP 错误 404 - 文件或目录未找到。
Internet 信息服务 (IIS)

+
+

技术信息(为技术支持人员提供)

+
    +
  • 转到 Microsoft 产品支持服务并搜索包括“HTTP”和“404”的标题。
  • +
  • 打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“网站设置”、“常规管理任务”和“关于自定义错误消息”的主题。
  • +
+ +
diff --git a/Phylab/storage/views/tiku/tikuqimo_files/jquery-webox.js b/Phylab/storage/views/tiku/tikuqimo_files/jquery-webox.js new file mode 100644 index 00000000..a313a455 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/jquery-webox.js @@ -0,0 +1,87 @@ +/** + * + * Plugin: Jquery.webox + * Developer: Blank + * Version: 1.0 Beta + * Update: 2012.07.08 + * +**/ +jQuery.extend({ + webox:function(option){ + var _x,_y,m,allscreen=false; + if(!option){ + alert('options can\'t be empty'); + return; + }; + if(!option['html']&&!option['iframe']){ + alert('html attribute and iframe attribute can\'t be both empty'); + return; + }; + option['parent']='webox'; + option['locked']='locked'; + jQuery(document).ready(function(e){ + jQuery('.webox').remove(); + jQuery('.background').remove(); + var width=option['width']?option['width']:400; + var height=option['height']?option['height']:240; + jQuery('body').append(''); + if(navigator.userAgent.indexOf('MSIE 7')>0||navigator.userAgent.indexOf('MSIE 8')>0){ + jQuery('.webox').css({'filter':'progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000,endColorstr=#55000000)'}); + }if(option['bgvisibel']){ + jQuery('.background').fadeTo('slow',0.3); + }; + jQuery('.webox').css({display:'block'}); + jQuery('#'+option['locked']+' .span').click(function(){ + jQuery('.webox').css({display:'none'}); + jQuery('.background').css({display:'none'}); + }); + var marginLeft=parseInt(width/2); + var marginTop=parseInt(height/2); + var winWidth=parseInt(jQuery(window).width()/2); + var winHeight=parseInt(jQuery(window).height()/2.2); + var left=winWidth-marginLeft; + var top=winHeight-marginTop; + jQuery('.webox').css({left:left,top:top}); + jQuery('#'+option['locked']).mousedown(function(e){ + if(e.which){ + m=true; + _x=e.pageX-parseInt(jQuery('.webox').css('left')); + _y=e.pageY-parseInt(jQuery('.webox').css('top')); + } + }).dblclick(function(){ + if(allscreen){ + jQuery('.webox').css({height:height,width:width}); + jQuery('#inside').height(height); + jQuery('.w_iframe').height(height-30); + jQuery('.webox').css({left:left,top:top}); + allscreen = false; + }else{ + allscreen=true; + var screenHeight = jQuery(window).height(); + var screenWidth = jQuery(window).width();jQuery + ('.webox').css({'width':screenWidth-18,'height':screenHeight-18,'top':'0px','left':'0px'}); + jQuery('#inside').height(screenHeight-20); + jQuery('.w_iframe').height(screenHeight-50); + } + }); + }).mousemove(function(e){ + if(m && !allscreen){ + var x=e.pageX-_x; + var y=e.pageY-_y; + jQuery('.webox').css({left:x}); + jQuery('.webox').css({top:y}); + } + }).mouseup(function(){ + m=false; + }); + jQuery(window).resize(function(){ + if(allscreen){ + var screenHeight = jQuery(window).height(); + var screenWidth = jQuery(window).width(); + jQuery('.webox').css({'width':screenWidth-18,'height':screenHeight-18,'top':'0px','left':'0px'}); + jQuery('#inside').height(screenHeight-20); + jQuery('.w_iframe').height(screenHeight-50); + } + }); + } +}); \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tikuqimo_files/jquery.js b/Phylab/storage/views/tiku/tikuqimo_files/jquery.js new file mode 100644 index 00000000..7c243080 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/jquery.js @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); diff --git a/Phylab/storage/views/tiku/tikuqimo_files/jquery.min.js b/Phylab/storage/views/tiku/tikuqimo_files/jquery.min.js new file mode 100644 index 00000000..726687f7 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.7.2 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"":"")+""),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;e=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="
"+""+"
",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="
t
",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="
",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function( +a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&j.push({elem:this,matches:d.slice(e)});for(k=0;k0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f +.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(;d1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]===""&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tikuqimo_files/layout.css b/Phylab/storage/views/tiku/tikuqimo_files/layout.css new file mode 100644 index 00000000..b546533d --- /dev/null +++ b/Phylab/storage/views/tiku/tikuqimo_files/layout.css @@ -0,0 +1,312 @@ +/* CSS Document */ +body { margin:0 auto; line-height:22px; padding:0; color:#717171; font-size:12px; font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; position:relative; } +html{ background:#000 url(../images/loading.gif) no-repeat center center;} +body { background:url(../images/index_bg.jpg) no-repeat center 0 ; } +/*通用部分*/ +ul, li, div, img, dl, dt, dd, h1, h2, h3, h4, h5, form { margin:0; padding:0; border:0; list-style-type:none; font-weight:normal; } +h1, h2, h3, h4, h5 { margin:0; padding:0; border:0; list-style-type:none; font-weight:normal; font-family:"微软雅黑"; } +.clear { clear:both; width:0; height:0; padding:0; margin:0; overflow:hidden; } +a { text-decoration:none; color:#717171; } +font { font-size:12px; } +a:hover { color:#b52023; } +p { line-height:22px; margin:10px 0; display:block; } +.height { height:20px; } +a.szwz { color:#fff; } +table { border-collapse:collapse; } +table p { margin:4px 0; } +.f_l { float:left; } +.f_r { float:right; } +.h10 { height:10px; clear:both; } +.h15 { height:15px; clear:both; } +.h20 { height:20px; clear:both; } +.f12 { font-size:12px; } +.f14 { font-size:14px; } +.f16 { font-size:16px; } + +.footer_msg { position:absolute; bottom:0px; right:20px; } +.footer_msg,.footer_msg a{ color:#fff;} +.right_top { position:absolute; top:30px; right:20px; } +.right_top ul li { float:left; width:130px; height:55px; text-align:center; margin-left:15px; } +.right_top ul li.lang { border-bottom:#686868 solid 1px; border-top:#686868 solid 1px; height:30px; line-height:30px; } +.right_top ul li a { color:#c2c2c2; } +.right_top ul li a:hover { color:#fff; } +.right_top ul li img { display:inline-block; } +.left_logo_nav { position:absolute; left:20px; top:60px; } +.left_logo_nav .logo{ margin-left:10px;} +#wrap { overflow:hidden; width:1440px; margin:0 auto; position:relative;} + +.left_side { background:url(../images/left_bg.png); width:160px; min-height:780px; float:left; margin-bottom:-10000px; padding-bottom:10000px; } +.left_side_con { width:160px; min-height:768px; position:relative;} + +.right_side_1 { float:left; width:1280px; margin:115px 0 0 0px; margin-bottom:-10000px; padding-bottom:10000px; overflow:auto; } +.right_side { overflow:hidden;} + + +ul#nav_all { background:url(../images/chizi.png) no-repeat 2px 0; min-height:530px; width:160px; margin:50px 0 0 0; } +ul#nav_all li { position:relative; } +ul#nav_all li a.yiji { color:#c2c2c2; font-size:14px; width:120px; text-align:center; height:50px; margin-left:20px;margin-bottom:2px; line-height:50px; display:block; font-family:"微软雅黑"; } +ul#nav_all li a.yiji:hover { color:#fff; background:#cd0000; } +ul#nav_all li a:hover { color:#fff; } +ul#nav_all dl { display:none; position:absolute; top:10px; right:-140px; width:100%; z-index:5; } +ul#nav_all dl dd a { color:#c2c2c2; display:block; margin-left:10px; border-bottom:#666 solid 0px; height:35px; line-height:35px; } +ul#nav_all li:hover a.yiji { color:#fff; background:#cd0000; } +ul#nav_all li a#current { color:#fff; background:#cd0000; } + +ul.page_product_list { width:855px; margin:0 auto; } +ul.page_product_list li { background:url(../images/left_bg.png); width:235px; padding:15px; float:left; height:210px; margin:0 20px 20px 0; font-size:13px; } +ul.page_product_list li img { width:235px; height:185px; margin-bottom:7px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; } +ul.page_product_list li img:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; } +ul.page_product_list li:hover { background:#8e0f0c; } +ul.page_product_list li a:hover { color:#fff; } +ul.page_product_list li span{ overflow:hidden; width:235px; display:inline-block; } + +ul.page_honor_list { width:1050px;} +ul.page_honor_list li { background:url(../images/left_bg.png); padding:10px; float:left; width:160px;height:215px; overflow:hidden; margin:20px 25px 0 0; font-size:13px; } +ul.page_honor_list li img { width:160px; height:215px; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; } +ul.page_honor_list li img:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; } +ul.page_honor_list li:hover { background:#8e0f0c; } +ul.page_honor_list li a:hover { color:#fff; } + + + +ul.page_product_list_nk li { background:url(../images/left_bg.png); width:232px; padding:15px; float:left; text-align:center; height:160px; margin:0 20px 20px 0; font-size:13px; } +ul.page_product_list_nk li img { width:232px; height:140px; margin-bottom:7px; filter:alpha(opacity=50); -moz-opacity:1; opacity:1; } + + +.pic_word{ width:1055px; margin:0 auto; position:relative;} +.com { position:relative; z-index:0; width:700px; margin-bottom:40px; height:512px; float:left; background:url(../images/left_bg.png); } +.com ul { width:3000px; font-size:0; } +.com ul li { vertical-align:bottom; height:100%; overflow:hidden; float:left; background:#000 url(../images/loading.gif) no-repeat center center; vertical-align:bottom; list-style:none; overflow:hidden; } +.com ul li img { width:700px; height:512px; } +.big_com { width:1000px; height:640px; margin:0 auto; float:none;} +.big_com ul li img { width:1000px; height:640px; } +.com ol { position:absolute; right:15px; bottom:5px; z-index:10; list-style:none; height:10px; text-indent:100px; } +.com ol li { width:10px; height:10px; background:#F00; color:#fff; cursor:pointer; float:left; font:12px Arial; margin:0px 3px; text-align:center; overflow:hidden; } +.com ol li.on { background:#fff; color:#fff; font-size:12px; } + +.art{ position:relative;} +.art .com { width:600px; height:512px; } +.art .com ul li img { width:600px; height:512px; } + + + + +.red_bg,.com ul li .title { position:absolute; left:0; background:url(../images/red_bg.png); bottom:0; height:auto; padding:10px 0; font-size:12px; width:100%; z-index:9; color:#fff; } +.com ul li .title { text-indent:2em; } +.red_bg p{ padding:0 10px; margin:0;} +.red_bg a { color:#fff; display:inline-block; text-indent:20px; } + +.case_right_content { float:left; width:315px; background:url(../images/left_bg.png); height:472px; padding:20px; color:#999; position:relative; overflow:auto; } + +.art .case_right_content { width:415px; } + +.art_right_content { float:left; width:1015px; background:url(../images/left_bg.png); padding:20px; color:#999; position:relative; } +.art_img{ width:520px; height:386px; float:left;} + +.page_content { line-height:24px; width:1000px; margin:0 auto; } +.page_content img{ max-width:1000px; } +#pages { line-height:18px; } +#pages a { display:inline-block; background:#656565; padding:2px 5px; color:#fff; margin-right:5px; } +#pages a:hover { background:#cd0000; } +#pages span { background:#cd0000; display:inline-block; padding:2px 5px; margin-right:5px; color:#fff; } + +.overauto{ position:relative;} +.overauto .case_right_content { overflow:auto; white-space:normal;} +.overauto .get_back{ right:-40px;} + +/* pubu_list */ +.news_list_content #pages{ margin-left:200px;} +#pubu_list{position:relative;width:860px;margin-left:200px;padding-bottom:0px; overflow:hidden;} +.grid{width:270px;min-height:135px;padding:15px;background:url(../images/left_bg.png);margin:0 10px 10px 0px;font-size:12px;float:left;box-shadow:0 1px 3px rgba(34,25,25,0.4);-moz-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-transition:top 1s ease, left 1s ease;-moz-transition:top 1s ease, left 1s ease;-o-transition:top 1s ease, left 1s ease;-ms-transition:top 1s ease, left 1s ease;} +.grid strong{margin:10px 0 0 0;display:block;padding:0 0 5px;font-size:13px; font-family:Arial, Helvetica, sans-serif;} +.grid .meta{text-align:right;color:#fefefe;} +.grid .imgholder img{max-width:100%;background:#ccc;display:block;background:url(images/loding.gif) no-repeat center;} +.grid p { display:inline-block; margin:0;} +.grid:hover{background:url(../images/red_bg.png); color:#fff;} +.grid:hover a{ color:#fff;} +h3.news_title{text-align: center; border-bottom:#000 dashed 1px; padding-bottom:10px ; font-size:20px;} +.nextandnev{ padding-top:10px;border-top:#000 dashed 1px; margin-top:20px; margin-bottom:30px;} + +ul.partner_list { overflow:auto;background:url(../images/left_bg.png); height:35px; line-height:35px; margin:20px 0;} +ul.partner_list li{ float:left; margin-right:5px;} +ul.partner_list li a{ display:block; padding:0 15px; font-size:14px; color:#fff; font-family:"微软雅黑";} +ul.partner_list li a:hover{ background:#cd0000;} +ul.partner_list li a.now{ background:#cd0000;} + +.jx_list{ margin:0 auto; display:block; width:812px; overflow:hidden;} +.jx_list a:hover{ color:#fff;} +ul.jx_list_left{ width:360px; float:left;} +ul.jx_list_left li{ text-align:right; width:auto; position:relative; float:right; margin-left:5px;} +ul.jx_list_left li img{ display:inline-block;} +ul.jx_list_left li h3{ position:absolute; right:20px; bottom:20px; color:#fff;} +ul.jx_list_left li a:hover h3{color:red;} + + +ul.jx_list_right{ width:447px; float:right; margin-left:5px; margin-top:20px;} +ul.jx_list_right li{ width:auto; text-align:left;position:relative;} +ul.jx_list_right li h3{ position:absolute; left:20px; bottom:20px;color:#fff; } +ul.jx_list_right li a:hover h3{color:red;} + + +.jx_list .rsp{overflow:hidden;position:absolute;background:#F00;top:0px;left:0px;} + +.jx_list ul.jx_list_left .rsp1{ width:320px; height:328px;} +.jx_list ul.jx_list_left .rsp2{ width:120px; height:150px;} +.jx_list ul.jx_list_left .rsp3{ width:226px; height:150px;} +.jx_list ul.jx_list_left .rsp4{ width:264px; height:186px;} + +.jx_list ul.jx_list_right .rsp1{ width:171px; height:138px;} +.jx_list ul.jx_list_right .rsp2{ width:447px; height:248px;} +.jx_list ul.jx_list_right .rsp3{ width:344px; height:151px;} + + + +ul.hr_nav_list{} +ul.hr_nav_list li{ float:left; width:320px; height:290px; position: relative; margin-right:5px;} +ul.hr_nav_list li img{width:320px; height:290px;} +ul.hr_nav_list li h3{width:100%; display:block; height:40px; line-height:40px; color:#fff; font-size:14px;background:url(../images/red_bg.png); text-indent:10px; position:absolute; bottom:0; left:0;} +ul.hr_nav_list li h3:hover{ background:#cd0000} + + +h3.title_h3{ position:absolute; top:15px; font-size:18px; color:#ccc; margin-bottom:15px;} + +.pro-switch { position:relative; width: auto;height:620px; padding-bottom:60px; margin:0 auto;} +.flexslider { margin:0; padding:0; } +.flexslider .slides > li { display:none; } +.flexslider .slides img { width:840px; height:620px; display:block; } +.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } +html[xmlns] .slides { display: block; } +* html .slides { height:auto; } +.no-js .slides > li:first-child { display: block; } +.flexslider { margin: 0 auto; position: relative; width:840px; zoom: 1; } +.flex-viewport { max-height:2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; } +.flexslider .slides { zoom: 1; } +.flex-direction-nav a { width:60px; height:90px; margin:-60px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 50; filter:alpha(opacity=50); -webkit-transition: all .3s ease; +} +.flex-direction-nav .flex-next { background-position: 0 -90px; right:0px; } +.flex-direction-nav .flex-prev { left:0px; } +.flexslider:hover .flex-next { opacity: 0.8; filter:alpha(opacity=25); } +.flexslider:hover .flex-prev { opacity: 0.8; filter:alpha(opacity=25); } +.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter:alpha(opacity=50); } +.flex-control-nav { width:100%; position: absolute; bottom: 10px; text-align: center; line-height:999px;} +.flex-control-nav li {margin:0 5px;display:inline-block; zoom:1; *display: inline;} +.flex-control-paging li a { background:url(../images/pic_dot.png) no-repeat 0 -16px; display:block; height: 16px; text-indent:-99em; width: 16px; cursor: pointer; } +.flex-control-paging li a.flex-active {background-position:0 0; } + +.background { position:fixed; _position:absolute; z-index:998; top:0px; left:0px; width:100%; _width:expression(document.documentElement.clientWidth); +height:100%; _height:expression(document.documentElement.clientHeight); +background:rgb(50,50,50); background:rgba(0, 0, 0, 0.5); } +.webox { position:fixed; _position:absolute; z-index:999; padding:8px; border:solid 1px 000; _background:#D1B9B3; background:#AAA; } +.webox #inside { background-color:#FFFFFF; height:240px; } +.webox #inside h1 { -moz-user-select:none; -webkit-user-select:none; position:relative; display:block; margin:0; padding:0; font-size:13px; line-height:30px; height:30px; padding-left:5px; font-family:Arial; background:#EEE; font-weight:normal; cursor:move; font-weight:800; color:#333; } +.webox #inside h1 a { position:absolute; display:block; right:6px; margin-top:6px; top:0px; font-size:14px; background-image:url(../images/close.fw.png); background-repeat:no-repeat; background-position:center top; width:17px; height:17px; cursor:pointer; display:inline-block; } +.webox #inside h1 a:hover { background-position:center bottom; } +#jia_pic { width:300px; text-align:center; } +#jia_pic img { display:inline; width:220px; height:220px; } +#jia_word { width:280px; margin-left:12px; } + + +.show_box {margin:40px auto; margin-top:80px; } +.img-scroll {position:relative; width:1000px;} + +.img-scroll .prev, .img-scroll .next { position:absolute; display:block; width:35px; height:70px; top:5px; z-index:999; } +.img-scroll_original .prev, .img-scroll_original .next { top:40%;} + +.img-scroll .prev { left:0; background:url(../images/prev.png) no-repeat; margin:0 0 0 0; cursor:pointer;} +.img-scroll .next { right:0; background:url(../images/next.png) no-repeat; margin:0 0 0 10px; cursor:pointer;} +.img-scroll .prev:hover { background:url(../images/prev1.png) no-repeat; } +.img-scroll .next:hover { background:url(../images/next1.png) no-repeat; } + +.prev_prev, .next_next { position:absolute; display:block; width:35px; height:70px; top:40%; z-index:999; } +.prev_prev { left:0; background:url(../images/prev.png) no-repeat; margin:0 0 0 0; cursor:pointer;} +.next_next { right:0; background:url(../images/next.png) no-repeat; margin:0 0 0 10px; cursor:pointer;} +.prev_prev:hover { background:url(../images/prev1.png) no-repeat; } +.next_next:hover { background:url(../images/next1.png) no-repeat; } + +.onclick_show a{width:130px; height:30px;background:url(../images/xie_k.png) no-repeat; line-height:30px; text-align:center; display:block; color:#fff; position:absolute; top:60px; left:0;} +.content_show{ display:none;} +.history_list { position:relative;width:1000px; height:290px;background:url(../images/hos_line.png) 10px 150px no-repeat; margin-top:0px;} +.history_list li { float:left;} +.history_list li a{ display:block;width:30px; height:40px; line-height:60px; background:url(../images/y_d.png) no-repeat center 0; position:relative;} +.history_list li a:hover{background:url(../images/red_yd.png) no-repeat center 0;} +.history_list li a:hover .word,.history_list li a.hover .word{ display:block;} +.history_list li a .word{ position:absolute; top:-135px; left:-70px; width:365px; z-index:999; color:#fff; text-indent:0;display:none;} +.history_list li a .word .con{ background:url(../images/xie_kuai.png) no-repeat 0 center; padding:0px; padding-bottom:0;height:100px;} +.history_list li a .word .con h3{ line-height:14px; padding:15px 0 0 50px;} +.history_list li a .word .con p{ line-height:18px; padding:0px; margin-left:60px; position:relative; width:250px;} +.history_list li a .word .con p span{ position:absolute; left:-20px;} +.history_list li a .word .red_zhi{ background:url(../images/red_zhi.png) no-repeat 70px 0px; width:100%; height:34px;} +.history_list li{position:absolute;} + +.history_list li.li1{ left:0px; top:142px;} +.history_list li.li2{ left:80px; top:150px;} +.history_list li.li3{ left:160px; top:160px;} +.history_list li.li4{ left:240px; top:170px;} +.history_list li.li5{ left:320px; top:180px;} +.history_list li.li6{ left:400px; top:190px;} +.history_list li.li7{ left:480px; top:200px;} +.history_list li.li8{ left:550px; top:208px;} +.history_list li.li9{ left:620px; top:218px;} +.history_list li.li10{ left:700px; top:226px;} +.history_list li.li11{ left:780px; top:235px;} +.history_list li.li12{ left:860px; top:246px;} + +.history_list li.li3 .word,.history_list li.li10 .word{ top:-155px;} +.history_list li.li3 a .word .con,.history_list li.li10 a .word .con{ height:120px;} + + + + +.original_list { position:relative;width:800px; overflow:hidden; margin-left:100px;} +.original_list ul { width:9999px;} +.original_list li {float:left;display:inline; width:100px; height:284px;margin:0 1px; position: relative;} +.original_list li a{ position:absolute; display:block; width:100%; height:100%; } +.original_list li img{width:100px; display:block; position:absolute; } +.original_list li:hover,.original_list li.hover{ width:200px;} + +.original_list li img:hover ,.original_list li.hover img{width:200px; } +.original_list li span.redbg{display:none; width:190px; background:url(../images/red_bg.png); color:#fff; padding:5px; position:absolute; left:0; bottom:0; z-index:999;} +.original_list li span.redbg p{ margin:0;} +.original_list li img:hover ,.original_list li.hover span.redbg{display:inline-block;} + + + a.bwlanrenzhijia { position:relative; display:block; z-index:99; } + + +table.feedback{ width:700px; margin:0 auto; } +table.feedback td{ padding:6px 5px;} +table.feedback td.left{ text-align:right; font-size:14px;} +table.feedback input.text{ border:#333 solid 1px; height:25px; color:#CCC;line-height:25 +px; text-indent:3px; background:#222; width:350px;} +table.feedback .textarea{ border:#333 solid 1px; height:140px; text-indent:3px; background:#222; width:350px;color:#CCC;} +table.feedback .submit{ border:none; height:35px; line-height:35px;background:#333; padding:0 30px; text-align:center; cursor:pointer;color:#CCC;} +table.feedback .submit:hover{ background:#666;} +a.get_back{ width:38px; height:38px; background:url(../images/cha.jpg) no-repeat; display:block; position:absolute; right:-40px; top:0; z-index:999;} + +#map{ width:600px; margin:0 auto; } +#tip{position:absolute; width:300px; color:#fff; background:url(../images/left_bg.png);display:none;} +#tip h4{height:28px; width:300px; line-height:28px; font-size:14px; text-indent:1em;background:#333;} +#tip p{line-height:12px; padding:2px 4px; text-indent:1em;} +.overview{ height:300px; overflow:auto; overflow-x:hidden;} + +#scrollbar { width:300px; height:300px;} +#scrollbar .scrollbar { position: relative; background-position: 0 0; float: right; width: 8px; } +#scrollbar .viewport { width:280px; height:300px; overflow:hidden; position: relative; } +#scrollbar .track { background: #ccc; height: 100%; width: 8px; position: relative; } +#scrollbar .thumb { background:#CC0071; height: 20px; width: 8px; cursor: pointer; overflow: hidden; position:absolute; top: 0; } +#scrollbar .viewport { width:280px; height:300px; overflow hidden; position: relative; } +#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; } +#scrollbar .overview p { color:#CCC; text-indent:1em; } + + +#tip h4 span{ display:block; float:right; width:28px; height:28px; line-height:28px; text-align:center; text-indent:0em; background:#f00; padding:0px; cursor:pointer; position:absolute; top:0px; right:-28px; } + +#cboxLoadedContent img{ max-height:640px;} + + +.ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;} +.honor_div{ position:absolute; width:290px; top:172px; left:10px; color:#fff; } +.honor_div2{ width:355px; top:5px; left:323px; } +.honor_div3{ width:290px; top:172px; left:699px; } + +.p_rc div{width:500px; float:left;margin-bottom:15px;} diff --git a/Phylab/storage/views/tiku/tikuqimo_files/weixin.png b/Phylab/storage/views/tiku/tikuqimo_files/weixin.png new file mode 100644 index 00000000..a0c05bcd Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/weixin.png differ diff --git a/Phylab/storage/views/tiku/tikuqimo_files/xinlang.png b/Phylab/storage/views/tiku/tikuqimo_files/xinlang.png new file mode 100644 index 00000000..3afee930 Binary files /dev/null and b/Phylab/storage/views/tiku/tikuqimo_files/xinlang.png differ diff --git a/Phylab/storage/views/tiku/tikuxulun.html b/Phylab/storage/views/tiku/tikuxulun.html new file mode 100644 index 00000000..de039c43 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuxulun.html @@ -0,0 +1,136 @@ +@extends('layout.main') + +@section('contents') + + + + tikuxulun + + + + + + + + + +
+
+
+
+ + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/Phylab/storage/views/tiku/tikuxulun/doc/test b/Phylab/storage/views/tiku/tikuxulun/doc/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuxulun/doc/test @@ -0,0 +1 @@ +test diff --git "a/Phylab/storage/views/tiku/tikuxulun/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" "b/Phylab/storage/views/tiku/tikuxulun/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" new file mode 100644 index 00000000..ba70600c Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuxulun/doc/\345\214\227\350\210\252\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\347\234\237\351\242\230(4\345\245\227\351\242\230\345\220\253\347\255\224\346\241\210).docx" differ diff --git "a/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" "b/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" new file mode 100644 index 00000000..af552f30 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\345\256\236\351\252\214\347\273\252\350\256\272\350\200\203\350\257\225\346\250\241\346\213\237\351\242\230.doc" differ diff --git "a/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" "b/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" new file mode 100644 index 00000000..7fabb880 Binary files /dev/null and "b/Phylab/storage/views/tiku/tikuxulun/doc/\347\211\251\347\220\206\347\273\252\350\256\272II.docx" differ diff --git a/Phylab/storage/views/tiku/tikuxulun/test b/Phylab/storage/views/tiku/tikuxulun/test new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/Phylab/storage/views/tiku/tikuxulun/test @@ -0,0 +1 @@ +test diff --git a/Phylab/storage/views/tools/index.blade.php b/Phylab/storage/views/tools/index.blade.php new file mode 100644 index 00000000..35abb221 --- /dev/null +++ b/Phylab/storage/views/tools/index.blade.php @@ -0,0 +1,504 @@ + + + + + + PhyLabReportTools + + + + + + + + + +
+ + + + + + + +
+ # + + X轴坐标 + + Y轴坐标 +
+ + + + +
+
+ + + + +
+ + + + + + + + + + +
+ +
+





+ +
+
+
+
+
+

  逐差法计算器

+ +
+
+
+
+

  线性回归分析

+ +
+
+
+
+

  逐差法计算器

+ +
+
+
+
+

  线性回归分析

+ +
+
+ +
+
+
+ + + +
+ +
+ + + + + + + + + + + + + + diff --git a/Phylab/storage/views/tools/index.blade.php.bak.1 b/Phylab/storage/views/tools/index.blade.php.bak.1 new file mode 100644 index 00000000..0fb02a12 --- /dev/null +++ b/Phylab/storage/views/tools/index.blade.php.bak.1 @@ -0,0 +1,504 @@ + + + + + + PhyLabReportTools + + + + + + + + + + + + + + +
+ +
+





+ +
+
+
+
+
+

  逐差法计算器

+ +
+
+
+
+

  线性回归分析

+ +
+
+
+
+

  逐差法计算器

+ +
+
+
+
+

  线性回归分析

+ +
+
+ +
+
+
+ + + +
+ +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/Phylab/storage/views/tools/main.blade.php b/Phylab/storage/views/tools/main.blade.php new file mode 100644 index 00000000..12de093c --- /dev/null +++ b/Phylab/storage/views/tools/main.blade.php @@ -0,0 +1,442 @@ +@extends('layout.main') +@section('contents') + + + + + + PhyLabReportTools + + + + + + + + + + + + + + +





+ + +
+
+
+
+
+

  逐差法计算器

+ +
+
+
+
+

  线性回归分析

+ +
+
+ +
+
+
+ + + + + + + + + + + + +
+ +
+ + diff --git a/Phylab/storage/views/user/edit.blade.php b/Phylab/storage/views/user/edit.blade.php new file mode 100644 index 00000000..599e39c4 --- /dev/null +++ b/Phylab/storage/views/user/edit.blade.php @@ -0,0 +1,7 @@ +
+ + + + + +
\ No newline at end of file diff --git a/Phylab/storage/views/user/index.blade.php b/Phylab/storage/views/user/index.blade.php new file mode 100644 index 00000000..6fcb37a5 --- /dev/null +++ b/Phylab/storage/views/user/index.blade.php @@ -0,0 +1,130 @@ + +@extends('layout.main') + +@section('contents') + + + + + + +
+
+ 个人头像 + + +

{{$username}}

+ +

{{$grade}}级

+
+ +
+ +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + + +
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +
+ +
+ + + + + + + + + + + + + + +@stop \ No newline at end of file diff --git a/Phylab/storage/views/welcome.blade.php b/Phylab/storage/views/welcome.blade.php new file mode 100644 index 00000000..87710ace --- /dev/null +++ b/Phylab/storage/views/welcome.blade.php @@ -0,0 +1,45 @@ + + + + Laravel + + + + + + +
+
+
Laravel 5
+
+
+ + diff --git a/wecenter/system/config/database.php b/wecenter/system/config/database.php new file mode 100644 index 00000000..73811f49 --- /dev/null +++ b/wecenter/system/config/database.php @@ -0,0 +1,13 @@ + 'utf8', + 'host' => '127.0.0.1', + 'username' => '', + 'password' => '', + 'dbname' => 'Phylab_db', +); +$config['slave'] = false;