实例介绍
这是一个后台管理系统的模板,显示出了所有的前端页面并实现了部分功能;使用css、js、Highcharts等一些技术实现显示框拉缩,管理分类、报表等功能
【实例截图】
【核心代码】
便利屋超市管理系统
├── 404.html
├── _blank.html
├── _footer.html
├── _header.html
├── admin-add.html
├── admin-list.html
├── admin-permission.html
├── admin-role-add.html
├── admin-role.html
├── article-add.html
├── article-list.html
├── change-password.html
├── charts-1.html
├── charts-2.html
├── charts-3.html
├── charts-4.html
├── charts-5.html
├── charts-6.html
├── charts-7.html
├── codeing.html
├── css
│ ├── H-ui.admin.css
│ ├── H-ui.css
│ ├── H-ui.login.css
│ ├── H-ui.min.css
│ ├── H-ui.reset.css
│ └── style.css
├── favicon.ico
├── feedback-list.html
├── images
│ ├── Thumbs.db
│ ├── acrossTab-2.png
│ ├── acrossTab-2bak.png
│ ├── acrossTab-bg.png
│ ├── acrossTab-close.png
│ ├── acrossTab.png
│ ├── admin-login-bg.jpg
│ ├── admin-loginform-bg.png
│ ├── gq
│ │ ├── Thumbs.db
│ │ ├── cn.gif
│ │ ├── gj.png
│ │ └── us.gif
│ ├── hamburger-retina.gif
│ ├── hamburger.gif
│ ├── icon-add.png
│ ├── icon_error_s.png
│ ├── icon_jt2.png
│ ├── icon_right_s.png
│ ├── icon_warning_s.png
│ ├── loading.gif
│ ├── loading_072.gif
│ ├── logo.png
│ ├── sort_asc.png
│ ├── sort_both.png
│ ├── sort_desc.png
│ ├── totop.png
│ └── user.png
├── index.html
├── js
│ ├── H-ui.admin.js
│ ├── H-ui.js
│ └── de_DE.txt
├── lib
│ ├── DD_belatedPNG_0.0.8a-min.js
│ ├── Highcharts
│ │ └── 4.1.7
│ │ ├── examples
│ │ │ ├── 3d-column-interactive
│ │ │ │ └── index.htm
│ │ │ ├── 3d-column-null-values
│ │ │ │ └── index.htm
│ │ │ ├── 3d-column-stacking-grouping
│ │ │ │ └── index.htm
│ │ │ ├── 3d-pie
│ │ │ │ └── index.htm
│ │ │ ├── 3d-pie-donut
│ │ │ │ └── index.htm
│ │ │ ├── 3d-scatter-draggable
│ │ │ │ └── index.htm
│ │ │ ├── area-basic
│ │ │ │ └── index.htm
│ │ │ ├── area-inverted
│ │ │ │ └── index.htm
│ │ │ ├── area-missing
│ │ │ │ └── index.htm
│ │ │ ├── area-negative
│ │ │ │ └── index.htm
│ │ │ ├── area-stacked
│ │ │ │ └── index.htm
│ │ │ ├── area-stacked-percent
│ │ │ │ └── index.htm
│ │ │ ├── arearange
│ │ │ │ └── index.htm
│ │ │ ├── arearange-line
│ │ │ │ └── index.htm
│ │ │ ├── areaspline
│ │ │ │ └── index.htm
│ │ │ ├── bar-basic
│ │ │ │ └── index.htm
│ │ │ ├── bar-negative-stack
│ │ │ │ └── index.htm
│ │ │ ├── bar-stacked
│ │ │ │ └── index.htm
│ │ │ ├── box-plot
│ │ │ │ └── index.htm
│ │ │ ├── bubble
│ │ │ │ └── index.htm
│ │ │ ├── bubble-3d
│ │ │ │ └── index.htm
│ │ │ ├── column-basic
│ │ │ │ └── index.htm
│ │ │ ├── column-drilldown
│ │ │ │ └── index.htm
│ │ │ ├── column-negative
│ │ │ │ └── index.htm
│ │ │ ├── column-parsed
│ │ │ │ └── index.htm
│ │ │ ├── column-placement
│ │ │ │ └── index.htm
│ │ │ ├── column-rotated-labels
│ │ │ │ └── index.htm
│ │ │ ├── column-stacked
│ │ │ │ └── index.htm
│ │ │ ├── column-stacked-and-grouped
│ │ │ │ └── index.htm
│ │ │ ├── column-stacked-percent
│ │ │ │ └── index.htm
│ │ │ ├── columnrange
│ │ │ │ └── index.htm
│ │ │ ├── combo
│ │ │ │ └── index.htm
│ │ │ ├── combo-dual-axes
│ │ │ │ └── index.htm
│ │ │ ├── combo-meteogram
│ │ │ │ └── index.htm
│ │ │ ├── combo-multi-axes
│ │ │ │ └── index.htm
│ │ │ ├── combo-regression
│ │ │ │ └── index.htm
│ │ │ ├── combo-timeline
│ │ │ │ └── index.htm
│ │ │ ├── dynamic-click-to-add
│ │ │ │ └── index.htm
│ │ │ ├── dynamic-master-detail
│ │ │ │ └── index.htm
│ │ │ ├── dynamic-update
│ │ │ │ └── index.htm
│ │ │ ├── error-bar
│ │ │ │ └── index.htm
│ │ │ ├── funnel
│ │ │ │ └── index.htm
│ │ │ ├── gauge-clock
│ │ │ │ └── index.htm
│ │ │ ├── gauge-dual
│ │ │ │ └── index.htm
│ │ │ ├── gauge-solid
│ │ │ │ └── index.htm
│ │ │ ├── gauge-speedometer
│ │ │ │ └── index.htm
│ │ │ ├── gauge-vu-meter
│ │ │ │ └── index.htm
│ │ │ ├── heatmap
│ │ │ │ └── index.htm
│ │ │ ├── heatmap-canvas
│ │ │ │ └── index.htm
│ │ │ ├── line-ajax
│ │ │ │ └── index.htm
│ │ │ ├── line-basic
│ │ │ │ └── index.htm
│ │ │ ├── line-labels
│ │ │ │ └── index.htm
│ │ │ ├── line-log-axis
│ │ │ │ └── index.htm
│ │ │ ├── line-time-series
│ │ │ │ └── index.htm
│ │ │ ├── pie-basic
│ │ │ │ └── index.htm
│ │ │ ├── pie-donut
│ │ │ │ └── index.htm
│ │ │ ├── pie-drilldown
│ │ │ │ └── index.htm
│ │ │ ├── pie-gradient
│ │ │ │ └── index.htm
│ │ │ ├── pie-legend
│ │ │ │ └── index.htm
│ │ │ ├── pie-monochrome
│ │ │ │ └── index.htm
│ │ │ ├── pie-semi-circle
│ │ │ │ └── index.htm
│ │ │ ├── polar
│ │ │ │ └── index.htm
│ │ │ ├── polar-spider
│ │ │ │ └── index.htm
│ │ │ ├── polar-wind-rose
│ │ │ │ └── index.htm
│ │ │ ├── polygon
│ │ │ │ └── index.htm
│ │ │ ├── pyramid
│ │ │ │ └── index.htm
│ │ │ ├── renderer
│ │ │ │ └── index.htm
│ │ │ ├── scatter
│ │ │ │ └── index.htm
│ │ │ ├── sparkline
│ │ │ │ └── index.htm
│ │ │ ├── spline-inverted
│ │ │ │ └── index.htm
│ │ │ ├── spline-irregular-time
│ │ │ │ └── index.htm
│ │ │ ├── spline-plot-bands
│ │ │ │ └── index.htm
│ │ │ ├── spline-symbols
│ │ │ │ └── index.htm
│ │ │ ├── treemap-coloraxis
│ │ │ │ └── index.htm
│ │ │ ├── treemap-large-dataset
│ │ │ │ └── index.htm
│ │ │ ├── treemap-with-levels
│ │ │ │ └── index.htm
│ │ │ └── waterfall
│ │ │ └── index.htm
│ │ ├── exporting-server
│ │ │ ├── java
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── highcharts-export
│ │ │ │ │ ├── highcharts-export-convert
│ │ │ │ │ │ ├── pom.xml
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── main
│ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ └── com
│ │ │ │ │ │ │ │ └── highcharts
│ │ │ │ │ │ │ │ └── export
│ │ │ │ │ │ │ │ ├── converter
│ │ │ │ │ │ │ │ │ ├── SVGConverter.java
│ │ │ │ │ │ │ │ │ └── SVGConverterException.java
│ │ │ │ │ │ │ │ ├── pool
│ │ │ │ │ │ │ │ │ ├── AbstractPool.java
│ │ │ │ │ │ │ │ │ ├── BlockingQueuePool.java
│ │ │ │ │ │ │ │ │ ├── ObjectFactory.java
│ │ │ │ │ │ │ │ │ ├── ObjectPool.java
│ │ │ │ │ │ │ │ │ ├── PoolException.java
│ │ │ │ │ │ │ │ │ └── ServerObjectFactory.java
│ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ ├── Server.java
│ │ │ │ │ │ │ │ │ ├── ServerState.java
│ │ │ │ │ │ │ │ │ └── TimeOut.java
│ │ │ │ │ │ │ │ └── util
│ │ │ │ │ │ │ │ ├── MimeType.java
│ │ │ │ │ │ │ │ └── TempDir.java
│ │ │ │ │ │ │ └── resources
│ │ │ │ │ │ │ ├── app-convert.properties
│ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ ├── phantomjs
│ │ │ │ │ │ │ │ ├── broken-axis.js
│ │ │ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ │ │ ├── highcharts-3d.js
│ │ │ │ │ │ │ │ ├── highcharts-convert.js
│ │ │ │ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ │ │ │ ├── highcharts.js
│ │ │ │ │ │ │ │ ├── highmaps.js
│ │ │ │ │ │ │ │ ├── jquery.1.9.1.min.js
│ │ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ │ │ ├── solid-gauge.js
│ │ │ │ │ │ │ │ └── treemap.js
│ │ │ │ │ │ │ └── spring-convert.xml
│ │ │ │ │ │ └── target
│ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ ├── app-convert.properties
│ │ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ │ └── highcharts
│ │ │ │ │ │ │ │ └── export
│ │ │ │ │ │ │ │ ├── converter
│ │ │ │ │ │ │ │ │ ├── SVGConverter.class
│ │ │ │ │ │ │ │ │ └── SVGConverterException.class
│ │ │ │ │ │ │ │ ├── pool
│ │ │ │ │ │ │ │ │ ├── AbstractPool$1.class
│ │ │ │ │ │ │ │ │ ├── AbstractPool.class
│ │ │ │ │ │ │ │ │ ├── BlockingQueuePool.class
│ │ │ │ │ │ │ │ │ ├── ObjectFactory.class
│ │ │ │ │ │ │ │ │ ├── ObjectPool.class
│ │ │ │ │ │ │ │ │ ├── PoolException.class
│ │ │ │ │ │ │ │ │ ├── ServerObjectFactory$PortStatus.class
│ │ │ │ │ │ │ │ │ └── ServerObjectFactory.class
│ │ │ │ │ │ │ │ ├── server
│ │ │ │ │ │ │ │ │ ├── Server$1.class
│ │ │ │ │ │ │ │ │ ├── Server.class
│ │ │ │ │ │ │ │ │ ├── ServerState.class
│ │ │ │ │ │ │ │ │ └── TimeOut.class
│ │ │ │ │ │ │ │ └── util
│ │ │ │ │ │ │ │ ├── MimeType.class
│ │ │ │ │ │ │ │ ├── TempDir$1.class
│ │ │ │ │ │ │ │ └── TempDir.class
│ │ │ │ │ │ │ ├── log4j.properties
│ │ │ │ │ │ │ ├── phantomjs
│ │ │ │ │ │ │ │ ├── broken-axis.js
│ │ │ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ │ │ ├── highcharts-3d.js
│ │ │ │ │ │ │ │ ├── highcharts-convert.js
│ │ │ │ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ │ │ │ ├── highcharts.js
│ │ │ │ │ │ │ │ ├── highstock.js
│ │ │ │ │ │ │ │ ├── jquery.1.9.1.min.js
│ │ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ │ │ ├── solid-gauge.js
│ │ │ │ │ │ │ │ └── treemap.js
│ │ │ │ │ │ │ └── spring-convert.xml
│ │ │ │ │ │ ├── highcharts-export-convert.jar
│ │ │ │ │ │ └── maven-archiver
│ │ │ │ │ │ └── pom.properties
│ │ │ │ │ ├── highcharts-export-web
│ │ │ │ │ │ ├── pom.xml
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── main
│ │ │ │ │ │ │ ├── java
│ │ │ │ │ │ │ │ └── com
│ │ │ │ │ │ │ │ └── highcharts
│ │ │ │ │ │ │ │ └── export
│ │ │ │ │ │ │ │ ├── controller
│ │ │ │ │ │ │ │ │ ├── ExportController.java
│ │ │ │ │ │ │ │ │ └── ZeroRequestParameterException.java
│ │ │ │ │ │ │ │ ├── filter
│ │ │ │ │ │ │ │ │ └── CorsFilter.java
│ │ │ │ │ │ │ │ ├── interceptor
│ │ │ │ │ │ │ │ │ └── RequestInterceptor.java
│ │ │ │ │ │ │ │ └── service
│ │ │ │ │ │ │ │ └── MonitorService.java
│ │ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ │ ├── ESAPI.properties
│ │ │ │ │ │ │ │ └── log4j.properties
│ │ │ │ │ │ │ └── webapp
│ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ └── context.xml
│ │ │ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ │ │ ├── jspf
│ │ │ │ │ │ │ │ │ ├── callback.js
│ │ │ │ │ │ │ │ │ ├── config.js
│ │ │ │ │ │ │ │ │ └── lexl.svg
│ │ │ │ │ │ │ │ ├── pages
│ │ │ │ │ │ │ │ │ ├── demo.jsp
│ │ │ │ │ │ │ │ │ └── error.jsp
│ │ │ │ │ │ │ │ ├── spring
│ │ │ │ │ │ │ │ │ ├── app-convert.properties
│ │ │ │ │ │ │ │ │ ├── export-servlet.xml
│ │ │ │ │ │ │ │ │ └── spring-context.xml
│ │ │ │ │ │ │ │ └── web.xml
│ │ │ │ │ │ │ └── resources
│ │ │ │ │ │ │ ├── Highcharts-icon-160px.png
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ ├── codemirror.css
│ │ │ │ │ │ │ │ └── demo.css
│ │ │ │ │ │ │ └── js
│ │ │ │ │ │ │ ├── codemirror-compressed.js
│ │ │ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ │ │ └── target
│ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ ├── ESAPI.properties
│ │ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ │ └── highcharts
│ │ │ │ │ │ │ │ └── export
│ │ │ │ │ │ │ │ ├── controller
│ │ │ │ │ │ │ │ │ ├── ExportController.class
│ │ │ │ │ │ │ │ │ └── ZeroRequestParameterException.class
│ │ │ │ │ │ │ │ ├── filter
│ │ │ │ │ │ │ │ │ └── CorsFilter.class
│ │ │ │ │ │ │ │ ├── interceptor
│ │ │ │ │ │ │ │ │ └── RequestInterceptor.class
│ │ │ │ │ │ │ │ └── service
│ │ │ │ │ │ │ │ └── MonitorService.class
│ │ │ │ │ │ │ └── log4j.properties
│ │ │ │ │ │ ├── highcharts-export-web
│ │ │ │ │ │ │ ├── META-INF
│ │ │ │ │ │ │ │ └── context.xml
│ │ │ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ │ │ ├── ESAPI.properties
│ │ │ │ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ │ │ │ └── highcharts
│ │ │ │ │ │ │ │ │ │ └── export
│ │ │ │ │ │ │ │ │ │ ├── controller
│ │ │ │ │ │ │ │ │ │ │ ├── ExportController.class
│ │ │ │ │ │ │ │ │ │ │ └── ZeroRequestParameterException.class
│ │ │ │ │ │ │ │ │ │ ├── filter
│ │ │ │ │ │ │ │ │ │ │ └── CorsFilter.class
│ │ │ │ │ │ │ │ │ │ ├── interceptor
│ │ │ │ │ │ │ │ │ │ │ └── RequestInterceptor.class
│ │ │ │ │ │ │ │ │ │ └── service
│ │ │ │ │ │ │ │ │ │ └── MonitorService.class
│ │ │ │ │ │ │ │ │ └── log4j.properties
│ │ │ │ │ │ │ │ ├── jspf
│ │ │ │ │ │ │ │ │ ├── callback.js
│ │ │ │ │ │ │ │ │ ├── config.js
│ │ │ │ │ │ │ │ │ └── lexl.svg
│ │ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ │ ├── antisamy-1.4.3.jar
│ │ │ │ │ │ │ │ │ ├── aopalliance-1.0.jar
│ │ │ │ │ │ │ │ │ ├── batik-css-1.7.jar
│ │ │ │ │ │ │ │ │ ├── batik-ext-1.7.jar
│ │ │ │ │ │ │ │ │ ├── batik-util-1.7.jar
│ │ │ │ │ │ │ │ │ ├── bsh-core-2.0b4.jar
│ │ │ │ │ │ │ │ │ ├── commons-beanutils-1.7.0.jar
│ │ │ │ │ │ │ │ │ ├── commons-beanutils-core-1.7.0.jar
│ │ │ │ │ │ │ │ │ ├── commons-codec-1.9.jar
│ │ │ │ │ │ │ │ │ ├── commons-collections-3.2.jar
│ │ │ │ │ │ │ │ │ ├── commons-configuration-1.5.jar
│ │ │ │ │ │ │ │ │ ├── commons-digester-1.8.jar
│ │ │ │ │ │ │ │ │ ├── commons-fileupload-1.2.2.jar
│ │ │ │ │ │ │ │ │ ├── commons-httpclient-3.1.jar
│ │ │ │ │ │ │ │ │ ├── commons-io-2.4.jar
│ │ │ │ │ │ │ │ │ ├── commons-lang-2.6.jar
│ │ │ │ │ │ │ │ │ ├── commons-logging-1.1.3.jar
│ │ │ │ │ │ │ │ │ ├── esapi-2.1.0.jar
│ │ │ │ │ │ │ │ │ ├── gson-2.2.2.jar
│ │ │ │ │ │ │ │ │ ├── highcharts-export-convert-2.1.0.jar
│ │ │ │ │ │ │ │ │ ├── jsoup-1.8.1.jar
│ │ │ │ │ │ │ │ │ ├── log4j-1.2.17.jar
│ │ │ │ │ │ │ │ │ ├── nekohtml-1.9.12.jar
│ │ │ │ │ │ │ │ │ ├── spring-aop-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-beans-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-context-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-core-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-expression-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-web-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── spring-webmvc-4.1.2.RELEASE.jar
│ │ │ │ │ │ │ │ │ ├── standard-1.1.2.jar
│ │ │ │ │ │ │ │ │ ├── xalan-2.7.0.jar
│ │ │ │ │ │ │ │ │ ├── xercesImpl-2.8.0.jar
│ │ │ │ │ │ │ │ │ ├── xml-apis-1.3.03.jar
│ │ │ │ │ │ │ │ │ ├── xml-apis-ext-1.3.04.jar
│ │ │ │ │ │ │ │ │ └── xom-1.2.5.jar
│ │ │ │ │ │ │ │ ├── pages
│ │ │ │ │ │ │ │ │ ├── demo.jsp
│ │ │ │ │ │ │ │ │ └── error.jsp
│ │ │ │ │ │ │ │ ├── spring
│ │ │ │ │ │ │ │ │ ├── app-convert.properties
│ │ │ │ │ │ │ │ │ ├── export-servlet.xml
│ │ │ │ │ │ │ │ │ └── spring-context.xml
│ │ │ │ │ │ │ │ └── web.xml
│ │ │ │ │ │ │ └── resources
│ │ │ │ │ │ │ ├── Highcharts-icon-160px.png
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ ├── codemirror.css
│ │ │ │ │ │ │ │ └── demo.css
│ │ │ │ │ │ │ └── js
│ │ │ │ │ │ │ ├── codemirror-compressed.js
│ │ │ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ │ │ ├── highcharts-export-web.war
│ │ │ │ │ │ ├── maven-archiver
│ │ │ │ │ │ │ └── pom.properties
│ │ │ │ │ │ └── tmp
│ │ │ │ │ │ └── jsp
│ │ │ │ │ │ └── org
│ │ │ │ │ │ └── apache
│ │ │ │ │ │ └── jsp
│ │ │ │ │ │ └── WEB_002dINF
│ │ │ │ │ │ └── pages
│ │ │ │ │ │ └── demo_jsp.java
│ │ │ │ │ └── pom.xml
│ │ │ │ └── readme.md
│ │ │ ├── phantomjs
│ │ │ │ ├── broken-axis.js
│ │ │ │ ├── data.js
│ │ │ │ ├── drilldown.js
│ │ │ │ ├── funnel.js
│ │ │ │ ├── heatmap.js
│ │ │ │ ├── highcharts-3d.js
│ │ │ │ ├── highcharts-convert.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highmaps.js
│ │ │ │ ├── jquery.1.9.1.min.js
│ │ │ │ ├── map.js
│ │ │ │ ├── no-data-to-display.js
│ │ │ │ ├── readme.md
│ │ │ │ ├── solid-gauge.js
│ │ │ │ └── treemap.js
│ │ │ └── php
│ │ │ └── php-batik
│ │ │ └── index.php
│ │ ├── gfx
│ │ │ ├── Thumbs.db
│ │ │ └── vml-radial-gradient.png
│ │ ├── graphics
│ │ │ ├── Thumbs.db
│ │ │ ├── meteogram-symbols-30px.png
│ │ │ ├── skies.jpg
│ │ │ ├── snow.png
│ │ │ └── sun.png
│ │ ├── index.htm
│ │ └── js
│ │ ├── adapters
│ │ │ ├── standalone-framework.js
│ │ │ └── standalone-framework.src.js
│ │ ├── highcharts-3d.js
│ │ ├── highcharts-3d.src.js
│ │ ├── highcharts-more.js
│ │ ├── highcharts-more.src.js
│ │ ├── highcharts.js
│ │ ├── highcharts.src.js
│ │ ├── modules
│ │ │ ├── broken-axis.js
│ │ │ ├── broken-axis.src.js
│ │ │ ├── canvas-tools.js
│ │ │ ├── canvas-tools.src.js
│ │ │ ├── data.js
│ │ │ ├── data.src.js
│ │ │ ├── drilldown.js
│ │ │ ├── drilldown.src.js
│ │ │ ├── exporting.js
│ │ │ ├── exporting.src.js
│ │ │ ├── funnel.js
│ │ │ ├── funnel.src.js
│ │ │ ├── heatmap.js
│ │ │ ├── heatmap.src.js
│ │ │ ├── no-data-to-display.js
│ │ │ ├── no-data-to-display.src.js
│ │ │ ├── solid-gauge.js
│ │ │ ├── solid-gauge.src.js
│ │ │ ├── treemap.js
│ │ │ └── treemap.src.js
│ │ └── themes
│ │ ├── dark-blue.js
│ │ ├── dark-green.js
│ │ ├── dark-unica.js
│ │ ├── gray.js
│ │ ├── grid-light.js
│ │ ├── grid.js
│ │ ├── sand-signika.js
│ │ └── skies.js
│ ├── Hui-iconfont
│ │ └── 1.0.1
│ │ ├── demo.html
│ │ ├── iconfont.css
│ │ ├── iconfont.eot
│ │ ├── iconfont.svg
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── My97DatePicker
│ │ ├── WdatePicker.js
│ │ ├── calendar.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ └── skin
│ │ ├── Thumbs.db
│ │ ├── WdatePicker.css
│ │ ├── datePicker.gif
│ │ ├── default
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── twoer
│ │ │ ├── datepicker-dev.css
│ │ │ ├── datepicker.css
│ │ │ ├── img.gif
│ │ │ └── img.png
│ │ └── whyGreen
│ │ ├── bg.jpg
│ │ ├── datepicker.css
│ │ └── img.gif
│ ├── PIE-2.0beta1
│ │ ├── PIE.htc
│ │ ├── PIE.php
│ │ ├── PIE_IE678.js
│ │ ├── PIE_IE678_uncompressed.js
│ │ ├── PIE_IE9.js
│ │ ├── PIE_IE9_uncompressed.js
│ │ └── PIE_uncompressed.htc
│ ├── Validform
│ │ └── 5.3.2
│ │ ├── Validform.js
│ │ ├── Validform.min.js
│ │ └── passwordStrength-min.js
│ ├── bootstrap-Switch
│ │ ├── bootstrapSwitch.css
│ │ └── bootstrapSwitch.js
│ ├── bootstrap-modal
│ │ └── 2.2.4
│ │ ├── bootstrap-modal.js
│ │ └── bootstrap-modalmanager.js
│ ├── datatables
│ │ └── 1.10.0
│ │ └── jquery.dataTables.min.js
│ ├── dropzone
│ │ ├── dropzone.css
│ │ └── dropzone.min.js
│ ├── expressInstall.swf
│ ├── handlebars.js
│ ├── html5.js
│ ├── icheck
│ │ ├── Thumbs.db
│ │ ├── aero.png
│ │ ├── blue.png
│ │ ├── green.png
│ │ ├── grey.png
│ │ ├── icheck.css
│ │ ├── jquery.icheck.min.js
│ │ ├── minimal.png
│ │ ├── orange.png
│ │ ├── pink.png
│ │ ├── purple.png
│ │ ├── red.png
│ │ └── yellow.png
│ ├── ie-css3.htc
│ ├── jquery
│ │ └── 1.9.1
│ │ ├── jquery.js
│ │ └── jquery.min.js
│ ├── jquery.SuperSlide.2.1.1.js
│ ├── layer
│ │ └── 1.9.3
│ │ ├── demo.html
│ │ ├── doc
│ │ │ ├── jquery下载.url
│ │ │ ├── layer交流.url
│ │ │ └── layer官网.url
│ │ ├── extend
│ │ │ └── layer.ext.js
│ │ ├── layer.js
│ │ ├── skin
│ │ │ ├── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ ├── layer.css
│ │ │ ├── layer.ext.css
│ │ │ └── mono
│ │ │ ├── default.png
│ │ │ └── style.css
│ │ └── 更新日志.txt
│ ├── laypage
│ │ └── 1.2
│ │ ├── laypage.js
│ │ └── skin
│ │ └── laypage.css
│ ├── lazyload
│ │ ├── 1.9.3
│ │ │ ├── jquery.lazyload.js
│ │ │ └── jquery.lazyload.min.js
│ │ ├── lazyload.js
│ │ └── lazyload.min.js
│ ├── lightbox2
│ │ └── 2.8.1
│ │ ├── css
│ │ │ └── lightbox.css
│ │ ├── examples.html
│ │ ├── images
│ │ │ ├── Thumbs.db
│ │ │ ├── close.png
│ │ │ ├── loading.gif
│ │ │ ├── next.png
│ │ │ └── prev.png
│ │ └── js
│ │ ├── lightbox-plus-jquery.js
│ │ ├── lightbox-plus-jquery.min.js
│ │ ├── lightbox-plus-jquery.min.map
│ │ ├── lightbox.js
│ │ ├── lightbox.min.js
│ │ └── lightbox.min.map
│ ├── nprogress
│ │ └── 0.2.0
│ │ ├── nprogress.css
│ │ ├── nprogress.js
│ │ ├── nprogress.min.css
│ │ └── nprogress.min.js
│ ├── respond.min.js
│ ├── stickUp.min.js
│ ├── swfobject.js
│ ├── ueditor
│ │ └── 1.4.3
│ │ ├── asp
│ │ │ ├── ASPJson.class.asp
│ │ │ ├── MultiformProcessor.class.asp
│ │ │ ├── PathFormatter.class.asp
│ │ │ ├── README.md
│ │ │ ├── Uploader.Class.asp
│ │ │ ├── action_config.asp
│ │ │ ├── action_crawler.asp
│ │ │ ├── action_list.asp
│ │ │ ├── action_upload.asp
│ │ │ ├── config.json
│ │ │ ├── config_loader.asp
│ │ │ └── controller.asp
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undo.png
│ │ │ │ │ └── undoH.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── jsp
│ │ │ ├── config.json
│ │ │ ├── controller.jsp
│ │ │ ├── lib
│ │ │ │ ├── commons-codec-1.9.jar
│ │ │ │ ├── commons-fileupload-1.3.1.jar
│ │ │ │ ├── commons-io-2.4.jar
│ │ │ │ ├── json.jar
│ │ │ │ └── ueditor-1.1.1.jar
│ │ │ └── src
│ │ │ └── com
│ │ │ └── baidu
│ │ │ └── ueditor
│ │ │ ├── ActionEnter.java
│ │ │ ├── ConfigManager.java
│ │ │ ├── Encoder.java
│ │ │ ├── PathFormat.java
│ │ │ ├── define
│ │ │ │ ├── ActionMap.java
│ │ │ │ ├── ActionState.java
│ │ │ │ ├── AppInfo.java
│ │ │ │ ├── BaseState.java
│ │ │ │ ├── FileType.java
│ │ │ │ ├── MIMEType.java
│ │ │ │ ├── MultiState.java
│ │ │ │ └── State.java
│ │ │ ├── hunter
│ │ │ │ ├── FileManager.java
│ │ │ │ └── ImageHunter.java
│ │ │ └── upload
│ │ │ ├── Base64Uploader.java
│ │ │ ├── BinaryUploader.java
│ │ │ ├── StorageManager.java
│ │ │ └── Uploader.java
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── App_Code
│ │ │ │ ├── Config.cs
│ │ │ │ ├── ConfigHandler.cs
│ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ ├── Handler.cs
│ │ │ │ ├── ListFileHandler.cs
│ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ ├── PathFormater.cs
│ │ │ │ └── UploadHandler.cs
│ │ │ ├── Bin
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.pdb
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── README.md
│ │ │ ├── Web.config
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ └── net.sln
│ │ ├── php
│ │ │ ├── Uploader.class.php
│ │ │ ├── action_crawler.php
│ │ │ ├── action_list.php
│ │ │ ├── action_upload.php
│ │ │ ├── config.json
│ │ │ └── controller.php
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCore.js
│ │ │ │ └── shCoreDefault.css
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ ├── video-js.swf
│ │ │ │ ├── video.dev.js
│ │ │ │ └── video.js
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── unslider.min.js
│ ├── waterfall.min.js
│ ├── webuploader
│ │ └── 0.1.5
│ │ ├── README.md
│ │ ├── Uploader.swf
│ │ ├── cropper
│ │ │ ├── cropper.js
│ │ │ ├── index.html
│ │ │ └── uploader.js
│ │ ├── expressInstall.swf
│ │ ├── image-upload
│ │ │ ├── index.html
│ │ │ └── upload.js
│ │ ├── images
│ │ │ ├── Thumbs.db
│ │ │ ├── bg.png
│ │ │ ├── icons.png
│ │ │ ├── icons.psd
│ │ │ ├── image.png
│ │ │ ├── progress.png
│ │ │ ├── progress.psd
│ │ │ └── success.png
│ │ ├── md5-demo
│ │ │ ├── index.html
│ │ │ └── script.js
│ │ ├── requirejs
│ │ │ ├── app.js
│ │ │ ├── index.html
│ │ │ └── require.js
│ │ ├── server
│ │ │ ├── crossdomain.xml
│ │ │ ├── fileupload.php
│ │ │ ├── fileupload2.php
│ │ │ └── preview.php
│ │ ├── 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.noimage.js
│ │ ├── webuploader.noimage.min.js
│ │ ├── webuploader.nolog.js
│ │ ├── webuploader.nolog.min.js
│ │ ├── webuploader.withoutimage.js
│ │ └── webuploader.withoutimage.min.js
│ └── zTree
│ └── v3
│ ├── README.md
│ ├── api
│ │ ├── API_cn.html
│ │ ├── API_en.html
│ │ ├── apiCss
│ │ │ ├── api.js
│ │ │ ├── common.css
│ │ │ ├── common_ie6.css
│ │ │ ├── img
│ │ │ │ ├── apiMenu.gif
│ │ │ │ ├── apiMenu.png
│ │ │ │ ├── background.jpg
│ │ │ │ ├── chinese.png
│ │ │ │ ├── close.png
│ │ │ │ ├── contact-bg.png
│ │ │ │ ├── english.png
│ │ │ │ ├── header-bg.png
│ │ │ │ ├── lightbulb.png
│ │ │ │ ├── overlay_arrow.gif
│ │ │ │ ├── overlay_arrow.png
│ │ │ │ ├── overlay_bg.png
│ │ │ │ ├── overlay_close_IE6.gif
│ │ │ │ ├── zTreeStandard.gif
│ │ │ │ └── zTreeStandard.png
│ │ │ ├── jquery-1.6.2.min.js
│ │ │ ├── jquery.ztree.core-3.5.js
│ │ │ └── zTreeStyleForApi.css
│ │ ├── cn
│ │ │ ├── fn.zTree._z.html
│ │ │ ├── fn.zTree.destroy.html
│ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ ├── fn.zTree.init.html
│ │ │ ├── setting.async.autoParam.html
│ │ │ ├── setting.async.contentType.html
│ │ │ ├── setting.async.dataFilter.html
│ │ │ ├── setting.async.dataType.html
│ │ │ ├── setting.async.enable.html
│ │ │ ├── setting.async.otherParam.html
│ │ │ ├── setting.async.type.html
│ │ │ ├── setting.async.url.html
│ │ │ ├── setting.callback.beforeAsync.html
│ │ │ ├── setting.callback.beforeCheck.html
│ │ │ ├── setting.callback.beforeClick.html
│ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ ├── setting.callback.beforeDrag.html
│ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ ├── setting.callback.beforeDrop.html
│ │ │ ├── setting.callback.beforeEditName.html
│ │ │ ├── setting.callback.beforeExpand.html
│ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ ├── setting.callback.beforeRemove.html
│ │ │ ├── setting.callback.beforeRename.html
│ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ ├── setting.callback.onAsyncError.html
│ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ ├── setting.callback.onCheck.html
│ │ │ ├── setting.callback.onClick.html
│ │ │ ├── setting.callback.onCollapse.html
│ │ │ ├── setting.callback.onDblClick.html
│ │ │ ├── setting.callback.onDrag.html
│ │ │ ├── setting.callback.onDragMove.html
│ │ │ ├── setting.callback.onDrop.html
│ │ │ ├── setting.callback.onExpand.html
│ │ │ ├── setting.callback.onMouseDown.html
│ │ │ ├── setting.callback.onMouseUp.html
│ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ ├── setting.callback.onRemove.html
│ │ │ ├── setting.callback.onRename.html
│ │ │ ├── setting.callback.onRightClick.html
│ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ ├── setting.check.chkStyle.html
│ │ │ ├── setting.check.chkboxType.html
│ │ │ ├── setting.check.enable.html
│ │ │ ├── setting.check.nocheckInherit.html
│ │ │ ├── setting.check.radioType.html
│ │ │ ├── setting.data.keep.leaf.html
│ │ │ ├── setting.data.keep.parent.html
│ │ │ ├── setting.data.key.checked.html
│ │ │ ├── setting.data.key.children.html
│ │ │ ├── setting.data.key.name.html
│ │ │ ├── setting.data.key.title.html
│ │ │ ├── setting.data.key.url.html
│ │ │ ├── setting.data.simpleData.enable.html
│ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ ├── setting.edit.drag.inner.html
│ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ ├── setting.edit.drag.isMove.html
│ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ ├── setting.edit.drag.next.html
│ │ │ ├── setting.edit.drag.prev.html
│ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ ├── setting.edit.enable.html
│ │ │ ├── setting.edit.removeTitle.html
│ │ │ ├── setting.edit.renameTitle.html
│ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ ├── setting.treeId.html
│ │ │ ├── setting.treeObj.html
│ │ │ ├── setting.view.addDiyDom.html
│ │ │ ├── setting.view.addHoverDom.html
│ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ ├── setting.view.dblClickExpand.html
│ │ │ ├── setting.view.expandSpeed.html
│ │ │ ├── setting.view.fontCss.html
│ │ │ ├── setting.view.nameIsHTML.html
│ │ │ ├── setting.view.removeHoverDom.html
│ │ │ ├── setting.view.selectedMulti.html
│ │ │ ├── setting.view.showIcon.html
│ │ │ ├── setting.view.showLine.html
│ │ │ ├── setting.view.showTitle.html
│ │ │ ├── setting.view.txtSelectedEnable.html
│ │ │ ├── treeNode.check_Child_State.html
│ │ │ ├── treeNode.check_Focus.html
│ │ │ ├── treeNode.checked.html
│ │ │ ├── treeNode.checkedOld.html
│ │ │ ├── treeNode.children.html
│ │ │ ├── treeNode.chkDisabled.html
│ │ │ ├── treeNode.click.html
│ │ │ ├── treeNode.diy.html
│ │ │ ├── treeNode.editNameFlag.html
│ │ │ ├── treeNode.getCheckStatus.html
│ │ │ ├── treeNode.getNextNode.html
│ │ │ ├── treeNode.getParentNode.html
│ │ │ ├── treeNode.getPreNode.html
│ │ │ ├── treeNode.halfCheck.html
│ │ │ ├── treeNode.icon.html
│ │ │ ├── treeNode.iconClose.html
│ │ │ ├── treeNode.iconOpen.html
│ │ │ ├── treeNode.iconSkin.html
│ │ │ ├── treeNode.isAjaxing.html
│ │ │ ├── treeNode.isFirstNode.html
│ │ │ ├── treeNode.isHidden.html
│ │ │ ├── treeNode.isHover.html
│ │ │ ├── treeNode.isLastNode.html
│ │ │ ├── treeNode.isParent.html
│ │ │ ├── treeNode.level.html
│ │ │ ├── treeNode.name.html
│ │ │ ├── treeNode.nocheck.html
│ │ │ ├── treeNode.open.html
│ │ │ ├── treeNode.parentTId.html
│ │ │ ├── treeNode.tId.html
│ │ │ ├── treeNode.target.html
│ │ │ ├── treeNode.url.html
│ │ │ ├── treeNode.zAsync.html
│ │ │ ├── zTreeObj.addNodes.html
│ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ ├── zTreeObj.checkNode.html
│ │ │ ├── zTreeObj.copyNode.html
│ │ │ ├── zTreeObj.destroy.html
│ │ │ ├── zTreeObj.editName.html
│ │ │ ├── zTreeObj.expandAll.html
│ │ │ ├── zTreeObj.expandNode.html
│ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ ├── zTreeObj.getNodes.html
│ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ ├── zTreeObj.hideNode.html
│ │ │ ├── zTreeObj.hideNodes.html
│ │ │ ├── zTreeObj.moveNode.html
│ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ ├── zTreeObj.refresh.html
│ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ ├── zTreeObj.removeNode.html
│ │ │ ├── zTreeObj.selectNode.html
│ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ ├── zTreeObj.setEditable.html
│ │ │ ├── zTreeObj.setting.html
│ │ │ ├── zTreeObj.showNode.html
│ │ │ ├── zTreeObj.showNodes.html
│ │ │ ├── zTreeObj.transformToArray.html
│ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ └── zTreeObj.updateNode.html
│ │ └── en
│ │ ├── fn.zTree._z.html
│ │ ├── fn.zTree.destroy.html
│ │ ├── fn.zTree.getZTreeObj.html
│ │ ├── fn.zTree.init.html
│ │ ├── setting.async.autoParam.html
│ │ ├── setting.async.contentType.html
│ │ ├── setting.async.dataFilter.html
│ │ ├── setting.async.dataType.html
│ │ ├── setting.async.enable.html
│ │ ├── setting.async.otherParam.html
│ │ ├── setting.async.type.html
│ │ ├── setting.async.url.html
│ │ ├── setting.callback.beforeAsync.html
│ │ ├── setting.callback.beforeCheck.html
│ │ ├── setting.callback.beforeClick.html
│ │ ├── setting.callback.beforeCollapse.html
│ │ ├── setting.callback.beforeDblClick.html
│ │ ├── setting.callback.beforeDrag.html
│ │ ├── setting.callback.beforeDragOpen.html
│ │ ├── setting.callback.beforeDrop.html
│ │ ├── setting.callback.beforeEditName.html
│ │ ├── setting.callback.beforeExpand.html
│ │ ├── setting.callback.beforeMouseDown.html
│ │ ├── setting.callback.beforeMouseUp.html
│ │ ├── setting.callback.beforeRemove.html
│ │ ├── setting.callback.beforeRename.html
│ │ ├── setting.callback.beforeRightClick.html
│ │ ├── setting.callback.onAsyncError.html
│ │ ├── setting.callback.onAsyncSuccess.html
│ │ ├── setting.callback.onCheck.html
│ │ ├── setting.callback.onClick.html
│ │ ├── setting.callback.onCollapse.html
│ │ ├── setting.callback.onDblClick.html
│ │ ├── setting.callback.onDrag.html
│ │ ├── setting.callback.onDragMove.html
│ │ ├── setting.callback.onDrop.html
│ │ ├── setting.callback.onExpand.html
│ │ ├── setting.callback.onMouseDown.html
│ │ ├── setting.callback.onMouseUp.html
│ │ ├── setting.callback.onNodeCreated.html
│ │ ├── setting.callback.onRemove.html
│ │ ├── setting.callback.onRename.html
│ │ ├── setting.callback.onRightClick.html
│ │ ├── setting.check.autoCheckTrigger.html
│ │ ├── setting.check.chkDisabledInherit.html
│ │ ├── setting.check.chkStyle.html
│ │ ├── setting.check.chkboxType.html
│ │ ├── setting.check.enable.html
│ │ ├── setting.check.nocheckInherit.html
│ │ ├── setting.check.radioType.html
│ │ ├── setting.data.keep.leaf.html
│ │ ├── setting.data.keep.parent.html
│ │ ├── setting.data.key.checked.html
│ │ ├── setting.data.key.children.html
│ │ ├── setting.data.key.name.html
│ │ ├── setting.data.key.title.html
│ │ ├── setting.data.key.url.html
│ │ ├── setting.data.simpleData.enable.html
│ │ ├── setting.data.simpleData.idKey.html
│ │ ├── setting.data.simpleData.pIdKey.html
│ │ ├── setting.data.simpleData.rootPId.html
│ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ ├── setting.edit.drag.autoOpenTime.html
│ │ ├── setting.edit.drag.borderMax.html
│ │ ├── setting.edit.drag.borderMin.html
│ │ ├── setting.edit.drag.inner.html
│ │ ├── setting.edit.drag.isCopy.html
│ │ ├── setting.edit.drag.isMove.html
│ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ ├── setting.edit.drag.minMoveSize.html
│ │ ├── setting.edit.drag.next.html
│ │ ├── setting.edit.drag.prev.html
│ │ ├── setting.edit.editNameSelectAll.html
│ │ ├── setting.edit.enable.html
│ │ ├── setting.edit.removeTitle.html
│ │ ├── setting.edit.renameTitle.html
│ │ ├── setting.edit.showRemoveBtn.html
│ │ ├── setting.edit.showRenameBtn.html
│ │ ├── setting.treeId.html
│ │ ├── setting.treeObj.html
│ │ ├── setting.view.addDiyDom.html
│ │ ├── setting.view.addHoverDom.html
│ │ ├── setting.view.autoCancelSelected.html
│ │ ├── setting.view.dblClickExpand.html
│ │ ├── setting.view.expandSpeed.html
│ │ ├── setting.view.fontCss.html
│ │ ├── setting.view.nameIsHTML.html
│ │ ├── setting.view.removeHoverDom.html
│ │ ├── setting.view.selectedMulti.html
│ │ ├── setting.view.showIcon.html
│ │ ├── setting.view.showLine.html
│ │ ├── setting.view.showTitle.html
│ │ ├── setting.view.txtSelectedEnable.html
│ │ ├── treeNode.check_Child_State.html
│ │ ├── treeNode.check_Focus.html
│ │ ├── treeNode.checked.html
│ │ ├── treeNode.checkedOld.html
│ │ ├── treeNode.children.html
│ │ ├── treeNode.chkDisabled.html
│ │ ├── treeNode.click.html
│ │ ├── treeNode.diy.html
│ │ ├── treeNode.editNameFlag.html
│ │ ├── treeNode.getCheckStatus.html
│ │ ├── treeNode.getNextNode.html
│ │ ├── treeNode.getParentNode.html
│ │ ├── treeNode.getPreNode.html
│ │ ├── treeNode.halfCheck.html
│ │ ├── treeNode.icon.html
│ │ ├── treeNode.iconClose.html
│ │ ├── treeNode.iconOpen.html
│ │ ├── treeNode.iconSkin.html
│ │ ├── treeNode.isAjaxing.html
│ │ ├── treeNode.isFirstNode.html
│ │ ├── treeNode.isHidden.html
│ │ ├── treeNode.isHover.html
│ │ ├── treeNode.isLastNode.html
│ │ ├── treeNode.isParent.html
│ │ ├── treeNode.level.html
│ │ ├── treeNode.name.html
│ │ ├── treeNode.nocheck.html
│ │ ├── treeNode.open.html
│ │ ├── treeNode.parentTId.html
│ │ ├── treeNode.tId.html
│ │ ├── treeNode.target.html
│ │ ├── treeNode.url.html
│ │ ├── treeNode.zAsync.html
│ │ ├── zTreeObj.addNodes.html
│ │ ├── zTreeObj.cancelEditName.html
│ │ ├── zTreeObj.cancelSelectedNode.html
│ │ ├── zTreeObj.checkAllNodes.html
│ │ ├── zTreeObj.checkNode.html
│ │ ├── zTreeObj.copyNode.html
│ │ ├── zTreeObj.destroy.html
│ │ ├── zTreeObj.editName.html
│ │ ├── zTreeObj.expandAll.html
│ │ ├── zTreeObj.expandNode.html
│ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ ├── zTreeObj.getCheckedNodes.html
│ │ ├── zTreeObj.getNodeByParam.html
│ │ ├── zTreeObj.getNodeByTId.html
│ │ ├── zTreeObj.getNodeIndex.html
│ │ ├── zTreeObj.getNodes.html
│ │ ├── zTreeObj.getNodesByFilter.html
│ │ ├── zTreeObj.getNodesByParam.html
│ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ ├── zTreeObj.getSelectedNodes.html
│ │ ├── zTreeObj.hideNode.html
│ │ ├── zTreeObj.hideNodes.html
│ │ ├── zTreeObj.moveNode.html
│ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ ├── zTreeObj.refresh.html
│ │ ├── zTreeObj.removeChildNodes.html
│ │ ├── zTreeObj.removeNode.html
│ │ ├── zTreeObj.selectNode.html
│ │ ├── zTreeObj.setChkDisabled.html
│ │ ├── zTreeObj.setEditable.html
│ │ ├── zTreeObj.setting.html
│ │ ├── zTreeObj.showNode.html
│ │ ├── zTreeObj.showNodes.html
│ │ ├── zTreeObj.transformToArray.html
│ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ └── zTreeObj.updateNode.html
│ ├── css
│ │ ├── demo.css
│ │ ├── metroStyle
│ │ │ ├── img
│ │ │ │ ├── line_conn.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── metro.gif
│ │ │ │ └── metro.png
│ │ │ └── metroStyle.css
│ │ └── zTreeStyle
│ │ ├── img
│ │ │ ├── Thumbs.db
│ │ │ ├── diy
│ │ │ │ ├── 1_close.png
│ │ │ │ ├── 1_open.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ └── 9.png
│ │ │ ├── line_conn.gif
│ │ │ ├── loading.gif
│ │ │ ├── zTreeStandard.gif
│ │ │ └── zTreeStandard.png
│ │ └── zTreeStyle.css
│ ├── demo
│ │ ├── cn
│ │ │ ├── asyncData
│ │ │ │ ├── getNodes.php
│ │ │ │ └── getNodesForBigData.php
│ │ │ ├── bigdata
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core
│ │ │ │ ├── async.html
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super
│ │ │ ├── asyncForAll.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── left_menu.html
│ │ │ ├── left_menuForOutLook.gif
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── left_menuForOutLook.png
│ │ │ ├── metro.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu_radio.html
│ │ │ └── singlepath.html
│ │ └── en
│ │ ├── asyncData
│ │ │ ├── getNodes.php
│ │ │ └── getNodesForBigData.php
│ │ ├── bigdata
│ │ │ ├── common.html
│ │ │ ├── diy_async.html
│ │ │ └── page.html
│ │ ├── core
│ │ │ ├── async.html
│ │ │ ├── async_fun.html
│ │ │ ├── click.html
│ │ │ ├── custom_font.html
│ │ │ ├── custom_icon.html
│ │ │ ├── custom_iconSkin.html
│ │ │ ├── expand.html
│ │ │ ├── noicon.html
│ │ │ ├── noline.html
│ │ │ ├── otherMouse.html
│ │ │ ├── searchNodes.html
│ │ │ ├── simpleData.html
│ │ │ ├── standardData.html
│ │ │ ├── update_fun.html
│ │ │ └── url.html
│ │ ├── excheck
│ │ │ ├── checkbox.html
│ │ │ ├── checkbox_chkDisabled.html
│ │ │ ├── checkbox_count.html
│ │ │ ├── checkbox_fun.html
│ │ │ ├── checkbox_halfCheck.html
│ │ │ ├── checkbox_nocheck.html
│ │ │ ├── radio.html
│ │ │ ├── radio_chkDisabled.html
│ │ │ ├── radio_fun.html
│ │ │ ├── radio_halfCheck.html
│ │ │ └── radio_nocheck.html
│ │ ├── exedit
│ │ │ ├── async_edit.html
│ │ │ ├── drag.html
│ │ │ ├── drag_fun.html
│ │ │ ├── drag_super.html
│ │ │ ├── edit.html
│ │ │ ├── edit_fun.html
│ │ │ ├── edit_super.html
│ │ │ └── multiTree.html
│ │ ├── exhide
│ │ │ ├── checkbox.html
│ │ │ ├── common.html
│ │ │ └── radio.html
│ │ ├── index.html
│ │ └── super
│ │ ├── asyncForAll.html
│ │ ├── checkbox_radio.html
│ │ ├── diydom.html
│ │ ├── dragWithOther.html
│ │ ├── left_menu.html
│ │ ├── left_menuForOutLook.gif
│ │ ├── left_menuForOutLook.html
│ │ ├── left_menuForOutLook.png
│ │ ├── metro.html
│ │ ├── oneclick.html
│ │ ├── oneroot.html
│ │ ├── rightClickMenu.html
│ │ ├── select_menu.html
│ │ ├── select_menu_checkbox.html
│ │ ├── select_menu_radio.html
│ │ └── singlepath.html
│ ├── js
│ │ ├── jquery-1.4.4.min.js
│ │ ├── jquery.ztree.all-3.5.js
│ │ ├── jquery.ztree.all-3.5.min.js
│ │ ├── jquery.ztree.core-3.5.js
│ │ ├── jquery.ztree.core-3.5.min.js
│ │ ├── jquery.ztree.excheck-3.5.js
│ │ ├── jquery.ztree.excheck-3.5.min.js
│ │ ├── jquery.ztree.exedit-3.5.js
│ │ ├── jquery.ztree.exedit-3.5.min.js
│ │ ├── jquery.ztree.exedit.js
│ │ ├── jquery.ztree.exhide-3.5.js
│ │ └── jquery.ztree.exhide-3.5.min.js
│ └── log v3.x.txt
├── login.html
├── logo.psd
├── member-add.html
├── member-del.html
├── member-list.html
├── member-record-browse.html
├── member-record-download.html
├── member-record-share.html
├── member-show.html
├── picture-add.html
├── picture-list.html
├── picture-show.html
├── product-add.html
├── product-brand.html
├── product-category-add.html
├── product-category.html
├── product-list.html
├── robots.txt
├── skin
│ ├── blue
│ │ ├── Thumbs.db
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ ├── default
│ │ ├── Thumbs.db
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ ├── green
│ │ ├── Thumbs.db
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ ├── orange
│ │ ├── Thumbs.db
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ ├── red
│ │ ├── Thumbs.db
│ │ ├── acrossTab-bg.png
│ │ ├── acrossTab.png
│ │ ├── icon_arrow.png
│ │ └── skin.css
│ └── yellow
│ ├── Thumbs.db
│ ├── acrossTab-bg.png
│ ├── acrossTab.png
│ ├── icon_arrow.png
│ └── skin.css
├── system-base.html
├── system-category-add.html
├── system-category.html
├── system-data.html
├── system-log.html
├── system-shielding.html
├── temp
│ ├── 200x150.jpg
│ ├── Thumb
│ │ ├── Thumbs.db
│ │ ├── chai.jpg
│ │ ├── chufang.jpg
│ │ ├── keting.jpg
│ │ ├── keting2.jpg
│ │ ├── keting3.jpg
│ │ ├── keting4.jpg
│ │ ├── shouju.jpg
│ │ ├── shufang.jpg
│ │ ├── weishengjian.jpg
│ │ ├── weishengjian2.jpg
│ │ ├── woshi.jpg
│ │ └── youyongchi.jpg
│ ├── Thumbs.db
│ ├── big
│ │ ├── Thumbs.db
│ │ ├── chai.jpg
│ │ ├── chufang.jpg
│ │ ├── keting.jpg
│ │ ├── keting2.jpg
│ │ ├── keting3.jpg
│ │ ├── keting4.jpg
│ │ ├── shouju.jpg
│ │ ├── shufang.jpg
│ │ ├── weishengjian.jpg
│ │ ├── weishengjian2.jpg
│ │ ├── woshi.jpg
│ │ └── youyongchi.jpg
│ ├── brand
│ │ ├── Thumbs.db
│ │ ├── ambio.jpg
│ │ ├── dongpeng.jpeg
│ │ └── shengxiang.jpg
│ └── product
│ └── Thumb
│ ├── 5345.jpg
│ └── 6204.jpg
├── template
│ └── member
│ └── 目录介绍.txt
├── welcome.html
└── 【开发必读】文档目录.txt
339 directories, 1427 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论