├── .gitignore ├── README.md ├── distribution.xml ├── lib ├── commons-codec.jar ├── commons-httpclient-3.1.jar ├── commons-logging-1.1.jar ├── jackson-all-1.8.5.jar ├── log4j-1.2.16.jar ├── markdown4j-2.2.jar ├── stanford-parser.jar └── weibo4j.jar ├── pom.xml ├── script └── run.sh └── src ├── main ├── java │ └── org │ │ └── nlpchina │ │ └── web │ │ ├── BootStrap.java │ │ ├── controller │ │ ├── AdminDocumentAction.java │ │ ├── AdminResourceAction.java │ │ ├── AdminUserAction.java │ │ ├── DocumentAction.java │ │ ├── GroupAction.java │ │ ├── InfcnDemoAction.java │ │ ├── JspAction.java │ │ ├── LoginAction.java │ │ ├── ResourceAction.java │ │ ├── TagAction.java │ │ ├── TestAction.java │ │ └── UploaderAction.java │ │ ├── database │ │ └── H2Server.java │ │ ├── domain │ │ ├── Category.java │ │ ├── DocMenu.java │ │ ├── Document.java │ │ ├── Resource.java │ │ ├── ResourceTag.java │ │ ├── ResourceUser.java │ │ ├── Tag.java │ │ └── UserInfo.java │ │ ├── service │ │ ├── DocumentService.java │ │ ├── GeneralService.java │ │ ├── ResourceService.java │ │ ├── SinaWeiboService.java │ │ └── StanfordParserService.java │ │ └── util │ │ ├── AuthorFilter.java │ │ ├── NutzUtil.java │ │ ├── SiteFilter.java │ │ ├── SiteSetup.java │ │ └── StaticValue.java ├── resources │ ├── chinesePCFG.ser.gz │ ├── config.properties │ ├── db.sql │ ├── ioc.js │ ├── library.properties │ ├── library │ │ ├── ambiguity.dic │ │ └── default.dic │ └── log4j.properties └── webapp │ ├── 404.jsp │ ├── WEB-INF │ └── web.xml │ ├── admin │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap.css │ │ ├── bootstrap.datepicker.css │ │ ├── chosen.css │ │ ├── error.css │ │ ├── fullcalendar.css │ │ ├── fullcalendar.print.css │ │ ├── jquery.cleditor.css │ │ ├── jquery.fancybox.css │ │ ├── jquery.jgrowl.css │ │ ├── jquery.plupload.queue.css │ │ ├── jquery.tagsinput.css │ │ ├── jquery.ui.plupload.css │ │ ├── login.css │ │ ├── print.css │ │ ├── responsive-nav.css │ │ ├── smoothness │ │ │ ├── Descr.WD3 │ │ │ ├── images │ │ │ │ ├── Descr.WD3 │ │ │ │ ├── ui-bg_flat_0_aaaaaa_5F40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_5F40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_5F256x240.png │ │ │ │ ├── ui-icons_2e83ff_5F256x240.png │ │ │ │ ├── ui-icons_454545_5F256x240.png │ │ │ │ ├── ui-icons_888888_5F256x240.png │ │ │ │ └── ui-icons_cd0a0a_5F256x240.png │ │ │ └── jquery-ui-1.8.22.custom.css │ │ ├── style.css │ │ └── uniform.default.css │ ├── dist │ │ ├── README.md │ │ ├── Uploader.swf │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.js │ │ ├── font-awesome.min.css │ │ ├── getting-started.js │ │ ├── global.js │ │ ├── h.js │ │ ├── jquery-1.10.2.min.js │ │ ├── jquery-1.10.2.min.map │ │ ├── qrcode.jpg │ │ ├── style.css │ │ ├── syntax.css │ │ ├── webuploader.css │ │ ├── webuploader.custom.js │ │ ├── webuploader.custom.min.js │ │ ├── webuploader.fis.js │ │ ├── webuploader.flashonly.js │ │ ├── webuploader.flashonly.min.js │ │ ├── webuploader.html5only.js │ │ ├── webuploader.html5only.min.js │ │ ├── webuploader.js │ │ ├── webuploader.min.js │ │ ├── webuploader.withoutimage.js │ │ └── webuploader.withoutimage.min.js │ ├── fileupload.jsp │ ├── img │ │ ├── arrow-left.png │ │ ├── arrow-right.png │ │ ├── bg2.png │ │ ├── buttons-disabled.png │ │ ├── buttons.gif │ │ ├── buttons.png │ │ ├── chosen-sprite.png │ │ ├── dribble.png │ │ ├── facebook.png │ │ ├── fancy │ │ │ ├── Descr.WD3 │ │ │ ├── blank.gif │ │ │ ├── fancy_title_over.png │ │ │ ├── fancybox-x.png │ │ │ ├── fancybox-y.png │ │ │ └── fancybox.png │ │ ├── forrst.png │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ ├── icons │ │ │ ├── essen │ │ │ │ ├── 16 │ │ │ │ │ ├── Descr.WD3 │ │ │ │ │ ├── address.png │ │ │ │ │ ├── administrative-docs.png │ │ │ │ │ ├── advertising.png │ │ │ │ │ ├── archives.png │ │ │ │ │ ├── attibutes.png │ │ │ │ │ ├── bank.png │ │ │ │ │ ├── basket.png │ │ │ │ │ ├── bestseller.png │ │ │ │ │ ├── billing.png │ │ │ │ │ ├── bookmark.png │ │ │ │ │ ├── brainstorming.png │ │ │ │ │ ├── business-contact.png │ │ │ │ │ ├── busy.png │ │ │ │ │ ├── calendar.png │ │ │ │ │ ├── category.png │ │ │ │ │ ├── check.png │ │ │ │ │ ├── collaboration.png │ │ │ │ │ ├── comment.png │ │ │ │ │ ├── communication.png │ │ │ │ │ ├── config.png │ │ │ │ │ ├── consulting.png │ │ │ │ │ ├── contact.png │ │ │ │ │ ├── cost.png │ │ │ │ │ ├── credit-card.png │ │ │ │ │ ├── credit.png │ │ │ │ │ ├── current-work.png │ │ │ │ │ ├── customers.png │ │ │ │ │ ├── cv.png │ │ │ │ │ ├── database.png │ │ │ │ │ ├── date.png │ │ │ │ │ ├── delicious.png │ │ │ │ │ ├── document-library.png │ │ │ │ │ ├── donate.png │ │ │ │ │ ├── drawings.png │ │ │ │ │ ├── edit.png │ │ │ │ │ ├── email.png │ │ │ │ │ ├── facebook.png │ │ │ │ │ ├── featured.png │ │ │ │ │ ├── feed.png │ │ │ │ │ ├── finished-work.png │ │ │ │ │ ├── flag.png │ │ │ │ │ ├── folder.png │ │ │ │ │ ├── free-for-job.png │ │ │ │ │ ├── freelance.png │ │ │ │ │ ├── full-time.png │ │ │ │ │ ├── future-projects.png │ │ │ │ │ ├── graphic-design.png │ │ │ │ │ ├── heart.png │ │ │ │ │ ├── hire-me.png │ │ │ │ │ ├── home.png │ │ │ │ │ ├── illustration.png │ │ │ │ │ ├── invoice.png │ │ │ │ │ ├── issue.png │ │ │ │ │ ├── library.png │ │ │ │ │ ├── lightbulb.png │ │ │ │ │ ├── limited-edition.png │ │ │ │ │ ├── link.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── login.png │ │ │ │ │ ├── milestone.png │ │ │ │ │ ├── my-account.png │ │ │ │ │ ├── networking.png │ │ │ │ │ ├── old-versions.png │ │ │ │ │ ├── order-192.png │ │ │ │ │ ├── order.png │ │ │ │ │ ├── payment-card.png │ │ │ │ │ ├── paypal.png │ │ │ │ │ ├── pc.png │ │ │ │ │ ├── pen.png │ │ │ │ │ ├── pencil.png │ │ │ │ │ ├── phone.png │ │ │ │ │ ├── photography.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── premium.png │ │ │ │ │ ├── print.png │ │ │ │ │ ├── process.png │ │ │ │ │ ├── product-193.png │ │ │ │ │ ├── product-design.png │ │ │ │ │ ├── product.png │ │ │ │ │ ├── project.png │ │ │ │ │ ├── publish.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── settings.png │ │ │ │ │ ├── shipping.png │ │ │ │ │ ├── showreel.png │ │ │ │ │ ├── sign-in.png │ │ │ │ │ ├── sign-out.png │ │ │ │ │ ├── sign-up.png │ │ │ │ │ ├── sitemap.png │ │ │ │ │ ├── special-offer.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── statistics.png │ │ │ │ │ ├── suppliers.png │ │ │ │ │ ├── tag.png │ │ │ │ │ ├── ticket.png │ │ │ │ │ ├── twitter.png │ │ │ │ │ ├── upcoming-work.png │ │ │ │ │ ├── user.png │ │ │ │ │ ├── world.png │ │ │ │ │ └── zoom.png │ │ │ │ └── 32 │ │ │ │ │ ├── Descr.WD3 │ │ │ │ │ ├── address.png │ │ │ │ │ ├── administrative-docs.png │ │ │ │ │ ├── advertising.png │ │ │ │ │ ├── archives.png │ │ │ │ │ ├── attibutes.png │ │ │ │ │ ├── bank.png │ │ │ │ │ ├── basket.png │ │ │ │ │ ├── bestseller.png │ │ │ │ │ ├── billing.png │ │ │ │ │ ├── bookmark.png │ │ │ │ │ ├── brainstorming.png │ │ │ │ │ ├── business-contact.png │ │ │ │ │ ├── busy.png │ │ │ │ │ ├── calendar.png │ │ │ │ │ ├── category.png │ │ │ │ │ ├── check.png │ │ │ │ │ ├── collaboration.png │ │ │ │ │ ├── comment.png │ │ │ │ │ ├── communication.png │ │ │ │ │ ├── config.png │ │ │ │ │ ├── consulting.png │ │ │ │ │ ├── contact.png │ │ │ │ │ ├── cost.png │ │ │ │ │ ├── credit-card.png │ │ │ │ │ ├── credit.png │ │ │ │ │ ├── current-work.png │ │ │ │ │ ├── customers.png │ │ │ │ │ ├── cv.png │ │ │ │ │ ├── database.png │ │ │ │ │ ├── date.png │ │ │ │ │ ├── delicious.png │ │ │ │ │ ├── document-library.png │ │ │ │ │ ├── donate.png │ │ │ │ │ ├── drawings.png │ │ │ │ │ ├── edit.png │ │ │ │ │ ├── email.png │ │ │ │ │ ├── facebook.png │ │ │ │ │ ├── featured.png │ │ │ │ │ ├── feed.png │ │ │ │ │ ├── finished-work.png │ │ │ │ │ ├── flag.png │ │ │ │ │ ├── folder.png │ │ │ │ │ ├── free-for-job.png │ │ │ │ │ ├── freelance.png │ │ │ │ │ ├── full-time.png │ │ │ │ │ ├── future-projects.png │ │ │ │ │ ├── graphic-design.png │ │ │ │ │ ├── heart.png │ │ │ │ │ ├── hire-me.png │ │ │ │ │ ├── home.png │ │ │ │ │ ├── illustration.png │ │ │ │ │ ├── invoice.png │ │ │ │ │ ├── issue.png │ │ │ │ │ ├── library.png │ │ │ │ │ ├── lightbulb.png │ │ │ │ │ ├── limited-edition.png │ │ │ │ │ ├── link.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── login.png │ │ │ │ │ ├── milestone.png │ │ │ │ │ ├── my-account.png │ │ │ │ │ ├── networking.png │ │ │ │ │ ├── old-versions.png │ │ │ │ │ ├── order-149.png │ │ │ │ │ ├── order.png │ │ │ │ │ ├── payment-card.png │ │ │ │ │ ├── paypal.png │ │ │ │ │ ├── pc.png │ │ │ │ │ ├── pen.png │ │ │ │ │ ├── pencil.png │ │ │ │ │ ├── phone.png │ │ │ │ │ ├── photography.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── premium.png │ │ │ │ │ ├── print.png │ │ │ │ │ ├── process.png │ │ │ │ │ ├── product-163.png │ │ │ │ │ ├── product-design.png │ │ │ │ │ ├── product.png │ │ │ │ │ ├── project.png │ │ │ │ │ ├── publish.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── settings.png │ │ │ │ │ ├── shipping.png │ │ │ │ │ ├── showreel.png │ │ │ │ │ ├── sign-in.png │ │ │ │ │ ├── sign-out.png │ │ │ │ │ ├── sign-up.png │ │ │ │ │ ├── sitemap.png │ │ │ │ │ ├── special-offer.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── statistics.png │ │ │ │ │ ├── suppliers.png │ │ │ │ │ ├── tag.png │ │ │ │ │ ├── ticket.png │ │ │ │ │ ├── twitter.png │ │ │ │ │ ├── upcoming-work.png │ │ │ │ │ ├── user.png │ │ │ │ │ ├── world.png │ │ │ │ │ └── zoom.png │ │ │ └── fugue │ │ │ │ ├── Descr.WD3 │ │ │ │ ├── address-book-blue.png │ │ │ │ ├── arrow-270-small.png │ │ │ │ ├── arrow-270.png │ │ │ │ ├── balloons-white.png │ │ │ │ ├── bin-metal.png │ │ │ │ ├── book-question.png │ │ │ │ ├── calendar--plus.png │ │ │ │ ├── color.png │ │ │ │ ├── control-power.png │ │ │ │ ├── cross.png │ │ │ │ ├── disk-black.png │ │ │ │ ├── document-task.png │ │ │ │ ├── gear.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail--minus.png │ │ │ │ ├── mail-open.png │ │ │ │ ├── mail-reply.png │ │ │ │ ├── printer.png │ │ │ │ ├── slash.png │ │ │ │ └── star.png │ │ ├── light.jpg │ │ ├── low_contrast_linen.png │ │ ├── magnifier_grey.png │ │ ├── natural_paper.png │ │ ├── preload.gif │ │ ├── retina_wood.png │ │ ├── sample │ │ │ ├── 100.gif │ │ │ ├── 180x220.gif │ │ │ ├── 40.gif │ │ │ ├── 500.gif │ │ │ ├── 60.gif │ │ │ └── Descr.WD3 │ │ ├── slider.png │ │ ├── slider_hover.png │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ ├── sort_desc_disabled.png │ │ ├── spinner_arrows.gif │ │ ├── toggle-subnav-down.png │ │ ├── toggle-subnav-up-white.png │ │ ├── toolbar.gif │ │ ├── transp50.png │ │ ├── twitter.png │ │ ├── uniform │ │ │ ├── Descr.WD3 │ │ │ ├── bg-input-focus.png │ │ │ ├── bg-input.png │ │ │ └── sprite.png │ │ ├── wood-black.jpg │ │ └── wood.jpg │ ├── js │ │ ├── Descr.WD3 │ │ ├── bbq.js │ │ ├── bootstrap.datepicker.js │ │ ├── bootstrap.min.js │ │ ├── bootstrap.timepicker.js │ │ ├── chosen.jquery.min.js │ │ ├── custom.js │ │ ├── demo.js │ │ ├── error.js │ │ ├── fullcalendar.min.js │ │ ├── jquery-ui-1.8.22.custom.min.js │ │ ├── jquery.cleditor.min.js │ │ ├── jquery.color.js │ │ ├── jquery.cookie.js │ │ ├── jquery.dataTables.bootstrap.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.fancybox.js │ │ ├── jquery.flot.js │ │ ├── jquery.flot.orderBars.js │ │ ├── jquery.flot.pie.js │ │ ├── jquery.flot.resize.js │ │ ├── jquery.form.js │ │ ├── jquery.form.wizard-min.js │ │ ├── jquery.inputmask.min.js │ │ ├── jquery.jgrowl_minimized.js │ │ ├── jquery.js │ │ ├── jquery.metadata.js │ │ ├── jquery.mousewheel.js │ │ ├── jquery.peity.js │ │ ├── jquery.tagsinput.min.js │ │ ├── jquery.textareaCounter.plugin.js │ │ ├── jquery.uniform.min.js │ │ ├── jquery.validate.min.js │ │ ├── less.js │ │ ├── plupload │ │ │ ├── Descr.WD3 │ │ │ ├── jquery.plupload.queue │ │ │ │ ├── Descr.WD3 │ │ │ │ └── jquery.plupload.queue.js │ │ │ ├── plupload.flash.swf │ │ │ ├── plupload.full.js │ │ │ ├── plupload.silverlight.xap │ │ │ └── upload.php │ │ ├── tableTools │ │ │ ├── css │ │ │ │ ├── Descr.WD3 │ │ │ │ └── TableTools.css │ │ │ ├── images │ │ │ │ ├── Descr.WD3 │ │ │ │ ├── background.png │ │ │ │ ├── collection.png │ │ │ │ ├── collection_hover.png │ │ │ │ ├── copy.png │ │ │ │ ├── copy_hover.png │ │ │ │ ├── csv.png │ │ │ │ ├── csv_hover.png │ │ │ │ ├── pdf.png │ │ │ │ ├── pdf_hover.png │ │ │ │ ├── print.png │ │ │ │ ├── print_hover.png │ │ │ │ ├── xls.png │ │ │ │ └── xls_hover.png │ │ │ ├── js │ │ │ │ ├── Descr.WD3 │ │ │ │ └── TableTools.min.js │ │ │ └── swf │ │ │ │ ├── Descr.WD3 │ │ │ │ └── copy_csv_xls_pdf.swf │ │ └── ui.spinner.js │ ├── login.htm │ ├── main.jsp │ ├── resource-editer.jsp │ ├── resource-list.jsp │ ├── user-document-list.jsp │ ├── user-documentsingle-list.jsp │ ├── user-editer.jsp │ ├── user-list.jsp │ └── userprofile.jsp │ ├── common │ ├── common.jsp │ ├── infcn_common.jsp │ └── taglibs.jsp │ ├── css │ ├── base.css │ ├── bootstrap.css │ ├── family.css │ ├── framework.css │ ├── noscript.css │ ├── style.css │ └── wordstyle.css │ ├── demo.jsp │ ├── document │ ├── codemirror │ │ ├── gfm │ │ │ ├── gfm.js │ │ │ └── index.html │ │ ├── javascript │ │ │ ├── index.html │ │ │ └── javascript.js │ │ ├── lib │ │ │ ├── codemirror.css │ │ │ ├── codemirror.js │ │ │ └── util │ │ │ │ ├── closetag.js │ │ │ │ ├── dialog.css │ │ │ │ ├── dialog.js │ │ │ │ ├── foldcode.js │ │ │ │ ├── formatting.js │ │ │ │ ├── javascript-hint.js │ │ │ │ ├── loadmode.js │ │ │ │ ├── match-highlighter.js │ │ │ │ ├── multiplex.js │ │ │ │ ├── overlay.js │ │ │ │ ├── pig-hint.js │ │ │ │ ├── runmode-standalone.js │ │ │ │ ├── runmode.js │ │ │ │ ├── search.js │ │ │ │ ├── searchcursor.js │ │ │ │ ├── simple-hint.css │ │ │ │ ├── simple-hint.js │ │ │ │ └── xml-hint.js │ │ ├── markdown │ │ │ ├── index.html │ │ │ ├── markdown.js │ │ │ └── test.js │ │ └── xml │ │ │ ├── index.html │ │ │ └── xml.js │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── debut_dark.png │ │ ├── debut_dark_@2X.png │ │ ├── github.css │ │ ├── hightlight.css │ │ ├── styles.css │ │ └── view_styles.css │ ├── doc_editor.jsp │ ├── doc_view.jsp │ ├── editor.jsp │ ├── editor_multi.jsp │ ├── editor_single.jsp │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ ├── gitbook │ │ ├── app.js │ │ ├── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── anonymouspro │ │ │ │ ├── 400.woff │ │ │ │ ├── 400i.woff │ │ │ │ ├── 700.woff │ │ │ │ └── 700i.woff │ │ │ ├── ebgaramond │ │ │ │ ├── 400.woff │ │ │ │ └── 400i.woff │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── fontawesome │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.svg │ │ │ ├── icomoon.ttf │ │ │ ├── icomoon.woff │ │ │ ├── merriweather │ │ │ │ ├── 400 │ │ │ │ ├── 250.woff │ │ │ │ ├── 250i.woff │ │ │ │ ├── 400.woff │ │ │ │ ├── 400i.woff │ │ │ │ ├── 700.woff │ │ │ │ ├── 700i.woff │ │ │ │ ├── 900.woff │ │ │ │ └── 900i.woff │ │ │ └── opensans │ │ │ │ ├── 700 │ │ │ │ ├── 300.woff │ │ │ │ ├── 300i.woff │ │ │ │ ├── 400.woff │ │ │ │ ├── 400i.woff │ │ │ │ ├── 600.woff │ │ │ │ ├── 600i.woff │ │ │ │ ├── 700.woff │ │ │ │ └── 700i.woff │ │ ├── images │ │ │ └── favicon.ico │ │ ├── jsrepl │ │ │ ├── engines │ │ │ │ └── javascript-default.js │ │ │ ├── jsrepl.js │ │ │ ├── langs │ │ │ │ └── javascript │ │ │ │ │ └── jsrepl_js.js │ │ │ ├── sandbox.html │ │ │ └── sandbox.js │ │ ├── plugins │ │ │ ├── gitbook-plugin-mathjax │ │ │ │ └── plugin.js │ │ │ └── gitbook-plugin-mixpanel │ │ │ │ └── plugin.js │ │ ├── print.css │ │ ├── style.css │ │ └── style_icon.css │ ├── js │ │ ├── bootbox.min.js │ │ ├── bootstrap.min.js │ │ ├── epiceditor.min.js │ │ ├── highlight.pack.js │ │ ├── jquery.min.js │ │ ├── marked.js │ │ ├── rawdeflate.js │ │ ├── rawinflate.js │ │ └── responsive-nav.js │ ├── view.jsp │ ├── view_multi.jsp │ └── view_single.jsp │ ├── donate.jsp │ ├── erro.jsp │ ├── foot.jsp │ ├── group.jsp │ ├── header.jsp │ ├── images │ ├── 404-img.png │ ├── active-menu.gif │ ├── advantage-icon │ │ ├── Thumbs.db │ │ ├── advantage1.png │ │ ├── advantage11.png │ │ ├── advantage2.png │ │ ├── advantage21.png │ │ ├── advantage24.png │ │ ├── advantage3.png │ │ ├── advantage4.png │ │ └── advantage6.png │ ├── ansj_pay.png │ ├── bird-bg.png │ ├── blank.gif │ ├── breadcrumb-arrow.png │ ├── btn-arrow.png │ ├── camera_skins.png │ ├── contact-icon1.png │ ├── contact-icon2.png │ ├── contact-icon3.png │ ├── continue-arrow.png │ ├── dropcap-circle.png │ ├── dropcap-square.png │ ├── fancy_overlay.png │ ├── fancybox_sprite.png │ ├── favicon.ico │ ├── file-ico │ │ ├── calulator.png │ │ ├── document.png │ │ ├── pdf.png │ │ ├── rar.png │ │ ├── soft.png │ │ └── word.png │ ├── footer-icon1.png │ ├── footer-icon2.png │ ├── footer-icon3.png │ ├── icon-author.png │ ├── icon-comment.png │ ├── icon-tag.png │ ├── infcn_logo.jpg │ ├── link-more.png │ ├── link-url.png │ ├── link-video.png │ ├── link-zoom.png │ ├── list-arrow.png │ ├── list-arrow2.png │ ├── list-check.png │ ├── list-cross.png │ ├── list-gear.png │ ├── list-greenarw.png │ ├── list-info.png │ ├── list-pen.png │ ├── list-star.png │ ├── list-warning.png │ ├── loading-lightbox.gif │ ├── loading-slideshow.gif │ ├── loading-tweet.gif │ ├── logo.png │ ├── logo2.png │ ├── map-marker.png │ ├── menu-line.png │ ├── portfolio-big │ │ ├── Thumbs.db │ │ └── pf-big.jpg │ ├── portfolio-thumb │ │ ├── Thumbs.db │ │ ├── p1.jpg │ │ ├── p10.jpg │ │ ├── p11.jpg │ │ ├── p12.jpg │ │ ├── p2.jpg │ │ ├── p3.jpg │ │ ├── p4.jpg │ │ ├── p5.jpg │ │ ├── p6.jpg │ │ ├── p7.jpg │ │ ├── p8.jpg │ │ └── p9.jpg │ ├── pre_bg.gif │ ├── quote.png │ ├── sample-images │ │ ├── Thumbs.db │ │ ├── author.jpg │ │ ├── blog-post1.jpg │ │ ├── blog-post2.jpg │ │ ├── blog-post3.jpg │ │ ├── client1.png │ │ ├── client2.png │ │ ├── client3.png │ │ ├── client4.png │ │ ├── client5.png │ │ ├── client6.png │ │ ├── faq-image.jpg │ │ ├── front-icon1.png │ │ ├── front-icon2.png │ │ ├── front-icon3.png │ │ ├── front-icon4.png │ │ ├── front-img1.jpg │ │ ├── front-img1a.png │ │ ├── front-img2.jpg │ │ ├── front-img2a.png │ │ ├── front-img3.jpg │ │ ├── front-img3a.png │ │ ├── front-img4.jpg │ │ ├── guarantee.png │ │ ├── img-sample.jpg │ │ ├── noscript-map.jpg │ │ ├── payment-amex.png │ │ ├── payment-diners.png │ │ ├── payment-mastercard.png │ │ ├── payment-paypal.png │ │ ├── payment-visa.png │ │ ├── services-icon1.png │ │ ├── services-icon2.png │ │ ├── services-icon3.png │ │ ├── services-icon4.png │ │ ├── team1.jpg │ │ ├── team2.jpg │ │ ├── team3.jpg │ │ ├── team4.jpg │ │ ├── testi-people1.png │ │ ├── testi-people2.png │ │ ├── testi-people3.png │ │ └── testi-people4.png │ ├── search-icon.png │ ├── slide-btn.jpg │ ├── slide-shadow.png │ ├── slideshow │ │ ├── Thumbs.db │ │ ├── bg-slide1.jpg │ │ ├── bg-slide2.jpg │ │ ├── bg-slide3.jpg │ │ ├── bg-slide4.jpg │ │ ├── li.purchase a.html │ │ ├── li.remove_frame a.html │ │ ├── slide-overlay.png.html │ │ ├── slide1.png │ │ ├── slide1.png.bak │ │ ├── slide2.png │ │ ├── slide3.png │ │ ├── slide3a.png │ │ └── slide4.png │ ├── socials │ │ ├── Thumbs.db │ │ ├── social-closed.gif │ │ ├── social-open.gif │ │ ├── social10.gif │ │ ├── social12.gif │ │ ├── social15.gif │ │ ├── social23.gif │ │ ├── social25.gif │ │ ├── social27.gif │ │ ├── social30.gif │ │ ├── social32.gif │ │ ├── social37.gif │ │ ├── social38.gif │ │ ├── social7.gif │ │ └── social9.gif │ ├── stampover.png │ ├── tag-bg-hover.gif │ ├── tag-bg.gif │ ├── testi-bg.gif │ ├── testi-tape.png │ └── ui.totop.png │ ├── js │ ├── Chart.js │ ├── bootstrap-affix.js │ ├── bootstrap.js │ ├── camera.min.js │ ├── contact-form.js │ ├── ddaccordion.js │ ├── dropdown.js │ ├── faq-functions.js │ ├── isotope.js │ ├── jflickrfeed.min.js │ ├── jquery-1.7.1.js │ ├── jquery.awesomeCloud-0.2.min.js │ ├── jquery.easing-1.3.min.js │ ├── jquery.fancybox-media.js │ ├── jquery.fancybox-media_cdea8439.js │ ├── jquery.fancybox.js │ ├── jquery.fancybox_cdea77bf.js │ ├── jquery.googlemaps1.01.js │ ├── jquery.min.js │ ├── jquery.twitter.js │ ├── jquery.ui.totop.min.js │ ├── theme-functions.js │ ├── tinynav.min.js │ └── tooltip.js │ ├── main.jsp │ ├── resource-list.jsp │ ├── resource.jsp │ ├── syntactic │ ├── css │ │ ├── dagre-d3-simple.css │ │ └── digraph.css │ ├── home.jsp │ └── resources │ │ ├── animated-overlay.gif │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.js │ │ ├── d3.min.js │ │ ├── d3.v3.js │ │ ├── dagre-d3-simple.js │ │ ├── dagre.js │ │ ├── dagre.min.js │ │ ├── docs.css │ │ ├── exporting.js │ │ ├── font-awesome.min.css │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ ├── highcharts.js │ │ ├── highstock.js │ │ ├── hogan-2.0.0.js │ │ ├── images │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-2.0.0.min.js │ │ ├── jquery-ui-1.9.2.custom.css │ │ ├── jquery-ui-1.9.2.custom.css~ │ │ ├── jquery-ui-1.9.2.custom.min.js │ │ ├── jquery.form.min.js │ │ ├── marked.js │ │ └── purl.js │ ├── test.html │ └── test2.html └── test └── java └── org └── nlpchina └── web └── AppTest.java /.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | .settings/ 3 | .classpath 4 | .project 5 | nlpcn.log 6 | target/* 7 | /h2db/* 8 | /target 9 | /nlpcn.log.1 10 | .DS_Store 11 | src/main/resource/zs_* 12 | /bin 13 | /webapp 14 | /src/main/webapp/WEB-INF/tmp/ 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #NLPCN网站 2 | 3 | nutz+jetty+h2 做的一个web应用 http://www.nlpcn.org 4 | 5 | # 启动方式 6 | 7 | 按maven项目导入eclipse后, 运行org.nlpchina.web.BootStrap即可 8 | -------------------------------------------------------------------------------- /distribution.xml: -------------------------------------------------------------------------------- 1 | 5 | distribution 6 | false 7 | 8 | dir 9 | 10 | 11 | 12 | src/main/resource 13 | /config 14 | 15 | 16 | script 17 | 18 | 19 | 20 | src/main/webapp 21 | /webapp 22 | 23 | 24 | lib 25 | /lib 26 | 27 | 28 | 29 | 30 | lib 31 | runtime 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/commons-codec.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/commons-codec.jar -------------------------------------------------------------------------------- /lib/commons-httpclient-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/commons-httpclient-3.1.jar -------------------------------------------------------------------------------- /lib/commons-logging-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/commons-logging-1.1.jar -------------------------------------------------------------------------------- /lib/jackson-all-1.8.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/jackson-all-1.8.5.jar -------------------------------------------------------------------------------- /lib/log4j-1.2.16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/log4j-1.2.16.jar -------------------------------------------------------------------------------- /lib/markdown4j-2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/markdown4j-2.2.jar -------------------------------------------------------------------------------- /lib/stanford-parser.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/stanford-parser.jar -------------------------------------------------------------------------------- /lib/weibo4j.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/lib/weibo4j.jar -------------------------------------------------------------------------------- /script/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | . /etc/profile 3 | 4 | min_heap_size="1300m" 5 | max_heap_size="2300m" 6 | 7 | #!/bin/sh 8 | 9 | #加载环境变量 10 | source /etc/profile 11 | W_EXIT_STATUS=65 12 | number_of_expected_args=1 13 | 14 | # Define some constants 15 | PROJECT_PATH=$PWD 16 | JAR_PATH=$PROJECT_PATH/lib/ 17 | 18 | 19 | classpath=.:$PROJECT_PATH/config:$JAR_PATH* 20 | 21 | LOG_PATH=$PROJECT_PATH/log 22 | 23 | mkdir $LOG_PATH 24 | 25 | start() 26 | { 27 | nohup java -Xms$min_heap_size -Xmx$max_heap_size -XX:PermSize=128m -Xloggc:$LOG_PATH/gc.log -XX:+PrintGCTimeStamps -XX:-PrintGCDetails -cp $classpath org.nlpchina.web.BootStrap > $LOG_PATH/console.log & 28 | echo $! >$LOG_PATH/nlpcn-web.pid 29 | } 30 | stop() 31 | { 32 | kill `cat $PROJECT_PATH/log/nlpcn-web.pid` 33 | } 34 | 35 | 36 | case $1 in 37 | "restart") 38 | stop 39 | start 40 | ;; 41 | "start") 42 | start 43 | ;; 44 | "stop") 45 | stop 46 | ;; 47 | *) echo "only accept params start|stop|restart" ;; 48 | esac 49 | 50 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/controller/GroupAction.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.controller; 2 | 3 | import java.util.List; 4 | 5 | import org.nlpchina.web.domain.UserInfo; 6 | import org.nlpchina.web.service.GeneralService; 7 | import org.nutz.dao.Cnd; 8 | import org.nutz.ioc.loader.annotation.Inject; 9 | import org.nutz.ioc.loader.annotation.IocBean; 10 | import org.nutz.mvc.annotation.At; 11 | import org.nutz.mvc.annotation.Ok; 12 | 13 | @IocBean 14 | public class GroupAction { 15 | 16 | @Inject 17 | private GeneralService generalService; 18 | 19 | /** 20 | * 保存菜单栏,并且为每个菜单栏生成唯一ID 21 | * 22 | * @param content 23 | * @return 24 | * @return 25 | * @throws Exception 26 | */ 27 | @At("/group/") 28 | @Ok("jsp:/group.jsp") 29 | public List index() { 30 | return generalService.search(UserInfo.class, Cnd.where("userType", ">", 0)) ; 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/controller/JspAction.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.controller; 2 | 3 | import org.nutz.ioc.loader.annotation.IocBean; 4 | import org.nutz.mvc.annotation.At; 5 | import org.nutz.mvc.annotation.Ok; 6 | 7 | @IocBean 8 | public class JspAction { 9 | @At("/") 10 | @Ok("jsp:/main.jsp") 11 | public void index() { 12 | } 13 | 14 | @At("/donate") 15 | @Ok("jsp:/donate.jsp") 16 | public void donate() { 17 | } 18 | 19 | @At("/admin") 20 | @Ok("jsp:/admin/main.jsp") 21 | public void admin() { 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/controller/TagAction.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.controller; 2 | 3 | /** 4 | * 5 | * @author ansj 6 | * 7 | */ 8 | public class TagAction { 9 | 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/controller/TestAction.java: -------------------------------------------------------------------------------- 1 | //package org.nlpchina.web.controller; 2 | // 3 | //import org.nlpchina.web.service.GeneralService; 4 | //import org.nutz.ioc.loader.annotation.Inject; 5 | //import org.nutz.ioc.loader.annotation.IocBean; 6 | //import org.nutz.mvc.annotation.At; 7 | //import org.nutz.mvc.annotation.Ok; 8 | //import org.nutz.mvc.annotation.Param; 9 | // 10 | //@IocBean 11 | //public class TestAction { 12 | // 13 | // @Inject 14 | // private GeneralService generalService; 15 | // /** 16 | // * test 17 | // */ 18 | // @At("/test/execute_sql") 19 | // @Ok("raw") 20 | // public String executeSql(@Param("sql") String sql){ 21 | // try { 22 | // generalService.executeSql(sql); 23 | // return "ok" ; 24 | // } catch (Exception e) { 25 | // // TODO Auto-generated catch block 26 | // e.printStackTrace(); 27 | // return e.getMessage() ; 28 | // } 29 | // } 30 | //} 31 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/domain/Category.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.domain; 2 | 3 | import org.nutz.dao.entity.annotation.Column; 4 | import org.nutz.dao.entity.annotation.Id; 5 | import org.nutz.dao.entity.annotation.Table; 6 | 7 | /** 8 | * 分类 9 | * 10 | * @author ansj 11 | * 12 | */ 13 | @Table("category") 14 | public class Category { 15 | @Id 16 | private Integer id; 17 | @Column 18 | private String name; 19 | 20 | public Integer getId() { 21 | return id; 22 | } 23 | 24 | public void setId(Integer id) { 25 | this.id = id; 26 | } 27 | 28 | public String getName() { 29 | return name; 30 | } 31 | 32 | public void setName(String name) { 33 | this.name = name; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/domain/ResourceTag.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.domain; 2 | 3 | import org.nutz.dao.entity.annotation.Column; 4 | import org.nutz.dao.entity.annotation.Id; 5 | import org.nutz.dao.entity.annotation.Table; 6 | 7 | /** 8 | * tag 资源关联表 9 | * 10 | * @author ansj 11 | * 12 | */ 13 | @Table("resource_tag") 14 | public class ResourceTag { 15 | @Id 16 | private Integer id; 17 | @Column("resource_id") 18 | private Integer resourceId; 19 | @Column("tag_id") 20 | private Integer tagId; 21 | 22 | public ResourceTag(){} ; 23 | 24 | public ResourceTag(Integer resourceId, Integer tagId){ 25 | this.resourceId = resourceId ; 26 | this.tagId = tagId ; 27 | } ; 28 | 29 | public Integer getId() { 30 | return id; 31 | } 32 | 33 | public void setId(Integer id) { 34 | this.id = id; 35 | } 36 | 37 | public Integer getResourceId() { 38 | return resourceId; 39 | } 40 | 41 | public void setResourceId(Integer resourceId) { 42 | this.resourceId = resourceId; 43 | } 44 | 45 | public Integer getTagId() { 46 | return tagId; 47 | } 48 | 49 | public void setTagId(Integer tagId) { 50 | this.tagId = tagId; 51 | } 52 | 53 | } 54 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/domain/ResourceUser.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.domain; 2 | 3 | import org.nutz.dao.entity.annotation.Column; 4 | import org.nutz.dao.entity.annotation.Id; 5 | import org.nutz.dao.entity.annotation.Table; 6 | 7 | @Table("resource_user") 8 | public class ResourceUser { 9 | @Id 10 | private Integer id; 11 | @Column("resource_id") 12 | private Integer resourceId; 13 | @Column("user_id") 14 | private Integer userId; 15 | @Column("type") 16 | private Integer type; // 0 forward 1 publish 17 | 18 | @Column("site_id") 19 | private long siteId; 20 | 21 | public ResourceUser() { 22 | }; 23 | 24 | public ResourceUser(Integer resourceId, Integer userId, long siteId, int type) { 25 | this.resourceId = resourceId; 26 | this.userId = userId; 27 | this.siteId = siteId; 28 | this.type = type; 29 | } 30 | 31 | public Integer getId() { 32 | return id; 33 | } 34 | 35 | public void setId(Integer id) { 36 | this.id = id; 37 | } 38 | 39 | public Integer getResourceId() { 40 | return resourceId; 41 | } 42 | 43 | public void setResourceId(Integer resourceId) { 44 | this.resourceId = resourceId; 45 | } 46 | 47 | public Integer getUserId() { 48 | return userId; 49 | } 50 | 51 | public void setUserInfoId(Integer userId) { 52 | this.userId = userId; 53 | } 54 | 55 | public Integer getType() { 56 | return type; 57 | } 58 | 59 | public void setType(Integer type) { 60 | this.type = type; 61 | } 62 | 63 | public long getSiteId() { 64 | return siteId; 65 | } 66 | 67 | public void setSiteId(long siteId) { 68 | this.siteId = siteId; 69 | } 70 | 71 | public void setUserId(Integer userId) { 72 | this.userId = userId; 73 | } 74 | 75 | } 76 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/util/AuthorFilter.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.util; 2 | 3 | import org.nlpchina.web.domain.UserInfo; 4 | import org.nlpcn.commons.lang.util.StringUtil; 5 | import org.nutz.mvc.ActionContext; 6 | import org.nutz.mvc.ActionFilter; 7 | import org.nutz.mvc.Mvcs; 8 | import org.nutz.mvc.View; 9 | import org.nutz.mvc.view.ServerRedirectView; 10 | 11 | public class AuthorFilter implements ActionFilter { 12 | 13 | @Override 14 | public View match(ActionContext actionContext) { 15 | String path = actionContext.getPath(); 16 | if (StringUtil.isBlank(path)) { 17 | 18 | } 19 | 20 | UserInfo userInfo = (UserInfo) Mvcs.getHttpSession().getAttribute("userInfo"); 21 | 22 | if (path.startsWith("/admin/resource")) { 23 | if (userInfo == null || userInfo.getUserType() < 1) { 24 | return new ServerRedirectView("/admin/login.htm"); 25 | } 26 | 27 | } 28 | 29 | if (path.startsWith("/admin/user")) { 30 | if (userInfo == null || userInfo.getUserType() != 2) { 31 | return new ServerRedirectView("/admin/login.htm"); 32 | } 33 | 34 | } 35 | 36 | return null; 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/util/NutzUtil.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.util; 2 | 3 | import org.nutz.ioc.Ioc; 4 | import org.nutz.lang.Mirror; 5 | import org.nutz.mvc.Mvcs; 6 | import org.nutz.mvc.annotation.IocBy; 7 | 8 | public class NutzUtil { 9 | public static void init(Class c) { 10 | IocBy ib = c.getAnnotation(IocBy.class); 11 | Ioc ioc = Mirror.me(ib.type()).born().create(null, ib.args()); 12 | Mvcs.setIoc(ioc); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/org/nlpchina/web/util/SiteSetup.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web.util; 2 | 3 | import org.apache.log4j.Logger; 4 | import org.nlpchina.web.database.H2Server; 5 | import org.nutz.mvc.NutConfig; 6 | import org.nutz.mvc.Setup; 7 | 8 | /** 9 | * 网站启动需要初始化的数据 10 | * 11 | * @author ansj 12 | */ 13 | public class SiteSetup implements Setup { 14 | private static final Logger LOG = Logger.getLogger(SiteSetup.class.getName()); 15 | 16 | /** 17 | * 启动网站并且初始化数据 18 | */ 19 | public void init(NutConfig nc) { 20 | H2Server.startServer(nc); 21 | // 加载全站数据 22 | try { 23 | StaticValue.updateCategorys(nc); 24 | StaticValue.updateTags(nc); 25 | StaticValue.ioc = nc.getIoc() ; 26 | } catch (Exception e) { 27 | // TODO Auto-generated catch block 28 | e.printStackTrace(); 29 | } 30 | 31 | // init gather sina weibo 32 | // gatherSinaWeiboThread(); 33 | } 34 | 35 | // private void gatherSinaWeiboThread() { 36 | // new Thread() { 37 | // @Override 38 | // public void run() { 39 | // while (true) { 40 | // try { 41 | // Thread.sleep(1 * 30 * 1000L); 42 | // LOG.info("begin gather sina weibo !"); 43 | // if (StringUtil.isNotBlank(StaticValue.siteToken) && StaticValue.ioc != null) { 44 | // SinaWeiboService sinaWeiboService = StaticValue.ioc.get(SinaWeiboService.class); 45 | // sinaWeiboService.gather(StaticValue.siteToken); 46 | // } else { 47 | // LOG.info("the sina weibo auth is not config!"); 48 | // } 49 | // } catch (Exception e) { 50 | // e.printStackTrace(); 51 | // } 52 | // } 53 | // } 54 | // }.start(); 55 | // } 56 | 57 | public void destroy(NutConfig nc) { 58 | H2Server.stopServer(); 59 | } 60 | 61 | } 62 | -------------------------------------------------------------------------------- /src/main/resources/chinesePCFG.ser.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/resources/chinesePCFG.ser.gz -------------------------------------------------------------------------------- /src/main/resources/config.properties: -------------------------------------------------------------------------------- 1 | #server config 2 | port=8080 3 | #web dirpath not config use src/main/webapp or webapp 4 | #web_dir=src/main/webapp 5 | 6 | # database path config 7 | test=true 8 | h2db=./h2db 9 | 10 | 11 | #sina weibo config 12 | client_ID =2598075234 13 | client_SERCRET =f6de44270fe33cedcfd19739d4b80155 14 | redirect_URI =http://www.nlpcn.org/sinaWeibo/login 15 | baseURL=https://api.weibo.com/2/ 16 | accessTokenURL=https://api.weibo.com/oauth2/access_token 17 | authorizeURL=https://api.weibo.com/oauth2/authorize 18 | rmURL=https://rm.api.weibo.com/2/ 19 | 20 | 21 | publish_user=ansj -------------------------------------------------------------------------------- /src/main/resources/ioc.js: -------------------------------------------------------------------------------- 1 | var ioc = { 2 | 3 | 4 | // 数据源 5 | dataSource : { 6 | type :"com.alibaba.druid.pool.DruidDataSource", 7 | events : { 8 | depose :"close" 9 | }, 10 | fields : { 11 | driverClassName : "org.h2.Driver", 12 | url : "jdbc:h2:h2db/nlpchina", 13 | username : "sa", 14 | password : "", 15 | initialSize : 10, 16 | maxActive : 100, 17 | testOnReturn : true, 18 | validationQuery : "select 1" 19 | } 20 | }, 21 | // Dao 22 | dao : { 23 | type :'org.nutz.dao.impl.NutDao', 24 | args : [ {refer :"dataSource"}] 25 | } 26 | 27 | }; 28 | -------------------------------------------------------------------------------- /src/main/resources/library.properties: -------------------------------------------------------------------------------- 1 | #redress dic file path 2 | ambiguityLibrary=library/ambiguity.dic 3 | #path of userLibrary this is default library 4 | userLibrary=src/main/resource/library/default.dic 5 | #set real name 6 | isRealName=true 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/library/ambiguity.dic: -------------------------------------------------------------------------------- 1 | 习近平 习近平 nr 2 | 李民工作 李民 nr 工作 vn 3 | 三个和尚 三个 m 和尚 n 4 | 的确定不 的确 d 定 v 不 v 5 | 大和尚 大 a 和尚 n 6 | 张三和 张三 nr 和 c 7 | 动漫游戏 动漫 n 游戏 n 8 | 邓颖超生前 邓颖超 nr 生前 t -------------------------------------------------------------------------------- /src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | log4j.rootLogger=info,Console 2 | 3 | log4j.logger.org.apache.commons.beanutils=info 4 | log4j.logger.org.quartz.core.QuartzSchedulerThread=info 5 | log4j.logger.org.snaker.engine.access.transaction.TransactionInterceptor=info 6 | log4j.logger.net.sf.ehcache.statistics=info 7 | 8 | log4j.appender.Console=org.apache.log4j.ConsoleAppender 9 | log4j.appender.Console.layout=org.apache.log4j.PatternLayout 10 | log4j.appender.Console.layout.ConversionPattern=%d %l %-5p - %m%n 11 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | nutz 9 | org.nutz.mvc.NutFilter 10 | 11 | modules 12 | org.nlpchina.web.BootStrap 13 | 14 | 15 | 16 | nutz 17 | /* 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/error.css: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | *zoom: 1; 3 | } 4 | .clearfix:before, 5 | .clearfix:after { 6 | display: table; 7 | content: ""; 8 | } 9 | .clearfix:after { 10 | clear: both; 11 | } 12 | body { 13 | background: url('../img/bg2.png') repeat; 14 | } 15 | .error_page { 16 | text-align: center; 17 | } 18 | .error_page .error { 19 | width: 100%; 20 | *zoom: 1; 21 | position: absolute; 22 | top: 40%; 23 | opacity: 0.5; 24 | filter: alpha(opacity=0.5); 25 | color: #999; 26 | text-shadow: 0 -1px 1px #000000, 0 1px 1px #ffffff; 27 | } 28 | .error_page .error:before, 29 | .error_page .error:after { 30 | display: table; 31 | content: ""; 32 | } 33 | .error_page .error:after { 34 | clear: both; 35 | } 36 | .error_page .desc { 37 | width: 100%; 38 | font-size: 24px; 39 | color: #555; 40 | position: absolute; 41 | top: 15%; 42 | line-height: 35px; 43 | } 44 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/fullcalendar.print.css: -------------------------------------------------------------------------------- 1 | /* 2 | * FullCalendar v1.5.3 Print Stylesheet 3 | * 4 | * Include this stylesheet on your page to get a more printer-friendly calendar. 5 | * When including this stylesheet, use the media='print' attribute of the tag. 6 | * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 7 | * 8 | * Copyright (c) 2011 Adam Shaw 9 | * Dual licensed under the MIT and GPL licenses, located in 10 | * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 11 | * 12 | * Date: Mon Feb 6 22:40:40 2012 -0800 13 | * 14 | */ 15 | 16 | 17 | /* Events 18 | -----------------------------------------------------*/ 19 | 20 | .fc-event-skin { 21 | background: none !important; 22 | color: #000 !important; 23 | } 24 | 25 | /* horizontal events */ 26 | 27 | .fc-event-hori { 28 | border-width: 0 0 1px 0 !important; 29 | border-bottom-style: dotted !important; 30 | border-bottom-color: #000 !important; 31 | padding: 1px 0 0 0 !important; 32 | } 33 | 34 | .fc-event-hori .fc-event-inner { 35 | border-width: 0 !important; 36 | padding: 0 1px !important; 37 | } 38 | 39 | /* vertical events */ 40 | 41 | .fc-event-vert { 42 | border-width: 0 0 0 1px !important; 43 | border-left-style: dotted !important; 44 | border-left-color: #000 !important; 45 | padding: 0 1px 0 0 !important; 46 | } 47 | 48 | .fc-event-vert .fc-event-inner { 49 | border-width: 0 !important; 50 | padding: 1px 0 !important; 51 | } 52 | 53 | .fc-event-bg { 54 | display: none !important; 55 | } 56 | 57 | .fc-event .ui-resizable-handle { 58 | display: none !important; 59 | } 60 | 61 | 62 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/jquery.cleditor.css: -------------------------------------------------------------------------------- 1 | .cleditorMain {padding:0 1px 1px; background-color:white} 2 | .cleditorMain iframe {border:none; margin:0; padding:0} 3 | .cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */} 4 | .cleditorToolbar {background: url('../img/toolbar.gif') repeat} 5 | .cleditorGroup {float:left; height:26px} 6 | .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('../img/buttons.gif')} 7 | .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)} 8 | .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC} 9 | .cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000} 10 | .cleditorList div {padding:2px 4px 2px 4px} 11 | .cleditorList p, 12 | .cleditorList h1, 13 | .cleditorList h2, 14 | .cleditorList h3, 15 | .cleditorList h4, 16 | .cleditorList h5, 17 | .cleditorList h6, 18 | .cleditorList font {padding:0; margin:0; background-color:Transparent} 19 | .cleditorColor {width:150px; padding:1px 0 0 1px} 20 | .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0} 21 | .cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt} 22 | .cleditorPrompt input, 23 | .cleditorPrompt textarea {font:8.5pt Arial,Verdana;} 24 | .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt} 25 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/jquery.tagsinput.css: -------------------------------------------------------------------------------- 1 | div.tagsinput { border:1px solid #CCC; background: #FFF; padding:1px; width:300px; overflow-y: auto;} 2 | div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 1px 8px; text-decoration:none; background: #cde69c; color: #638421; margin:3px; font-family: helvetica; font-size:13px; line-height:23px} 3 | div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px; vertical-align: top; } 4 | div.tagsinput input { width:80px; margin:3px 0 0 3px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:3px; background: transparent; color: #000; outline:0px; } 5 | div.tagsinput div { display:block; float: left; } 6 | .tags_clear { clear: both; width: 100%; height: 0px; } 7 | .not_valid {background: #FBD8DB !important; color: #90111A !important;} 8 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/print.css: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | *zoom: 1; 3 | } 4 | .clearfix:before, 5 | .clearfix:after { 6 | display: table; 7 | content: ""; 8 | } 9 | .clearfix:after { 10 | clear: both; 11 | } 12 | .row-fluid { 13 | display: none; 14 | } 15 | .row-fluid.printable { 16 | display: block !important; 17 | } 18 | body { 19 | background: #fff; 20 | margin: 0; 21 | padding: 0; 22 | } 23 | .content, 24 | .row-fluid { 25 | margin: 0 !important; 26 | padding: 0 !important; 27 | } 28 | .topbar, 29 | .style-switcher, 30 | .style-toggler, 31 | .breadcrumbs, 32 | .navi, 33 | .alert { 34 | display: none; 35 | } 36 | .box-head { 37 | display: none; 38 | } 39 | .box-content, 40 | .box { 41 | border: 0 !important; 42 | } 43 | .invoice-infos { 44 | text-align: right; 45 | } 46 | .table-invoice thead th { 47 | -webkit-box-shadow: none; 48 | -moz-box-shadow: none; 49 | box-shadow: none; 50 | text-shadow: 0 0 0 #ffffff; 51 | filter: dropshadow(color=#ffffff, offx=0, offy=0); 52 | } 53 | .invoice-footer { 54 | position: fixed; 55 | bottom: 0; 56 | } 57 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/responsive-nav.css: -------------------------------------------------------------------------------- 1 | /*! responsive-nav.js 1.0.32 by @viljamis */ 2 | 3 | .nav-collapse ul { 4 | margin: 0; 5 | padding: 0; 6 | width: 100%; 7 | display: block; 8 | list-style: none; 9 | } 10 | 11 | .nav-collapse li { 12 | width: 100%; 13 | display: block; 14 | } 15 | 16 | .js .nav-collapse { 17 | clip: rect(0 0 0 0); 18 | max-height: 0; 19 | position: absolute; 20 | display: block; 21 | overflow: hidden; 22 | zoom: 1; 23 | } 24 | 25 | .nav-collapse.opened { 26 | max-height: 9999px; 27 | } 28 | 29 | .disable-pointer-events { 30 | pointer-events: none !important; 31 | } 32 | 33 | .nav-toggle { 34 | -webkit-tap-highlight-color: rgba(0,0,0,0); 35 | -webkit-touch-callout: none; 36 | -webkit-user-select: none; 37 | -moz-user-select: none; 38 | -ms-user-select: none; 39 | -o-user-select: none; 40 | user-select: none; 41 | } 42 | 43 | @media screen and (min-width: 40em) { 44 | .js .nav-collapse { 45 | position: relative; 46 | } 47 | .js .nav-collapse.closed { 48 | max-height: none; 49 | } 50 | .nav-toggle { 51 | display: none; 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_5F40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_5F40x100.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_flat_75_ffffff_5F40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_flat_75_ffffff_5F40x100.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-icons_222222_5F256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-icons_222222_5F256x240.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-icons_2e83ff_5F256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-icons_2e83ff_5F256x240.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-icons_454545_5F256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-icons_454545_5F256x240.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-icons_888888_5F256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-icons_888888_5F256x240.png -------------------------------------------------------------------------------- /src/main/webapp/admin/css/smoothness/images/ui-icons_cd0a0a_5F256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/css/smoothness/images/ui-icons_cd0a0a_5F256x240.png -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/README.md: -------------------------------------------------------------------------------- 1 | 目录说明 2 | ======================== 3 | 4 | ```bash 5 | ├── Uploader.swf # SWF文件,当使用Flash运行时需要引入。 6 | 7 | ├── webuploader.js # 完全版本。 8 | ├── webuploader.min.js # min版本 9 | 10 | ├── webuploader.flashonly.js # 只有Flash实现的版本。 11 | ├── webuploader.flashonly.min.js # min版本 12 | 13 | ├── webuploader.html5only.js # 只有Html5实现的版本。 14 | ├── webuploader.html5only.min.js # min版本 15 | 16 | ├── webuploader.withoutimage.js # 去除图片处理的版本,包括HTML5和FLASH. 17 | ├── webuploader.withoutimage.min.js # min版本 18 | 19 | ├── webuploader.custom.js # 自定义打包方案,请查看 Gruntfile.js,满足移动端使用。 20 | └── webuploader.custom.min.js # min版本 21 | ``` 22 | 23 | ## 示例 24 | 25 | 请把整个 Git 包下载下来放在 php 服务器下,因为默认提供的文件接受是用 php 编写的,打开 examples 页面便能查看示例效果。 -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/dist/Uploader.swf -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/dist/h.js -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/dist/qrcode.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-pick { 2 | position: relative; 3 | display: inline-block; 4 | cursor: pointer; 5 | background: #00b7ee; 6 | padding: 5px 15px; 7 | color: #fff; 8 | text-align: center; 9 | border-radius: 3px; 10 | overflow: hidden; 11 | } 12 | .webuploader-pick-hover { 13 | background: #00a2d4; 14 | } 15 | 16 | .webuploader-dnd { 17 | width: 400px; 18 | height: 400px; 19 | border: 3px solid #ddd; 20 | } 21 | 22 | .webuploader-dnd-over { 23 | border-style: dashed; 24 | } 25 | 26 | .webuploader-container { 27 | position: relative; 28 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/img/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/arrow-left.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/arrow-right.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/bg2.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/buttons-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/buttons-disabled.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/buttons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/buttons.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/buttons.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/chosen-sprite.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/dribble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/dribble.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/facebook.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/fancy_title_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/fancy_title_over.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/fancybox-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/fancybox-x.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/fancybox-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/fancybox-y.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/fancy/fancybox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/fancy/fancybox.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/forrst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/forrst.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/address.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/administrative-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/administrative-docs.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/advertising.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/advertising.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/archives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/archives.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/attibutes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/attibutes.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/bank.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/basket.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/bestseller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/bestseller.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/billing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/billing.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/bookmark.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/brainstorming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/brainstorming.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/business-contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/business-contact.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/busy.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/calendar.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/category.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/check.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/collaboration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/collaboration.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/comment.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/communication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/communication.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/config.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/consulting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/consulting.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/contact.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/cost.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/credit-card.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/credit.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/current-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/current-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/customers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/customers.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/cv.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/database.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/date.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/delicious.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/document-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/document-library.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/donate.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/drawings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/drawings.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/edit.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/email.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/facebook.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/featured.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/feed.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/finished-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/finished-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/flag.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/folder.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/free-for-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/free-for-job.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/freelance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/freelance.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/full-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/full-time.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/future-projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/future-projects.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/graphic-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/graphic-design.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/heart.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/hire-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/hire-me.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/home.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/illustration.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/invoice.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/issue.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/library.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/lightbulb.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/limited-edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/limited-edition.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/link.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/lock.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/login.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/milestone.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/my-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/my-account.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/networking.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/old-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/old-versions.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/order-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/order-192.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/order.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/payment-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/payment-card.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/paypal.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/pc.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/pen.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/pencil.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/phone.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/photography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/photography.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/plus.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/premium.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/print.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/process.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/product-193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/product-193.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/product-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/product-design.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/product.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/project.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/publish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/publish.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/refresh.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/search.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/settings.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/shipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/shipping.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/showreel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/showreel.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/sign-in.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/sign-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/sign-out.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/sign-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/sign-up.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/sitemap.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/special-offer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/special-offer.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/star.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/statistics.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/suppliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/suppliers.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/tag.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/ticket.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/twitter.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/upcoming-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/upcoming-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/user.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/world.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/16/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/16/zoom.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/address.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/administrative-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/administrative-docs.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/advertising.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/advertising.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/archives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/archives.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/attibutes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/attibutes.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/bank.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/basket.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/bestseller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/bestseller.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/billing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/billing.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/bookmark.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/brainstorming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/brainstorming.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/business-contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/business-contact.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/busy.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/calendar.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/category.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/check.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/collaboration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/collaboration.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/comment.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/communication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/communication.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/config.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/consulting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/consulting.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/contact.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/cost.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/credit-card.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/credit.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/current-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/current-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/customers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/customers.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/cv.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/database.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/date.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/delicious.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/document-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/document-library.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/donate.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/drawings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/drawings.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/edit.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/email.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/facebook.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/featured.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/feed.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/finished-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/finished-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/flag.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/folder.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/free-for-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/free-for-job.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/freelance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/freelance.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/full-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/full-time.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/future-projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/future-projects.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/graphic-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/graphic-design.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/heart.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/hire-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/hire-me.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/home.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/illustration.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/invoice.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/issue.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/library.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/lightbulb.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/limited-edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/limited-edition.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/link.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/lock.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/login.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/milestone.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/my-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/my-account.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/networking.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/old-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/old-versions.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/order-149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/order-149.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/order.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/payment-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/payment-card.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/paypal.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/pc.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/pen.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/pencil.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/phone.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/photography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/photography.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/plus.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/premium.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/print.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/process.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/product-163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/product-163.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/product-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/product-design.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/product.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/project.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/publish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/publish.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/refresh.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/search.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/settings.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/shipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/shipping.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/showreel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/showreel.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/sign-in.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/sign-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/sign-out.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/sign-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/sign-up.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/sitemap.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/special-offer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/special-offer.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/star.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/statistics.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/suppliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/suppliers.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/tag.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/ticket.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/twitter.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/upcoming-work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/upcoming-work.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/user.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/world.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/essen/32/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/essen/32/zoom.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/address-book-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/address-book-blue.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/arrow-270-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/arrow-270-small.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/arrow-270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/arrow-270.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/balloons-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/balloons-white.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/bin-metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/bin-metal.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/book-question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/book-question.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/calendar--plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/calendar--plus.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/color.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/control-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/control-power.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/cross.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/disk-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/disk-black.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/document-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/document-task.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/gear.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/magnifier.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/mail--minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/mail--minus.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/mail-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/mail-open.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/mail-reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/mail-reply.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/printer.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/slash.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/icons/fugue/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/icons/fugue/star.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/light.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/img/low_contrast_linen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/low_contrast_linen.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/magnifier_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/magnifier_grey.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/natural_paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/natural_paper.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/preload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/preload.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/retina_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/retina_wood.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/100.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/180x220.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/180x220.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/40.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/500.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/500.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/60.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sample/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sample/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/slider.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/slider_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/slider_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sort_asc.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sort_asc_disabled.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sort_both.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sort_desc.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/sort_desc_disabled.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/spinner_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/spinner_arrows.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/toggle-subnav-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/toggle-subnav-down.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/toggle-subnav-up-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/toggle-subnav-up-white.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/toolbar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/toolbar.gif -------------------------------------------------------------------------------- /src/main/webapp/admin/img/transp50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/transp50.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/twitter.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/uniform/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/uniform/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/img/uniform/bg-input-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/uniform/bg-input-focus.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/uniform/bg-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/uniform/bg-input.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/uniform/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/uniform/sprite.png -------------------------------------------------------------------------------- /src/main/webapp/admin/img/wood-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/wood-black.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/img/wood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/img/wood.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/js/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/js/error.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | if($('.error').length > 0){ 3 | $(".error").fitText(0.4); 4 | $(".desc").fitText(8, {minFontSize: '16px'}); 5 | } 6 | $('.toggle-social').click(function(e){ 7 | if($('.login.social').is(":visible")){ 8 | $('.social-shadow-hider').animate({ 9 | marginTop:'-=100px' 10 | }); 11 | $(this).parent().animate({ 12 | marginTop:'-=100px', 13 | marginLeft:'-=157px', 14 | width:'205px' 15 | }); 16 | $('.login.social').slideUp(400,function(e){ 17 | $('.toggle-social').html('Sign in with social network '); 18 | }); 19 | } else { 20 | $(this).html(''); 21 | $('.social-shadow-hider').animate({ 22 | marginTop:'+=100px' 23 | }); 24 | $(this).parent().animate({ 25 | marginTop:'+=100px', 26 | marginLeft:'+=157px', 27 | width:'48px' 28 | }); 29 | $('.login.social').slideDown(); 30 | } 31 | }); 32 | if($('.validate').length > 0){ 33 | $('.validate').validate({ 34 | errorPlacement:function(error, element){ 35 | element.parent().parent().append(error); 36 | }, 37 | // Bootstrap style error highlight 38 | highlight: function(label, a) { 39 | $(label).closest('.control-group').removeClass('error success').addClass('error'); 40 | }, 41 | success: function(label) { 42 | label.addClass('valid').closest('.control-group').removeClass('error success').addClass('success'); 43 | } 44 | }); 45 | } 46 | }); 47 | 48 | $(window).resize(function(){ 49 | console.log($(window).height()); 50 | }); -------------------------------------------------------------------------------- /src/main/webapp/admin/js/plupload/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/plupload/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/js/plupload/jquery.plupload.queue/Descr.WD3: -------------------------------------------------------------------------------- 1 | pjquery.plupload.queue.js֠Fri, 27 Jul 2012 07:13:41 GMTapplication/javascripto -------------------------------------------------------------------------------- /src/main/webapp/admin/js/plupload/plupload.flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/plupload/plupload.flash.swf -------------------------------------------------------------------------------- /src/main/webapp/admin/js/plupload/plupload.silverlight.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/plupload/plupload.silverlight.xap -------------------------------------------------------------------------------- /src/main/webapp/admin/js/plupload/upload.php: -------------------------------------------------------------------------------- 1 | {"jsonrpc" : "2.0", "error" : {"code": 100, "message": "Failed to open temp directory."}, "id" : "id"} -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/css/Descr.WD3: -------------------------------------------------------------------------------- 1 | fTableTools.css֠Thu, 30 Aug 2012 16:00:39 GMTtext/css7% -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/background.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/collection.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/collection_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/collection_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/copy.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/copy_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/copy_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/csv.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/csv_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/csv_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/pdf.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/pdf_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/pdf_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/print.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/print_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/print_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/xls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/xls.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/images/xls_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/images/xls_hover.png -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/js/Descr.WD3: -------------------------------------------------------------------------------- 1 | iTableTools.min.js֠Thu, 30 Aug 2012 16:01:20 GMTapplication/javascript*r -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/swf/Descr.WD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/swf/Descr.WD3 -------------------------------------------------------------------------------- /src/main/webapp/admin/js/tableTools/swf/copy_csv_xls_pdf.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/admin/js/tableTools/swf/copy_csv_xls_pdf.swf -------------------------------------------------------------------------------- /src/main/webapp/admin/login.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Neat Admin Template 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

亲爱的你还木有登录..

17 |
18 | 请点击右上角用新浪微博账号登录.本站不存储您的任何密码!请敞开使用!! 19 |
20 | 21 |
22 | 23 |
24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/main/webapp/common/taglibs.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> 2 | 3 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> 4 | <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> 5 | <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> 6 | 7 | <% 8 | String ctx=request.getContextPath() ; 9 | request.setAttribute("ctx", ctx) ; 10 | %> 11 | -------------------------------------------------------------------------------- /src/main/webapp/css/family.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Helvetica, Tahoma, Arial, sans-serif;'; 3 | font-style: italic; 4 | font-weight: 700; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/webapp/document/codemirror/gfm/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CodeMirror: GFM mode 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |

CodeMirror: GFM mode

18 | 19 | 20 |
37 | 38 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /src/main/webapp/document/codemirror/lib/util/dialog.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-dialog { 2 | position: relative; 3 | } 4 | 5 | .CodeMirror-dialog > div { 6 | position: absolute; 7 | top: 0; left: 0; right: 0; 8 | background: white; 9 | border-bottom: 1px solid #eee; 10 | z-index: 15; 11 | padding: .1em .8em; 12 | overflow: hidden; 13 | color: #333; 14 | } 15 | 16 | .CodeMirror-dialog input { 17 | border: none; 18 | outline: none; 19 | background: transparent; 20 | width: 20em; 21 | color: inherit; 22 | font-family: monospace; 23 | } 24 | 25 | .CodeMirror-dialog button { 26 | font-size: 70%; 27 | } -------------------------------------------------------------------------------- /src/main/webapp/document/codemirror/lib/util/simple-hint.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-completions { 2 | position: absolute; 3 | z-index: 10; 4 | overflow: hidden; 5 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 6 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 7 | box-shadow: 2px 3px 5px rgba(0,0,0,.2); 8 | } 9 | .CodeMirror-completions select { 10 | background: #fafafa; 11 | outline: none; 12 | border: none; 13 | padding: 0; 14 | margin: 0; 15 | font-family: monospace; 16 | } 17 | -------------------------------------------------------------------------------- /src/main/webapp/document/css/debut_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/css/debut_dark.png -------------------------------------------------------------------------------- /src/main/webapp/document/css/debut_dark_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/css/debut_dark_@2X.png -------------------------------------------------------------------------------- /src/main/webapp/document/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/webapp/document/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/webapp/document/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/anonymouspro/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/anonymouspro/400.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/anonymouspro/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/anonymouspro/400i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/anonymouspro/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/anonymouspro/700.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/anonymouspro/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/anonymouspro/700i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/ebgaramond/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/ebgaramond/400.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/ebgaramond/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/ebgaramond/400i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/icomoon.eot -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/icomoon.ttf -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/icomoon.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/250.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/250.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/250i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/250i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/400 -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/400.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/400i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/700.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/700i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/900.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/merriweather/900i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/merriweather/900i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/300.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/300i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/300i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/400.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/400i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/600.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/600i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/600i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/700: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/700 -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/700.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/fonts/opensans/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/fonts/opensans/700i.woff -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/document/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/jsrepl/langs/javascript/jsrepl_js.js: -------------------------------------------------------------------------------- 1 | (function(){self.JSREPLEngine=function(){function a(d,b,c,a,e,f){this.result=c;this.error=a;this.sandbox=e;this.inspect=this.sandbox.console.inspect;this.functionClass=this.sandbox.Function;this.sandbox.__eval=this.sandbox.eval;f()}a.prototype.Eval=function(d){var b;try{return b=this.sandbox.__eval(d),this.result(b===void 0?"":this.inspect(b))}catch(a){return this.error(a)}};a.prototype.RawEval=function(a){var b;try{return b=this.sandbox.__eval(a),this.result(b)}catch(c){return this.error(c)}};a.prototype.GetNextLineIndent= 2 | function(a){try{return new this.functionClass(a),false}catch(b){return/[\[\{\(]$/.test(a)?1:0}};return a}()}).call(this); 3 | -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/jsrepl/sandbox.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | jsREPL Sandbox 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/plugins/gitbook-plugin-mathjax/plugin.js: -------------------------------------------------------------------------------- 1 | require(["gitbook"], function(gitbook) { 2 | MathJax.Hub.Config({ 3 | tex2jax: { 4 | inlineMath: [['$','$'], ['\\(','\\)']], 5 | processEscapes: true 6 | } 7 | }); 8 | 9 | 10 | gitbook.events.bind("page.change", function() { 11 | MathJax.Hub.Typeset() 12 | }); 13 | }); -------------------------------------------------------------------------------- /src/main/webapp/document/gitbook/style_icon.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'icomoon'; 3 | src:url('fonts/icomoon.eot?-in7nco'); 4 | src:url('fonts/icomoon.eot?#iefix-in7nco') format('embedded-opentype'), 5 | url('fonts/icomoon.woff?-in7nco') format('woff'), 6 | url('fonts/icomoon.ttf?-in7nco') format('truetype'), 7 | url('fonts/icomoon.svg?-in7nco#icomoon') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | [class^="icon-"], [class*=" icon-"] { 13 | font-family: 'icomoon'; 14 | speak: none; 15 | font-style: normal; 16 | font-weight: normal; 17 | font-variant: normal; 18 | text-transform: none; 19 | line-height: 1; 20 | 21 | /* Better Font Rendering =========== */ 22 | -webkit-font-smoothing: antialiased; 23 | -moz-osx-font-smoothing: grayscale; 24 | } 25 | 26 | .icon-kx001:before { 27 | content: "\e600"; 28 | } 29 | .icon-wechat:before { 30 | content: "\e601"; 31 | } 32 | .icon-weibo:before { 33 | content: "\e602"; 34 | } 35 | .icon-tengxunweibo:before { 36 | content: "\e603"; 37 | } 38 | img { 39 | height:46px; 40 | border:0px ; 41 | } -------------------------------------------------------------------------------- /src/main/webapp/document/view.jsp: -------------------------------------------------------------------------------- 1 | <%@page language="java" pageEncoding="UTF-8"%> 2 | <%@include file="/common/taglibs.jsp"%> 3 | 4 | 5 | 6 | Markdown Editor 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 |
17 | 18 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/main/webapp/images/404-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/404-img.png -------------------------------------------------------------------------------- /src/main/webapp/images/active-menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/active-menu.gif -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage1.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage11.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage2.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage21.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage24.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage3.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage4.png -------------------------------------------------------------------------------- /src/main/webapp/images/advantage-icon/advantage6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/advantage-icon/advantage6.png -------------------------------------------------------------------------------- /src/main/webapp/images/ansj_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/ansj_pay.png -------------------------------------------------------------------------------- /src/main/webapp/images/bird-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/bird-bg.png -------------------------------------------------------------------------------- /src/main/webapp/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/images/breadcrumb-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/breadcrumb-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/images/btn-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/btn-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/images/camera_skins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/camera_skins.png -------------------------------------------------------------------------------- /src/main/webapp/images/contact-icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/contact-icon1.png -------------------------------------------------------------------------------- /src/main/webapp/images/contact-icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/contact-icon2.png -------------------------------------------------------------------------------- /src/main/webapp/images/contact-icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/contact-icon3.png -------------------------------------------------------------------------------- /src/main/webapp/images/continue-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/continue-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/images/dropcap-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/dropcap-circle.png -------------------------------------------------------------------------------- /src/main/webapp/images/dropcap-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/dropcap-square.png -------------------------------------------------------------------------------- /src/main/webapp/images/fancy_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/fancy_overlay.png -------------------------------------------------------------------------------- /src/main/webapp/images/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/fancybox_sprite.png -------------------------------------------------------------------------------- /src/main/webapp/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/calulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/calulator.png -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/document.png -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/pdf.png -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/rar.png -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/soft.png -------------------------------------------------------------------------------- /src/main/webapp/images/file-ico/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/file-ico/word.png -------------------------------------------------------------------------------- /src/main/webapp/images/footer-icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/footer-icon1.png -------------------------------------------------------------------------------- /src/main/webapp/images/footer-icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/footer-icon2.png -------------------------------------------------------------------------------- /src/main/webapp/images/footer-icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/footer-icon3.png -------------------------------------------------------------------------------- /src/main/webapp/images/icon-author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/icon-author.png -------------------------------------------------------------------------------- /src/main/webapp/images/icon-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/icon-comment.png -------------------------------------------------------------------------------- /src/main/webapp/images/icon-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/icon-tag.png -------------------------------------------------------------------------------- /src/main/webapp/images/infcn_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/infcn_logo.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/link-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/link-more.png -------------------------------------------------------------------------------- /src/main/webapp/images/link-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/link-url.png -------------------------------------------------------------------------------- /src/main/webapp/images/link-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/link-video.png -------------------------------------------------------------------------------- /src/main/webapp/images/link-zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/link-zoom.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-arrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-arrow2.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-check.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-cross.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-gear.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-greenarw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-greenarw.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-info.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-pen.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-star.png -------------------------------------------------------------------------------- /src/main/webapp/images/list-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/list-warning.png -------------------------------------------------------------------------------- /src/main/webapp/images/loading-lightbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/loading-lightbox.gif -------------------------------------------------------------------------------- /src/main/webapp/images/loading-slideshow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/loading-slideshow.gif -------------------------------------------------------------------------------- /src/main/webapp/images/loading-tweet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/loading-tweet.gif -------------------------------------------------------------------------------- /src/main/webapp/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/logo.png -------------------------------------------------------------------------------- /src/main/webapp/images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/logo2.png -------------------------------------------------------------------------------- /src/main/webapp/images/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/map-marker.png -------------------------------------------------------------------------------- /src/main/webapp/images/menu-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/menu-line.png -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-big/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-big/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-big/pf-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-big/pf-big.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p1.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p10.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p11.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p12.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p2.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p3.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p4.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p5.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p6.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p7.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p8.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/portfolio-thumb/p9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/portfolio-thumb/p9.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/pre_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/pre_bg.gif -------------------------------------------------------------------------------- /src/main/webapp/images/quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/quote.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/author.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/author.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/blog-post1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/blog-post1.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/blog-post2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/blog-post2.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/blog-post3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/blog-post3.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client1.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client2.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client3.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client4.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client5.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/client6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/client6.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/faq-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/faq-image.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-icon1.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-icon2.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-icon3.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-icon4.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img1.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img1a.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img2.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img2a.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img3.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img3a.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/front-img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/front-img4.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/guarantee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/guarantee.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/img-sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/img-sample.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/noscript-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/noscript-map.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/payment-amex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/payment-amex.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/payment-diners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/payment-diners.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/payment-mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/payment-mastercard.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/payment-paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/payment-paypal.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/payment-visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/payment-visa.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/services-icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/services-icon1.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/services-icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/services-icon2.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/services-icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/services-icon3.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/services-icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/services-icon4.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/team1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/team1.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/team2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/team2.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/team3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/team3.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/team4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/team4.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/testi-people1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/testi-people1.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/testi-people2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/testi-people2.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/testi-people3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/testi-people3.png -------------------------------------------------------------------------------- /src/main/webapp/images/sample-images/testi-people4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/sample-images/testi-people4.png -------------------------------------------------------------------------------- /src/main/webapp/images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/search-icon.png -------------------------------------------------------------------------------- /src/main/webapp/images/slide-btn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slide-btn.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/slide-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slide-shadow.png -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/bg-slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/bg-slide1.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/bg-slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/bg-slide2.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/bg-slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/bg-slide3.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/bg-slide4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/bg-slide4.jpg -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide1.png -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide1.png.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide1.png.bak -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide2.png -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide3.png -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide3a.png -------------------------------------------------------------------------------- /src/main/webapp/images/slideshow/slide4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/slideshow/slide4.png -------------------------------------------------------------------------------- /src/main/webapp/images/socials/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/Thumbs.db -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social-closed.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social-open.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social10.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social12.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social15.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social23.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social25.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social27.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social30.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social32.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social37.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social38.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social7.gif -------------------------------------------------------------------------------- /src/main/webapp/images/socials/social9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/socials/social9.gif -------------------------------------------------------------------------------- /src/main/webapp/images/stampover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/stampover.png -------------------------------------------------------------------------------- /src/main/webapp/images/tag-bg-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/tag-bg-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/images/tag-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/tag-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/images/testi-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/testi-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/images/testi-tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/testi-tape.png -------------------------------------------------------------------------------- /src/main/webapp/images/ui.totop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLPchina/nlp_china_web/fcff2f034e694481eb03a3cb53896e24d35be1c7/src/main/webapp/images/ui.totop.png -------------------------------------------------------------------------------- /src/main/webapp/js/dropdown.js: -------------------------------------------------------------------------------- 1 | var $ = jQuery.noConflict(); 2 | $(document).ready(function() { 3 | /* for top navigation */ 4 | $(" #menu ul ").css({display: "none"}); // Opera Fix 5 | $(" #menu li").hover(function(){ 6 | $(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(400); 7 | },function(){ 8 | $(this).find('ul:first').css({visibility: "hidden"}); 9 | }); 10 | }); -------------------------------------------------------------------------------- /src/main/webapp/js/faq-functions.js: -------------------------------------------------------------------------------- 1 | /* FAQ settings */ 2 | ddaccordion.init({ 3 | headerclass: "ask", 4 | contentclass: "question", 5 | revealtype: "click", 6 | mouseoverdelay: 200, 7 | collapseprev: true, 8 | defaultexpanded: [], 9 | onemustopen: true, 10 | animatedefault: false, 11 | persiststate: false, 12 | toggleclass: ["closedquestion", "openquestion"], 13 | togglehtml: ["prefix", " ", " "], 14 | animatespeed: "fast", 15 | oninit:function(expandedindices){ 16 | }, 17 | onopenclose:function(header, index, state, isuseractivated){ 18 | } 19 | }) 20 | -------------------------------------------------------------------------------- /src/main/webapp/js/jquery.ui.totop.min.js: -------------------------------------------------------------------------------- 1 | /* UItoTop jQuery Plugin 1.2 | Matt Varone | http://www.mattvarone.com/web-design/uitotop-jquery-plugin */ 2 | (function($){$.fn.UItoTop=function(options){var defaults={text:'To Top',min:200,inDelay:600,outDelay:400,containerID:'toTop',containerHoverID:'toTopHover',scrollSpeed:1200,easingType:'linear'},settings=$.extend(defaults,options),containerIDhash='#'+settings.containerID,containerHoverIDHash='#'+settings.containerHoverID;$('body').append(''+settings.text+'');$(containerIDhash).hide().on('click.UItoTop',function(){$('html, body').animate({scrollTop:0},settings.scrollSpeed,settings.easingType);$('#'+settings.containerHoverID,this).stop().animate({'opacity':0},settings.inDelay,settings.easingType);return false;}).prepend('').hover(function(){$(containerHoverIDHash,this).stop().animate({'opacity':1},600,'linear');},function(){$(containerHoverIDHash,this).stop().animate({'opacity':0},700,'linear');});$(window).scroll(function(){var sd=$(window).scrollTop();if(typeof document.body.style.maxHeight==="undefined"){$(containerIDhash).css({'position':'absolute','top':sd+$(window).height()-50});} 3 | if(sd>settings.min) 4 | $(containerIDhash).fadeIn(settings.inDelay);else 5 | $(containerIDhash).fadeOut(settings.Outdelay);});};})(jQuery); -------------------------------------------------------------------------------- /src/main/webapp/js/tinynav.min.js: -------------------------------------------------------------------------------- 1 | /*! http://tinynav.viljamis.com v1.03 by @viljamis */ 2 | (function(a,i,g){a.fn.tinyNav=function(j){var c=a.extend({active:"selected",header:!1},j);return this.each(function(){g++;var h=a(this),d="tinynav"+g,e=".l_"+d,b=a(" 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/test2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 |

DEMO 演示

28 |
29 |
30 | 31 | 32 | 33 |
34 |
.col-md-8
35 |
.col-md-4
36 |
37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /src/test/java/org/nlpchina/web/AppTest.java: -------------------------------------------------------------------------------- 1 | package org.nlpchina.web; 2 | 3 | import junit.framework.Test; 4 | import junit.framework.TestCase; 5 | import junit.framework.TestSuite; 6 | 7 | /** 8 | * Unit test for simple App. 9 | */ 10 | public class AppTest 11 | extends TestCase 12 | { 13 | /** 14 | * Create the test case 15 | * 16 | * @param testName name of the test case 17 | */ 18 | public AppTest( String testName ) 19 | { 20 | super( testName ); 21 | } 22 | 23 | /** 24 | * @return the suite of tests being tested 25 | */ 26 | public static Test suite() 27 | { 28 | return new TestSuite( AppTest.class ); 29 | //insert into user_ifo(id,user_type,site_type,site_id,url,name,access_token,update_time,register_time,location,description,profile_image_url,user_domain,gender,avatar_large) values(1,1,'dd','dd','dd','admin','dd','2014-06-09 18:39:47','2014-06-09 18:39:47','dd','dd','dd','dd','dd','dd') ; 30 | 31 | } 32 | 33 | /** 34 | * Rigourous Test :-) 35 | */ 36 | public void testApp() 37 | { 38 | assertTrue( true ); 39 | } 40 | } 41 | --------------------------------------------------------------------------------