├── .classpath ├── .gitattributes ├── .gitignore ├── .idea ├── .name ├── doit.iml ├── encodings.xml ├── misc.xml ├── modules.xml ├── vcs.xml └── workspace.xml ├── .project ├── .settings ├── .jsdtscope ├── org.eclipse.core.resources.prefs ├── org.eclipse.jdt.core.prefs ├── org.eclipse.wst.common.component ├── org.eclipse.wst.common.project.facet.core.xml ├── org.eclipse.wst.jsdt.ui.superType.container ├── org.eclipse.wst.jsdt.ui.superType.name └── org.eclipse.wst.validation.prefs ├── WebContent ├── META-INF │ └── MANIFEST.MF ├── WEB-INF │ ├── lib │ │ ├── antlr-2.7.6.jar │ │ ├── aopalliance-1.0.jar │ │ ├── asm-3.3.jar │ │ ├── asm-commons-3.3.jar │ │ ├── asm-tree-3.3.jar │ │ ├── aspectjrt.jar │ │ ├── aspectjweaver.jar │ │ ├── c3p0-0.9.1.2.jar │ │ ├── cglib-nodep-2.2.2.jar │ │ ├── common-annotations.jar │ │ ├── commons-beanutils-1.8.0.jar │ │ ├── commons-chain-1.2.jar │ │ ├── commons-collections-3.1.jar │ │ ├── commons-dbcp.jar │ │ ├── commons-digester-2.0.jar │ │ ├── commons-fileupload-1.2.2.jar │ │ ├── commons-fileupload-1.3.1.jar │ │ ├── commons-io-2.0.1.jar │ │ ├── commons-io-2.4.jar │ │ ├── commons-lang-2.4.jar │ │ ├── commons-lang3-3.1.jar │ │ ├── commons-logging-1.1.1.jar │ │ ├── commons-logging-1.1.3.jar │ │ ├── commons-logging-api-1.1.jar │ │ ├── commons-logging.jar │ │ ├── commons-pool.jar │ │ ├── commons-validator-1.3.1.jar │ │ ├── dom4j-1.6.1.jar │ │ ├── druid-1.0.9.jar │ │ ├── dwr-1.1.1.jar │ │ ├── ehcache-1.2.3.jar │ │ ├── ejb3-persistence.jar │ │ ├── ezmorph-1.0.6.jar │ │ ├── freemarker-2.3.19.jar │ │ ├── freemarker-2.3.8.jar │ │ ├── hibernate-annotations.jar │ │ ├── hibernate-cglib-repack-2.1_3.jar │ │ ├── hibernate-commons-annotations.jar │ │ ├── hibernate-entitymanager.jar │ │ ├── hibernate3.jar │ │ ├── javassist-3.11.0.GA.jar │ │ ├── javassist-3.4.GA.jar │ │ ├── json-lib-2.3-jdk15.jar │ │ ├── jstl.jar │ │ ├── jta-1.1.jar │ │ ├── log4j-1.2.15.jar │ │ ├── log4j.jar │ │ ├── mysql-connector-java-5.1.4-bin.jar │ │ ├── ognl-2.6.11.jar │ │ ├── ognl-3.0.5.jar │ │ ├── servlet-api.jar │ │ ├── slf4j-api-1.5.2.jar │ │ ├── slf4j-log4j12.jar │ │ ├── spring-aop-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-aop-3.2.5.RELEASE-sources.jar │ │ ├── spring-aop-3.2.5.RELEASE.jar │ │ ├── spring-aspects-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-aspects-3.2.5.RELEASE-sources.jar │ │ ├── spring-aspects-3.2.5.RELEASE.jar │ │ ├── spring-beans-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-beans-3.2.5.RELEASE-sources.jar │ │ ├── spring-beans-3.2.5.RELEASE.jar │ │ ├── spring-build-src-3.2.5.RELEASE.jar │ │ ├── spring-context-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-context-3.2.5.RELEASE-sources.jar │ │ ├── spring-context-3.2.5.RELEASE.jar │ │ ├── spring-context-support-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-context-support-3.2.5.RELEASE-sources.jar │ │ ├── spring-context-support-3.2.5.RELEASE.jar │ │ ├── spring-core-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-core-3.2.5.RELEASE-sources.jar │ │ ├── spring-core-3.2.5.RELEASE.jar │ │ ├── spring-expression-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-expression-3.2.5.RELEASE-sources.jar │ │ ├── spring-expression-3.2.5.RELEASE.jar │ │ ├── spring-instrument-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-instrument-3.2.5.RELEASE-sources.jar │ │ ├── spring-instrument-3.2.5.RELEASE.jar │ │ ├── spring-instrument-tomcat-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-instrument-tomcat-3.2.5.RELEASE-sources.jar │ │ ├── spring-instrument-tomcat-3.2.5.RELEASE.jar │ │ ├── spring-jdbc-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-jdbc-3.2.5.RELEASE-sources.jar │ │ ├── spring-jdbc-3.2.5.RELEASE.jar │ │ ├── spring-jms-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-jms-3.2.5.RELEASE-sources.jar │ │ ├── spring-jms-3.2.5.RELEASE.jar │ │ ├── spring-orm-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-orm-3.2.5.RELEASE-sources.jar │ │ ├── spring-orm-3.2.5.RELEASE.jar │ │ ├── spring-oxm-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-oxm-3.2.5.RELEASE-sources.jar │ │ ├── spring-oxm-3.2.5.RELEASE.jar │ │ ├── spring-struts-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-struts-3.2.5.RELEASE-sources.jar │ │ ├── spring-struts-3.2.5.RELEASE.jar │ │ ├── spring-test-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-test-3.2.5.RELEASE-sources.jar │ │ ├── spring-test-3.2.5.RELEASE.jar │ │ ├── spring-tx-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-tx-3.2.5.RELEASE-sources.jar │ │ ├── spring-tx-3.2.5.RELEASE.jar │ │ ├── spring-web-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-web-3.2.5.RELEASE-sources.jar │ │ ├── spring-web-3.2.5.RELEASE.jar │ │ ├── spring-webmvc-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-webmvc-3.2.5.RELEASE-sources.jar │ │ ├── spring-webmvc-3.2.5.RELEASE.jar │ │ ├── spring-webmvc-portlet-3.2.5.RELEASE-javadoc.jar │ │ ├── spring-webmvc-portlet-3.2.5.RELEASE-sources.jar │ │ ├── spring-webmvc-portlet-3.2.5.RELEASE.jar │ │ ├── spring.jar │ │ ├── standard.jar │ │ ├── struts2-core-2.1.2.jar │ │ ├── struts2-core-2.3.4.jar │ │ ├── struts2-spring-plugin-2.3.4.jar │ │ ├── ueditor.jar │ │ ├── xwork-2.1.1.jar │ │ └── xwork-core-2.3.4.jar │ ├── springservlet-config.xml │ └── web.xml ├── admin │ ├── build │ │ ├── dev-server.js │ │ ├── webpack.base.js │ │ ├── webpack.dev.js │ │ └── webpack.pro.js │ ├── config │ │ ├── dev.jsx │ │ └── pro.jsx │ ├── package.json │ ├── src │ │ ├── actions │ │ │ ├── article │ │ │ │ ├── addArticle.jsx │ │ │ │ ├── delArticle.jsx │ │ │ │ └── editArticle.jsx │ │ │ ├── book │ │ │ │ ├── addBook.jsx │ │ │ │ ├── delBook.jsx │ │ │ │ └── editBook.jsx │ │ │ ├── comment │ │ │ │ ├── delComment.jsx │ │ │ │ └── editComment.jsx │ │ │ ├── link │ │ │ │ ├── addLink.jsx │ │ │ │ ├── delLink.jsx │ │ │ │ └── editLink.jsx │ │ │ ├── login.jsx │ │ │ ├── note │ │ │ │ ├── addNote.jsx │ │ │ │ ├── delNote.jsx │ │ │ │ └── editNote.jsx │ │ │ ├── recom │ │ │ │ ├── articleRecom.jsx │ │ │ │ ├── bookRecom.jsx │ │ │ │ └── noteRecom.jsx │ │ │ ├── sort │ │ │ │ ├── addSort.jsx │ │ │ │ ├── delSort.jsx │ │ │ │ └── editSort.jsx │ │ │ └── user │ │ │ │ ├── addUser.jsx │ │ │ │ ├── delUser.jsx │ │ │ │ └── editUser.jsx │ │ ├── components │ │ │ ├── breadcrumb │ │ │ │ ├── css │ │ │ │ │ └── breadcrumb.less │ │ │ │ └── js │ │ │ │ │ └── BreadcrumbComponent.jsx │ │ │ ├── card │ │ │ │ ├── css │ │ │ │ │ └── card.less │ │ │ │ └── js │ │ │ │ │ └── CardComponent.jsx │ │ │ ├── fetch │ │ │ │ └── js │ │ │ │ │ └── fetchComponent.jsx │ │ │ ├── menu │ │ │ │ ├── css │ │ │ │ │ └── menu.less │ │ │ │ ├── img │ │ │ │ │ └── logo.png │ │ │ │ └── js │ │ │ │ │ └── MenuComponent.jsx │ │ │ ├── pagination │ │ │ │ ├── css │ │ │ │ │ └── pagination.less │ │ │ │ └── js │ │ │ │ │ └── PaginationComponent.jsx │ │ │ ├── search │ │ │ │ ├── css │ │ │ │ │ └── breadcrumb.less │ │ │ │ ├── img │ │ │ │ │ └── foot.png │ │ │ │ └── js │ │ │ │ │ └── SearchComponent.jsx │ │ │ ├── select │ │ │ │ ├── css │ │ │ │ │ └── select.less │ │ │ │ └── js │ │ │ │ │ └── SelectComponent.jsx │ │ │ ├── table │ │ │ │ ├── css │ │ │ │ │ └── table.less │ │ │ │ └── js │ │ │ │ │ └── TableComponent.jsx │ │ │ ├── tag │ │ │ │ ├── css │ │ │ │ │ └── tag.less │ │ │ │ └── js │ │ │ │ │ └── TagComponent.jsx │ │ │ ├── toolbar │ │ │ │ ├── css │ │ │ │ │ └── toolbar.less │ │ │ │ └── js │ │ │ │ │ └── ToolBarComponent.jsx │ │ │ └── ueditor │ │ │ │ ├── css │ │ │ │ └── ueditor.less │ │ │ │ └── js │ │ │ │ └── UeditorComponent.jsx │ │ ├── containers │ │ │ ├── HomePage.jsx │ │ │ ├── LoginPage.jsx │ │ │ ├── MainPage.jsx │ │ │ ├── NotFound.jsx │ │ │ ├── article │ │ │ │ ├── AddArticlePage.jsx │ │ │ │ ├── DelArticlePage.jsx │ │ │ │ └── EditArticlePage.jsx │ │ │ ├── book │ │ │ │ ├── AddBookPage.jsx │ │ │ │ ├── DelBookPage.jsx │ │ │ │ └── EditBookPage.jsx │ │ │ ├── comment │ │ │ │ ├── DelCommentPage.jsx │ │ │ │ └── EditCommentPage.jsx │ │ │ ├── link │ │ │ │ ├── AddLinkPage.jsx │ │ │ │ ├── DelLinkPage.jsx │ │ │ │ └── EditLinkPage.jsx │ │ │ ├── note │ │ │ │ ├── AddNotePage.jsx │ │ │ │ ├── DelNotePage.jsx │ │ │ │ └── EditNotePage.jsx │ │ │ ├── recom │ │ │ │ ├── ArticleRecomPage.jsx │ │ │ │ ├── BookRecomPage.jsx │ │ │ │ └── NoteRecomPage.jsx │ │ │ ├── sort │ │ │ │ ├── AddSortPage.jsx │ │ │ │ ├── DelSortPage.jsx │ │ │ │ └── EditSortPage.jsx │ │ │ └── user │ │ │ │ ├── AddUserPage.jsx │ │ │ │ ├── DelUserPage.jsx │ │ │ │ └── EditUserPage.jsx │ │ ├── css │ │ │ ├── article.less │ │ │ ├── book.less │ │ │ ├── comment.less │ │ │ ├── layout.less │ │ │ ├── link.less │ │ │ ├── login.less │ │ │ ├── notFound.less │ │ │ ├── note.less │ │ │ ├── sort.less │ │ │ └── user.less │ │ ├── i │ │ │ ├── favicon.ico │ │ │ ├── icon.png │ │ │ └── notFound.png │ │ ├── index.jsx │ │ ├── reducers │ │ │ ├── Article │ │ │ │ ├── addArticle.jsx │ │ │ │ ├── delArticle.jsx │ │ │ │ └── editArticle.jsx │ │ │ ├── book │ │ │ │ ├── addBook.jsx │ │ │ │ ├── delBook.jsx │ │ │ │ └── editBook.jsx │ │ │ ├── comment │ │ │ │ ├── delComment.jsx │ │ │ │ └── editComment.jsx │ │ │ ├── index.jsx │ │ │ ├── link │ │ │ │ ├── addLink.jsx │ │ │ │ ├── delLink.jsx │ │ │ │ └── editLink.jsx │ │ │ ├── login.jsx │ │ │ ├── note │ │ │ │ ├── addNote.jsx │ │ │ │ ├── delNote.jsx │ │ │ │ └── editNote.jsx │ │ │ ├── recom │ │ │ │ ├── articleRecom.jsx │ │ │ │ ├── bookRecom.jsx │ │ │ │ └── noteRecom.jsx │ │ │ ├── sort │ │ │ │ ├── addSort.jsx │ │ │ │ ├── delSort.jsx │ │ │ │ └── editSort.jsx │ │ │ └── user │ │ │ │ ├── addUser.jsx │ │ │ │ ├── delUser.jsx │ │ │ │ └── editUser.jsx │ │ ├── route │ │ │ ├── DemandRoute.jsx │ │ │ ├── OrdinaryRoute.jsx │ │ │ └── routes │ │ │ │ ├── article │ │ │ │ ├── AddArticlePage.jsx │ │ │ │ ├── DelArticlePage.jsx │ │ │ │ └── EditArticlePage.jsx │ │ │ │ ├── book │ │ │ │ ├── AddBookPage.jsx │ │ │ │ ├── DelBookPage.jsx │ │ │ │ └── EditBookPage.jsx │ │ │ │ ├── comment │ │ │ │ ├── DelCommentPage.jsx │ │ │ │ └── EditCommentPage.jsx │ │ │ │ ├── link │ │ │ │ ├── AddLinkPage.jsx │ │ │ │ ├── DelLinkPage.jsx │ │ │ │ └── EditLinkPage.jsx │ │ │ │ ├── note │ │ │ │ ├── AddNotePage.jsx │ │ │ │ ├── DelNotePage.jsx │ │ │ │ └── EditNotePage.jsx │ │ │ │ ├── recom │ │ │ │ ├── ArticleRecomPage.jsx │ │ │ │ ├── BookRecomPage.jsx │ │ │ │ └── NoteRecomPage.jsx │ │ │ │ ├── sort │ │ │ │ ├── AddSortPage.jsx │ │ │ │ ├── DelSortPage.jsx │ │ │ │ └── EditSortPage.jsx │ │ │ │ └── user │ │ │ │ ├── AddUserPage.jsx │ │ │ │ ├── DelUserPage.jsx │ │ │ │ └── EditUserPage.jsx │ │ ├── stores │ │ │ └── index.jsx │ │ ├── template │ │ │ ├── dev_index.html │ │ │ └── pro_index.html │ │ └── utils │ │ │ ├── auth.jsx │ │ │ └── index.jsx │ └── ueditor1.6.1 │ │ ├── dialogs │ │ ├── anchor │ │ │ └── anchor.html │ │ ├── attachment │ │ │ ├── attachment.css │ │ │ ├── attachment.html │ │ │ ├── callbacks.js │ │ │ ├── fileTypeImages │ │ │ │ ├── icon_chm.gif │ │ │ │ ├── icon_default.png │ │ │ │ ├── icon_doc.gif │ │ │ │ ├── icon_exe.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 │ │ │ └── fileTypeMaps.js │ │ ├── background │ │ │ ├── background.css │ │ │ ├── background.html │ │ │ └── background.js │ │ ├── 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 │ │ │ ├── imageUploader.swf │ │ │ └── images │ │ │ │ ├── center_focus.jpg │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ └── right_focus.jpg │ │ ├── insertframe │ │ │ └── insertframe.html │ │ ├── internal.js │ │ ├── link │ │ │ └── link.html │ │ ├── map │ │ │ └── map.html │ │ ├── music │ │ │ ├── music.css │ │ │ ├── music.html │ │ │ └── music.js │ │ ├── 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 │ │ ├── tangram.js │ │ ├── template │ │ │ ├── config.js │ │ │ ├── images │ │ │ │ ├── bg.gif │ │ │ │ ├── pre0.png │ │ │ │ ├── pre1.png │ │ │ │ ├── pre2.png │ │ │ │ ├── pre3.png │ │ │ │ └── pre4.png │ │ │ ├── template.css │ │ │ ├── template.html │ │ │ └── template.js │ │ ├── video │ │ │ ├── images │ │ │ │ ├── center_focus.jpg │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ └── right_focus.jpg │ │ │ ├── video.css │ │ │ ├── video.html │ │ │ └── video.js │ │ ├── webapp │ │ │ └── webapp.html │ │ └── wordimage │ │ │ ├── fClipboard_ueditor.swf │ │ │ ├── imageUploader.swf │ │ │ ├── wordimage.html │ │ │ └── wordimage.js │ │ ├── jsp │ │ ├── Uploader.java │ │ ├── commons-fileupload-1.2.2.jar │ │ ├── fileUp.jsp │ │ ├── getContent.jsp │ │ ├── getMovie.jsp │ │ ├── getRemoteImage.jsp │ │ ├── imageManager.jsp │ │ ├── imageUp.jsp │ │ ├── scrawlUp.jsp │ │ └── ueditor.jar │ │ ├── lang │ │ ├── en │ │ │ ├── en.js │ │ │ └── images │ │ │ │ ├── addimage.png │ │ │ │ ├── alldeletebtnhoverskin.png │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ ├── background.png │ │ │ │ ├── button.png │ │ │ │ ├── copy.png │ │ │ │ ├── deletedisable.png │ │ │ │ ├── deleteenable.png │ │ │ │ ├── imglabel.png │ │ │ │ ├── listbackground.png │ │ │ │ ├── localimage.png │ │ │ │ ├── music.png │ │ │ │ ├── rotateleftdisable.png │ │ │ │ ├── rotateleftenable.png │ │ │ │ ├── rotaterightdisable.png │ │ │ │ ├── rotaterightenable.png │ │ │ │ └── upload.png │ │ └── zh-cn │ │ │ ├── images │ │ │ ├── copy.png │ │ │ ├── imglabel.png │ │ │ ├── localimage.png │ │ │ ├── music.png │ │ │ └── upload.png │ │ │ └── zh-cn.js │ │ ├── themes │ │ ├── default │ │ │ ├── css │ │ │ │ └── ueditor.css │ │ │ ├── dialogbase.css │ │ │ └── images │ │ │ │ ├── anchor.gif │ │ │ │ ├── arrow.png │ │ │ │ ├── arrow_down.png │ │ │ │ ├── arrow_up.png │ │ │ │ ├── button-bg.gif │ │ │ │ ├── cancelbutton.gif │ │ │ │ ├── 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 │ │ │ │ ├── lock.gif │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ ├── pagebreak.gif │ │ │ │ ├── scale.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 │ │ ├── snapscreen │ │ │ └── UEditorSnapscreen.exe │ │ └── swfupload │ │ │ ├── fileprogress.js │ │ │ ├── swfupload.cookies.js │ │ │ ├── swfupload.js │ │ │ ├── swfupload.proxy.js │ │ │ ├── swfupload.queue.js │ │ │ ├── swfupload.speed.js │ │ │ ├── swfupload.swf │ │ │ └── swfupload_fp9.swf │ │ ├── ueditor.all.js │ │ ├── ueditor.all.min.js │ │ ├── ueditor.config.js │ │ └── ueditor.parse.js ├── column │ ├── book.jsp │ ├── front.jsp │ ├── java.jsp │ ├── me.jsp │ ├── mobile.jsp │ ├── more.jsp │ ├── note.jsp │ ├── search.jsp │ ├── show.jsp │ └── works.jsp ├── common │ ├── css │ │ └── common.css │ ├── images │ │ ├── cat.png │ │ ├── cover_default.png │ │ ├── grace.png │ │ ├── icon.png │ │ └── zoom.png │ └── js │ │ ├── ENV.js │ │ ├── jquery-1.7.2.js │ │ ├── jquery-1.7.2.min.js │ │ └── jquery.json-2.2.min.js ├── css │ ├── book.css │ ├── front.css │ ├── home.css │ ├── java.css │ ├── me.css │ ├── mobile.css │ ├── more.css │ ├── note.css │ ├── search.css │ ├── show.css │ └── works.css ├── fonts │ └── a.txt ├── home.jsp ├── images │ ├── a.txt │ └── foot.png ├── js │ ├── book.js │ ├── front.js │ ├── home.js │ ├── java.js │ ├── me.js │ ├── mobile.js │ ├── more.js │ ├── note.js │ ├── search.js │ ├── show.js │ └── works.js ├── plugins │ ├── Wookmark-jQuery-master │ │ ├── css │ │ │ ├── main.css │ │ │ └── reset.css │ │ ├── example-filter │ │ │ ├── and-filter.html │ │ │ ├── css │ │ │ │ └── style.css │ │ │ ├── fade.html │ │ │ ├── index.html │ │ │ └── only-filter.html │ │ ├── index.html │ │ ├── jquery.wookmark.js │ │ ├── jquery.wookmark.min.js │ │ ├── libs │ │ │ ├── jquery.colorbox-min.js │ │ │ ├── jquery.imagesloaded.js │ │ │ ├── jquery.min.js │ │ │ └── require.min.js │ │ └── wookmark.jquery.json │ ├── bootstrap-ui │ │ ├── config.json │ │ ├── css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── bootstrap1.min.css │ │ │ ├── bootstrap_show.css │ │ │ └── bootstrap_show.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ └── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ ├── comment │ │ ├── css │ │ │ ├── semantic.css │ │ │ └── zyComment.css │ │ ├── demo.jsp │ │ ├── fonts │ │ │ ├── basic.icons.eot │ │ │ ├── basic.icons.svg │ │ │ ├── basic.icons.ttf │ │ │ ├── basic.icons.woff │ │ │ ├── icons.eot │ │ │ ├── icons.otf │ │ │ ├── icons.svg │ │ │ ├── icons.ttf │ │ │ └── icons.woff │ │ ├── images │ │ │ └── foot.png │ │ └── js │ │ │ ├── jquery-1.7.2.min.js │ │ │ └── zyComment.js │ ├── jquery.pagination-master │ │ ├── demo1.html │ │ ├── demo1.html.bak │ │ ├── demo2.html │ │ ├── demo2.html.bak │ │ ├── index.html │ │ └── js │ │ │ └── jquery.pagination.js │ ├── scrollup-master │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTE.md │ │ ├── Gruntfile.js │ │ ├── README.md │ │ ├── css │ │ │ ├── labs.css │ │ │ └── themes │ │ │ │ ├── image.css │ │ │ │ ├── link.css │ │ │ │ ├── pill.css │ │ │ │ └── tab.css │ │ ├── img │ │ │ └── top.png │ │ ├── index.html │ │ ├── js │ │ │ ├── jquery.scrollUp.js │ │ │ ├── jquery.scrollUp.min.js │ │ │ └── lib │ │ │ │ ├── jquery-1.10.2.min.js │ │ │ │ └── jquery.easing.min.js │ │ ├── package.json │ │ └── src │ │ │ └── jquery.scrollUp.js │ ├── search │ │ ├── css │ │ │ └── zySearch.css │ │ ├── demo.jsp │ │ ├── images │ │ │ └── chicken.gif │ │ └── js │ │ │ ├── zySearch-doit.js │ │ │ └── zySearch.js │ ├── semantic-ui │ │ ├── examples │ │ │ ├── feed.css │ │ │ ├── feed.html │ │ │ ├── feed.js │ │ │ ├── homepage.css │ │ │ ├── homepage.html │ │ │ ├── homepage.js │ │ │ └── images │ │ │ │ ├── bg.jpg │ │ │ │ └── cat.png │ │ ├── javascript │ │ │ ├── jquery-1.10.2.min.js │ │ │ ├── mode-javascript.js │ │ │ ├── model.js │ │ │ ├── semantic.js │ │ │ ├── semantic.min.js │ │ │ ├── tablesort.js │ │ │ └── waypoints.js │ │ ├── less │ │ │ ├── collections │ │ │ │ ├── breadcrumb.less │ │ │ │ ├── form.less │ │ │ │ ├── grid.less │ │ │ │ ├── menu.less │ │ │ │ ├── message.less │ │ │ │ └── table.less │ │ │ ├── elements │ │ │ │ ├── basic.icon.less │ │ │ │ ├── button.less │ │ │ │ ├── divider.less │ │ │ │ ├── header.less │ │ │ │ ├── icon.less │ │ │ │ ├── image.less │ │ │ │ ├── input.less │ │ │ │ ├── label.less │ │ │ │ ├── loader.less │ │ │ │ ├── progress.less │ │ │ │ ├── reveal.less │ │ │ │ ├── segment.less │ │ │ │ └── step.less │ │ │ ├── fonts │ │ │ │ ├── basic.icons.eot │ │ │ │ ├── basic.icons.svg │ │ │ │ ├── basic.icons.ttf │ │ │ │ ├── basic.icons.woff │ │ │ │ ├── icons.eot │ │ │ │ ├── icons.otf │ │ │ │ ├── icons.svg │ │ │ │ ├── icons.ttf │ │ │ │ └── icons.woff │ │ │ ├── images │ │ │ │ ├── loader-large-inverted.gif │ │ │ │ ├── loader-large.gif │ │ │ │ ├── loader-medium-inverted.gif │ │ │ │ ├── loader-medium.gif │ │ │ │ ├── loader-mini-inverted.gif │ │ │ │ ├── loader-mini.gif │ │ │ │ ├── loader-small-inverted.gif │ │ │ │ └── loader-small.gif │ │ │ ├── modules │ │ │ │ ├── accordion.js │ │ │ │ ├── accordion.less │ │ │ │ ├── behavior │ │ │ │ │ ├── api.js │ │ │ │ │ ├── colorize.js │ │ │ │ │ ├── form.js │ │ │ │ │ └── state.js │ │ │ │ ├── chatroom.js │ │ │ │ ├── chatroom.less │ │ │ │ ├── checkbox.js │ │ │ │ ├── checkbox.less │ │ │ │ ├── dimmer.js │ │ │ │ ├── dimmer.less │ │ │ │ ├── dropdown.js │ │ │ │ ├── dropdown.less │ │ │ │ ├── modal.js │ │ │ │ ├── modal.less │ │ │ │ ├── nag.js │ │ │ │ ├── nag.less │ │ │ │ ├── popup.js │ │ │ │ ├── popup.less │ │ │ │ ├── rating.js │ │ │ │ ├── rating.less │ │ │ │ ├── search.js │ │ │ │ ├── search.less │ │ │ │ ├── shape.js │ │ │ │ ├── shape.less │ │ │ │ ├── sidebar.js │ │ │ │ ├── sidebar.less │ │ │ │ ├── tab.js │ │ │ │ ├── tab.less │ │ │ │ ├── transition.js │ │ │ │ ├── transition.less │ │ │ │ ├── video.js │ │ │ │ └── video.less │ │ │ └── views │ │ │ │ ├── comment.less │ │ │ │ ├── feed.less │ │ │ │ ├── item.less │ │ │ │ ├── list.less │ │ │ │ └── statistic.less │ │ ├── minified │ │ │ ├── collections │ │ │ │ ├── breadcrumb.min.css │ │ │ │ ├── form.min.css │ │ │ │ ├── grid.min.css │ │ │ │ ├── menu.min.css │ │ │ │ ├── message.min.css │ │ │ │ └── table.min.css │ │ │ ├── elements │ │ │ │ ├── basic.icon.min.css │ │ │ │ ├── button.min.css │ │ │ │ ├── divider.min.css │ │ │ │ ├── header.min.css │ │ │ │ ├── icon.min.css │ │ │ │ ├── image.min.css │ │ │ │ ├── input.min.css │ │ │ │ ├── label.min.css │ │ │ │ ├── loader.min.css │ │ │ │ ├── progress.min.css │ │ │ │ ├── reveal.min.css │ │ │ │ ├── segment.min.css │ │ │ │ └── step.min.css │ │ │ ├── fonts │ │ │ │ ├── basic.icons.eot │ │ │ │ ├── basic.icons.svg │ │ │ │ ├── basic.icons.ttf │ │ │ │ ├── basic.icons.woff │ │ │ │ ├── icons.eot │ │ │ │ ├── icons.otf │ │ │ │ ├── icons.svg │ │ │ │ ├── icons.ttf │ │ │ │ └── icons.woff │ │ │ ├── images │ │ │ │ ├── loader-large-inverted.gif │ │ │ │ ├── loader-large.gif │ │ │ │ ├── loader-medium-inverted.gif │ │ │ │ ├── loader-medium.gif │ │ │ │ ├── loader-mini-inverted.gif │ │ │ │ ├── loader-mini.gif │ │ │ │ ├── loader-small-inverted.gif │ │ │ │ └── loader-small.gif │ │ │ ├── modules │ │ │ │ ├── accordion.min.css │ │ │ │ ├── accordion.min.js │ │ │ │ ├── behavior │ │ │ │ │ ├── api.min.js │ │ │ │ │ ├── colorize.min.js │ │ │ │ │ ├── form.min.js │ │ │ │ │ └── state.min.js │ │ │ │ ├── chatroom.min.css │ │ │ │ ├── chatroom.min.js │ │ │ │ ├── checkbox.min.css │ │ │ │ ├── checkbox.min.js │ │ │ │ ├── dimmer.min.css │ │ │ │ ├── dimmer.min.js │ │ │ │ ├── dropdown.min.css │ │ │ │ ├── dropdown.min.js │ │ │ │ ├── modal.min.css │ │ │ │ ├── modal.min.js │ │ │ │ ├── nag.min.css │ │ │ │ ├── nag.min.js │ │ │ │ ├── popup.min.css │ │ │ │ ├── popup.min.js │ │ │ │ ├── rating.min.css │ │ │ │ ├── rating.min.js │ │ │ │ ├── search.min.css │ │ │ │ ├── search.min.js │ │ │ │ ├── shape.min.css │ │ │ │ ├── shape.min.js │ │ │ │ ├── sidebar.min.css │ │ │ │ ├── sidebar.min.js │ │ │ │ ├── tab.min.css │ │ │ │ ├── tab.min.js │ │ │ │ ├── transition.min.css │ │ │ │ ├── transition.min.js │ │ │ │ ├── video.min.css │ │ │ │ └── video.min.js │ │ │ └── views │ │ │ │ ├── comment.min.css │ │ │ │ ├── feed.min.css │ │ │ │ ├── item.min.css │ │ │ │ ├── list.min.css │ │ │ │ └── statistic.min.css │ │ ├── packaged │ │ │ ├── css │ │ │ │ ├── semantic.css │ │ │ │ ├── semantic.min.css │ │ │ │ └── semantic1.min.css │ │ │ ├── fonts │ │ │ │ ├── basic.icons.eot │ │ │ │ ├── basic.icons.svg │ │ │ │ ├── basic.icons.ttf │ │ │ │ ├── basic.icons.woff │ │ │ │ ├── icons.eot │ │ │ │ ├── icons.otf │ │ │ │ ├── icons.svg │ │ │ │ ├── icons.ttf │ │ │ │ └── icons.woff │ │ │ ├── images │ │ │ │ ├── loader-large-inverted.gif │ │ │ │ ├── loader-large.gif │ │ │ │ ├── loader-medium-inverted.gif │ │ │ │ ├── loader-medium.gif │ │ │ │ ├── loader-mini-inverted.gif │ │ │ │ ├── loader-mini.gif │ │ │ │ ├── loader-small-inverted.gif │ │ │ │ └── loader-small.gif │ │ │ └── javascript │ │ │ │ ├── semantic.js │ │ │ │ ├── semantic.min.js │ │ │ │ ├── tablesort.js │ │ │ │ └── waypoints.js │ │ └── uncompressed │ │ │ ├── collections │ │ │ ├── breadcrumb.css │ │ │ ├── form.css │ │ │ ├── grid.css │ │ │ ├── menu.css │ │ │ ├── message.css │ │ │ └── table.css │ │ │ ├── elements │ │ │ ├── basic.icon.css │ │ │ ├── button.css │ │ │ ├── divider.css │ │ │ ├── header.css │ │ │ ├── icon.css │ │ │ ├── image.css │ │ │ ├── input.css │ │ │ ├── label.css │ │ │ ├── loader.css │ │ │ ├── progress.css │ │ │ ├── reveal.css │ │ │ ├── segment.css │ │ │ └── step.css │ │ │ ├── fonts │ │ │ ├── basic.icons.eot │ │ │ ├── basic.icons.svg │ │ │ ├── basic.icons.ttf │ │ │ ├── basic.icons.woff │ │ │ ├── icons.eot │ │ │ ├── icons.otf │ │ │ ├── icons.svg │ │ │ ├── icons.ttf │ │ │ └── icons.woff │ │ │ ├── images │ │ │ ├── loader-large-inverted.gif │ │ │ ├── loader-large.gif │ │ │ ├── loader-medium-inverted.gif │ │ │ ├── loader-medium.gif │ │ │ ├── loader-mini-inverted.gif │ │ │ ├── loader-mini.gif │ │ │ ├── loader-small-inverted.gif │ │ │ └── loader-small.gif │ │ │ ├── modules │ │ │ ├── accordion.css │ │ │ ├── accordion.js │ │ │ ├── behavior │ │ │ │ ├── api.js │ │ │ │ ├── colorize.js │ │ │ │ ├── form.js │ │ │ │ └── state.js │ │ │ ├── chatroom.css │ │ │ ├── chatroom.js │ │ │ ├── checkbox.css │ │ │ ├── checkbox.js │ │ │ ├── dimmer.css │ │ │ ├── dimmer.js │ │ │ ├── dropdown.css │ │ │ ├── dropdown.js │ │ │ ├── modal.css │ │ │ ├── modal.js │ │ │ ├── nag.css │ │ │ ├── nag.js │ │ │ ├── popup.css │ │ │ ├── popup.js │ │ │ ├── rating.css │ │ │ ├── rating.js │ │ │ ├── search.css │ │ │ ├── search.js │ │ │ ├── shape.css │ │ │ ├── shape.js │ │ │ ├── sidebar.css │ │ │ ├── sidebar.js │ │ │ ├── tab.css │ │ │ ├── tab.js │ │ │ ├── transition.css │ │ │ ├── transition.js │ │ │ ├── video.css │ │ │ └── video.js │ │ │ └── views │ │ │ ├── comment.css │ │ │ ├── feed.css │ │ │ ├── item.css │ │ │ ├── list.css │ │ │ └── statistic.css │ ├── syntaxhighlighter_3.0.83 │ │ ├── LGPL-LICENSE │ │ ├── MIT-LICENSE │ │ ├── compass │ │ │ ├── _theme_template.scss │ │ │ ├── config.rb │ │ │ ├── shCore.scss │ │ │ ├── shCoreDefault.scss │ │ │ ├── shCoreDjango.scss │ │ │ ├── shCoreEclipse.scss │ │ │ ├── shCoreEmacs.scss │ │ │ ├── shCoreFadeToGrey.scss │ │ │ ├── shCoreMDUltra.scss │ │ │ ├── shCoreMidnight.scss │ │ │ ├── shCoreRDark.scss │ │ │ ├── shThemeDefault.scss │ │ │ ├── shThemeDjango.scss │ │ │ ├── shThemeEclipse.scss │ │ │ ├── shThemeEmacs.scss │ │ │ ├── shThemeFadeToGrey.scss │ │ │ ├── shThemeMDUltra.scss │ │ │ ├── shThemeMidnight.scss │ │ │ └── shThemeRDark.scss │ │ ├── index.html │ │ ├── scripts │ │ │ ├── shAutoloader.js │ │ │ ├── shBrushAS3.js │ │ │ ├── shBrushAppleScript.js │ │ │ ├── shBrushBash.js │ │ │ ├── shBrushCSharp.js │ │ │ ├── shBrushColdFusion.js │ │ │ ├── shBrushCpp.js │ │ │ ├── shBrushCss.js │ │ │ ├── shBrushDelphi.js │ │ │ ├── shBrushDiff.js │ │ │ ├── shBrushErlang.js │ │ │ ├── shBrushGroovy.js │ │ │ ├── shBrushJScript.js │ │ │ ├── shBrushJava.js │ │ │ ├── shBrushJavaFX.js │ │ │ ├── shBrushPerl.js │ │ │ ├── shBrushPhp.js │ │ │ ├── shBrushPlain.js │ │ │ ├── shBrushPowerShell.js │ │ │ ├── shBrushPython.js │ │ │ ├── shBrushRuby.js │ │ │ ├── shBrushSass.js │ │ │ ├── shBrushScala.js │ │ │ ├── shBrushSql.js │ │ │ ├── shBrushVb.js │ │ │ ├── shBrushXml.js │ │ │ ├── shCore.js │ │ │ └── shLegacy.js │ │ ├── src │ │ │ ├── shAutoloader.js │ │ │ ├── shCore.js │ │ │ └── shLegacy.js │ │ ├── styles │ │ │ ├── shCore.css │ │ │ ├── shCoreDefault.css │ │ │ ├── shCoreDjango.css │ │ │ ├── shCoreEclipse.css │ │ │ ├── shCoreEmacs.css │ │ │ ├── shCoreFadeToGrey.css │ │ │ ├── shCoreMDUltra.css │ │ │ ├── shCoreMidnight.css │ │ │ ├── shCoreRDark.css │ │ │ ├── shThemeDefault.css │ │ │ ├── shThemeDjango.css │ │ │ ├── shThemeEclipse.css │ │ │ ├── shThemeEmacs.css │ │ │ ├── shThemeFadeToGrey.css │ │ │ ├── shThemeMDUltra.css │ │ │ ├── shThemeMidnight.css │ │ │ └── shThemeRDark.css │ │ └── tests │ │ │ ├── .rvmrc │ │ │ ├── brushes │ │ │ └── sass.html │ │ │ ├── brushes_tests.html │ │ │ ├── cases │ │ │ ├── 001_basic.html │ │ │ ├── 002_brushes.html │ │ │ ├── 003_script_tag.html │ │ │ ├── 004_url_parsing.html │ │ │ ├── 005_no_gutter.html │ │ │ ├── 006_pad_line_numbers.html │ │ │ ├── 007_collapse.html │ │ │ ├── 007_collapse_interaction.html │ │ │ ├── 008_first_line.html │ │ │ ├── 009_class_name.html │ │ │ ├── 010_highlight.html │ │ │ ├── 011_smart_tabs.html │ │ │ ├── 012_server_side.html │ │ │ ├── 013_html_script.html │ │ │ └── 014_legacy.html │ │ │ ├── commonjs_tests.js │ │ │ ├── js │ │ │ ├── jquery-1.4.2.js │ │ │ ├── qunit.css │ │ │ └── qunit.js │ │ │ ├── syntaxhighlighter_tests.html │ │ │ ├── theme_tests.html │ │ │ ├── webrick.rb │ │ │ └── webrick.sh │ ├── tip │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── Gruntfile.js │ │ ├── README.md │ │ ├── bootstrap-combined.min.css │ │ ├── demo.html │ │ ├── glimpse.js │ │ ├── glimpse.min.js │ │ ├── glimpse.toastr.js │ │ ├── jquery插件库.url │ │ ├── nuget │ │ │ ├── content │ │ │ │ ├── content │ │ │ │ │ ├── toastr.css │ │ │ │ │ ├── toastr.less │ │ │ │ │ ├── toastr.min.css │ │ │ │ │ └── toastr.scss │ │ │ │ └── scripts │ │ │ │ │ ├── toastr.js │ │ │ │ │ ├── toastr.min.js │ │ │ │ │ └── toastr.min.js.map │ │ │ ├── toastr.1.0.0.nupkg │ │ │ ├── toastr.1.0.0.nuspec │ │ │ ├── toastr.1.0.1.nupkg │ │ │ ├── toastr.1.0.1.nuspec │ │ │ ├── toastr.1.0.2.nupkg │ │ │ ├── toastr.1.0.2.nuspec │ │ │ ├── toastr.1.0.3.nupkg │ │ │ ├── toastr.1.0.3.nuspec │ │ │ ├── toastr.1.1.0.nupkg │ │ │ ├── toastr.1.1.0.nuspec │ │ │ ├── toastr.1.1.1.nupkg │ │ │ ├── toastr.1.1.1.nuspec │ │ │ ├── toastr.1.1.2.nupkg │ │ │ ├── toastr.1.1.2.nuspec │ │ │ ├── toastr.1.1.3.nupkg │ │ │ ├── toastr.1.1.4.1.nupkg │ │ │ ├── toastr.1.1.4.1.nuspec │ │ │ ├── toastr.1.1.4.2.nupkg │ │ │ ├── toastr.1.1.4.2.nuspec │ │ │ ├── toastr.1.1.4.nupkg │ │ │ ├── toastr.1.1.4.nuspec │ │ │ ├── toastr.1.1.5.nupkg │ │ │ ├── toastr.1.1.5.nuspec │ │ │ ├── toastr.1.2.0.nupkg │ │ │ ├── toastr.1.2.0.nuspec │ │ │ ├── toastr.1.2.1.nupkg │ │ │ ├── toastr.1.2.1.nuspec │ │ │ ├── toastr.1.2.2.nupkg │ │ │ ├── toastr.1.2.2.nuspec │ │ │ ├── toastr.1.3.0.nupkg │ │ │ ├── toastr.1.3.0.nuspec │ │ │ ├── toastr.1.3.1.nupkg │ │ │ ├── toastr.1.3.1.nuspec │ │ │ ├── toastr.2.0.0-rc1.nupkg │ │ │ ├── toastr.2.0.0-rc1.nuspec │ │ │ ├── toastr.2.0.1.nupkg │ │ │ ├── toastr.2.0.1.nuspec │ │ │ ├── toastr.2.0.2.nupkg │ │ │ ├── toastr.2.0.2.nuspec │ │ │ ├── toastr.2.0.3.nupkg │ │ │ └── toastr.2.0.3.nuspec │ │ ├── package.json │ │ ├── release checklist.md │ │ ├── tests │ │ │ ├── qunit │ │ │ │ ├── qunit.css │ │ │ │ └── qunit.js │ │ │ ├── toastr-tests.html │ │ │ └── unit │ │ │ │ └── toastr-tests.js │ │ ├── toastr-icon.png │ │ ├── toastr.css │ │ ├── toastr.js │ │ ├── toastr.less │ │ ├── toastr.min.css │ │ ├── toastr.min.js │ │ ├── toastr.min.js.map │ │ ├── toastr.scss │ │ └── www.jq22.com.txt │ └── ueditor1.6.1 │ │ ├── dialogs │ │ ├── anchor │ │ │ └── anchor.html │ │ ├── attachment │ │ │ ├── attachment.css │ │ │ ├── attachment.html │ │ │ ├── callbacks.js │ │ │ ├── fileTypeImages │ │ │ │ ├── icon_chm.gif │ │ │ │ ├── icon_default.png │ │ │ │ ├── icon_doc.gif │ │ │ │ ├── icon_exe.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 │ │ │ └── fileTypeMaps.js │ │ ├── background │ │ │ ├── background.css │ │ │ ├── background.html │ │ │ └── background.js │ │ ├── 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 │ │ │ ├── imageUploader.swf │ │ │ └── images │ │ │ │ ├── center_focus.jpg │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ └── right_focus.jpg │ │ ├── insertframe │ │ │ └── insertframe.html │ │ ├── internal.js │ │ ├── link │ │ │ └── link.html │ │ ├── map │ │ │ └── map.html │ │ ├── music │ │ │ ├── music.css │ │ │ ├── music.html │ │ │ └── music.js │ │ ├── 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 │ │ ├── tangram.js │ │ ├── template │ │ │ ├── config.js │ │ │ ├── images │ │ │ │ ├── bg.gif │ │ │ │ ├── pre0.png │ │ │ │ ├── pre1.png │ │ │ │ ├── pre2.png │ │ │ │ ├── pre3.png │ │ │ │ └── pre4.png │ │ │ ├── template.css │ │ │ ├── template.html │ │ │ └── template.js │ │ ├── video │ │ │ ├── images │ │ │ │ ├── center_focus.jpg │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ └── right_focus.jpg │ │ │ ├── video.css │ │ │ ├── video.html │ │ │ └── video.js │ │ ├── webapp │ │ │ └── webapp.html │ │ └── wordimage │ │ │ ├── fClipboard_ueditor.swf │ │ │ ├── imageUploader.swf │ │ │ ├── wordimage.html │ │ │ └── wordimage.js │ │ ├── jsp │ │ ├── Uploader.java │ │ ├── commons-fileupload-1.2.2.jar │ │ ├── fileUp.jsp │ │ ├── getContent.jsp │ │ ├── getMovie.jsp │ │ ├── getRemoteImage.jsp │ │ ├── imageManager.jsp │ │ ├── imageUp.jsp │ │ ├── scrawlUp.jsp │ │ └── ueditor.jar │ │ ├── lang │ │ ├── en │ │ │ ├── en.js │ │ │ └── images │ │ │ │ ├── addimage.png │ │ │ │ ├── alldeletebtnhoverskin.png │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ ├── background.png │ │ │ │ ├── button.png │ │ │ │ ├── copy.png │ │ │ │ ├── deletedisable.png │ │ │ │ ├── deleteenable.png │ │ │ │ ├── imglabel.png │ │ │ │ ├── listbackground.png │ │ │ │ ├── localimage.png │ │ │ │ ├── music.png │ │ │ │ ├── rotateleftdisable.png │ │ │ │ ├── rotateleftenable.png │ │ │ │ ├── rotaterightdisable.png │ │ │ │ ├── rotaterightenable.png │ │ │ │ └── upload.png │ │ └── zh-cn │ │ │ ├── images │ │ │ ├── copy.png │ │ │ ├── imglabel.png │ │ │ ├── localimage.png │ │ │ ├── music.png │ │ │ └── upload.png │ │ │ └── zh-cn.js │ │ ├── themes │ │ ├── default │ │ │ ├── css │ │ │ │ └── ueditor.css │ │ │ ├── dialogbase.css │ │ │ └── images │ │ │ │ ├── anchor.gif │ │ │ │ ├── arrow.png │ │ │ │ ├── arrow_down.png │ │ │ │ ├── arrow_up.png │ │ │ │ ├── button-bg.gif │ │ │ │ ├── cancelbutton.gif │ │ │ │ ├── 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 │ │ │ │ ├── lock.gif │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ ├── pagebreak.gif │ │ │ │ ├── scale.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 │ │ ├── snapscreen │ │ │ └── UEditorSnapscreen.exe │ │ └── swfupload │ │ │ ├── fileprogress.js │ │ │ ├── swfupload.cookies.js │ │ │ ├── swfupload.js │ │ │ ├── swfupload.proxy.js │ │ │ ├── swfupload.queue.js │ │ │ ├── swfupload.speed.js │ │ │ ├── swfupload.swf │ │ │ └── swfupload_fp9.swf │ │ ├── ueditor.all.js │ │ ├── ueditor.all.min.js │ │ ├── ueditor.config.js │ │ └── ueditor.parse.js └── staticFile │ ├── file │ └── a.txt │ └── template │ ├── createhtml.ftl │ └── showArticle.ftl ├── build └── .gitignore ├── npm-debug.log ├── readme.md └── src └── com └── doit ├── action ├── UniversalUploadAction.java └── Uploader.java ├── controllers ├── admin │ ├── AdminArticleController.java │ ├── AdminBookController.java │ ├── AdminCommentController.java │ ├── AdminHomeController.java │ ├── AdminLinkController.java │ ├── AdminNoteController.java │ ├── AdminRecommendController.java │ ├── AdminSortController.java │ ├── AdminUserController.java │ ├── LoginController.java │ └── LoginForwardController.java └── show │ ├── BookController.java │ ├── FrontController.java │ ├── HomeController.java │ ├── JavaController.java │ ├── MeController.java │ ├── MobileController.java │ ├── MoreController.java │ ├── NoteController.java │ ├── SearchController.java │ ├── ShowController.java │ └── WorksController.java ├── dao ├── IDao.java └── impl │ └── DaoImpl.java ├── filter └── AdminFilter.java ├── global └── A.java ├── service ├── IArticleService.java ├── IBookService.java ├── ICommentService.java ├── ILinkService.java ├── IService.java ├── ISortService.java ├── IUserService.java └── impl │ ├── ArticleServiceImpl.java │ ├── BookServiceImpl.java │ ├── CommentServiceImpl.java │ ├── LinkServiceImpl.java │ ├── ServiceImpl.java │ ├── SortServiceImpl.java │ └── UserServiceImpl.java ├── util ├── CreateStaticFile.java ├── ENV.java ├── Encryption.java ├── GenerateHtml.java ├── HtmlRegexp.java ├── OperateImage.java ├── OperateLoginUser.java └── OperateString.java └── vo ├── TArticle.java ├── TBook.java ├── TComment.java ├── TLink.java ├── TSort.java └── TUser.java /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | doit -------------------------------------------------------------------------------- /.idea/doit.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 4 | org.eclipse.jdt.core.compiler.compliance=1.6 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 | org.eclipse.jdt.core.compiler.source=1.6 8 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.validation.prefs: -------------------------------------------------------------------------------- 1 | DELEGATES_PREFERENCE=delegateValidatorList 2 | USER_BUILD_PREFERENCE=enabledBuildValidatorList 3 | USER_MANUAL_PREFERENCE=enabledManualValidatorList 4 | USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.501.v201311151800 5 | eclipse.preferences.version=1 6 | override=true 7 | suspend=false 8 | vf.version=3 9 | -------------------------------------------------------------------------------- /WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/antlr-2.7.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/antlr-2.7.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/aopalliance-1.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/asm-3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/asm-3.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/asm-commons-3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/asm-commons-3.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/asm-tree-3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/asm-tree-3.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/aspectjrt.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/aspectjrt.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/aspectjweaver.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/aspectjweaver.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/c3p0-0.9.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/c3p0-0.9.1.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/cglib-nodep-2.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/cglib-nodep-2.2.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/common-annotations.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/common-annotations.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-chain-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-chain-1.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-collections-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-collections-3.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-dbcp.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-dbcp.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-digester-2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-digester-2.0.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-io-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-io-2.0.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-lang-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-lang-2.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-lang3-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-lang3-3.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging-1.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging-api-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-logging-api-1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-logging.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-pool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-pool.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-validator-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/commons-validator-1.3.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/dom4j-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/dom4j-1.6.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/druid-1.0.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/druid-1.0.9.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/dwr-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/dwr-1.1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ehcache-1.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ehcache-1.2.3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ejb3-persistence.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ejb3-persistence.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ezmorph-1.0.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ezmorph-1.0.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/freemarker-2.3.19.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/freemarker-2.3.19.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/freemarker-2.3.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/freemarker-2.3.8.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/hibernate-annotations.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/hibernate-annotations.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/hibernate-cglib-repack-2.1_3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/hibernate-cglib-repack-2.1_3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/hibernate-commons-annotations.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/hibernate-commons-annotations.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/hibernate-entitymanager.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/hibernate-entitymanager.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/hibernate3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/hibernate3.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/javassist-3.4.GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/javassist-3.4.GA.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/json-lib-2.3-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/json-lib-2.3-jdk15.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jstl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/jstl.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jta-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/jta-1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/log4j-1.2.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/log4j-1.2.15.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/log4j.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/log4j.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/mysql-connector-java-5.1.4-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/mysql-connector-java-5.1.4-bin.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ognl-2.6.11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ognl-2.6.11.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ognl-3.0.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ognl-3.0.5.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/servlet-api.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/servlet-api.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-api-1.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/slf4j-api-1.5.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/slf4j-log4j12.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/slf4j-log4j12.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aop-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-aspects-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-beans-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-build-src-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-build-src-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-context-support-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-core-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-expression-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-instrument-tomcat-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jdbc-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-jms-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-orm-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-oxm-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-struts-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-test-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-tx-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-web-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE-javadoc.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE-sources.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring-webmvc-portlet-3.2.5.RELEASE.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/spring.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/spring.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/standard.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/standard.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/struts2-core-2.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/struts2-core-2.1.2.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/struts2-core-2.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/struts2-core-2.3.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.4.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ueditor.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/ueditor.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/xwork-2.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/xwork-2.1.1.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/xwork-core-2.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/WEB-INF/lib/xwork-core-2.3.4.jar -------------------------------------------------------------------------------- /WebContent/admin/build/dev-server.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by will on 2015/8/14. 3 | */ 4 | var webpack = require('webpack'); 5 | var WebpackDevServer = require('webpack-dev-server'); 6 | var config = require('./webpack.dev'); 7 | 8 | new WebpackDevServer(webpack(config), { 9 | publicPath: config.output.publicPath, 10 | historyApiFallback: true, 11 | headers: { "Access-Control-Allow-Origin": "*" }, 12 | contentBase: __dirname, 13 | hot: true, 14 | quiet: false, 15 | noInfo: false, 16 | stats: { colors: true } 17 | }).listen(3001, '127.0.0.1', function (err, result) { 18 | if (err) console.log(err); 19 | console.log('正在监听host.com:3001'); 20 | }); -------------------------------------------------------------------------------- /WebContent/admin/config/dev.jsx: -------------------------------------------------------------------------------- 1 | // 开发环境下配置 2 | module.exports = { 3 | baseUrl: '/doit' 4 | }; -------------------------------------------------------------------------------- /WebContent/admin/config/pro.jsx: -------------------------------------------------------------------------------- 1 | // 生产环境下配置 2 | module.exports = { 3 | baseUrl: '' 4 | }; 5 | -------------------------------------------------------------------------------- /WebContent/admin/src/components/breadcrumb/css/breadcrumb.less: -------------------------------------------------------------------------------- 1 | 2 | .breadcrumb-component { 3 | 4 | .ant-breadcrumb { 5 | font-size: 14px; 6 | margin: 10px 0; 7 | 8 | a { 9 | color: #2db7f5; 10 | } 11 | :hover { 12 | color: #57c5f7; 13 | } 14 | } 15 | 16 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/menu/css/menu.less: -------------------------------------------------------------------------------- 1 | 2 | .ant-layout-aside { 3 | min-height: 100%; 4 | 5 | .ant-layout-sider { 6 | width: 224px; 7 | height: 100%; 8 | background: #404040; 9 | position: absolute; 10 | padding-bottom: 24px; 11 | overflow-y: auto; 12 | overflow-x: hidden; 13 | 14 | .ant-layout-logo { 15 | width: 150px; 16 | height: 32px; 17 | background: #333; 18 | border-radius: 6px; 19 | margin: 16px 24px 16px 28px; 20 | display: -webkit-flex; 21 | flex-wrap: wrap; 22 | justify-content: center; /*水平居中*/ 23 | align-items: center; /*垂直居中*/ 24 | } 25 | 26 | .ant-menu { 27 | a, span, i { 28 | font-size: 16px; 29 | } 30 | } 31 | 32 | .ant-menu-sub { 33 | a { 34 | font-size: 14px; 35 | } 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/menu/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/src/components/menu/img/logo.png -------------------------------------------------------------------------------- /WebContent/admin/src/components/pagination/css/pagination.less: -------------------------------------------------------------------------------- 1 | .pagination-package{ 2 | float : right; 3 | margin-top: 10px; 4 | position: absolute; 5 | bottom: 10px; 6 | right: 10px; 7 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/search/css/breadcrumb.less: -------------------------------------------------------------------------------- 1 | 2 | .breadcrumb-component { 3 | 4 | .ant-breadcrumb { 5 | font-size: 14px; 6 | margin: 10px 0; 7 | 8 | a { 9 | color: #2db7f5; 10 | } 11 | :hover { 12 | color: #57c5f7; 13 | } 14 | } 15 | 16 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/search/img/foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/src/components/search/img/foot.png -------------------------------------------------------------------------------- /WebContent/admin/src/components/select/css/select.less: -------------------------------------------------------------------------------- 1 | .select-package { 2 | width: 300px; 3 | 4 | .ant-select-selection-selected-value { 5 | font-size: 14px; 6 | } 7 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/table/css/table.less: -------------------------------------------------------------------------------- 1 | .table-package{ 2 | margin-top: 10px; 3 | 4 | .ant-table-row-expand-icon-cell{ 5 | width: 35px; 6 | } 7 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/tag/css/tag.less: -------------------------------------------------------------------------------- 1 | .tag-package { 2 | /*width: 820px;*/ 3 | position: relative; 4 | top: -1px; 5 | /*z-index: 5;*/ 6 | 7 | .ant-select-selection__placeholder { 8 | font-size: 14px; 9 | } 10 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/toolbar/css/toolbar.less: -------------------------------------------------------------------------------- 1 | 2 | .toolbar-component { 3 | height: 40px; 4 | line-height: 40px; 5 | text-align: right; 6 | 7 | .anticon { 8 | margin-right: 10px; 9 | } 10 | 11 | a { 12 | margin-right: 15px; 13 | } 14 | } -------------------------------------------------------------------------------- /WebContent/admin/src/components/ueditor/css/ueditor.less: -------------------------------------------------------------------------------- 1 | .edui-default { 2 | .edui-editor { 3 | border-radius: 4px 4px 0 0!important; 4 | z-index: 2!important; 5 | } 6 | } -------------------------------------------------------------------------------- /WebContent/admin/src/containers/MainPage.jsx: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by a1 on 2016/5/5. 3 | */ 4 | 5 | 6 | 7 | 8 | import React from 'react'; 9 | import ReactDOM from 'react-dom'; 10 | import { connect } from 'react-redux'; 11 | 12 | 13 | export class MainPage extends React.Component { 14 | constructor(props) { 15 | super(props); 16 | } 17 | 18 | render() { 19 | return ( 20 |
21 | {/* 渲染子组件 */} 22 | {this.props.children} 23 |
24 | ); 25 | } 26 | }; 27 | 28 | 29 | 30 | function mapStateToProps ( state ) { 31 | return Object.assign({}, state); 32 | } 33 | 34 | export default connect( mapStateToProps )( MainPage ); 35 | 36 | 37 | -------------------------------------------------------------------------------- /WebContent/admin/src/css/comment.less: -------------------------------------------------------------------------------- 1 | 2 | 3 | .del-comment-page { 4 | margin-top: -30px; 5 | 6 | .select-package { 7 | float: left; 8 | } 9 | 10 | .ant-table-selection-column { 11 | width: auto!important; 12 | } 13 | 14 | .del-button { 15 | display: -webkit-flex; 16 | display: flex; 17 | justify-content: flex-end; 18 | align-items: flex-end; 19 | 20 | > span { 21 | margin-right: 10px; 22 | } 23 | } 24 | } 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /WebContent/admin/src/i/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/src/i/favicon.ico -------------------------------------------------------------------------------- /WebContent/admin/src/i/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/src/i/icon.png -------------------------------------------------------------------------------- /WebContent/admin/src/i/notFound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/src/i/notFound.png -------------------------------------------------------------------------------- /WebContent/admin/src/index.jsx: -------------------------------------------------------------------------------- 1 | 2 | import React from 'react'; 3 | import { render } from 'react-dom'; 4 | import { Provider } from 'react-redux'; 5 | import configureStore from './stores/index'; 6 | //var configureStore = require('./stores/index'); 7 | //import OrdinaryRoute from './route/OrdinaryRoute'; // 普通的路由 8 | import DemandRoute from './route/DemandRoute'; // 按需加载路由 9 | 10 | import 'antd/dist/antd.css'; 11 | import './css/layout.less'; 12 | 13 | const store = configureStore(); 14 | 15 | render( 16 | 17 | 18 | , 19 | document.getElementById('root_page') 20 | ); 21 | -------------------------------------------------------------------------------- /WebContent/admin/src/reducers/link/addLink.jsx: -------------------------------------------------------------------------------- 1 | import {combineReducers} from 'redux'; 2 | import {cr} from '../../utils/index'; 3 | import { 4 | // 页面所使用的数据 5 | SET_NAME, 6 | SET_URL, 7 | SET_LOADING 8 | } from '../../actions/link/addLink'; 9 | 10 | 11 | export default combineReducers({ 12 | // 设置外链名称 13 | name: cr('', { 14 | [SET_NAME](state, {data}){return data} 15 | }), 16 | // 设置外链链接 17 | url: cr('', { 18 | [SET_URL](state, {data}){return data} 19 | }), 20 | // 新增按钮是否等待 21 | loading: cr(false, { 22 | [SET_LOADING](state, {data}){return data;} 23 | }) 24 | }); 25 | -------------------------------------------------------------------------------- /WebContent/admin/src/reducers/sort/addSort.jsx: -------------------------------------------------------------------------------- 1 | import {combineReducers} from 'redux'; 2 | import {cr} from '../../utils/index'; 3 | import { 4 | // 页面所使用的数据 5 | SET_SELECTED_SORT_ID, 6 | SET_NAME, 7 | SET_LOADING 8 | } from '../../actions/sort/addSort'; 9 | 10 | 11 | export default combineReducers({ 12 | // 设置当前选中的分类ID 13 | selectedSortId: cr('', { 14 | [SET_SELECTED_SORT_ID](state, {data}){return data} 15 | }), 16 | // 设置分类名称 17 | name: cr('', { 18 | [SET_NAME](state, {data}){return data} 19 | }), 20 | // 新增按钮是否等待 21 | loading: cr(false, { 22 | [SET_LOADING](state, {data}){return data;} 23 | }) 24 | }); 25 | -------------------------------------------------------------------------------- /WebContent/admin/src/reducers/user/addUser.jsx: -------------------------------------------------------------------------------- 1 | import {combineReducers} from 'redux'; 2 | import {cr} from '../../utils/index'; 3 | import { 4 | // 页面所使用的数据 5 | SET_NAME, 6 | SET_PASSWORD, 7 | SET_EMAIL, 8 | SET_LOADING 9 | } from '../../actions/user/addUser'; 10 | 11 | 12 | export default combineReducers({ 13 | // 设置用户名称 14 | name: cr('', { 15 | [SET_NAME](state, {data}){return data} 16 | }), 17 | // 设置用户密码 18 | password: cr('', { 19 | [SET_PASSWORD](state, {data}){return data} 20 | }), 21 | // 设置用户邮箱 22 | email: cr('', { 23 | [SET_EMAIL](state, {data}){return data} 24 | }), 25 | // 新增按钮是否等待 26 | loading: cr(false, { 27 | [SET_LOADING](state, {data}){return data;} 28 | }) 29 | }); 30 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/article/AddArticlePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增文章路由 3 | module.exports = { 4 | path: 'addArticle', 5 | sort: 'Article', 6 | name: '新增笔记', 7 | bpath: '#/addArticle', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/article/AddArticlePage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/article/DelArticlePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除文章路由 3 | module.exports = { 4 | path: 'delArticle', 5 | sort: 'Article', 6 | name: '删除文章', 7 | bpath: '#/delArticle', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/article/DelArticlePage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/article/EditArticlePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑文章路由 3 | module.exports = { 4 | path: 'editArticle', 5 | sort: 'Article', 6 | name: '编辑文章', 7 | bpath: '#/editArticle', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/article/EditArticlePage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/book/AddBookPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增图书路由 3 | module.exports = { 4 | path: 'addBook', 5 | sort: 'Book', 6 | name: '新增图书', 7 | bpath: '#/addBook', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/book/AddBookPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/book/DelBookPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除图书路由 3 | module.exports = { 4 | path: 'delBook', 5 | sort: 'Book', 6 | name: '删除图书', 7 | bpath: '#/delBook', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/book/DelBookPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/book/EditBookPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑图书路由 3 | module.exports = { 4 | path: 'editBook', 5 | sort: 'Book', 6 | name: '编辑图书', 7 | bpath: '#/editBook', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/book/EditBookPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/comment/DelCommentPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除评论路由 3 | module.exports = { 4 | path: 'delComment', 5 | sort: 'Comment', 6 | name: '删除评论', 7 | bpath: '#/delComment', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/comment/DelCommentPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/comment/EditCommentPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑评论路由 3 | module.exports = { 4 | path: 'editComment', 5 | sort: 'Comment', 6 | name: '编辑评论', 7 | bpath: '#/editComment', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/comment/EditCommentPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/link/AddLinkPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增外链路由 3 | module.exports = { 4 | path: 'addLink', 5 | sort: 'Link', 6 | name: '新增外链', 7 | bpath: '#/addLink', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/link/AddLinkPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/link/DelLinkPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除外链路由 3 | module.exports = { 4 | path: 'delLink', 5 | sort: 'Link', 6 | name: '删除外链', 7 | bpath: '#/delLink', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/link/DelLinkPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/link/EditLinkPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑外链路由 3 | module.exports = { 4 | path: 'editLink', 5 | sort: 'Link', 6 | name: '编辑外链', 7 | bpath: '#/editLink', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/link/EditLinkPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/note/AddNotePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增笔记路由 3 | module.exports = { 4 | path: 'addNote', 5 | sort: 'Note', 6 | name: '新增笔记', 7 | bpath: '#/addNote', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/note/AddNotePage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/note/DelNotePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除笔记路由 3 | module.exports = { 4 | path: 'delNote', 5 | sort: 'Note', 6 | name: '删除笔记', 7 | bpath: '#/delNote', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | // webpack不支持es6模块,所以要加上default 11 | cb(null, require('../../../containers/note/DelNotePage').default) 12 | }) 13 | } 14 | }; 15 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/note/EditNotePage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑笔记路由 3 | module.exports = { 4 | path: 'editNote', 5 | sort: 'Note', 6 | name: '编辑笔记', 7 | bpath: '#/editNote', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/note/EditNotePage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/recom/ArticleRecomPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 文章推荐量路由 3 | module.exports = { 4 | path: 'articleRecom', 5 | sort: 'Recom', 6 | name: '文章推荐量', 7 | bpath: '#/articleRecom', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/recom/ArticleRecomPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/recom/BookRecomPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 图书推荐量路由 3 | module.exports = { 4 | path: 'bookRecom', 5 | sort: 'Recom', 6 | name: '图书推荐量', 7 | bpath: '#/bookRecom', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/recom/BookRecomPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/recom/NoteRecomPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 笔记推荐量路由 3 | module.exports = { 4 | path: 'noteRecom', 5 | sort: 'Recom', 6 | name: '笔记推荐量', 7 | bpath: '#/noteRecom', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/recom/NoteRecomPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/sort/AddSortPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增分类路由 3 | module.exports = { 4 | path: 'addSort', 5 | sort: 'Sort', 6 | name: '新增分类', 7 | bpath: '#/addSort', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/sort/AddSortPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/sort/DelSortPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除分类路由 3 | module.exports = { 4 | path: 'delSort', 5 | sort: 'Sort', 6 | name: '删除分类', 7 | bpath: '#/delSort', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/sort/DelSortPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/sort/EditSortPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑分类路由 3 | module.exports = { 4 | path: 'editSort', 5 | sort: 'Sort', 6 | name: '编辑分类', 7 | bpath: '#/editSort', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/sort/EditSortPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/user/AddUserPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 新增用户路由 3 | module.exports = { 4 | path: 'addUser', 5 | sort: 'User', 6 | name: '新增用户', 7 | bpath: '#/addUser', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/user/AddUserPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/user/DelUserPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 删除用户路由 3 | module.exports = { 4 | path: 'delUser', 5 | sort: 'User', 6 | name: '删除用户', 7 | bpath: '#/delUser', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/user/DelUserPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/route/routes/user/EditUserPage.jsx: -------------------------------------------------------------------------------- 1 | 2 | // 编辑用户路由 3 | module.exports = { 4 | path: 'editUser', 5 | sort: 'User', 6 | name: '编辑用户', 7 | bpath: '#/editUser', 8 | getComponent(nextState, cb) { 9 | require.ensure([], (require) => { 10 | cb(null, require('../../../containers/user/EditUserPage').default) 11 | }) 12 | } 13 | }; 14 | -------------------------------------------------------------------------------- /WebContent/admin/src/stores/index.jsx: -------------------------------------------------------------------------------- 1 | import { createStore, applyMiddleware } from 'redux'; 2 | import thunk from 'redux-thunk'; 3 | import reducers from '../reducers/index'; 4 | //var reducers = require('../reducers/index'); 5 | 6 | export default function myCreateStore (initialState) { 7 | //module.exports = function(initialState) { 8 | // 原来的日志中间件先给去掉了,其实applyMiddleware的参数列表里面是可以放任意多个中间件的 9 | let createStoreWithMiddleware = applyMiddleware(thunk)(createStore); 10 | let store = createStoreWithMiddleware(reducers, initialState); 11 | return store; 12 | }; -------------------------------------------------------------------------------- /WebContent/admin/src/template/dev_index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 52DOIT 登录平台 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | -------------------------------------------------------------------------------- /WebContent/admin/src/template/pro_index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 52DOIT 登录平台 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | -------------------------------------------------------------------------------- /WebContent/admin/src/utils/index.jsx: -------------------------------------------------------------------------------- 1 | // reducer生成器,为了以后使用方便,起名为create reducer的简写 2 | export function cr ( initialState, handlers ) { 3 | return function reducer( state = initialState, action ) { 4 | if ( handlers.hasOwnProperty( action.type ) ) { 5 | return handlers[action.type]( state, action ); 6 | } else { 7 | return state; 8 | } 9 | } 10 | } 11 | 12 | // action生成器的生成器,同样原因,起名为create action creator的简写 13 | export function cac ( type, ...argNames ){ 14 | return function( ...args ) { 15 | let action = { type }; 16 | argNames.forEach( ( arg, index ) => { 17 | action[argNames[index]] = args[index]; 18 | } ); 19 | return action; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/attachment/fileTypeMaps.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by JetBrains PhpStorm. 3 | * User: taoqili 4 | * Date: 12-2-10 5 | * Time: 下午3:50 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | //文件类型图标索引 9 | var fileTypeMaps = { 10 | ".rar":"icon_rar.gif", 11 | ".zip":"icon_rar.gif", 12 | ".doc":"icon_doc.gif", 13 | ".docx":"icon_doc.gif", 14 | ".pdf":"icon_pdf.gif", 15 | ".mp3":"icon_mp3.gif", 16 | ".xls":"icon_xls.gif", 17 | ".chm":"icon_chm.gif", 18 | ".ppt":"icon_ppt.gif", 19 | ".pptx":"icon_ppt.gif", 20 | ".avi":"icon_mv.gif", 21 | ".rmvb":"icon_mv.gif", 22 | ".wmv":"icon_mv.gif", 23 | ".flv":"icon_mv.gif", 24 | ".swf":"icon_mv.gif", 25 | ".rm":"icon_mv.gif", 26 | ".exe":"icon_exe.gif", 27 | ".psd":"icon_psd.gif", 28 | ".txt":"icon_txt.gif" 29 | }; -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/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;} -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/image/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/image/imageUploader.swf -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/image/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/image/images/center_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/image/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/image/images/left_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/image/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/image/images/none_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/image/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/image/images/right_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/jsp/commons-fileupload-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/jsp/commons-fileupload-1.2.2.jar -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/jsp/fileUp.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | <%@ page import="com.doit.action.Uploader" %> 3 | 4 | 5 | <% 6 | request.setCharacterEncoding("utf-8"); 7 | response.setCharacterEncoding("utf-8"); 8 | 9 | Uploader up = new Uploader(request); 10 | up.setSavePath("upload"); //保存路径 11 | String[] fileType = {".rar" , ".doc" , ".docx" , ".zip" , ".pdf" , ".txt" , ".swf", ".wmv"}; //允许的文件类型 12 | up.setAllowFiles(fileType); 13 | up.setMaxSize(10000); //允许的文件最大尺寸,单位KB 14 | up.upload(); 15 | response.getWriter().print("{'url':'"+up.getUrl()+"','fileType':'"+up.getType()+"','state':'"+up.getState()+"','original':'"+up.getOriginalName()+"'}"); 16 | 17 | %> 18 | -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/jsp/getContent.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | 3 | 4 | 10 | <% 11 | request.setCharacterEncoding("utf-8"); 12 | response.setCharacterEncoding("utf-8"); 13 | String content = request.getParameter("myEditor"); 14 | 15 | 16 | 17 | response.getWriter().print("第1个编辑器的值"); 18 | response.getWriter().print("
"+content+"
"); 19 | 20 | %> -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/jsp/imageUp.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" 2 | pageEncoding="utf-8"%> 3 | <%@ page import="com.doit.action.Uploader" %> 4 | 5 | <% 6 | request.setCharacterEncoding("utf-8"); 7 | response.setCharacterEncoding("utf-8"); 8 | Uploader up = new Uploader(request); 9 | up.setSavePath("upload"); 10 | String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; 11 | up.setAllowFiles(fileType); 12 | up.setMaxSize(10000); //单位KB 13 | up.upload(); 14 | response.getWriter().print("{'original':'"+up.getOriginalName()+"','url':'"+up.getUrl()+"','title':'"+up.getTitle()+"','state':'"+up.getState()+"'}"); 15 | %> 16 | -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/jsp/ueditor.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/jsp/ueditor.jar -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/addimage.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/background.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/button.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/copy.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/imglabel.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/localimage.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/music.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/en/images/upload.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/zh-cn/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/zh-cn/images/imglabel.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/arrow.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/filescan.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/icons.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/icons.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/lock.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/scale.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/upload.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/word.gif -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/third-party/swfupload/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/third-party/swfupload/swfupload.swf -------------------------------------------------------------------------------- /WebContent/admin/ueditor1.6.1/third-party/swfupload/swfupload_fp9.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/admin/ueditor1.6.1/third-party/swfupload/swfupload_fp9.swf -------------------------------------------------------------------------------- /WebContent/common/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/common/images/cat.png -------------------------------------------------------------------------------- /WebContent/common/images/cover_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/common/images/cover_default.png -------------------------------------------------------------------------------- /WebContent/common/images/grace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/common/images/grace.png -------------------------------------------------------------------------------- /WebContent/common/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/common/images/icon.png -------------------------------------------------------------------------------- /WebContent/common/images/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/common/images/zoom.png -------------------------------------------------------------------------------- /WebContent/common/js/ENV.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by zhangyan on 16/9/7. 3 | */ 4 | var ENV = new Object(); 5 | ENV["baseUrl"] = "/doit"; -------------------------------------------------------------------------------- /WebContent/css/front.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/css/home.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/css/java.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/css/me.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; 2 | 3 | #articleItems p{ 4 | font-size:16px; 5 | text-indent: 2em; 6 | line-height:22px; 7 | } -------------------------------------------------------------------------------- /WebContent/css/mobile.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/css/more.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/css/note.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; 2 | 3 | .ui.large.vertical.menu{ 4 | width: 100%; 5 | } 6 | .ui.large.menu .item{ 7 | font-size: 1.425rem; 8 | } 9 | .note_classify .ui.label{ 10 | font-size: 1.1125rem; 11 | } 12 | .col-md-3{ 13 | padding-left: 0px; 14 | } 15 | #articleItems .ui.segment{ 16 | padding-top: 0px; 17 | } 18 | #codeType{ 19 | background-color: #FFFFFF; 20 | border-bottom: 2px solid #E2E2E9; 21 | border-radius: 3px; 22 | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 23 | } -------------------------------------------------------------------------------- /WebContent/css/search.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /WebContent/fonts/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/fonts/a.txt -------------------------------------------------------------------------------- /WebContent/images/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/images/a.txt -------------------------------------------------------------------------------- /WebContent/images/foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/images/foot.png -------------------------------------------------------------------------------- /WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/bootstrap-ui/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/basic.icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/basic.icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/basic.icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/basic.icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/basic.icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/basic.icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/icons.otf -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/comment/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/fonts/icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/comment/images/foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/comment/images/foot.png -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.11" 4 | - "0.10" 5 | - "0.8" -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## 2.1.0 4 | - Add option to set a custom title to the tag 5 | 6 | ## 2.0.0 7 | - Code optimisations 8 | - Destroy method 9 | - Scroll distance from bottom 10 | - Easing implimentation (1.3) 11 | - Grunt intergration 12 | - Travis CI intergration 13 | - Update jQuery to 1.10.2 14 | 15 | ## 1.1.1 16 | - Fix Firefox bug on tab theme in tab.css 17 | 18 | ## 1.1 19 | - Add option for using images (with example) 20 | - Code optimisations 21 | - Update jQuery to 1.9.1 22 | 23 | ## 1.0 24 | - Release -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/css/themes/image.css: -------------------------------------------------------------------------------- 1 | /* Image style */ 2 | #scrollUp { 3 | bottom: 20px; 4 | right: 20px; 5 | height: 38px; /* Height of image */ 6 | width: 38px; /* Width of image */ 7 | background: url(../../img/top.png) no-repeat; 8 | } -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/css/themes/link.css: -------------------------------------------------------------------------------- 1 | /* Text link style */ 2 | #scrollUp { 3 | bottom: 20px; 4 | right: 20px; 5 | } -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/css/themes/pill.css: -------------------------------------------------------------------------------- 1 | /* Pill style */ 2 | #scrollUp { 3 | bottom: 20px; 4 | right: 20px; 5 | background: #555; 6 | color: #fff; 7 | font-size: 12px; 8 | font-family: sans-serif; 9 | text-decoration: none; 10 | opacity: .9; 11 | padding: 10px 20px; 12 | -webkit-border-radius: 16px; 13 | -moz-border-radius: 16px; 14 | border-radius: 16px; 15 | -webkit-transition: background 200ms linear; 16 | -moz-transition: background 200ms linear; 17 | transition: background 200ms linear; 18 | -webkit-backface-visibility: hidden; 19 | } 20 | #scrollUp:hover { 21 | background: #000; 22 | } -------------------------------------------------------------------------------- /WebContent/plugins/scrollup-master/img/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/scrollup-master/img/top.png -------------------------------------------------------------------------------- /WebContent/plugins/search/images/chicken.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/search/images/chicken.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/examples/feed.js: -------------------------------------------------------------------------------- 1 | $(document) 2 | .ready(function() { 3 | 4 | $('.filter.menu .item') 5 | .tab() 6 | ; 7 | 8 | $('.ui.rating') 9 | .rating({ 10 | clearable: true 11 | }) 12 | ; 13 | 14 | $('.ui.sidebar') 15 | .sidebar('attach events', '.launch.button') 16 | ; 17 | 18 | $('.ui.dropdown') 19 | .dropdown() 20 | ; 21 | 22 | }) 23 | ; -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/examples/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/examples/images/bg.jpg -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/examples/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/examples/images/cat.png -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/javascript/model.js: -------------------------------------------------------------------------------- 1 | 2 | semantic.modal = {}; 3 | // ready event 4 | semantic.modal.ready = function() { 5 | // selector cache 6 | var 7 | // alias 8 | handler 9 | ; 10 | // event handlers 11 | handler = { 12 | }; 13 | $('.selection') 14 | .dropdown({ 15 | onChange: function(value) { 16 | $('.test.modal') 17 | .modal('setting', 'transition', value) 18 | .modal('show') 19 | ; 20 | } 21 | }) 22 | ; 23 | }; 24 | // attach ready event 25 | $(document) 26 | .ready(semantic.modal.ready) 27 | ; 28 | -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/basic.icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/basic.icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/basic.icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/basic.icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/basic.icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/basic.icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/icons.otf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/fonts/icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-large-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-large-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-large.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-medium-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-medium-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-medium.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-mini-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-mini-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-mini.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-small-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-small-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/images/loader-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/less/images/loader-small.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/less/views/statistic.less: -------------------------------------------------------------------------------- 1 | /* 2 | * # Statistic 3 | * 4 | * 5 | * Copyright 2013 Contributors 6 | * Released under the MIT license 7 | * http://opensource.org/licenses/MIT 8 | * 9 | * Released: Aug 20, 2013 10 | */ 11 | /******************************* 12 | Statistic 13 | *******************************/ 14 | .ui.statistic { 15 | text-align: center; 16 | } 17 | /******************************* 18 | Content 19 | *******************************/ 20 | .ui.statistic > .number { 21 | font-size: 4em; 22 | font-weight: bold; 23 | color: rgba(0, 0, 0, 0.7); 24 | } 25 | .ui.statistic > .description { 26 | opacity: 0.8; 27 | } 28 | -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/collections/breadcrumb.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * # Semantic UI 3 | * Version: 0.9.2 4 | * http://github.com/jlukic/semantic-ui 5 | * 6 | * 7 | * Copyright 2013 Contributors 8 | * Released under the MIT license 9 | * http://opensource.org/licenses/MIT 10 | * 11 | * Released: 11/10/2013 12 | */ 13 | 14 | .ui.breadcrumb{margin:1em 0;display:inline-block;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.5;margin:0 .15em;font-size:1em;color:rgba(0,0,0,.3)}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.5em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.small.breadcrumb{font-size:.75em}.ui.large.breadcrumb{font-size:1.1em}.ui.huge.breadcrumb{font-size:1.3em} -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/basic.icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/basic.icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/basic.icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/basic.icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/basic.icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/basic.icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/icons.otf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/fonts/icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-large-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-large-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-large.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-medium-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-medium-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-medium.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-mini-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-mini-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-mini.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-small-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-small-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/images/loader-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/minified/images/loader-small.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/modules/tab.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * # Semantic UI 3 | * Version: 0.9.2 4 | * http://github.com/jlukic/semantic-ui 5 | * 6 | * 7 | * Copyright 2013 Contributors 8 | * Released under the MIT license 9 | * http://opensource.org/licenses/MIT 10 | * 11 | * Released: 11/10/2013 12 | */ 13 | 14 | .ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px;text-indent:-10000px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading:after{position:absolute;top:50px;left:50%;content:'Loading...';margin-left:-32px;text-indent:5px;color:rgba(0,0,0,.4);width:100%;height:100%;padding-top:75px;background:url(../images/loader-large.gif) no-repeat 0 0;visibility:visible} -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/minified/views/statistic.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * # Semantic UI 3 | * Version: 0.9.2 4 | * http://github.com/jlukic/semantic-ui 5 | * 6 | * 7 | * Copyright 2013 Contributors 8 | * Released under the MIT license 9 | * http://opensource.org/licenses/MIT 10 | * 11 | * Released: 11/10/2013 12 | */ 13 | 14 | .ui.statistic{text-align:center}.ui.statistic>.number{font-size:4em;font-weight:700;color:rgba(0,0,0,.7)}.ui.statistic>.description{opacity:.8} -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/basic.icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/icons.otf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/fonts/icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-large-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-large-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-large.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-medium-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-medium-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-medium.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-mini-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-mini-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-mini.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-small-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-small-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/packaged/images/loader-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/packaged/images/loader-small.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/basic.icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/icons.eot -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/icons.otf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/icons.ttf -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/fonts/icons.woff -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-large-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-large-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-large.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-medium-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-medium-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-medium.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-mini-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-mini-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-mini.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-small-inverted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-small-inverted.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/images/loader-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/semantic-ui/uncompressed/images/loader-small.gif -------------------------------------------------------------------------------- /WebContent/plugins/semantic-ui/uncompressed/views/statistic.css: -------------------------------------------------------------------------------- 1 | /* 2 | * # Statistic 3 | * 4 | * 5 | * Copyright 2013 Contributors 6 | * Released under the MIT license 7 | * http://opensource.org/licenses/MIT 8 | * 9 | * Released: Aug 20, 2013 10 | */ 11 | 12 | /******************************* 13 | Statistic 14 | *******************************/ 15 | 16 | .ui.statistic { 17 | text-align: center; 18 | } 19 | 20 | /******************************* 21 | Content 22 | *******************************/ 23 | 24 | .ui.statistic > .number { 25 | font-size: 4em; 26 | font-weight: bold; 27 | color: rgba(0, 0, 0, 0.7); 28 | } 29 | 30 | .ui.statistic > .description { 31 | opacity: 0.8; 32 | } -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/config.rb: -------------------------------------------------------------------------------- 1 | environment = :production 2 | project_type = :stand_alone 3 | http_path = "/" 4 | css_dir = "../styles" 5 | sass_dir = "." 6 | images_dir = "images" 7 | sass_options = { 8 | :line_numbers => false, 9 | :debug_info => false 10 | } 11 | 12 | # output_style = :compressed 13 | # output_style = :compact 14 | output_style = :expanded 15 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreDefault.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeDefault.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreDjango.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeDjango.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreEclipse.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeEclipse.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreEmacs.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeEmacs.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreFadeToGrey.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeFadeToGrey.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreMDUltra.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeMDUltra.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreMidnight.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeMidnight.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shCoreRDark.scss: -------------------------------------------------------------------------------- 1 | @import "shCore.scss"; 2 | @import "shThemeRDark.scss"; 3 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/compass/shThemeDefault.scss: -------------------------------------------------------------------------------- 1 | // Default Syntax Highlighter theme. 2 | 3 | @import "_theme_template.scss"; 4 | 5 | .syntaxhighlighter { 6 | .keyword { font-weight: bold !important; } 7 | } 8 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/.rvmrc: -------------------------------------------------------------------------------- 1 | rvm 1.8.7-p249@copydeca -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/cases/008_first_line.html: -------------------------------------------------------------------------------- 1 |
 2 | 	partial class Foo
 3 | 	{
 4 | 		function test()
 5 | 		{
 6 | 			yield return;
 7 | 		}
 8 | 	}
 9 | 
10 | 11 | 30 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/cases/009_class_name.html: -------------------------------------------------------------------------------- 1 |
 2 | 	public Image getImage(URL url, String name) {
 3 | 		try {
 4 | 			/*
 5 | 			   Regular multiline comment.
 6 | 			*/
 7 | 		    return getImage(new URL(url, name));
 8 | 		} catch (MalformedURLException e) {
 9 | 		    return null;
10 | 		}
11 | 	}
12 | 
13 | 14 | 33 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/cases/012_server_side.html: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |
12 | 13 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/cases/013_html_script.html: -------------------------------------------------------------------------------- 1 |
 2 | <hello>
 3 | 	<%
 4 | 		package free.cafekiwi.gotapi;
 5 | 	%>
 6 | </hello>
 7 | 
 8 | 
11 | <%= print(); %>
12 | 
13 | 14 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/webrick.rb: -------------------------------------------------------------------------------- 1 | require 'webrick' 2 | include WEBrick 3 | 4 | s = HTTPServer.new( 5 | :Port => 2010, 6 | :DocumentRoot => Dir::pwd 7 | ) 8 | s.mount('/sh/scripts', WEBrick::HTTPServlet::FileHandler, '../scripts') 9 | s.mount('/sh/styles', WEBrick::HTTPServlet::FileHandler, '../styles') 10 | trap('INT') { s.stop } 11 | s.start 12 | -------------------------------------------------------------------------------- /WebContent/plugins/syntaxhighlighter_3.0.83/tests/webrick.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ruby webrick.rb 3 | -------------------------------------------------------------------------------- /WebContent/plugins/tip/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | 5 | install: 6 | - npm install -g grunt-cli bower 7 | - npm install 8 | - bower install 9 | 10 | script: 11 | - npm test 12 | -------------------------------------------------------------------------------- /WebContent/plugins/tip/Gruntfile.js: -------------------------------------------------------------------------------- 1 | module.exports = function(grunt) { 2 | grunt.initConfig({ 3 | less: { 4 | dev: { 5 | files: { 6 | "toastr.css": "toastr.less" 7 | } 8 | }, 9 | prod: { 10 | options: { 11 | yuicompress: true 12 | }, 13 | files: { 14 | "toastr.min.css": "toastr.less" 15 | } 16 | } 17 | }, 18 | 19 | uglify: { 20 | prod: { 21 | files: { 22 | "toastr.min.js": "toastr.js" 23 | } 24 | } 25 | }, 26 | qunit: { 27 | all: ['tests/toastr-tests.html'] 28 | } 29 | }); 30 | 31 | grunt.loadNpmTasks('grunt-contrib-less'); 32 | grunt.loadNpmTasks('grunt-contrib-uglify'); 33 | grunt.loadNpmTasks('grunt-contrib-qunit'); 34 | 35 | grunt.registerTask('default', ['less', 'qunit', 'uglify']); 36 | }; -------------------------------------------------------------------------------- /WebContent/plugins/tip/jquery插件库.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,2 3 | [InternetShortcut] 4 | URL=http://www.jq22.com/ 5 | IDList= 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.0.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.1.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.1.nuspec -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.2.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.2.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.2.nuspec -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.0.3.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.0.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.2.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.3.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.4.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.4.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.4.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.4.2.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.4.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.1.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.1.5.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.2.0.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.2.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.2.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.2.2.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.3.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.3.0.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.1.3.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.1.3.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.2.0.0-rc1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.2.0.0-rc1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.2.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.2.0.1.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.2.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.2.0.2.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/nuget/toastr.2.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/nuget/toastr.2.0.3.nupkg -------------------------------------------------------------------------------- /WebContent/plugins/tip/release checklist.md: -------------------------------------------------------------------------------- 1 | Toastr Release Checklist 2 | 3 | 1. Update Toastr Version 4 | * toastr.js 5 | * bower.json (toastr-bower repo) 6 | * package.json 7 | * nuget versions and dependency versions 8 | * readme file for github repo 9 | * Consider HotTowel VSIX 10 | 2. Grunt 11 | * run main demo 12 | * run unit tests 13 | * grunt to test, minify, etc. 14 | 3. Nuget 15 | * Copy new files in 16 | * Build 17 | * Test 18 | 4. CDNJS 19 | * Update CDNJS 20 | 5. Update Website with New Downloads 21 | 6. Publish Bower 22 | * Include License and Readme 23 | * Test Locally 24 | * Update Github repo toastr-bower 25 | * Github tag 26 | * Register with Bower 27 | 7. Publish Nugets 28 | 8. Release on Github 29 | * Tag with semver 30 | * Attach all artifacts 31 | 9. Blog post -------------------------------------------------------------------------------- /WebContent/plugins/tip/tests/toastr-tests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | toastr QUnit Tests 5 | 6 | 7 | 8 | 9 |
10 |

toastr QUnit Tests

11 |

12 |
13 |

14 |
    15 |
    test markup, will be hidden
    16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /WebContent/plugins/tip/toastr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/toastr-icon.png -------------------------------------------------------------------------------- /WebContent/plugins/tip/www.jq22.com.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/tip/www.jq22.com.txt -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/attachment/fileTypeMaps.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by JetBrains PhpStorm. 3 | * User: taoqili 4 | * Date: 12-2-10 5 | * Time: 下午3:50 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | //文件类型图标索引 9 | var fileTypeMaps = { 10 | ".rar":"icon_rar.gif", 11 | ".zip":"icon_rar.gif", 12 | ".doc":"icon_doc.gif", 13 | ".docx":"icon_doc.gif", 14 | ".pdf":"icon_pdf.gif", 15 | ".mp3":"icon_mp3.gif", 16 | ".xls":"icon_xls.gif", 17 | ".chm":"icon_chm.gif", 18 | ".ppt":"icon_ppt.gif", 19 | ".pptx":"icon_ppt.gif", 20 | ".avi":"icon_mv.gif", 21 | ".rmvb":"icon_mv.gif", 22 | ".wmv":"icon_mv.gif", 23 | ".flv":"icon_mv.gif", 24 | ".swf":"icon_mv.gif", 25 | ".rm":"icon_mv.gif", 26 | ".exe":"icon_exe.gif", 27 | ".psd":"icon_psd.gif", 28 | ".txt":"icon_txt.gif" 29 | }; -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/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;} -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/image/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/image/imageUploader.swf -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/image/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/image/images/center_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/image/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/image/images/left_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/image/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/image/images/none_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/image/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/image/images/right_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/jsp/commons-fileupload-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/jsp/commons-fileupload-1.2.2.jar -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/jsp/fileUp.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | <%@ page import="com.doit.action.Uploader" %> 3 | 4 | 5 | <% 6 | request.setCharacterEncoding("utf-8"); 7 | response.setCharacterEncoding("utf-8"); 8 | 9 | Uploader up = new Uploader(request); 10 | up.setSavePath("upload"); //保存路径 11 | String[] fileType = {".rar" , ".doc" , ".docx" , ".zip" , ".pdf" , ".txt" , ".swf", ".wmv"}; //允许的文件类型 12 | up.setAllowFiles(fileType); 13 | up.setMaxSize(10000); //允许的文件最大尺寸,单位KB 14 | up.upload(); 15 | response.getWriter().print("{'url':'"+up.getUrl()+"','fileType':'"+up.getType()+"','state':'"+up.getState()+"','original':'"+up.getOriginalName()+"'}"); 16 | 17 | %> 18 | -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/jsp/getContent.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | 3 | 4 | 10 | <% 11 | request.setCharacterEncoding("utf-8"); 12 | response.setCharacterEncoding("utf-8"); 13 | String content = request.getParameter("myEditor"); 14 | 15 | 16 | 17 | response.getWriter().print("第1个编辑器的值"); 18 | response.getWriter().print("
    "+content+"
    "); 19 | 20 | %> -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/jsp/imageUp.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" 2 | pageEncoding="utf-8"%> 3 | <%@ page import="com.doit.action.Uploader" %> 4 | 5 | <% 6 | request.setCharacterEncoding("utf-8"); 7 | response.setCharacterEncoding("utf-8"); 8 | Uploader up = new Uploader(request); 9 | up.setSavePath("upload"); 10 | String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; 11 | up.setAllowFiles(fileType); 12 | up.setMaxSize(10000); //单位KB 13 | up.upload(); 14 | response.getWriter().print("{'original':'"+up.getOriginalName()+"','url':'"+up.getUrl()+"','title':'"+up.getTitle()+"','state':'"+up.getState()+"'}"); 15 | %> 16 | -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/jsp/ueditor.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/jsp/ueditor.jar -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/addimage.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/background.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/button.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/copy.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/imglabel.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/localimage.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/music.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/en/images/upload.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/imglabel.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/arrow.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/filescan.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/icons.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/icons.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/lock.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/scale.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/upload.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/word.gif -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/third-party/swfupload/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/third-party/swfupload/swfupload.swf -------------------------------------------------------------------------------- /WebContent/plugins/ueditor1.6.1/third-party/swfupload/swfupload_fp9.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/plugins/ueditor1.6.1/third-party/swfupload/swfupload_fp9.swf -------------------------------------------------------------------------------- /WebContent/staticFile/file/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qsjdhm/doit/c69388b6c4c276dcc53251f9173a87d493c2ae52/WebContent/staticFile/file/a.txt -------------------------------------------------------------------------------- /build/.gitignore: -------------------------------------------------------------------------------- 1 | /classes 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # DOIT个人博客管理系统 2 | * 此项目是我的最新版的个人博客源代码。 http://www.52doit.com 3 | * by zhangyan 2016-10-13 email : qsjdhm@163.com 4 | 5 | # 目录介绍 6 | * src文件夹下面是java代码、WebContent/WEB-INF下是后台配置文件 7 | * WebContent文件夹下面是前端代码 8 | * - admin 后台管理系统代码 9 | * - column 前台页面频道代码 10 | * - common 项目前端一些通用文件 11 | * - staticFile 静态化生成的前台页面 12 | 13 | #后端使用技术 14 | * 数据库采用mysql5 15 | * 后台路由采用spring mvc 16 | * 静态化采用freemarker + java流生成文件 17 | * 后台服务采用spring + hibernate来实现快速的搭建整个MVC中的M模块 18 | 19 | #后台管理系统页面使用技术 20 | * react + react-redux + antd 21 | * react-router路由按需加载 22 | * webpack-dev-server 23 | * webpack + nodejs 24 | 25 | #前台页面使用技术 26 | * jquery + bootstrap 27 | * ueditor 28 | 29 | 30 | #本人对做这个网站有个总结性的文章:http://52doit.com/show/361可以去学习下 31 | 32 | #如果对你有所帮助,欢迎点赞 33 | 34 | *注:此版本为最新可发布代码 35 | -------------------------------------------------------------------------------- /src/com/doit/controllers/admin/LoginForwardController.java: -------------------------------------------------------------------------------- 1 | package com.doit.controllers.admin; 2 | 3 | import org.springframework.stereotype.Controller; 4 | import org.springframework.web.bind.annotation.PathVariable; 5 | import org.springframework.web.bind.annotation.RequestMapping; 6 | import org.springframework.web.bind.annotation.RequestMethod; 7 | import org.springframework.web.servlet.ModelAndView; 8 | 9 | @Controller 10 | @RequestMapping(value = "/login") 11 | public class LoginForwardController { 12 | 13 | /* 14 | * 功能:负责映射到登陆页面 15 | * 返回:返回视图 16 | */ 17 | @RequestMapping() 18 | public ModelAndView forwardPageAction(){ 19 | 20 | // 1.把返回的数据放到相对应的key中 21 | ModelAndView modelAndView = new ModelAndView(); 22 | modelAndView.setViewName("/admin/login"); 23 | 24 | // 2.把modelAndView返回 25 | return modelAndView; 26 | } 27 | 28 | } -------------------------------------------------------------------------------- /src/com/doit/dao/IDao.java: -------------------------------------------------------------------------------- 1 | package com.doit.dao; 2 | 3 | import java.util.List; 4 | 5 | /** 6 | * 声明数据访问的接口 7 | */ 8 | public interface IDao { 9 | /** 10 | * 功能描述:根据id查找对象 11 | */ 12 | public T find(Class clazz ,int id); 13 | /** 14 | * 功能描述:创建实例对象 15 | */ 16 | public void create(T bean); 17 | /** 18 | * 功能描述:保存对象 19 | */ 20 | public void update(T bean); 21 | /** 22 | * 功能描述:删除对象 23 | */ 24 | public void delete(T bean); 25 | /** 26 | * 功能描述:列出对象 27 | */ 28 | public List list(String hql); 29 | /** 30 | * 功能描述:查询从第几条到第几条记录 31 | */ 32 | public List pageQuery(String hql, int start, int end); 33 | 34 | } 35 | -------------------------------------------------------------------------------- /src/com/doit/global/A.java: -------------------------------------------------------------------------------- 1 | package com.doit.global; 2 | 3 | public class A { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/com/doit/service/IBookService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | import com.doit.vo.TBook; 6 | 7 | 8 | public interface IBookService extends IService { 9 | 10 | // 根据总分类获得此类型下的图书总个数 11 | public int getBookLength(int SortId); 12 | 13 | // 根据总分类和每页个数获取此分类下图书的总页数 14 | public int getBookPageCount(int SortId, int pageNum); 15 | 16 | // 根据总分类、页数、每页个数获取此分类下的图书列表 17 | public List getBook(int SortId, int pageId, int pageNum); 18 | 19 | // 根据推荐数获取图书的前3个 20 | public List getBookByRecom(int number); 21 | 22 | // 根据id获取图书内容 23 | public TBook getBookByID(int id); 24 | 25 | } 26 | 27 | -------------------------------------------------------------------------------- /src/com/doit/service/ICommentService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | import com.doit.vo.TComment; 6 | 7 | 8 | public interface ICommentService extends IService { 9 | 10 | // 获取评论的总个数 11 | public int getCommentLength(); 12 | 13 | // 根据每页个数获取评论的总页数 14 | public int getCommentPageCount(int pageNum); 15 | 16 | // 根据当前页数、每页个数获取评论列表 17 | public List getComment(int pageId, int pageNum); 18 | 19 | // 根据时间获取最新的前5条评论 20 | public List getCommentByTime(int number); 21 | 22 | // 根据文章ID获取此文章下的评论 23 | public List getCommentByArticleID(int id); 24 | 25 | // 根据ID获取评论内容 26 | public TComment getCommentByID(int id); 27 | } 28 | 29 | -------------------------------------------------------------------------------- /src/com/doit/service/ILinkService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | import com.doit.vo.TLink; 6 | 7 | 8 | public interface ILinkService extends IService { 9 | 10 | // 获取对外链接的总个数 11 | public int getLinkLength(); 12 | 13 | // 根据每页个数获取对外链接的总页数 14 | public int getLinkPageCount(int pageNum); 15 | 16 | // 根据当前页数、每页个数获取对外链接列表 17 | public List getLink(int pageId, int pageNum); 18 | 19 | // 根据ID获取链接内容 20 | public TLink getLinkByID(int id); 21 | 22 | } 23 | 24 | -------------------------------------------------------------------------------- /src/com/doit/service/IService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | /** 6 | * 声明业务逻辑的接口 7 | */ 8 | public interface IService { 9 | 10 | /** 11 | * 功能描述:根据id查找对象 12 | */ 13 | public T find(Class clazz ,int id); 14 | /** 15 | * 功能描述:创建实例对象 16 | */ 17 | public void create(T bean); 18 | /** 19 | * 功能描述:保存对象 20 | */ 21 | public void update(T bean); 22 | /** 23 | * 功能描述:删除对象 24 | */ 25 | public void delete(T bean); 26 | /** 27 | * 功能描述:列出对象 28 | */ 29 | public List list(String hql); 30 | } 31 | -------------------------------------------------------------------------------- /src/com/doit/service/ISortService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | import com.doit.vo.TSort; 6 | 7 | 8 | public interface ISortService extends IService { 9 | 10 | // 根据总分类获得此类型下的文章总个数 11 | public int getSortLength(int fSortId); 12 | 13 | // 根据总分类和每页个数获取此分类下文章的总页数 14 | public int getSortPageCount(int fSortId, int pageNum); 15 | 16 | // 根据总分类、页数、每页个数获取此分类下的文章列表 17 | public List getSort(int fSortId, int pageId, int pageNum); 18 | 19 | // 根据总分类查询它下面的所有分类的第一个的分类ID 20 | public int getFirstSortByFSort(int fSortId); 21 | 22 | // 获取文章下不包括笔记的分类 23 | public List getSortByAriticleNotNote(); 24 | 25 | // 获取笔记分类 26 | public List getSortByNote(); 27 | 28 | // 根据ID获取分类内容 29 | public TSort getSortByID(int id); 30 | } 31 | 32 | -------------------------------------------------------------------------------- /src/com/doit/service/IUserService.java: -------------------------------------------------------------------------------- 1 | package com.doit.service; 2 | 3 | import java.util.List; 4 | 5 | import com.doit.vo.TUser; 6 | 7 | 8 | public interface IUserService extends IService { 9 | 10 | // 获取用户的总个数 11 | public int getUserLength(); 12 | 13 | // 根据每页个数获取用户的总页数 14 | public int getUserPageCount(int pageNum); 15 | 16 | // 根据当前页数、每页个数获取用户列表 17 | public List getUser(int pageId, int pageNum); 18 | 19 | // 根据ID获取用户内容 20 | public TUser getUserByID(int id); 21 | 22 | } 23 | 24 | -------------------------------------------------------------------------------- /src/com/doit/util/ENV.java: -------------------------------------------------------------------------------- 1 | package com.doit.util; 2 | 3 | public class ENV { 4 | public static String baseUrl = "/doit"; 5 | } 6 | -------------------------------------------------------------------------------- /src/com/doit/util/OperateImage.java: -------------------------------------------------------------------------------- 1 | package com.doit.util; 2 | 3 | import com.doit.vo.TArticle; 4 | 5 | import java.util.List; 6 | 7 | /** 8 | * 操作图片工具类 9 | */ 10 | public class OperateImage { 11 | 12 | // 过滤img标签 13 | public String filterImage(String content){ 14 | HtmlRegexp regexpHtml = new HtmlRegexp(); 15 | String html = regexpHtml.fiterHtmlTag(regexpHtml.fiterHtmlTag(content, "img"), "IMG"); 16 | 17 | return html; 18 | } 19 | 20 | // 生成html代码 21 | public String getFirstImage(String content){ 22 | 23 | return ""; 24 | } 25 | 26 | 27 | 28 | 29 | } 30 | -------------------------------------------------------------------------------- /src/com/doit/vo/TSort.java: -------------------------------------------------------------------------------- 1 | package com.doit.vo; 2 | 3 | import javax.persistence.*; 4 | 5 | /* 6 | * 实体:分类类(供文章、标签等分类区别使用) 7 | */ 8 | @Entity//持久化的对象 9 | @Table(name="sort") // 数据库表中的名字(sort) 10 | 11 | public class TSort { 12 | 13 | public TSort(){ 14 | 15 | } 16 | 17 | @Id // 创建数据库表中的主键 18 | @GeneratedValue(strategy=GenerationType.AUTO) // 主键类型是自增的 19 | private int Sort_ID = 0; 20 | private String Sort_Name = ""; 21 | private int F_Sort = 0; 22 | 23 | public int getSort_ID() { 24 | return Sort_ID; 25 | } 26 | public void setSort_ID(int sort_ID) { 27 | Sort_ID = sort_ID; 28 | } 29 | public String getSort_Name() { 30 | return Sort_Name; 31 | } 32 | public void setSort_Name(String sort_Name) { 33 | Sort_Name = sort_Name; 34 | } 35 | public int getF_Sort() { 36 | return F_Sort; 37 | } 38 | public void setF_Sort(int f_Sort) { 39 | F_Sort = f_Sort; 40 | } 41 | } 42 | --------------------------------------------------------------------------------