├── $http service ├── .idea │ ├── .name │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ ├── workspace.xml │ └── 抽取$http到service服务.iml ├── community-master │ ├── README.md │ ├── Web.config │ ├── askPage.png │ ├── css │ │ ├── community.css │ │ └── community.css.dump │ ├── detailPage.png │ ├── img │ │ ├── 1.png │ │ ├── 15X15.png │ │ ├── 18X18.png │ │ ├── article.png │ │ ├── article1.png │ │ ├── article2.png │ │ ├── down-hover.png │ │ ├── down-hover2.png │ │ ├── down.png │ │ ├── down2.png │ │ ├── headImg.jpg │ │ ├── headImg.png │ │ ├── images.zip │ │ ├── jt.rar │ │ ├── picture-1.jpg │ │ ├── question.png │ │ ├── question2.png │ │ ├── small.png │ │ ├── small2.png │ │ ├── up-hover.png │ │ ├── up-hover2.png │ │ ├── up.png │ │ └── up2.png │ ├── index.html │ ├── js │ │ ├── community.js │ │ ├── controllers.js │ │ ├── directives.js │ │ ├── filters.js │ │ └── services.js │ ├── lib │ │ ├── angularjs │ │ │ ├── angular-animate.js │ │ │ ├── angular-animate.min.js │ │ │ ├── angular-cookies.js │ │ │ ├── angular-cookies.min.js │ │ │ ├── angular-cookies.min.js.map │ │ │ ├── angular-resource.js │ │ │ ├── angular-resource.min.js │ │ │ ├── angular-resource.min.js.map │ │ │ ├── angular-route.js │ │ │ ├── angular-route.min.js │ │ │ ├── angular-route.min.js.map │ │ │ ├── angular.js │ │ │ ├── angular.min.js │ │ │ └── angular.min.js.map │ │ ├── bootstrap-wysiwyg │ │ │ ├── bootstrap-wysiwyg.js │ │ │ └── jquery.hotkeys.js │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ └── bootstrap.css │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ └── bootstrap.min.js │ │ ├── cropper │ │ │ ├── cropper.css │ │ │ └── cropper.js │ │ ├── jquery │ │ │ ├── jquery-2.1.1.js │ │ │ └── jquery.cookie.js │ │ └── ueditor │ │ │ ├── dialogs │ │ │ ├── anchor │ │ │ │ └── anchor.html │ │ │ ├── attachment │ │ │ │ ├── attachment.css │ │ │ │ ├── attachment.html │ │ │ │ ├── attachment.js │ │ │ │ ├── fileTypeImages │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ ├── icon_default.png │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ └── icon_xls.gif │ │ │ │ └── images │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ ├── alignicon.png │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ ├── file-icons.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── success.gif │ │ │ │ │ └── success.png │ │ │ ├── background │ │ │ │ ├── background.css │ │ │ │ ├── background.html │ │ │ │ ├── background.js │ │ │ │ └── images │ │ │ │ │ ├── bg.png │ │ │ │ │ └── success.png │ │ │ ├── charts │ │ │ │ ├── chart.config.js │ │ │ │ ├── charts.css │ │ │ │ ├── charts.html │ │ │ │ ├── charts.js │ │ │ │ └── images │ │ │ │ │ ├── charts0.png │ │ │ │ │ ├── charts1.png │ │ │ │ │ ├── charts2.png │ │ │ │ │ ├── charts3.png │ │ │ │ │ ├── charts4.png │ │ │ │ │ └── charts5.png │ │ │ ├── emotion │ │ │ │ ├── emotion.css │ │ │ │ ├── emotion.html │ │ │ │ ├── emotion.js │ │ │ │ └── images │ │ │ │ │ ├── 0.gif │ │ │ │ │ ├── bface.gif │ │ │ │ │ ├── cface.gif │ │ │ │ │ ├── fface.gif │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── tface.gif │ │ │ │ │ ├── wface.gif │ │ │ │ │ └── yface.gif │ │ │ ├── gmap │ │ │ │ └── gmap.html │ │ │ ├── help │ │ │ │ ├── help.css │ │ │ │ ├── help.html │ │ │ │ └── help.js │ │ │ ├── image │ │ │ │ ├── image.css │ │ │ │ ├── image.html │ │ │ │ ├── image.js │ │ │ │ └── images │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── success.gif │ │ │ │ │ └── success.png │ │ │ ├── insertframe │ │ │ │ └── insertframe.html │ │ │ ├── internal.js │ │ │ ├── link │ │ │ │ └── link.html │ │ │ ├── map │ │ │ │ ├── map.html │ │ │ │ └── show.html │ │ │ ├── music │ │ │ │ ├── music.css │ │ │ │ ├── music.html │ │ │ │ └── music.js │ │ │ ├── preview │ │ │ │ └── preview.html │ │ │ ├── scrawl │ │ │ │ ├── images │ │ │ │ │ ├── addimg.png │ │ │ │ │ ├── brush.png │ │ │ │ │ ├── delimg.png │ │ │ │ │ ├── delimgH.png │ │ │ │ │ ├── empty.png │ │ │ │ │ ├── emptyH.png │ │ │ │ │ ├── eraser.png │ │ │ │ │ ├── redo.png │ │ │ │ │ ├── redoH.png │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── scaleH.png │ │ │ │ │ ├── size.png │ │ │ │ │ ├── undo.png │ │ │ │ │ └── undoH.png │ │ │ │ ├── scrawl.css │ │ │ │ ├── scrawl.html │ │ │ │ └── scrawl.js │ │ │ ├── searchreplace │ │ │ │ ├── searchreplace.html │ │ │ │ └── searchreplace.js │ │ │ ├── snapscreen │ │ │ │ └── snapscreen.html │ │ │ ├── spechars │ │ │ │ ├── spechars.html │ │ │ │ └── spechars.js │ │ │ ├── table │ │ │ │ ├── dragicon.png │ │ │ │ ├── edittable.css │ │ │ │ ├── edittable.html │ │ │ │ ├── edittable.js │ │ │ │ ├── edittd.html │ │ │ │ └── edittip.html │ │ │ ├── template │ │ │ │ ├── config.js │ │ │ │ ├── images │ │ │ │ │ ├── bg.gif │ │ │ │ │ ├── pre0.png │ │ │ │ │ ├── pre1.png │ │ │ │ │ ├── pre2.png │ │ │ │ │ ├── pre3.png │ │ │ │ │ └── pre4.png │ │ │ │ ├── template.css │ │ │ │ ├── template.html │ │ │ │ └── template.js │ │ │ ├── video │ │ │ │ ├── images │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── center_focus.jpg │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ ├── file-icons.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── image.png │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ ├── progress.png │ │ │ │ │ ├── right_focus.jpg │ │ │ │ │ ├── success.gif │ │ │ │ │ └── success.png │ │ │ │ ├── video.css │ │ │ │ ├── video.html │ │ │ │ └── video.js │ │ │ ├── webapp │ │ │ │ └── webapp.html │ │ │ └── wordimage │ │ │ │ ├── fClipboard_ueditor.swf │ │ │ │ ├── imageUploader.swf │ │ │ │ ├── tangram.js │ │ │ │ ├── wordimage.html │ │ │ │ └── wordimage.js │ │ │ ├── jsp │ │ │ ├── config.json │ │ │ ├── controller.jsp │ │ │ └── lib │ │ │ │ ├── commons-codec-1.9.jar │ │ │ │ ├── commons-fileupload-1.3.1.jar │ │ │ │ ├── commons-io-2.4.jar │ │ │ │ ├── json.jar │ │ │ │ └── ueditor-1.1.1.jar │ │ │ ├── lang │ │ │ ├── en │ │ │ │ ├── en.js │ │ │ │ └── images │ │ │ │ │ ├── addimage.png │ │ │ │ │ ├── alldeletebtnhoverskin.png │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ ├── background.png │ │ │ │ │ ├── button.png │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ ├── listbackground.png │ │ │ │ │ ├── localimage.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ └── upload.png │ │ │ └── zh-cn │ │ │ │ ├── images │ │ │ │ ├── copy.png │ │ │ │ ├── localimage.png │ │ │ │ ├── music.png │ │ │ │ └── upload.png │ │ │ │ └── zh-cn.js │ │ │ ├── themes │ │ │ ├── default │ │ │ │ ├── css │ │ │ │ │ ├── ueditor.css │ │ │ │ │ └── ueditor.min.css │ │ │ │ ├── dialogbase.css │ │ │ │ └── images │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ ├── button-bg.gif │ │ │ │ │ ├── cancelbutton.gif │ │ │ │ │ ├── charts.png │ │ │ │ │ ├── cursor_h.gif │ │ │ │ │ ├── cursor_h.png │ │ │ │ │ ├── cursor_v.gif │ │ │ │ │ ├── cursor_v.png │ │ │ │ │ ├── dialog-title-bg.png │ │ │ │ │ ├── filescan.png │ │ │ │ │ ├── highlighted.gif │ │ │ │ │ ├── icons-all.gif │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── loaderror.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── lock.gif │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── pagebreak.gif │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── sortable.png │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── sparator_v.png │ │ │ │ │ ├── table-cell-align.png │ │ │ │ │ ├── tangram-colorpicker.png │ │ │ │ │ ├── toolbar_bg.png │ │ │ │ │ ├── unhighlighted.gif │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── videologo.gif │ │ │ │ │ ├── word.gif │ │ │ │ │ └── wordpaste.png │ │ │ └── iframe.css │ │ │ ├── third-party │ │ │ ├── SyntaxHighlighter │ │ │ │ ├── shCore.js │ │ │ │ └── shCoreDefault.css │ │ │ ├── codemirror │ │ │ │ ├── codemirror.css │ │ │ │ └── codemirror.js │ │ │ ├── highcharts │ │ │ │ ├── adapters │ │ │ │ │ ├── mootools-adapter.js │ │ │ │ │ ├── mootools-adapter.src.js │ │ │ │ │ ├── prototype-adapter.js │ │ │ │ │ ├── prototype-adapter.src.js │ │ │ │ │ ├── standalone-framework.js │ │ │ │ │ └── standalone-framework.src.js │ │ │ │ ├── highcharts-more.js │ │ │ │ ├── highcharts-more.src.js │ │ │ │ ├── highcharts.js │ │ │ │ ├── highcharts.src.js │ │ │ │ ├── modules │ │ │ │ │ ├── annotations.js │ │ │ │ │ ├── annotations.src.js │ │ │ │ │ ├── canvas-tools.js │ │ │ │ │ ├── canvas-tools.src.js │ │ │ │ │ ├── data.js │ │ │ │ │ ├── data.src.js │ │ │ │ │ ├── drilldown.js │ │ │ │ │ ├── drilldown.src.js │ │ │ │ │ ├── exporting.js │ │ │ │ │ ├── exporting.src.js │ │ │ │ │ ├── funnel.js │ │ │ │ │ ├── funnel.src.js │ │ │ │ │ ├── heatmap.js │ │ │ │ │ ├── heatmap.src.js │ │ │ │ │ ├── map.js │ │ │ │ │ ├── map.src.js │ │ │ │ │ ├── no-data-to-display.js │ │ │ │ │ └── no-data-to-display.src.js │ │ │ │ └── themes │ │ │ │ │ ├── dark-blue.js │ │ │ │ │ ├── dark-green.js │ │ │ │ │ ├── gray.js │ │ │ │ │ ├── grid.js │ │ │ │ │ └── skies.js │ │ │ ├── jquery-1.10.2.js │ │ │ ├── jquery-1.10.2.min.js │ │ │ ├── jquery-1.10.2.min.map │ │ │ ├── snapscreen │ │ │ │ └── UEditorSnapscreen.exe │ │ │ ├── video-js │ │ │ │ ├── font │ │ │ │ │ ├── vjs.eot │ │ │ │ │ ├── vjs.svg │ │ │ │ │ ├── vjs.ttf │ │ │ │ │ └── vjs.woff │ │ │ │ ├── video-js.css │ │ │ │ ├── video-js.min.css │ │ │ │ ├── video-js.swf │ │ │ │ ├── video.dev.js │ │ │ │ └── video.js │ │ │ ├── webuploader │ │ │ │ ├── Uploader.swf │ │ │ │ ├── webuploader.css │ │ │ │ ├── webuploader.custom.js │ │ │ │ ├── webuploader.custom.min.js │ │ │ │ ├── webuploader.flashonly.js │ │ │ │ ├── webuploader.flashonly.min.js │ │ │ │ ├── webuploader.html5only.js │ │ │ │ ├── webuploader.html5only.min.js │ │ │ │ ├── webuploader.js │ │ │ │ ├── webuploader.min.js │ │ │ │ ├── webuploader.withoutimage.js │ │ │ │ └── webuploader.withoutimage.min.js │ │ │ └── zeroclipboard │ │ │ │ ├── ZeroClipboard.js │ │ │ │ ├── ZeroClipboard.min.js │ │ │ │ └── ZeroClipboard.swf │ │ │ ├── ueditor.all.js │ │ │ ├── ueditor.all.min.js │ │ │ ├── ueditor.config.js │ │ │ ├── ueditor.parse.js │ │ │ └── ueditor.parse.min.js │ ├── mainPage1.png │ ├── mainPage2.png │ ├── templates │ │ ├── answer.html │ │ ├── article.html │ │ ├── articleDetail.html │ │ ├── ask.html │ │ ├── community.html │ │ ├── loginDialog.html │ │ ├── nav.html │ │ ├── pagination.html │ │ ├── question.html │ │ ├── questionDetail.html │ │ ├── uploadImgDialog.html │ │ └── userInfo.html │ ├── userPage1.png │ └── userPage2.png ├── js │ ├── angular-animate.min.js │ ├── angular-cookies.min.js │ ├── angular-route.js │ ├── angular-route.min.js │ ├── angular-sanitize.min.js │ ├── angular.min.js │ ├── ng-file-upload-shim.min.js │ ├── ng-file-upload.min.js │ └── ng-img-crop.js ├── service.html ├── service1.html ├── service2.html ├── service3.html ├── service4.html ├── service5.html ├── service6.html └── src │ ├── app.js │ ├── app2.js │ ├── controller.js │ ├── service.js │ └── service2.js ├── .gitattributes ├── README.md ├── angular imocc ├── angular1.html ├── angular2.html ├── angular3.html ├── angular4.html ├── angular5.html ├── angular6.html ├── angular7.html ├── data.json ├── directive.html ├── directive1.html ├── directive2.html ├── directive3.html ├── directive4.html ├── directive5.html ├── directive6.html ├── directive7.html ├── directive8.html ├── provide1.html └── web.config ├── angular tab—选项卡 ├── css │ ├── 1.css │ ├── 1.less │ └── 2.css ├── index.html ├── index2.html ├── js │ ├── angular-touch.min.js │ ├── angular-ui-router.min.js │ └── angular.js ├── main.html ├── perge1.html ├── perge2.html └── pergetab.html ├── angular ui ├── css │ └── bootstrap.min.css ├── index.html └── js │ └── angular-1.3.0.js ├── angular-navbar-master ├── .gitignore ├── bower.json ├── case.html ├── contact.html ├── css │ ├── bootstrap.css │ └── main.css ├── home.html ├── info.html ├── js │ ├── abb.js │ ├── angular-route.min.js │ ├── angular-ui-router.min.js │ ├── angular.js │ ├── app.js │ ├── bootstrap.js │ ├── jquery-1.11.3.js │ └── nav.json ├── news.html ├── page1.html ├── page2.html ├── page3.html ├── page4.html ├── perge.html ├── product.html ├── readme.md ├── register.html ├── router1.html ├── router2.html └── temps │ ├── 11.html │ ├── 22.html │ ├── 33.html │ ├── 44.html │ └── 55.html ├── day26 ├── css │ └── bootstrap.min.css ├── index.html ├── index1.html ├── index10.html ├── index11.html ├── index12.html ├── index3.html ├── index4.html ├── index5.html ├── index6.html ├── index7.html ├── index8.html ├── index9.html ├── js │ ├── angular-route.js │ ├── angular.js │ ├── angular.min.js │ ├── ng-file-upload-shim.min.js │ ├── ng-file-upload.min.js │ └── ng-img-crop.js ├── ng-file-upload-master.zip ├── ng-file-upload-master │ ├── .gitignore │ ├── .jshintrc │ ├── Gruntfile.js │ ├── LICENSE │ ├── README.md │ ├── demo │ │ ├── C# │ │ │ ├── UploadController.js │ │ │ ├── UploadHandler.ashx │ │ │ └── UploadHandler.ashx.cs │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── com │ │ │ │ └── df │ │ │ │ └── angularfileupload │ │ │ │ ├── CORSFilter.java │ │ │ │ ├── FileUpload.java │ │ │ │ └── S3Signature.java │ │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ ├── jdoconfig.xml │ │ │ │ └── persistence.xml │ │ │ └── log4j.properties │ │ │ └── webapp │ │ │ ├── WEB-INF │ │ │ ├── appengine-web.xml │ │ │ ├── logging.properties │ │ │ └── web.xml │ │ │ ├── common.css │ │ │ ├── crossdomain.xml │ │ │ ├── donate.html │ │ │ ├── favicon.ico │ │ │ ├── img │ │ │ ├── tea.jpg │ │ │ └── tea.png │ │ │ ├── index.html │ │ │ └── js │ │ │ ├── FileAPI.flash.swf │ │ │ ├── FileAPI.js │ │ │ ├── FileAPI.min.js │ │ │ ├── ng-file-upload-all.js │ │ │ ├── ng-file-upload-all.min.js │ │ │ ├── ng-file-upload-shim.js │ │ │ ├── ng-file-upload-shim.min.js │ │ │ ├── ng-file-upload.js │ │ │ ├── ng-file-upload.min.js │ │ │ ├── ng-img-crop.css │ │ │ ├── ng-img-crop.js │ │ │ └── upload.js │ ├── dist │ │ ├── FileAPI.flash.swf │ │ ├── FileAPI.js │ │ ├── FileAPI.min.js │ │ ├── ng-file-upload-all.js │ │ ├── ng-file-upload-all.min.js │ │ ├── ng-file-upload-shim.js │ │ ├── ng-file-upload-shim.min.js │ │ ├── ng-file-upload.js │ │ └── ng-file-upload.min.js │ ├── index.js │ ├── nuget │ │ ├── NuGet.exe │ │ ├── Package.nuspec │ │ ├── build.bat │ │ └── nuget.sh │ ├── package.json │ ├── release.sh │ ├── src │ │ ├── FileAPI.flash.swf │ │ ├── FileAPI.js │ │ ├── data-url.js │ │ ├── drop.js │ │ ├── exif.js │ │ ├── model.js │ │ ├── resize.js │ │ ├── select.js │ │ ├── shim-elem.js │ │ ├── shim-filereader.js │ │ ├── shim-upload.js │ │ ├── upload.js │ │ └── validate.js │ └── test │ │ ├── .bowerrc │ │ ├── bower.json │ │ ├── index.html │ │ └── spec │ │ └── test.js └── regist2.html ├── input file ├── css │ └── bootstrap.css ├── demo1.html ├── demo2.html ├── demo3.html ├── demo4.html ├── demo5.html ├── demo6.html ├── demo7.html └── js │ ├── angular.js │ └── jquery-1.11.3.min.js └── reg ├── css ├── bootstrap-theme.css └── bootstrap.css ├── demo1.html ├── demo2.html ├── demo3.html ├── demo4.html ├── demo5.html ├── demo6.html └── js ├── angular-1.3.0.js ├── bootstrap.min.js └── jquery-1.11.3.js /$http service/.idea/.name: -------------------------------------------------------------------------------- 1 | 抽取$http到service服务 -------------------------------------------------------------------------------- /$http service/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /$http service/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /$http service/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /$http service/.idea/抽取$http到service服务.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /$http service/community-master/README.md: -------------------------------------------------------------------------------- 1 | # community 2 | 问答社区 3 | 4 | 根据SegmentFault和Stack Overflow来构建的已个简单的开发者问答社区吧,前台使用的angularJS,后台用的java+struts2,这里是全部的前端代码,后代代码就不传参考意义不大,用其他后台语言来实现前端的服务接口就可以了。 5 | 下面是主要的页面: 6 | 1、提问页 7 | ![image](https://github.com/LittleDouBi/community/blob/master/askPage.png) 8 | 2、问题列表页 9 | ![image](https://github.com/LittleDouBi/community/blob/master/mainPage2.png) 10 | 3、问题详情页 11 | ![image](https://github.com/LittleDouBi/community/blob/master/detailPage.png) 12 | 4、用户信息页 13 | ![image](https://github.com/LittleDouBi/community/blob/master/userPage2.png) 14 | -------------------------------------------------------------------------------- /$http service/community-master/Web.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /$http service/community-master/askPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/askPage.png -------------------------------------------------------------------------------- /$http service/community-master/detailPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/detailPage.png -------------------------------------------------------------------------------- /$http service/community-master/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/1.png -------------------------------------------------------------------------------- /$http service/community-master/img/15X15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/15X15.png -------------------------------------------------------------------------------- /$http service/community-master/img/18X18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/18X18.png -------------------------------------------------------------------------------- /$http service/community-master/img/article.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/article.png -------------------------------------------------------------------------------- /$http service/community-master/img/article1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/article1.png -------------------------------------------------------------------------------- /$http service/community-master/img/article2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/article2.png -------------------------------------------------------------------------------- /$http service/community-master/img/down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/down-hover.png -------------------------------------------------------------------------------- /$http service/community-master/img/down-hover2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/down-hover2.png -------------------------------------------------------------------------------- /$http service/community-master/img/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/down.png -------------------------------------------------------------------------------- /$http service/community-master/img/down2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/down2.png -------------------------------------------------------------------------------- /$http service/community-master/img/headImg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/headImg.jpg -------------------------------------------------------------------------------- /$http service/community-master/img/headImg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/headImg.png -------------------------------------------------------------------------------- /$http service/community-master/img/images.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/images.zip -------------------------------------------------------------------------------- /$http service/community-master/img/jt.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/jt.rar -------------------------------------------------------------------------------- /$http service/community-master/img/picture-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/picture-1.jpg -------------------------------------------------------------------------------- /$http service/community-master/img/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/question.png -------------------------------------------------------------------------------- /$http service/community-master/img/question2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/question2.png -------------------------------------------------------------------------------- /$http service/community-master/img/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/small.png -------------------------------------------------------------------------------- /$http service/community-master/img/small2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/small2.png -------------------------------------------------------------------------------- /$http service/community-master/img/up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/up-hover.png -------------------------------------------------------------------------------- /$http service/community-master/img/up-hover2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/up-hover2.png -------------------------------------------------------------------------------- /$http service/community-master/img/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/up.png -------------------------------------------------------------------------------- /$http service/community-master/img/up2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/img/up2.png -------------------------------------------------------------------------------- /$http service/community-master/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UEP 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 | 31 | -------------------------------------------------------------------------------- /$http service/community-master/js/community.js: -------------------------------------------------------------------------------- 1 | var community = angular.module('community', [ 2 | "ngRoute", 3 | "ngCookies", 4 | "communityControllers", 5 | "communityServices", 6 | "communityDirectives", 7 | "communityFilters" 8 | ]); 9 | 10 | community.config(["$routeProvider", "$httpProvider", 11 | function($routeProvider,$httpProvider){ 12 | // Initialize get if not there 13 | if (!$httpProvider.defaults.headers.get) { 14 | $httpProvider.defaults.headers.get = {}; 15 | } 16 | 17 | // Enables Request.IsAjaxRequest() in ASP.NET MVC 18 | $httpProvider.defaults.headers.common["X-Requested-With"] = 'XMLHttpRequest'; 19 | 20 | // Disable IE ajax request caching 21 | $httpProvider.defaults.headers.get['Cache-Control'] = 'no-cache'; 22 | $httpProvider.defaults.headers.get['Pragma'] = 'no-cache'; 23 | 24 | $routeProvider.when("/community",{ 25 | templateUrl: 'templates/community.html', 26 | controller: 'QuestionsController' 27 | }).when('/community/askQuestion',{ 28 | templateUrl: 'templates/ask.html', 29 | controller: 'askController' 30 | }).when('/community/question/:questionId',{ 31 | templateUrl: 'templates/questionDetail.html', 32 | controller: 'QuestionController' 33 | }).when('/community/article/:articleId',{ 34 | templateUrl: 'templates/articleDetail.html', 35 | controller: 'ArticleController' 36 | }).when('/community/userInfo/:userName',{ 37 | templateUrl: 'templates/userInfo.html', 38 | controller: 'UserInfoController' 39 | }).otherwise({ 40 | redirectTo : '/community' 41 | }) 42 | }]); 43 | 44 | community.value('searchParam',{ 45 | searchTag:"", 46 | searchInfo:"" 47 | }); -------------------------------------------------------------------------------- /$http service/community-master/js/filters.js: -------------------------------------------------------------------------------- 1 | var communityFilters = angular.module('communityFilters',[]); 2 | 3 | communityFilters.filter('floorFilter', 4 | function(){ 5 | return function(input){ 6 | if(input){ 7 | return "#"+input; 8 | } 9 | }; 10 | }); 11 | 12 | communityFilters.filter('commentDateFilter', 13 | function(){ 14 | return function(input){ 15 | if(input){ 16 | return "·"+input+"·"; 17 | } 18 | }; 19 | }); -------------------------------------------------------------------------------- /$http service/community-master/lib/angularjs/angular-cookies.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | AngularJS v1.2.4 3 | (c) 2010-2014 Google, Inc. http://angularjs.org 4 | License: MIT 5 | */ 6 | (function(p,f,n){'use strict';f.module("ngCookies",["ng"]).factory("$cookies",["$rootScope","$browser",function(d,b){var c={},g={},h,k=!1,l=f.copy,m=f.isUndefined;b.addPollFn(function(){var a=b.cookies();h!=a&&(h=a,l(a,g),l(a,c),k&&d.$apply())})();k=!0;d.$watch(function(){var a,e,d;for(a in g)m(c[a])&&b.cookies(a,n);for(a in c)(e=c[a],f.isString(e))?e!==g[a]&&(b.cookies(a,e),d=!0):f.isDefined(g[a])?c[a]=g[a]:delete c[a];if(d)for(a in e=b.cookies(),c)c[a]!==e[a]&&(m(e[a])?delete c[a]:c[a]=e[a])}); 7 | return c}]).factory("$cookieStore",["$cookies",function(d){return{get:function(b){return(b=d[b])?f.fromJson(b):b},put:function(b,c){d[b]=f.toJson(c)},remove:function(b){delete d[b]}}}])})(window,window.angular); 8 | //# sourceMappingURL=angular-cookies.min.js.map 9 | -------------------------------------------------------------------------------- /$http service/community-master/lib/angularjs/angular-cookies.min.js.map: -------------------------------------------------------------------------------- 1 | { 2 | "version":3, 3 | "file":"angular-cookies.min.js", 4 | "lineCount":7, 5 | "mappings":"A;;;;;aAKC,SAAQ,CAACA,CAAD,CAASC,CAAT,CAAkBC,CAAlB,CAA6B,CAoBtCD,CAAAE,OAAA,CAAe,WAAf,CAA4B,CAAC,IAAD,CAA5B,CAAAC,QAAA,CA4BW,UA5BX,CA4BuB,CAAC,YAAD,CAAe,UAAf,CAA2B,QAAS,CAACC,CAAD,CAAaC,CAAb,CAAuB,CAAA,IACxEC,EAAU,EAD8D,CAExEC,EAAc,EAF0D,CAGxEC,CAHwE,CAIxEC,EAAU,CAAA,CAJ8D,CAKxEC,EAAOV,CAAAU,KALiE,CAMxEC,EAAcX,CAAAW,YAGlBN,EAAAO,UAAA,CAAmB,QAAQ,EAAG,CAC5B,IAAIC,EAAiBR,CAAAC,QAAA,EACjBE,EAAJ,EAA0BK,CAA1B,GACEL,CAGA,CAHqBK,CAGrB,CAFAH,CAAA,CAAKG,CAAL,CAAqBN,CAArB,CAEA,CADAG,CAAA,CAAKG,CAAL,CAAqBP,CAArB,CACA,CAAIG,CAAJ,EAAaL,CAAAU,OAAA,EAJf,CAF4B,CAA9B,CAAA,EAUAL,EAAA,CAAU,CAAA,CAKVL,EAAAW,OAAA,CASAC,QAAa,EAAG,CAAA,IACVC,CADU,CAEVC,CAFU,CAIVC,CAGJ,KAAKF,CAAL,GAAaV,EAAb,CACMI,CAAA,CAAYL,CAAA,CAAQW,CAAR,CAAZ,CAAJ,EACEZ,CAAAC,QAAA,CAAiBW,CAAjB,CAAuBhB,CAAvB,CAKJ,KAAIgB,CAAJ,GAAYX,EAAZ,CAEE,CADAY,CACK,CADGZ,CAAA,CAAQW,CAAR,CACH,CAAAjB,CAAAoB,SAAA,CAAiBF,CAAjB,CAAL,EAMWA,CANX,GAMqBX,CAAA,CAAYU,CAAZ,CANrB,GAOEZ,CAAAC,QAAA,CAAiBW,CAAjB,CAAuBC,CAAvB,CACA,CAAAC,CAAA,CAAU,CAAA,CARZ,EACMnB,CAAAqB,UAAA,CAAkBd,CAAA,CAAYU,CAAZ,CAAlB,CAAJ,CACEX,CAAA,CAAQW,CAAR,CADF,CACkBV,CAAA,CAAYU,CAAZ,CADlB,CAGE,OAAOX,CAAA,CAAQW,CAAR,CASb,IAAIE,CAAJ,CAIE,IAAKF,CAAL,GAFAK,EAEahB,CAFID,CAAAC,QAAA,EAEJA,CAAAA,CAAb,CACMA,CAAA,CAAQW,CAAR,CAAJ,GAAsBK,CAAA,CAAeL,CAAf,CAAtB,GAEMN,CAAA,CAAYW,CAAA,CAAeL,CAAf,CAAZ,CAAJ,CACE,OAAOX,CAAA,CAAQW,CAAR,CADT,CAGEX,CAAA,CAAQW,CAAR,CAHF,CAGkBK,CAAA,CAAeL,CAAf,CALpB,CAlCU,CAThB,CAEA;MAAOX,EA1BqE,CAA3D,CA5BvB,CAAAH,QAAA,CA4HW,cA5HX,CA4H2B,CAAC,UAAD,CAAa,QAAQ,CAACoB,CAAD,CAAW,CAErD,MAAO,KAYAC,QAAQ,CAACC,CAAD,CAAM,CAEjB,MAAO,CADHP,CACG,CADKK,CAAA,CAASE,CAAT,CACL,EAAQzB,CAAA0B,SAAA,CAAiBR,CAAjB,CAAR,CAAkCA,CAFxB,CAZd,KA4BAS,QAAQ,CAACF,CAAD,CAAMP,CAAN,CAAa,CACxBK,CAAA,CAASE,CAAT,CAAA,CAAgBzB,CAAA4B,OAAA,CAAeV,CAAf,CADQ,CA5BrB,QA0CGW,QAAQ,CAACJ,CAAD,CAAM,CACpB,OAAOF,CAAA,CAASE,CAAT,CADa,CA1CjB,CAF8C,CAAhC,CA5H3B,CApBsC,CAArC,CAAA,CAoME1B,MApMF,CAoMUA,MAAAC,QApMV;", 6 | "sources":["angular-cookies.js"], 7 | "names":["window","angular","undefined","module","factory","$rootScope","$browser","cookies","lastCookies","lastBrowserCookies","runEval","copy","isUndefined","addPollFn","currentCookies","$apply","$watch","push","name","value","updated","isString","isDefined","browserCookies","$cookies","get","key","fromJson","put","toJson","remove"] 8 | } 9 | -------------------------------------------------------------------------------- /$http service/community-master/lib/jquery/jquery.cookie.js: -------------------------------------------------------------------------------- 1 | ;jQuery.cookie = function(name, value, options) { 2 | if (typeof value != 'undefined') { // name and value given, set cookie 3 | options = options || {}; 4 | if (value === null) { 5 | value = ''; 6 | options.expires = -1; 7 | } 8 | var expires = ''; 9 | if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) { 10 | var date; 11 | if (typeof options.expires == 'number') { 12 | date = new Date(); 13 | date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000)); 14 | } else { 15 | date = options.expires; 16 | } 17 | expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE 18 | } 19 | var path = options.path ? '; path=' + options.path : ''; 20 | var domain = options.domain ? '; domain=' + options.domain : ''; 21 | var secure = options.secure ? '; secure' : ''; 22 | document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join(''); 23 | } else { // only name given, get cookie 24 | var cookieValue = null; 25 | if (document.cookie && document.cookie != '') { 26 | var cookies = document.cookie.split(';'); 27 | for (var i = 0; i < cookies.length; i++) { 28 | var cookie = jQuery.trim(cookies[i]); 29 | // Does this cookie string begin with the name we want? 30 | if (cookie.substring(0, name.length + 1) == (name + '=')) { 31 | cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); 32 | break; 33 | } 34 | } 35 | } 36 | return cookieValue; 37 | } 38 | }; -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/anchor/anchor.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 13 | 14 | 15 |
16 | 17 |
18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/attachment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/attachment.html -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/chart.config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 图表配置文件 3 | * */ 4 | 5 | 6 | //不同类型的配置 7 | var typeConfig = [ 8 | { 9 | chart: { 10 | type: 'line' 11 | }, 12 | plotOptions: { 13 | line: { 14 | dataLabels: { 15 | enabled: false 16 | }, 17 | enableMouseTracking: true 18 | } 19 | } 20 | }, { 21 | chart: { 22 | type: 'line' 23 | }, 24 | plotOptions: { 25 | line: { 26 | dataLabels: { 27 | enabled: true 28 | }, 29 | enableMouseTracking: false 30 | } 31 | } 32 | }, { 33 | chart: { 34 | type: 'area' 35 | } 36 | }, { 37 | chart: { 38 | type: 'bar' 39 | } 40 | }, { 41 | chart: { 42 | type: 'column' 43 | } 44 | }, { 45 | chart: { 46 | plotBackgroundColor: null, 47 | plotBorderWidth: null, 48 | plotShadow: false 49 | }, 50 | plotOptions: { 51 | pie: { 52 | allowPointSelect: true, 53 | cursor: 'pointer', 54 | dataLabels: { 55 | enabled: true, 56 | color: '#000000', 57 | connectorColor: '#000000', 58 | formatter: function() { 59 | return ''+ this.point.name +': '+ ( Math.round( this.point.percentage*100 ) / 100 ) +' %'; 60 | } 61 | } 62 | } 63 | } 64 | } 65 | ]; 66 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/emotion.css: -------------------------------------------------------------------------------- 1 | .jd img{ 2 | background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; 3 | cursor:pointer;width:35px;height:35px;display:block; 4 | } 5 | .pp img{ 6 | background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; 7 | cursor:pointer;width:25px;height:25px;display:block; 8 | } 9 | .ldw img{ 10 | background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; 11 | cursor:pointer;width:35px;height:35px;display:block; 12 | } 13 | .tsj img{ 14 | background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; 15 | cursor:pointer;width:35px;height:35px;display:block; 16 | } 17 | .cat img{ 18 | background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; 19 | cursor:pointer;width:35px;height:35px;display:block; 20 | } 21 | .bb img{ 22 | background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; 23 | cursor:pointer;width:35px;height:35px;display:block; 24 | } 25 | .youa img{ 26 | background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; 27 | cursor:pointer;width:35px;height:35px;display:block; 28 | } 29 | 30 | .smileytable td {height: 37px;} 31 | #tabPanel{margin-left:5px;overflow: hidden;} 32 | #tabContent {float:left;background:#FFFFFF;} 33 | #tabContent div{display: none;width:480px;overflow:hidden;} 34 | #tabIconReview.show{left:17px;display:block;} 35 | .menuFocus{background:#ACCD3C;} 36 | .menuDefault{background:#FFFFFF;} 37 | #tabIconReview{position:absolute;left:406px;left:398px \9;top:41px;z-index:65533;width:90px;height:76px;} 38 | img.review{width:90px;height:76px;border:2px solid #9cb945;background:#FFFFFF;background-position:center;background-repeat:no-repeat;} 39 | 40 | .wrapper .tabbody{position:relative;float:left;clear:both;padding:10px;width: 95%;} 41 | .tabbody table{width: 100%;} 42 | .tabbody td{border:1px solid #BAC498;} 43 | .tabbody td span{display: block;zoom:1;padding:0 4px;} -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/help/help.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-9-26 5 | * Time: 下午1:06 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | /** 9 | * tab点击处理事件 10 | * @param tabHeads 11 | * @param tabBodys 12 | * @param obj 13 | */ 14 | function clickHandler( tabHeads,tabBodys,obj ) { 15 | //head样式更改 16 | for ( var k = 0, len = tabHeads.length; k < len; k++ ) { 17 | tabHeads[k].className = ""; 18 | } 19 | obj.className = "focus"; 20 | //body显隐 21 | var tabSrc = obj.getAttribute( "tabSrc" ); 22 | for ( var j = 0, length = tabBodys.length; j < length; j++ ) { 23 | var body = tabBodys[j], 24 | id = body.getAttribute( "id" ); 25 | body.onclick = function(){ 26 | this.style.zoom = 1; 27 | }; 28 | if ( id != tabSrc ) { 29 | body.style.zIndex = 1; 30 | } else { 31 | body.style.zIndex = 200; 32 | } 33 | } 34 | 35 | } 36 | 37 | /** 38 | * TAB切换 39 | * @param tabParentId tab的父节点ID或者对象本身 40 | */ 41 | function switchTab( tabParentId ) { 42 | var tabElements = $G( tabParentId ).children, 43 | tabHeads = tabElements[0].children, 44 | tabBodys = tabElements[1].children; 45 | 46 | for ( var i = 0, length = tabHeads.length; i < length; i++ ) { 47 | var head = tabHeads[i]; 48 | if ( head.className === "focus" )clickHandler(tabHeads,tabBodys, head ); 49 | head.onclick = function () { 50 | clickHandler(tabHeads,tabBodys,this); 51 | } 52 | } 53 | } 54 | switchTab("helptab"); 55 | 56 | document.getElementById('version').innerHTML = parent.UE.version; -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/image.html -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/map/show.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/map/show.html -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/music/music.css: -------------------------------------------------------------------------------- 1 | .wrapper{margin: 5px 10px;} 2 | 3 | .searchBar{height:30px;padding:7px 0 3px;text-align:center;} 4 | .searchBtn{font-size:13px;height:24px;} 5 | 6 | .resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;} 7 | 8 | .listPanel{overflow: hidden;} 9 | .panelon{display:block;} 10 | .paneloff{display:none} 11 | 12 | .page{width:220px;margin:20px auto;overflow: hidden;} 13 | .pageon{float:right;width:24px;line-height:24px;height:24px;margin-right: 5px;background: none;border: none;color: #000;font-weight: bold;text-align:center} 14 | .pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff; 15 | border: 1px solid #E7ECF0;color: #2D64B3;margin-right: 5px;text-decoration: none;text-align:center;} 16 | 17 | .m-box{width:460px;} 18 | .m-m{float: left;line-height: 20px;height: 20px;} 19 | .m-h{height:24px;line-height:24px;padding-left: 46px;background-color:#FAFAFA;border-bottom: 1px solid #DAD8D8;font-weight: bold;font-size: 12px;color: #333;} 20 | .m-l{float:left;width:40px; } 21 | .m-t{float:left;width:140px;} 22 | .m-s{float:left;width:110px;} 23 | .m-z{float:left;width:100px;} 24 | .m-try-t{float: left;width: 60px;;} 25 | 26 | .m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;} 27 | .m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;} 28 | 29 | .loading{width:95px;height:7px;font-size:7px;margin:60px auto;background:url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat} 30 | .empty{width:300px;height:40px;padding:2px;margin:50px auto;line-height:40px; color:#006699;text-align:center;} -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/music/music.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 插入音乐 6 | 7 | 8 | 9 | 10 |
11 | 15 |
16 | 17 |
18 |
19 |
20 |
21 | 22 | 31 | 32 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/preview/preview.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 40 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/snapscreen/snapscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 47 | 48 | 49 |
50 |

51 |
52 |
53 |
54 |
55 |
56 |
57 | 58 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/spechars/spechars.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/table/edittable.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow: hidden; 3 | width: 540px; 4 | } 5 | .wrapper { 6 | margin: 10px auto 0; 7 | font-size: 12px; 8 | overflow: hidden; 9 | width: 520px; 10 | height: 315px; 11 | } 12 | 13 | .clear { 14 | clear: both; 15 | } 16 | 17 | .wrapper .left { 18 | float: left; 19 | margin-left: 10px;; 20 | } 21 | 22 | .wrapper .right { 23 | float: right; 24 | border-left: 2px dotted #EDEDED; 25 | padding-left: 15px; 26 | } 27 | 28 | .section { 29 | margin-bottom: 15px; 30 | width: 240px; 31 | overflow: hidden; 32 | } 33 | 34 | .section h3 { 35 | font-weight: bold; 36 | padding: 5px 0; 37 | margin-bottom: 10px; 38 | border-bottom: 1px solid #EDEDED; 39 | font-size: 12px; 40 | } 41 | 42 | .section ul { 43 | list-style: none; 44 | overflow: hidden; 45 | clear: both; 46 | 47 | } 48 | 49 | .section li { 50 | float: left; 51 | width: 120px;; 52 | } 53 | 54 | .section .tone { 55 | width: 80px;; 56 | } 57 | 58 | .section .preview { 59 | width: 220px; 60 | } 61 | 62 | .section .preview table { 63 | text-align: center; 64 | vertical-align: middle; 65 | color: #666; 66 | } 67 | 68 | .section .preview caption { 69 | font-weight: bold; 70 | } 71 | 72 | .section .preview td { 73 | border-width: 1px; 74 | border-style: solid; 75 | height: 22px; 76 | } 77 | 78 | .section .preview th { 79 | border-style: solid; 80 | border-color: #DDD; 81 | border-width: 2px 1px 1px 1px; 82 | height: 22px; 83 | background-color: #F7F7F7; 84 | } -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/table/edittd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 60 | 61 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/table/edittip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/table/edittip.html -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/template.css: -------------------------------------------------------------------------------- 1 | .wrap{ padding: 5px;font-size: 14px;} 2 | .left{width:425px;float: left;} 3 | .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} 4 | .right .pre{height: 332px;overflow-y: auto;} 5 | .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;} 6 | .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;} 7 | .right .preitem img{display: block;margin: 0 auto;width:100px;} 8 | .clear{clear: both;} 9 | .top{height:26px;line-height: 26px;padding: 5px;} 10 | .bottom{height:320px;width:100%;margin: 0 auto;} 11 | .transparent{ background: url("images/bg.gif") repeat;} 12 | .bottom table tr td{border:1px dashed #ccc;} 13 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;} 14 | .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 15 | p{margin: 5px 0} 16 | table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;} 17 | li{clear:both} 18 | ol{padding-left:40px; } -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/template.html: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/template/template.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-8-8 5 | * Time: 下午2:09 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | (function () { 9 | var me = editor, 10 | preview = $G( "preview" ), 11 | preitem = $G( "preitem" ), 12 | tmps = templates, 13 | currentTmp; 14 | var initPre = function () { 15 | var str = ""; 16 | for ( var i = 0, tmp; tmp = tmps[i++]; ) { 17 | str += '
'; 18 | } 19 | preitem.innerHTML = str; 20 | }; 21 | var pre = function ( n ) { 22 | var tmp = tmps[n - 1]; 23 | currentTmp = tmp; 24 | clearItem(); 25 | domUtils.setStyles( preitem.childNodes[n - 1], { 26 | "background-color":"lemonChiffon", 27 | "border":"#ccc 1px solid" 28 | } ); 29 | preview.innerHTML = tmp.preHtml ? tmp.preHtml : ""; 30 | }; 31 | var clearItem = function () { 32 | var items = preitem.children; 33 | for ( var i = 0, item; item = items[i++]; ) { 34 | domUtils.setStyles( item, { 35 | "background-color":"", 36 | "border":"white 1px solid" 37 | } ); 38 | } 39 | }; 40 | dialog.onok = function () { 41 | if ( !$G( "issave" ).checked ){ 42 | me.execCommand( "cleardoc" ); 43 | } 44 | var obj = { 45 | html:currentTmp && currentTmp.html 46 | }; 47 | me.execCommand( "template", obj ); 48 | }; 49 | initPre(); 50 | window.pre = pre; 51 | pre(2) 52 | 53 | })(); -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/config.json -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/controller.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | import="com.baidu.ueditor.ActionEnter" 3 | pageEncoding="UTF-8"%> 4 | <%@ page trimDirectiveWhitespaces="true" %> 5 | <% 6 | 7 | request.setCharacterEncoding( "gbk" ); 8 | response.setHeader("Content-Type" , "text/html"); 9 | 10 | String rootPath = application.getRealPath( "/" ); 11 | 12 | out.write( new ActionEnter( request, rootPath ).exec() ); 13 | 14 | %> -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/lib/commons-codec-1.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/lib/commons-codec-1.9.jar -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/lib/commons-fileupload-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/lib/commons-fileupload-1.3.1.jar -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/lib/json.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/lib/json.jar -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/jsp/lib/ueditor-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/jsp/lib/ueditor-1.1.1.jar -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/dialogbase.css: -------------------------------------------------------------------------------- 1 | /*弹出对话框页面样式组件 2 | */ 3 | 4 | /*reset 5 | */ 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, font, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td { 15 | margin: 0; 16 | padding: 0; 17 | outline: 0; 18 | font-size: 100%; 19 | } 20 | 21 | body { 22 | line-height: 1; 23 | } 24 | 25 | ol, ul { 26 | list-style: none; 27 | } 28 | 29 | blockquote, q { 30 | quotes: none; 31 | } 32 | 33 | ins { 34 | text-decoration: none; 35 | } 36 | 37 | del { 38 | text-decoration: line-through; 39 | } 40 | 41 | table { 42 | border-collapse: collapse; 43 | border-spacing: 0; 44 | } 45 | 46 | /*module 47 | */ 48 | body { 49 | background-color: #fff; 50 | font: 12px/1.5 sans-serif, "宋体", "Arial Narrow", HELVETICA; 51 | color: #646464; 52 | } 53 | 54 | /*tab*/ 55 | .tabhead { 56 | position: relative; 57 | z-index: 10; 58 | } 59 | 60 | .tabhead span { 61 | display: inline-block; 62 | padding: 0 5px; 63 | height: 30px; 64 | border: 1px solid #ccc; 65 | background: url("images/dialog-title-bg.png") repeat-x; 66 | text-align: center; 67 | line-height: 30px; 68 | cursor: pointer; 69 | *margin-right: 5px; 70 | } 71 | 72 | .tabhead span.focus { 73 | height: 31px; 74 | border-bottom: none; 75 | background: #fff; 76 | } 77 | 78 | .tabbody { 79 | position: relative; 80 | top: -1px; 81 | margin: 0 auto; 82 | border: 1px solid #ccc; 83 | } 84 | 85 | /*button*/ 86 | a.button { 87 | display: block; 88 | text-align: center; 89 | line-height: 24px; 90 | text-decoration: none; 91 | height: 24px; 92 | width: 95px; 93 | border: 0; 94 | color: #838383; 95 | background: url(../../themes/default/images/icons-all.gif) no-repeat; 96 | } 97 | 98 | a.button:hover { 99 | background-position: 0 -30px; 100 | } -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/highcharts/adapters/mootools-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | MooTools adapter 4 | 5 | (c) 2010-2013 Torstein Hnsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(){var e=window,h=document,f=e.MooTools.version.substring(0,3),i=f==="1.2"||f==="1.1",j=i||f==="1.3",g=e.$extend||function(){return Object.append.apply(Object,arguments)};e.HighchartsAdapter={init:function(a){var b=Fx.prototype,c=b.start,d=Fx.Morph.prototype,e=d.compute;b.start=function(b,d){var e=this.element;if(b.d)this.paths=a.init(e,e.d,this.toD);c.apply(this,arguments);return this};d.compute=function(b,c,d){var f=this.paths;if(f)this.element.attr("d",a.step(f[0],f[1],d,this.toD));else return e.apply(this, 10 | arguments)}},adapterRun:function(a,b){if(b==="width"||b==="height")return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=h.getElementsByTagName("head")[0],d=h.createElement("script");d.type="text/javascript";d.src=a;d.onload=b;c.appendChild(d)},animate:function(a,b,c){var d=a.attr,f=c&&c.complete;if(d&&!a.setStyle)a.getStyle=a.attr,a.setStyle=function(){var a=arguments;this.attr.call(this,a[0],a[1][0])},a.$family=function(){return!0};e.HighchartsAdapter.stop(a);c=new Fx.Morph(d?a:$(a), 11 | g({transition:Fx.Transitions.Quad.easeInOut},c));if(d)c.element=a;if(b.d)c.toD=b.d;f&&c.addEvent("complete",f);c.start(b);a.fx=c},each:function(a,b){return i?$each(a,b):Array.each(a,b)},map:function(a,b){return a.map(b)},grep:function(a,b){return a.filter(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){a=a.getPosition();return{left:a.x,top:a.y}},extendWithEvents:function(a){a.addEvent||(a.nodeName?$(a):g(a,new Events))},addEvent:function(a,b,c){typeof b==="string"&&(b=== 12 | "unload"&&(b="beforeunload"),e.HighchartsAdapter.extendWithEvents(a),a.addEvent(b,c))},removeEvent:function(a,b,c){typeof a!=="string"&&a.addEvent&&(b?(b==="unload"&&(b="beforeunload"),c?a.removeEvent(b,c):a.removeEvents&&a.removeEvents(b)):a.removeEvents())},fireEvent:function(a,b,c,d){b={type:b,target:a};b=j?new Event(b):new DOMEvent(b);b=g(b,c);if(!b.target&&b.event)b.target=b.event.target;b.preventDefault=function(){d=null};a.fireEvent&&a.fireEvent(b.type,b);d&&d(b)},washMouseEvent:function(a){if(a.page)a.pageX= 13 | a.page.x,a.pageY=a.page.y;return a},stop:function(a){a.fx&&a.fx.cancel()}}})(); 14 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/highcharts/modules/funnel.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Highcharts funnel module, Beta 4 | 5 | (c) 2010-2012 Torstein Hnsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(d){var u=d.getOptions().plotOptions,p=d.seriesTypes,D=d.merge,z=function(){},A=d.each;u.funnel=D(u.pie,{center:["50%","50%"],width:"90%",neckWidth:"30%",height:"100%",neckHeight:"25%",dataLabels:{connectorWidth:1,connectorColor:"#606060"},size:!0,states:{select:{color:"#C0C0C0",borderColor:"#000000",shadow:!1}}});p.funnel=d.extendClass(p.pie,{type:"funnel",animate:z,translate:function(){var a=function(k,a){return/%$/.test(k)?a*parseInt(k,10)/100:parseInt(k,10)},g=0,e=this.chart,f=e.plotWidth, 10 | e=e.plotHeight,h=0,c=this.options,C=c.center,b=a(C[0],f),d=a(C[0],e),p=a(c.width,f),i,q,j=a(c.height,e),r=a(c.neckWidth,f),s=a(c.neckHeight,e),v=j-s,a=this.data,w,x,u=c.dataLabels.position==="left"?1:0,y,m,B,n,l,t,o;this.getWidthAt=q=function(k){return k>j-s||j===s?r:r+(p-r)*((j-s-k)/(j-s))};this.getX=function(k,a){return b+(a?-1:1)*(q(k)/2+c.dataLabels.distance)};this.center=[b,d,j];this.centerX=b;A(a,function(a){g+=a.y});A(a,function(a){o=null;x=g?a.y/g:0;m=d-j/2+h*j;l=m+x*j;i=q(m);y=b-i/2;B=y+ 11 | i;i=q(l);n=b-i/2;t=n+i;m>v?(y=n=b-r/2,B=t=b+r/2):l>v&&(o=l,i=q(v),n=b-i/2,t=n+i,l=v);w=["M",y,m,"L",B,m,t,l];o&&w.push(t,o,n,o);w.push(n,l,"Z");a.shapeType="path";a.shapeArgs={d:w};a.percentage=x*100;a.plotX=b;a.plotY=(m+(o||l))/2;a.tooltipPos=[b,a.plotY];a.slice=z;a.half=u;h+=x});this.setTooltipPoints()},drawPoints:function(){var a=this,g=a.options,e=a.chart.renderer;A(a.data,function(f){var h=f.graphic,c=f.shapeArgs;h?h.animate(c):f.graphic=e.path(c).attr({fill:f.color,stroke:g.borderColor,"stroke-width":g.borderWidth}).add(a.group)})}, 12 | sortByAngle:z,drawDataLabels:function(){var a=this.data,g=this.options.dataLabels.distance,e,f,h,c=a.length,d,b;for(this.center[2]-=2*g;c--;)h=a[c],f=(e=h.half)?1:-1,b=h.plotY,d=this.getX(b,e),h.labelPos=[0,b,d+(g-5)*f,b,d+g*f,b,e?"right":"left",0];p.pie.prototype.drawDataLabels.call(this)}})})(Highcharts); 13 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d dataMax) { 39 | dataMax = value; 40 | } else if (value < dataMin) { 41 | dataMin = value; 42 | } 43 | } 44 | }); 45 | 46 | series.translateColors(dataMin, dataMax); 47 | }, 48 | 49 | getBox: function () {} 50 | 51 | }); 52 | 53 | }(Highcharts)); 54 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/highcharts/modules/no-data-to-display.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Plugin for displaying a message when there is no data visible in chart. 4 | 5 | (c) 2010-2013 Highsoft AS 6 | Author: ystein Moseng 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()}var d=c.seriesTypes,e=c.Chart.prototype,h=c.getOptions(),i=c.extend;i(h.lang,{noData:"No data to display"});h.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},attr:{},style:{fontWeight:"bold",fontSize:"12px",color:"#60606a"}};d.pie.prototype.hasData=f;if(d.gauge)d.gauge.prototype.hasData=f;if(d.waterfall)d.waterfall.prototype.hasData=f;c.Series.prototype.hasData=function(){return this.dataMax!== 11 | void 0&&this.dataMin!==void 0};e.showNoData=function(a){var b=this.options,a=a||b.lang.noData,b=b.noData;if(!this.noDataLabel)this.noDataLabel=this.renderer.label(a,0,0,null,null,null,null,null,"no-data").attr(b.attr).css(b.style).add(),this.noDataLabel.align(i(this.noDataLabel.getBBox(),b.position),!1,"plotBox")};e.hideNoData=function(){if(this.noDataLabel)this.noDataLabel=this.noDataLabel.destroy()};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0; 12 | return!1};e.callbacks.push(function(a){c.addEvent(a,"load",g);c.addEvent(a,"redraw",g)})})(Highcharts); 13 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/highcharts/themes/skies.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Skies theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#514F78", "#42A07B", "#9B5E4A", "#72727F", "#1F949A", "#82914E", "#86777F", "#42A07B"], 8 | chart: { 9 | className: 'skies', 10 | borderWidth: 0, 11 | plotShadow: true, 12 | plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/skies.jpg', 13 | plotBackgroundColor: { 14 | linearGradient: [0, 0, 250, 500], 15 | stops: [ 16 | [0, 'rgba(255, 255, 255, 1)'], 17 | [1, 'rgba(255, 255, 255, 0)'] 18 | ] 19 | }, 20 | plotBorderWidth: 1 21 | }, 22 | title: { 23 | style: { 24 | color: '#3E576F', 25 | font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 26 | } 27 | }, 28 | subtitle: { 29 | style: { 30 | color: '#6D869F', 31 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 32 | } 33 | }, 34 | xAxis: { 35 | gridLineWidth: 0, 36 | lineColor: '#C0D0E0', 37 | tickColor: '#C0D0E0', 38 | labels: { 39 | style: { 40 | color: '#666', 41 | fontWeight: 'bold' 42 | } 43 | }, 44 | title: { 45 | style: { 46 | color: '#666', 47 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 48 | } 49 | } 50 | }, 51 | yAxis: { 52 | alternateGridColor: 'rgba(255, 255, 255, .5)', 53 | lineColor: '#C0D0E0', 54 | tickColor: '#C0D0E0', 55 | tickWidth: 1, 56 | labels: { 57 | style: { 58 | color: '#666', 59 | fontWeight: 'bold' 60 | } 61 | }, 62 | title: { 63 | style: { 64 | color: '#666', 65 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 66 | } 67 | } 68 | }, 69 | legend: { 70 | itemStyle: { 71 | font: '9pt Trebuchet MS, Verdana, sans-serif', 72 | color: '#3E576F' 73 | }, 74 | itemHoverStyle: { 75 | color: 'black' 76 | }, 77 | itemHiddenStyle: { 78 | color: 'silver' 79 | } 80 | }, 81 | labels: { 82 | style: { 83 | color: '#3E576F' 84 | } 85 | } 86 | }; 87 | 88 | // Apply the theme 89 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 90 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /$http service/community-master/lib/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/lib/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /$http service/community-master/mainPage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/mainPage1.png -------------------------------------------------------------------------------- /$http service/community-master/mainPage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/mainPage2.png -------------------------------------------------------------------------------- /$http service/community-master/templates/article.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
{{article.viewNum}}浏览
4 |
{{article.voteNum}}投票
5 |
6 |
7 |
8 | {{article.askDate || article.shareDate}}来自 9 | {{article.userId}} 10 |
11 |
12 |
13 | 17 | 22 |
23 |
-------------------------------------------------------------------------------- /$http service/community-master/templates/ask.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
5 |
6 | 7 |
8 | 10 | 14 |
15 | 16 | 17 | 18 | 19 | 20 |
21 |
22 | 23 |
24 |
25 |
26 |
-------------------------------------------------------------------------------- /$http service/community-master/templates/loginDialog.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /$http service/community-master/templates/nav.html: -------------------------------------------------------------------------------- 1 |
2 | 55 |
-------------------------------------------------------------------------------- /$http service/community-master/templates/pagination.html: -------------------------------------------------------------------------------- 1 |
2 | 21 |
-------------------------------------------------------------------------------- /$http service/community-master/templates/question.html: -------------------------------------------------------------------------------- 1 |
2 |
{{question.voteNum}}投票
3 |
4 | {{question.answerNum}}{{question.status}} 5 |
6 |
{{question.viewNum}}浏览
7 |
8 |
9 |
10 | {{question.askDate}}来自 11 | {{question.userId}} 12 |
13 |
14 |
15 | {{question.title}} 16 |
17 | 22 |
23 |
-------------------------------------------------------------------------------- /$http service/community-master/templates/uploadImgDialog.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /$http service/community-master/userPage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/userPage1.png -------------------------------------------------------------------------------- /$http service/community-master/userPage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/community-master/userPage2.png -------------------------------------------------------------------------------- /$http service/js/angular-cookies.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | AngularJS v1.5.0 3 | (c) 2010-2016 Google, Inc. http://angularjs.org 4 | License: MIT 5 | */ 6 | (function(p,c,n){'use strict';function l(b,a,g){var d=g.baseHref(),k=b[0];return function(b,e,f){var g,h;f=f||{};h=f.expires;g=c.isDefined(f.path)?f.path:d;c.isUndefined(e)&&(h="Thu, 01 Jan 1970 00:00:00 GMT",e="");c.isString(h)&&(h=new Date(h));e=encodeURIComponent(b)+"="+encodeURIComponent(e);e=e+(g?";path="+g:"")+(f.domain?";domain="+f.domain:"");e+=h?";expires="+h.toUTCString():"";e+=f.secure?";secure":"";f=e.length+1;4096 4096 bytes)!");k.cookie=e}}c.module("ngCookies",["ng"]).provider("$cookies",[function(){var b=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(a,g){return{get:function(d){return a()[d]},getObject:function(d){return(d=this.get(d))?c.fromJson(d):d},getAll:function(){return a()},put:function(d,a,m){g(d,a,m?c.extend({},b,m):b)},putObject:function(d,b,a){this.put(d,c.toJson(b),a)},remove:function(a,k){g(a,n,k?c.extend({},b,k):b)}}}]}]);c.module("ngCookies").factory("$cookieStore", 8 | ["$cookies",function(b){return{get:function(a){return b.getObject(a)},put:function(a,c){b.putObject(a,c)},remove:function(a){b.remove(a)}}}]);l.$inject=["$document","$log","$browser"];c.module("ngCookies").provider("$$cookieWriter",function(){this.$get=l})})(window,window.angular); 9 | //# sourceMappingURL=angular-cookies.min.js.map 10 | -------------------------------------------------------------------------------- /$http service/service.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AngularJS学习 6 | 7 | 8 | 9 |
10 |

{{ output1 }}

11 |

{{ output2 }}

12 |

{{ output3 }}

13 |
14 |
15 |
16 | 17 | 45 | -------------------------------------------------------------------------------- /$http service/service1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AngularJS学习 6 | 7 | 8 | 9 |
10 | 11 | 12 |
13 |
14 |
15 | 16 | 39 | 40 | -------------------------------------------------------------------------------- /$http service/service2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | {{author.name}}
15 | {{author.sex}} 16 | 17 |
18 | 19 |
20 | {{author.name}}
21 | {{author.sex}} 22 | 23 |
24 | 25 | -------------------------------------------------------------------------------- /$http service/service3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |

{{aPerson.name}} - {{aPerson.country}}

10 |
11 | {{aPerson.name}} - {{aPerson.country}} 12 | 13 |
14 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /$http service/service4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AngularJS学习 6 | 7 | 8 | 9 |
10 | 11 | 12 |
13 |
14 |
15 | 16 | 37 | -------------------------------------------------------------------------------- /$http service/service5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AngularJS学习 6 | 7 | 8 | 9 |
10 | 11 |
12 |
13 | 14 |
15 | 16 | 38 | -------------------------------------------------------------------------------- /$http service/service6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | AngularJS学习 7 | 8 | 9 | 10 |
11 | 12 |
13 |
14 | 15 |
16 | 17 | 52 | -------------------------------------------------------------------------------- /$http service/src/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/src/app.js -------------------------------------------------------------------------------- /$http service/src/app2.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by JMTJ on 2017/1/17. 3 | */ 4 | var app= angular.module('Hello',[]); 5 | -------------------------------------------------------------------------------- /$http service/src/controller.js: -------------------------------------------------------------------------------- 1 | 2 | app.controller('helloCtrl', function ($scope, demoService) { //注入service 3 | $scope.author = demoService.publicAuthor; //获取私有属性 4 | $scope.updatePublic = function () { //更新数据 5 | demoService.publicAuthor={ 6 | name:'fei', 7 | sex:'femaile' 8 | } 9 | $scope.author = demoService.publicAuthor; 10 | } 11 | }) 12 | app.controller('worldCtrl', function ($scope, demoService) { 13 | $scope.author = demoService.publicAuthor;//获取公有属性 14 | $scope.update = function () { 15 | $scope.author = demoService.publicAuthor; 16 | } 17 | }) -------------------------------------------------------------------------------- /$http service/src/service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/$http service/src/service.js -------------------------------------------------------------------------------- /$http service/src/service2.js: -------------------------------------------------------------------------------- 1 | app.service('demoService', function () { 2 | "use strict"; 3 | 4 | var privateAuthor = { //私有变量 5 | name: 'jack', 6 | sex: 'male' 7 | } 8 | 9 | this.publicAuthor = { //共有变量 10 | name: 'rose', 11 | sex: 'female' 12 | } 13 | 14 | this.getPriAuthor = function () { //获取私有变量 15 | return publicAuthor; 16 | } 17 | }); -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # angulardemo 2 | -------------------------------------------------------------------------------- /angular imocc/angular1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 |

{{greeting.text}},Angular

9 |
10 | 11 | 12 | 23 | -------------------------------------------------------------------------------- /angular imocc/angular2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 22 | -------------------------------------------------------------------------------- /angular imocc/angular3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |

{{greeting.text}}angular

10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /angular imocc/angular4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 |
9 |

{{greeting.text}},Angular

10 | 11 |
12 |
13 |

{{greeting.text}},Angular

14 | 15 |
16 | 17 |
18 | 19 | 44 | 45 | -------------------------------------------------------------------------------- /angular imocc/angular5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 |
13 |
14 | Hello {{name}}! 15 |
16 |
17 |
    18 |
  1. 19 | {{name}} from {{department}} 20 |
  2. 21 |
22 |
23 |
24 | 25 | 34 | 35 | -------------------------------------------------------------------------------- /angular imocc/angular6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 |
13 | Root scope 14 | MyEventcount:{{count}} 15 | 16 |
    17 |
  • 18 | 19 | 20 |
    21 | Middle scope 22 | MyEventcount:{{count}} 23 |
      24 |
    • 25 | Leaf scope 26 | MyEvent count:{{count}} 27 |
    • 28 |
    29 |
  • 30 |
31 | 32 | 33 |
34 | 35 | 43 | 44 | -------------------------------------------------------------------------------- /angular imocc/angular7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 双向数据绑定 5 | 6 | 7 | 8 |
9 |

,Angular

10 |
11 | 12 | 13 | 14 | 21 | 22 | -------------------------------------------------------------------------------- /angular imocc/data.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "name":"《用Angular开发下一代WEB应用》" 3 | },{ 4 | "name":"《Ext江湖》" 5 | },{ 6 | "name":"游戏设计基础第二版" 7 | }] -------------------------------------------------------------------------------- /angular imocc/directive.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 双向数据绑定 5 | 6 | 7 | 8 | 9 |
10 |
11 | 12 |
13 | 14 | 15 | 16 | 17 | 27 | 28 | -------------------------------------------------------------------------------- /angular imocc/directive2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 双向数据绑定 5 | 6 | 7 | 8 | 9 |
10 | 11 | 滑动加载 12 | 13 |
14 | 15 |
16 | 17 | 滑动加载 18 | 19 |
20 | 21 | 22 | 23 | 53 | 54 | -------------------------------------------------------------------------------- /angular imocc/directive3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 独立scope 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 27 | 28 | -------------------------------------------------------------------------------- /angular imocc/directive4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 独立scope 5 | 6 | 7 | 8 | 9 |
10 | 11 |
12 | 13 | 14 | 15 | 36 | 37 | -------------------------------------------------------------------------------- /angular imocc/directive5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 独立scope 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 38 | 39 | -------------------------------------------------------------------------------- /angular imocc/directive6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 独立scope 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 33 | 34 | -------------------------------------------------------------------------------- /angular imocc/directive7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 编写指令 5 | 6 | 7 | 22 | 23 | 24 |
25 | {{text}} 26 |
27 | 28 | 29 | 30 | 62 | 63 | -------------------------------------------------------------------------------- /angular imocc/directive8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 编写指令 5 | 6 | 7 | 10 | 11 | 12 |
13 |
    14 |
  • 15 | {{user.name}} 16 |
  • 17 |
18 |
19 | 20 | 21 | 22 | 23 | 24 | 55 | 56 | -------------------------------------------------------------------------------- /angular imocc/provide1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 编写指令 5 | 6 | 7 | 10 | 11 | 12 |
13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 64 | 65 | -------------------------------------------------------------------------------- /angular imocc/web.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /angular tab—选项卡/css/1.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | } 5 | 6 | body { 7 | background: #e7ecea; 8 | font-weight: 600; 9 | font-family: 'Raleway', Arial, sans-serif; 10 | text-align: center; 11 | } 12 | a { 13 | color: #2CC185; 14 | text-decoration: none; 15 | outline: none; 16 | } 17 | a:hover { 18 | color: #74777b; 19 | } 20 | .tabs { 21 | position: relative; 22 | width: 100%; 23 | margin: 30px auto 0 auto; 24 | } 25 | nav ul{ 26 | position: relative; 27 | display: flex; 28 | max-width: 1200px; 29 | margin: 0 auto; 30 | list-style: none; 31 | flex-flow: row wrap; 32 | justify-content: center; 33 | } 34 | nav ul li{ 35 | flex: 1; 36 | } 37 | nav ul li .current a { 38 | color: #74777b; 39 | } 40 | a { 41 | display: block; 42 | position: relative; 43 | overflow : hidden; 44 | line-height: 2.5; 45 | } 46 | span { 47 | vertical-align: middle; 48 | font-size: 1.5em; 49 | } 50 | .content { 51 | position: relative; 52 | } 53 | section { 54 | /* display: none; */ 55 | margin: 0 auto; 56 | max-width: 1200px; 57 | } 58 | section.content-current{ 59 | /*display: block;*/ 60 | } 61 | section.content-current p{ 62 | color: rgba(40,44,42, 0.4); 63 | margin: 0; 64 | padding: 1.75em 0; 65 | font-weight: 900; 66 | font-size: 5em; 67 | line-height: 1; 68 | } 69 | .tabs-style nav{ 70 | /* background: rgba(255,255,255,0.4); */ 71 | } 72 | .tabs-style nav ul li a{ 73 | overflow: visible; 74 | border-bottom: 1px solid rgba(0,0,0,0.2); 75 | -webkit-transition: color 0.2s; 76 | transition: color 0.2s; 77 | } 78 | .tabs-style nav ul li.current a :after, 79 | ::before{ 80 | content: ''; 81 | position: absolute; 82 | top: 100%; 83 | left: 50%; 84 | width: 0; 85 | height: 0; 86 | border: solid transparent; 87 | } 88 | .tabs-style nav ul li.current a:after{ 89 | margin-left: -10px; 90 | border-width: 10px; 91 | border-top-color: #e7ecea; 92 | } 93 | .tabs-style nav ul li.current a:before { 94 | margin-left: -11px; 95 | border-width: 11px; 96 | border-top-color: rgba(0,0,0,0.2); 97 | } -------------------------------------------------------------------------------- /angular tab—选项卡/css/2.css: -------------------------------------------------------------------------------- 1 | *{ 2 | padding:0; 3 | margin:0; 4 | font-family:'Arial'; 5 | } 6 | .type-tabs{ 7 | width: 100%; 8 | height: 40px; 9 | } 10 | .type-tabs div{ 11 | float: left; 12 | width: 25%; 13 | line-height: 40px; 14 | text-align: center; 15 | cursor:pointer; 16 | user-select:none; 17 | -webkit-user-select:none; 18 | 19 | } 20 | .guid-bar{ 21 | position: relative; 22 | margin-top: -3px; 23 | } 24 | .guid-bar-content{ 25 | width: 25%; 26 | height: 3px; 27 | background-color: #345; 28 | position: absolute; 29 | left: 50%; 30 | transition:all 400ms ease; 31 | } 32 | .tab-content{ 33 | width: 100%; 34 | height: 500px; 35 | background-color: #ccc; 36 | overflow: hidden; 37 | } 38 | .tab-content-inner{ 39 | width: 400%; 40 | position: relative; 41 | transition: all 400ms; 42 | } 43 | .tab-content-item{ 44 | width: 25%; 45 | float: left; 46 | text-align:center; 47 | } -------------------------------------------------------------------------------- /angular tab—选项卡/index2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
15 |
Tab{{item}}
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |



24 |

Tab{{item}} 25 |

26 |
27 |
28 | 29 | 52 |
53 | 54 | -------------------------------------------------------------------------------- /angular tab—选项卡/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Document 6 | 7 | 8 | 9 | 10 | 11 |

AngularJS Home Page (Ui-router Demonstration)

12 |
13 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /angular tab—选项卡/perge1.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Page 1 content goes here...

4 |
5 |
-------------------------------------------------------------------------------- /angular tab—选项卡/perge2.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | Page-1 4 | Page-2 5 | Page-3 6 |
7 |
8 |
9 |
10 |
-------------------------------------------------------------------------------- /angular tab—选项卡/pergetab.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | Page-1 4 | Page-2 5 | Page-3 6 |
7 |
8 |
9 |
10 |
-------------------------------------------------------------------------------- /angular-navbar-master/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | bower_components 3 | dist 4 | .tmp 5 | .sass-cache 6 | .idea 7 | .tmp 8 | metadata 9 | -------------------------------------------------------------------------------- /angular-navbar-master/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-navbar", 3 | "version": "0.0.1", 4 | "author": "Conan Zhang", 5 | "dependencies": { 6 | "bootstrap": "~3.1.1", 7 | "angular-route": "~1.3.0-build.2860", 8 | "angular": "~1.3.0-build.2860", 9 | "angular-bootstrap": "~0.11.0" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /angular-navbar-master/case.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

case

9 | 10 | -------------------------------------------------------------------------------- /angular-navbar-master/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

contact

9 | 10 | -------------------------------------------------------------------------------- /angular-navbar-master/css/main.css: -------------------------------------------------------------------------------- 1 | .dropdown:hover .menu-top { 2 | display: block; 3 | } 4 | 5 | /*====================================*/ 6 | /* for multilevel navbar*/ 7 | /*====================================*/ 8 | .dropdown-submenu{ 9 | position:relative; 10 | } 11 | 12 | .dropdown-submenu > .dropdown-menu{ 13 | top:0; 14 | left:100%; 15 | margin-top:-6px; 16 | margin-left:-1px; 17 | -webkit-border-radius:0 6px 6px 6px; 18 | -moz-border-radius:0 6px 6px 6px; 19 | border-radius:0 6px 6px 6px; 20 | } 21 | 22 | .dropdown-submenu:hover > .dropdown-menu{ 23 | display:block; 24 | } 25 | 26 | .dropdown-submenu > a:after{ 27 | display:block; 28 | content:" "; 29 | float:right; 30 | width:0; 31 | height:0; 32 | border-color:transparent; 33 | border-style:solid; 34 | border-width:5px 0 5px 5px; 35 | border-left-color:#cccccc; 36 | margin-top:5px; 37 | margin-right:-10px; 38 | } 39 | 40 | .dropdown-submenu:hover > a:after{ 41 | border-left-color:#ffffff; 42 | } 43 | 44 | .dropdown-submenu .pull-left{ 45 | float:none; 46 | } 47 | 48 | .dropdown-submenu.pull-left > .dropdown-menu{ 49 | left:-100%; 50 | margin-left:10px; 51 | -webkit-border-radius:6px 0 6px 6px; 52 | -moz-border-radius:6px 0 6px 6px; 53 | border-radius:6px 0 6px 6px; 54 | } -------------------------------------------------------------------------------- /angular-navbar-master/home.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 | 7 |
8 | 9 |
10 | 11 |
12 | 13 |
14 | 15 |
16 | 17 |
18 | 19 |
20 | 21 | -------------------------------------------------------------------------------- /angular-navbar-master/info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

info

9 | 10 | -------------------------------------------------------------------------------- /angular-navbar-master/js/abb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/angular-navbar-master/js/abb.js -------------------------------------------------------------------------------- /angular-navbar-master/js/app.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var page2 = angular.module('page2', ['ui.bootstrap', 'ngRoute']); 4 | 5 | page2.config(['$routeProvider', '$locationProvider', '$sceProvider', function ($routeProvider, $locationProvider, $sceProvider) { 6 | $routeProvider 7 | .when('/', {controller: 'DemoCtrl'}) 8 | .when('/abc', {controller: 'DemoCtrl'}) 9 | .when('/123', {controller: 'DemoCtrl'}) 10 | .otherwise({redirectTo: '/'}); 11 | $locationProvider.html5Mode(true); 12 | }]); 13 | 14 | page2.controller('NavbarCtrl', function ($scope, $location) { 15 | $scope.isActive = function (route) { 16 | if ($location.path().indexOf('/dropdown') == 0) { 17 | return route === '/dropdown'; 18 | } 19 | return route === $location.path(); 20 | } 21 | }); 22 | 23 | page2.controller('DemoCtrl', function () { 24 | // nothing 25 | }); 26 | 27 | 28 | var page4 = angular.module('page4', ['ui.bootstrap', 'ngRoute']); 29 | 30 | page4.config(['$routeProvider', '$locationProvider', '$sceProvider', function ($routeProvider, $locationProvider, $sceProvider) { 31 | $routeProvider 32 | .when('/', {controller: 'DemoCtrl'}) 33 | .otherwise({redirectTo: '/'}); 34 | $locationProvider.html5Mode(true); 35 | }]); 36 | 37 | page4.controller('NavbarCtrl', function ($scope,$http,$location) { 38 | $http.get("/js/nav.json").success(function(json){ 39 | $scope.navbar = json; 40 | }); 41 | }); 42 | 43 | page4.controller('DemoCtrl', function () { 44 | // nothing 45 | }); 46 | 47 | -------------------------------------------------------------------------------- /angular-navbar-master/js/nav.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "label": "债券", 4 | "children": [ 5 | { 6 | "label": "可转债", 7 | "children": [ 8 | {"label": "可转债溢价率分析","link":"#"}, 9 | {"label": "可转债NS定价","link":"#"}, 10 | {"label": "可转债归因分析","link":"#"}, 11 | {"label": "可转债套利实时监控","link":"#"} 12 | ] 13 | }, 14 | { 15 | "label": "信用债", 16 | "children": [ 17 | {"label": "交易所债券监控","link":"#"} 18 | ] 19 | }, 20 | { 21 | "label": "利率债","link":"#", 22 | "children": [] 23 | }, 24 | { 25 | "label": "国债期货", 26 | "children": [ 27 | {"label": "国债期货表现分析","link":"#"}, 28 | {"label": "国债期货实时套利监控","link":"#"}, 29 | {"label": "IRR历史时间序列查询","link":"#"}, 30 | {"label": "IRR实时监控","link":"#"} 31 | ] 32 | } 33 | ] 34 | }, 35 | { 36 | "label": "股票", 37 | "children": [ 38 | { 39 | "label": "基本面分析", 40 | "children": [ 41 | {"label": "上市公司基本面数据查看","link":"#"} 42 | ] 43 | }, 44 | { 45 | "label": "量化选股策略", 46 | "children": [] 47 | } 48 | ] 49 | }, 50 | { 51 | "label": "宏观", 52 | "children": [ 53 | { 54 | "label": "宏观数据", 55 | "children": [ 56 | {"label": "宏观数据概览","link":"#"} 57 | ] 58 | }, 59 | { 60 | "label": "宏观经济预测", 61 | "children": [] 62 | }, 63 | { 64 | "label": "宏观经济和大类资产表现", 65 | "children": [] 66 | } 67 | ] 68 | } 69 | ] -------------------------------------------------------------------------------- /angular-navbar-master/news.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

news

9 | 10 | -------------------------------------------------------------------------------- /angular-navbar-master/page1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Bootstrap导航菜单 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /angular-navbar-master/product.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

product

9 | 10 | -------------------------------------------------------------------------------- /angular-navbar-master/readme.md: -------------------------------------------------------------------------------- 1 | AngularJS + Bootstrap3 导航菜单 2 | ============================= 3 | 4 | + AngularJS + Bootstrap3 导航菜单: http://blog.fens.me/bootstrap-angularjs-navbar/ 5 | + Bootstrap3多级导航菜单 http://blog.fens.me/bootstrap-multilevel-navbar/ 6 | 7 | ## 安装 8 | 9 | ```{bash} 10 | git clone https://github.com/bsspirit/angular-navbar.git 11 | cd angular-navbar 12 | bower install 13 | anywhere 14 | ``` 15 | 16 | ## 文件说明 17 | 18 | + page1.html 纯Bootstrap3的实现 19 | + page2.html Angularjs + Bootstrap3的实现 20 | + page3.html 静态多级菜单的实现 21 | + page4.html 动态多级菜单的实现 22 | 23 | ## License 24 | 25 | MIT 26 | -------------------------------------------------------------------------------- /angular-navbar-master/register.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Title 6 | 7 | 8 | 9 | 10 | show Ui-router11 11 | show Ui-router22 12 |
13 | 32 | 33 | -------------------------------------------------------------------------------- /angular-navbar-master/router1.html: -------------------------------------------------------------------------------- 1 |

router1

-------------------------------------------------------------------------------- /angular-navbar-master/router2.html: -------------------------------------------------------------------------------- 1 |

router2

-------------------------------------------------------------------------------- /angular-navbar-master/temps/11.html: -------------------------------------------------------------------------------- 1 |

11

-------------------------------------------------------------------------------- /angular-navbar-master/temps/22.html: -------------------------------------------------------------------------------- 1 |

22

-------------------------------------------------------------------------------- /angular-navbar-master/temps/33.html: -------------------------------------------------------------------------------- 1 |

33

-------------------------------------------------------------------------------- /angular-navbar-master/temps/44.html: -------------------------------------------------------------------------------- 1 |

44

-------------------------------------------------------------------------------- /angular-navbar-master/temps/55.html: -------------------------------------------------------------------------------- 1 |

55

-------------------------------------------------------------------------------- /day26/index11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 文件上传 6 | 7 | 8 | 9 | 10 | 41 | 42 | 43 |
44 | 45 | 当前上传用户:
Select
{{fileInfo.name}}
{{fileInfo.size}}
-------------------------------------------------------------------------------- /day26/ng-file-upload-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master.zip -------------------------------------------------------------------------------- /day26/ng-file-upload-master/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .tmp 3 | bower_components 4 | .settings 5 | .metadata 6 | *.war 7 | RemoteSystemsTempFiles/ 8 | .DS_Store 9 | .DS_Store? 10 | ehthumbs.db 11 | Thumbs.db 12 | .Spotlight-V100 13 | .Trashes 14 | classes/ 15 | ._* 16 | *.jar 17 | release-local.sh 18 | npm-debug.log 19 | .idea/ 20 | target/ 21 | *.iml 22 | 23 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "node": true, 3 | "browser": true, 4 | "esnext": true, 5 | "camelcase": true, 6 | "curly": false, 7 | "eqeqeq": true, 8 | "eqnull": true, 9 | "immed": true, 10 | "indent": 4, 11 | "latedef": true, 12 | "newcap": true, 13 | "noarg": true, 14 | "quotmark": "single", 15 | "undef": true, 16 | "unused": true, 17 | "trailing": true, 18 | "smarttabs": true, 19 | "jquery": true, 20 | "evil": true, 21 | "globals": { 22 | "angular":false, 23 | "FileAPI":false, 24 | "ngFileUpload":true, 25 | "FormData":true, 26 | "Blob":true, 27 | "ActiveXObject":false, 28 | "$document":false 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 danialfarid 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/C#/UploadController.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | 'use strict'; 3 | 4 | angular 5 | .module('app') 6 | .controller('UploadCtrl', UploadCtrl); 7 | 8 | UploadCtrl.$inject = ['$location', '$upload']; 9 | 10 | function UploadCtrl($location, $upload) { 11 | /* jshint validthis:true */ 12 | var vm = this; 13 | vm.title = 'UploadCtrl'; 14 | 15 | vm.onFileSelect = function ($files, user) { 16 | //$files: an array of files selected, each file has name, size, and type. 17 | for (var i = 0; i < $files.length; i++) { 18 | var file = $files[i]; 19 | vm.upload = $upload.upload({ 20 | url: 'Uploads/UploadHandler.ashx', 21 | data: { name: user.Name }, 22 | file: file, // or list of files ($files) for html5 only 23 | }).progress(function (evt) { 24 | //console.log('percent: ' + parseInt(100.0 * evt.loaded / evt.total)); 25 | }).success(function (data, status, headers, config) { 26 | alert('Uploaded successfully ' + file.name); 27 | }).error(function (err) { 28 | alert('Error occured during upload'); 29 | }); 30 | } 31 | }; 32 | 33 | } 34 | })(); 35 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/C#/UploadHandler.ashx: -------------------------------------------------------------------------------- 1 | <%@ WebHandler Language="C#" CodeBehind="UploadHandler.ashx.cs" Class="MyApp.Uploads.UploadHandler" %> 2 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/C#/UploadHandler.ashx.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | 6 | namespace MyApp.Uploads 7 | { 8 | /// 9 | /// Summary description for UploadHandler 10 | /// 11 | public class UploadHandler : IHttpHandler 12 | { 13 | 14 | public void ProcessRequest(HttpContext context) 15 | { 16 | if (context.Request.Files.Count > 0) 17 | { 18 | HttpFileCollection files = context.Request.Files; 19 | var userName = context.Request.Form["name"]; 20 | for (int i = 0; i < files.Count; i++) 21 | { 22 | HttpPostedFile file = files[i]; 23 | 24 | string fname = context.Server.MapPath("Uploads\\" + userName.ToUpper() + "\\" + file.FileName); 25 | file.SaveAs(fname); 26 | } 27 | } 28 | context.Response.ContentType = "text/plain"; 29 | context.Response.Write("File/s uploaded successfully!"); 30 | } 31 | 32 | public bool IsReusable 33 | { 34 | get 35 | { 36 | return false; 37 | } 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/java/com/df/angularfileupload/CORSFilter.java: -------------------------------------------------------------------------------- 1 | package com.df.angularfileupload; 2 | 3 | import java.io.IOException; 4 | 5 | import javax.servlet.Filter; 6 | import javax.servlet.FilterChain; 7 | import javax.servlet.FilterConfig; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.ServletRequest; 10 | import javax.servlet.ServletResponse; 11 | import javax.servlet.http.HttpServletRequest; 12 | import javax.servlet.http.HttpServletResponse; 13 | 14 | public class CORSFilter implements Filter { 15 | 16 | @Override 17 | public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws IOException, 18 | ServletException { 19 | HttpServletResponse httpResp = (HttpServletResponse) resp; 20 | HttpServletRequest httpReq = (HttpServletRequest) req; 21 | 22 | httpResp.setHeader("Access-Control-Allow-Methods", "GET, POST, PUT, OPTIONS"); 23 | httpResp.setHeader("Access-Control-Allow-Origin", "*"); 24 | if (httpReq.getMethod().equalsIgnoreCase("OPTIONS")) { 25 | httpResp.setHeader("Access-Control-Allow-Headers", 26 | httpReq.getHeader("Access-Control-Request-Headers")); 27 | } 28 | chain.doFilter(req, resp); 29 | } 30 | 31 | @Override 32 | public void init(FilterConfig arg0) throws ServletException { 33 | } 34 | 35 | @Override 36 | public void destroy() { 37 | } 38 | } -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/java/com/df/angularfileupload/S3Signature.java: -------------------------------------------------------------------------------- 1 | package com.df.angularfileupload; 2 | 3 | import com.google.api.server.spi.IoUtil; 4 | import com.google.appengine.repackaged.com.google.common.io.BaseEncoding; 5 | 6 | import javax.crypto.Mac; 7 | import javax.crypto.spec.SecretKeySpec; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.http.HttpServlet; 10 | import javax.servlet.http.HttpServletRequest; 11 | import javax.servlet.http.HttpServletResponse; 12 | import java.io.IOException; 13 | import java.security.InvalidKeyException; 14 | import java.security.NoSuchAlgorithmException; 15 | 16 | public class S3Signature extends HttpServlet { 17 | @Override 18 | protected void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { 19 | String policy_document = IoUtil.readStream(req.getInputStream()); 20 | System.out.println(policy_document); 21 | String policy = BaseEncoding.base64().encode(policy_document.getBytes("UTF-8")). 22 | replaceAll("\n","").replaceAll("\r",""); 23 | 24 | Mac hmac; 25 | try { 26 | hmac = Mac.getInstance("HmacSHA1"); 27 | String aws_secret_key = req.getParameter("aws-secret-key"); 28 | System.out.println(aws_secret_key); 29 | 30 | hmac.init(new SecretKeySpec(aws_secret_key.getBytes("UTF-8"), "HmacSHA1")); 31 | String signature = BaseEncoding.base64().encode( 32 | hmac.doFinal(policy.getBytes("UTF-8"))) 33 | .replaceAll("\n", ""); 34 | res.setStatus(HttpServletResponse.SC_OK); 35 | res.setContentType("application/json"); 36 | res.getWriter().write("{\"signature\":\"" + signature + "\",\"policy\":\"" + policy + "\"}"); 37 | } catch (NoSuchAlgorithmException e) { 38 | throw new RuntimeException(e); 39 | } catch (InvalidKeyException e) { 40 | throw new RuntimeException(e); 41 | } 42 | } 43 | } -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/resources/META-INF/jdoconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/resources/META-INF/persistence.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | org.datanucleus.api.jpa.PersistenceProviderImpl 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | # A default log4j configuration for log4j users. 2 | # 3 | # To use this configuration, deploy it into your application's WEB-INF/classes 4 | # directory. You are also encouraged to edit it as you like. 5 | 6 | # Configure the console as our one appender 7 | log4j.appender.A1=org.apache.log4j.ConsoleAppender 8 | log4j.appender.A1.layout=org.apache.log4j.PatternLayout 9 | log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] - %m%n 10 | 11 | # tighten logging on the DataNucleus Categories 12 | log4j.category.DataNucleus.JDO=WARN, A1 13 | log4j.category.DataNucleus.Persistence=WARN, A1 14 | log4j.category.DataNucleus.Cache=WARN, A1 15 | log4j.category.DataNucleus.MetaData=WARN, A1 16 | log4j.category.DataNucleus.General=WARN, A1 17 | log4j.category.DataNucleus.Utility=WARN, A1 18 | log4j.category.DataNucleus.Transaction=WARN, A1 19 | log4j.category.DataNucleus.Datastore=WARN, A1 20 | log4j.category.DataNucleus.ClassLoading=WARN, A1 21 | log4j.category.DataNucleus.Plugin=WARN, A1 22 | log4j.category.DataNucleus.ValueGeneration=WARN, A1 23 | log4j.category.DataNucleus.Enhancer=WARN, A1 24 | log4j.category.DataNucleus.SchemaTool=WARN, A1 25 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/WEB-INF/appengine-web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | angular-file-upload 4 | 9-0-0 5 | 6 | 9 | true 10 | 11 | 12 | 13 | 14 | 15 | 16 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/WEB-INF/logging.properties: -------------------------------------------------------------------------------- 1 | # A default java.util.logging configuration. 2 | # (All App Engine logging is through java.util.logging by default). 3 | # 4 | # To use this configuration, copy it into your application's WEB-INF 5 | # folder and add the following to your appengine-web.xml: 6 | # 7 | # 8 | # 9 | # 10 | # 11 | 12 | # Set the default logging level for all loggers to WARNING 13 | .level = WARNING 14 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | file_upload 7 | com.df.angularfileupload.FileUpload 8 | 9 | 10 | file_upload 11 | /upload 12 | 13 | 14 | s3_sign 15 | com.df.angularfileupload.S3Signature 16 | 17 | 18 | s3_sign 19 | /s3sign 20 | 21 | 22 | index.html 23 | 24 | 25 | SystemServiceServlet 26 | com.google.api.server.spi.SystemServiceServlet 27 | 28 | services 29 | 30 | 31 | 32 | 33 | SystemServiceServlet 34 | /_ah/spi/* 35 | 36 | 37 | cors_filter 38 | com.df.angularfileupload.CORSFilter 39 | 40 | 41 | cors_filter 42 | * 43 | 44 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/crossdomain.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/donate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Angular file upload donate 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/demo/src/main/webapp/favicon.ico -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/img/tea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/demo/src/main/webapp/img/tea.jpg -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/img/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/demo/src/main/webapp/img/tea.png -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/js/FileAPI.flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/demo/src/main/webapp/js/FileAPI.flash.swf -------------------------------------------------------------------------------- /day26/ng-file-upload-master/demo/src/main/webapp/js/ng-img-crop.css: -------------------------------------------------------------------------------- 1 | /* line 1, ../../source/scss/ng-img-crop.scss */ 2 | img-crop { 3 | width: 100%; 4 | height: 100%; 5 | display: block; 6 | position: relative; 7 | overflow: hidden; 8 | } 9 | /* line 7, ../../source/scss/ng-img-crop.scss */ 10 | img-crop canvas { 11 | display: block; 12 | position: absolute; 13 | top: 50%; 14 | left: 50%; 15 | outline: none; 16 | -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 17 | /* mobile webkit */ 18 | } 19 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/dist/FileAPI.flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/dist/FileAPI.flash.swf -------------------------------------------------------------------------------- /day26/ng-file-upload-master/index.js: -------------------------------------------------------------------------------- 1 | require('./dist/ng-file-upload-all'); 2 | module.exports = 'ngFileUpload'; -------------------------------------------------------------------------------- /day26/ng-file-upload-master/nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/nuget/NuGet.exe -------------------------------------------------------------------------------- /day26/ng-file-upload-master/nuget/Package.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | angular-file-upload 5 | Angular file upload 6 | 12.2.13 7 | Danial Farid, Georgios Diamantopoulos (nuget package) 8 | Danial Farid 9 | https://github.com/danialfarid/ng-file-upload/blob/master/LICENSE 10 | https://github.com/danialfarid/ng-file-upload 11 | false 12 | Light-weight HTML5 and cross-browser AngularJS directives for file upload, progress, abort, drag and drop 13 | angularjs upload 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/nuget/build.bat: -------------------------------------------------------------------------------- 1 | NuGet Update -self 2 | 3 | rmdir /s /q content 4 | mkdir content 5 | mkdir content\scripts 6 | copy ..\dist\* content\scripts 7 | del angular-file-upload.* 8 | 9 | NuGet Pack Package.nuspec 10 | 11 | for %%f in (angular-file-upload.*) do ( 12 | NuGet Push %%f 13 | rmdir /s /q content 14 | del %%f 15 | ) 16 | 17 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/nuget/nuget.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # add a simple 'nuget' command to Mac OS X under Mono 3 | # get NuGet.exe binary from http://nuget.codeplex.com/releases/view/58939 4 | # get Microsoft.Build.dll from a Windows .NET 4.0 installation 5 | # copy to /usr/local/bin and Robert is your father's brother.... 6 | # 7 | PATH=/usr/local/bin:$PATH 8 | mono --runtime=v4.0 /usr/local/bin/NuGet.exe $* 9 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ng-file-upload", 3 | "version": "12.2.13", 4 | "devDependencies": { 5 | "grunt": "^0.4.5", 6 | "grunt-contrib-concat": "^0.5.1", 7 | "grunt-contrib-clean": "^0.6.0", 8 | "grunt-contrib-jshint": "^0.11.0", 9 | "grunt-contrib-uglify": "^0.8.0", 10 | "grunt-contrib-watch": "^0.6.1", 11 | "grunt-contrib-copy": "~0.4.1", 12 | "grunt-text-replace": "~0.3.12", 13 | "grunt-git": "~0.2.14", 14 | "grunt-serve": "^0.1.6", 15 | "jshint-stylish": "^1.0.0", 16 | "load-grunt-tasks": "^3.1.0" 17 | }, 18 | "description": "An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers", 19 | "files": [ 20 | "index.js", 21 | "dist" 22 | ], 23 | "scripts": { 24 | "test": "echo \"Error: no test specified\" && exit 1" 25 | }, 26 | "repository": { 27 | "type": "git", 28 | "url": "https://github.com/danialfarid/ng-file-upload.git" 29 | }, 30 | "keywords": [ 31 | "angularjs", 32 | "ng-file-upload", 33 | "file-upload", 34 | "javascript" 35 | ], 36 | "author": "danial.farid@gmail.com", 37 | "license": "MIT", 38 | "bugs": { 39 | "url": "https://github.com/danialfarid/ng-file-upload/issues" 40 | }, 41 | "homepage": "https://github.com/danialfarid/ng-file-upload" 42 | } 43 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/release.sh: -------------------------------------------------------------------------------- 1 | echo version: $2 2 | echo message: $1 3 | 4 | grunt 5 | git add . 6 | git add -u . 7 | git commit -am "$1" 8 | git pull 9 | git push 10 | cd ../angular-file-upload-shim-bower 11 | git add . 12 | git add -u . 13 | git commit -am "$2" 14 | git pull 15 | git push 16 | cd ../angular-file-upload-bower 17 | git add . 18 | git add -u . 19 | git commit -am "$2" 20 | git pull 21 | git push 22 | 23 | 24 | API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "Version %s","body": "%s","draft": false,"prerelease": false}' $2 $2 "$1") 25 | 26 | echo commit json: $API_JSON 27 | 28 | curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload/releases?access_token=$3 29 | 30 | curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload-shim-bower/releases?access_token=$3 31 | 32 | curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload-bower/releases?access_token=$3 33 | 34 | cd ../ng-file-upload 35 | npm publish 36 | 37 | cd ../angular-file-upload-bower 38 | meteor publish 39 | 40 | cd ../ng-file-upload 41 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/src/FileAPI.flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/angular1/419d1765b1f0f49ca4aa60c430966dcec334e09e/day26/ng-file-upload-master/src/FileAPI.flash.swf -------------------------------------------------------------------------------- /day26/ng-file-upload-master/src/shim-filereader.js: -------------------------------------------------------------------------------- 1 | if (!window.FileReader) { 2 | window.FileReader = function () { 3 | var _this = this, loadStarted = false; 4 | this.listeners = {}; 5 | this.addEventListener = function (type, fn) { 6 | _this.listeners[type] = _this.listeners[type] || []; 7 | _this.listeners[type].push(fn); 8 | }; 9 | this.removeEventListener = function (type, fn) { 10 | if (_this.listeners[type]) _this.listeners[type].splice(_this.listeners[type].indexOf(fn), 1); 11 | }; 12 | this.dispatchEvent = function (evt) { 13 | var list = _this.listeners[evt.type]; 14 | if (list) { 15 | for (var i = 0; i < list.length; i++) { 16 | list[i].call(_this, evt); 17 | } 18 | } 19 | }; 20 | this.onabort = this.onerror = this.onload = this.onloadstart = this.onloadend = this.onprogress = null; 21 | 22 | var constructEvent = function (type, evt) { 23 | var e = {type: type, target: _this, loaded: evt.loaded, total: evt.total, error: evt.error}; 24 | if (evt.result != null) e.target.result = evt.result; 25 | return e; 26 | }; 27 | var listener = function (evt) { 28 | if (!loadStarted) { 29 | loadStarted = true; 30 | if (_this.onloadstart) _this.onloadstart(constructEvent('loadstart', evt)); 31 | } 32 | var e; 33 | if (evt.type === 'load') { 34 | if (_this.onloadend) _this.onloadend(constructEvent('loadend', evt)); 35 | e = constructEvent('load', evt); 36 | if (_this.onload) _this.onload(e); 37 | _this.dispatchEvent(e); 38 | } else if (evt.type === 'progress') { 39 | e = constructEvent('progress', evt); 40 | if (_this.onprogress) _this.onprogress(e); 41 | _this.dispatchEvent(e); 42 | } else { 43 | e = constructEvent('error', evt); 44 | if (_this.onerror) _this.onerror(e); 45 | _this.dispatchEvent(e); 46 | } 47 | }; 48 | this.readAsDataURL = function (file) { 49 | FileAPI.readAsDataURL(file, listener); 50 | }; 51 | this.readAsText = function (file) { 52 | FileAPI.readAsText(file, listener); 53 | }; 54 | }; 55 | } 56 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/test/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "bower_components" 3 | } 4 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/test/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "web", 3 | "private": true, 4 | "dependencies": { 5 | "chai": "~1.8.0", 6 | "mocha": "~1.14.0" 7 | }, 8 | "devDependencies": {} 9 | } 10 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Mocha Spec Runner 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /day26/ng-file-upload-master/test/spec/test.js: -------------------------------------------------------------------------------- 1 | /* global describe, it */ 2 | 3 | (function () { 4 | 'use strict'; 5 | 6 | describe('Give it some context', function () { 7 | describe('maybe a bit more context here', function () { 8 | it('should run here few assertions', function () { 9 | 10 | }); 11 | }); 12 | }); 13 | })(); 14 | -------------------------------------------------------------------------------- /input file/demo1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Document 6 | 7 | 8 | 31 | 32 | 33 |
demo1
34 |
demo2
35 | 36 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /input file/demo2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 29 | js 实现 input file 文件上传 /> 30 | 31 | 32 |
33 |
34 |
选择图片
35 |
36 |
37 | 38 |
39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /input file/demo3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ng-show实例 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 | 15 |
  • Stun
  • 16 | 17 |
  • Disintegrate
  • 18 | 19 |
  • Erase from history
  • 20 | 21 |
22 | 23 | 24 | 25 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /input file/demo5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 测试_短信验证码 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /input file/demo6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 27 | 28 | 29 |
30 | 31 |
32 | 33 | -------------------------------------------------------------------------------- /reg/demo1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /reg/demo3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | Email:
11 | 请输入正确的邮箱地址 12 |
13 |
14 | 21 | 22 | -------------------------------------------------------------------------------- /reg/demo4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | Number Only:
10 | 只输入数字 11 |
12 |
13 | 19 | 20 | -------------------------------------------------------------------------------- /reg/demo5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 昵称:
11 | 只输入中文 12 |
13 |
14 | 20 | 21 | --------------------------------------------------------------------------------