在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例WEB/WAP应用开发 → JAVAWEB在线表单数据收集统计

JAVAWEB在线表单数据收集统计

WEB/WAP应用开发

下载此实例
  • 开发语言:Java
  • 实例大小:29.95M
  • 下载次数:14
  • 浏览次数:120
  • 发布时间:2022-04-06
  • 实例类别:WEB/WAP应用开发
  • 发 布 人:zouxudong
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Javaweb java web 数据 表单

实例介绍

【实例简介】JAVAWEB在线表单数据收集统计

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── __MACOSX
│   └── dwsurvey-springboot-jsp
│       └── src
│           └── main
│               ├── java
│               │   ├── com
│               │   │   └── baidu
│               │   │       └── ueditor
│               │   │           ├── define
│               │   │           ├── hunter
│               │   │           └── upload
│               │   └── net
│               │       └── diaowen
│               │           ├── common
│               │           │   ├── base
│               │           │   │   ├── controller
│               │           │   │   ├── dao
│               │           │   │   ├── entity
│               │           │   │   └── service
│               │           │   ├── dao
│               │           │   ├── exception
│               │           │   ├── plugs
│               │           │   │   ├── email
│               │           │   │   ├── file
│               │           │   │   ├── footer
│               │           │   │   ├── httpclient
│               │           │   │   ├── ipaddr
│               │           │   │   ├── jcaptcha
│               │           │   │   ├── jsp2html
│               │           │   │   ├── mapper
│               │           │   │   ├── page
│               │           │   │   ├── security
│               │           │   │   ├── xss
│               │           │   │   │   └── esapi
│               │           │   │   └── zxing
│               │           │   ├── service
│               │           │   └── utils
│               │           │       ├── excel
│               │           │       ├── parsehtml
│               │           │       ├── security
│               │           │       └── web
│               │           └── dwsurvey
│               │               ├── common
│               │               ├── config
│               │               │   └── sitemash3
│               │               ├── controller
│               │               ├── dao
│               │               │   └── impl
│               │               ├── entity
│               │               └── service
│               │                   └── impl
│               ├── resources
│               │   └── conf
│               │       ├── jcaptcha
│               │       ├── site
│               │       ├── sql
│               │       └── ue
│               └── webapp
│                   ├── META-INF
│                   ├── WEB-INF
│                   │   └── page
│                   │       ├── content
│                   │       │   ├── diaowen-answer
│                   │       │   ├── diaowen-center
│                   │       │   ├── diaowen-collect
│                   │       │   ├── diaowen-da
│                   │       │   ├── diaowen-design
│                   │       │   ├── diaowen-system
│                   │       │   └── diaowen-useradmin
│                   │       └── layouts
│                   ├── common
│                   ├── css
│                   ├── images
│                   │   ├── img1
│                   │   ├── logo
│                   │   └── style-model
│                   │       ├── 1123
│                   │       └── login_bg
│                   └── js
│                       ├── common
│                       ├── dw
│                       │   ├── an
│                       │   └── html
│                       └── plugs
│                           ├── My97DatePickerBeta
│                           │   └── My97DatePicker
│                           │       ├── lang
│                           │       └── skin
│                           │           ├── default
│                           │           └── whyGreen
│                           ├── bootstrap-3.3.0-dist
│                           │   └── dist
│                           │       ├── css
│                           │       ├── fonts
│                           │       └── js
│                           ├── clipboard.js
│                           ├── colpick-jQuery
│                           │   ├── css
│                           │   └── js
│                           ├── echarts
│                           │   ├── echarts-master
│                           │   │   ├── asset
│                           │   │   ├── build
│                           │   │   ├── dist
│                           │   │   │   └── extension
│                           │   │   ├── extension
│                           │   │   │   ├── bmap
│                           │   │   │   └── dataTool
│                           │   │   ├── map
│                           │   │   │   ├── js
│                           │   │   │   │   └── province
│                           │   │   │   └── json
│                           │   │   │       └── province
│                           │   │   ├── src
│                           │   │   │   ├── action
│                           │   │   │   ├── chart
│                           │   │   │   │   ├── bar
│                           │   │   │   │   ├── boxplot
│                           │   │   │   │   ├── candlestick
│                           │   │   │   │   ├── chord
│                           │   │   │   │   ├── effectScatter
│                           │   │   │   │   ├── funnel
│                           │   │   │   │   ├── gauge
│                           │   │   │   │   ├── graph
│                           │   │   │   │   ├── heatmap
│                           │   │   │   │   ├── helper
│                           │   │   │   │   ├── line
│                           │   │   │   │   ├── lines
│                           │   │   │   │   ├── map
│                           │   │   │   │   ├── parallel
│                           │   │   │   │   ├── pie
│                           │   │   │   │   ├── radar
│                           │   │   │   │   ├── sankey
│                           │   │   │   │   ├── scatter
│                           │   │   │   │   ├── themeRiver
│                           │   │   │   │   └── treemap
│                           │   │   │   ├── component
│                           │   │   │   │   ├── axis
│                           │   │   │   │   ├── brush
│                           │   │   │   │   ├── dataZoom
│                           │   │   │   │   ├── geo
│                           │   │   │   │   ├── helper
│                           │   │   │   │   ├── legend
│                           │   │   │   │   ├── marker
│                           │   │   │   │   ├── radar
│                           │   │   │   │   ├── timeline
│                           │   │   │   │   ├── toolbox
│                           │   │   │   │   │   └── feature
│                           │   │   │   │   ├── tooltip
│                           │   │   │   │   └── visualMap
│                           │   │   │   ├── coord
│                           │   │   │   │   ├── cartesian
│                           │   │   │   │   ├── geo
│                           │   │   │   │   │   └── fix
│                           │   │   │   │   ├── parallel
│                           │   │   │   │   ├── polar
│                           │   │   │   │   ├── radar
│                           │   │   │   │   └── single
│                           │   │   │   ├── data
│                           │   │   │   │   └── helper
│                           │   │   │   ├── layout
│                           │   │   │   ├── loading
│                           │   │   │   ├── model
│                           │   │   │   │   └── mixin
│                           │   │   │   ├── preprocessor
│                           │   │   │   │   └── helper
│                           │   │   │   ├── processor
│                           │   │   │   ├── scale
│                           │   │   │   ├── util
│                           │   │   │   │   └── array
│                           │   │   │   ├── view
│                           │   │   │   └── visual
│                           │   │   ├── test
│                           │   │   │   ├── data
│                           │   │   │   │   └── aqi
│                           │   │   │   ├── lib
│                           │   │   │   └── ut
│                           │   │   │       ├── core
│                           │   │   │       ├── lib
│                           │   │   │       │   └── jasmine-2.3.4
│                           │   │   │       └── spec
│                           │   │   │           ├── component
│                           │   │   │           │   └── visualMap
│                           │   │   │           ├── data
│                           │   │   │           ├── model
│                           │   │   │           ├── ui
│                           │   │   │           └── util
│                           │   │   └── theme
│                           │   │       └── tool
│                           │   │           └── option
│                           │   └── theme
│                           ├── font-awesome-4.2.0
│                           │   ├── css
│                           │   ├── fonts
│                           │   ├── less
│                           │   └── scss
│                           ├── jQuery-File-Upload-9.19.2
│                           │   ├── cors
│                           │   ├── css
│                           │   ├── img
│                           │   ├── js
│                           │   │   ├── cors
│                           │   │   └── vendor
│                           │   ├── server
│                           │   │   ├── gae-go
│                           │   │   │   ├── app
│                           │   │   │   └── static
│                           │   │   ├── gae-python
│                           │   │   │   └── static
│                           │   │   └── php
│                           │   │       └── files
│                           │   └── test
│                           ├── jquery
│                           │   └── jquery-switchbutton-master
│                           │       └── demo
│                           ├── jquery-ui-1.10.3.custom
│                           │   ├── css
│                           │   │   ├── base
│                           │   │   │   ├── images
│                           │   │   │   └── minified
│                           │   │   │       └── images
│                           │   │   ├── mycss
│                           │   │   │   └── images
│                           │   │   └── ui-lightness
│                           │   │       └── images
│                           │   ├── i18n
│                           │   └── js
│                           ├── jquery-ui-1.9.0.custom
│                           │   ├── css
│                           │   │   ├── base
│                           │   │   │   └── images
│                           │   │   ├── blitzer
│                           │   │   │   └── images
│                           │   │   ├── hot-sneaks
│                           │   │   │   └── images
│                           │   │   ├── mycss
│                           │   │   │   └── images
│                           │   │   └── ui-lightness
│                           │   │       └── images
│                           │   └── js
│                           ├── jquery.mobile-1.4.5
│                           │   ├── demos
│                           │   │   ├── _assets
│                           │   │   │   ├── css
│                           │   │   │   ├── img
│                           │   │   │   │   └── glyphish-icons
│                           │   │   │   └── js
│                           │   │   ├── _search
│                           │   │   ├── backbone-requirejs
│                           │   │   │   └── js
│                           │   │   │       ├── collections
│                           │   │   │       ├── models
│                           │   │   │       ├── routers
│                           │   │   │       └── views
│                           │   │   ├── body-bar-classes
│                           │   │   ├── button
│                           │   │   ├── button-markup
│                           │   │   ├── checkboxradio-checkbox
│                           │   │   ├── checkboxradio-radio
│                           │   │   ├── collapsible
│                           │   │   ├── collapsible-dynamic
│                           │   │   ├── collapsibleset
│                           │   │   ├── controlgroup
│                           │   │   ├── controlgroup-dynamic
│                           │   │   ├── css
│                           │   │   │   └── themes
│                           │   │   │       └── default
│                           │   │   │           └── images
│                           │   │   │               ├── icons-png
│                           │   │   │               └── icons-svg
│                           │   │   ├── datepicker
│                           │   │   ├── filterable
│                           │   │   ├── flipswitch
│                           │   │   ├── forms
│                           │   │   ├── forms-disabled
│                           │   │   ├── forms-field-contain
│                           │   │   ├── forms-gallery
│                           │   │   ├── forms-label-hidden-accessible
│                           │   │   ├── grids
│                           │   │   ├── grids-buttons
│                           │   │   ├── grids-custom-responsive
│                           │   │   ├── icons
│                           │   │   ├── icons-grunticon
│                           │   │   ├── intro
│                           │   │   ├── js
│                           │   │   ├── listview
│                           │   │   ├── listview-autocomplete
│                           │   │   ├── listview-autocomplete-remote
│                           │   │   ├── listview-autodividers-linkbar
│                           │   │   ├── listview-autodividers-selector
│                           │   │   ├── listview-collapsible-item-flat
│                           │   │   ├── listview-collapsible-item-indented
│                           │   │   ├── listview-grid
│                           │   │   ├── listview-nested-lists
│                           │   │   ├── loader
│                           │   │   ├── map-geolocation
│                           │   │   ├── map-list-toggle
│                           │   │   ├── navbar
│                           │   │   ├── navigation
│                           │   │   ├── navigation-hash-processing
│                           │   │   ├── navigation-linking-pages
│                           │   │   ├── navigation-php-redirect
│                           │   │   ├── old-faq-pages
│                           │   │   ├── page-events
│                           │   │   ├── pages
│                           │   │   ├── pages-dialog
│                           │   │   ├── pages-multi-page
│                           │   │   ├── pages-single-page
│                           │   │   ├── panel
│                           │   │   ├── panel-external
│                           │   │   ├── panel-external-internal
│                           │   │   ├── panel-fixed
│                           │   │   ├── panel-responsive
│                           │   │   ├── panel-styling
│                           │   │   ├── panel-swipe-open
│                           │   │   ├── popup
│                           │   │   ├── popup-alignment
│                           │   │   ├── popup-arrow-size
│                           │   │   ├── popup-dynamic
│                           │   │   ├── popup-iframe
│                           │   │   ├── popup-image-scaling
│                           │   │   ├── popup-outside-multipage
│                           │   │   ├── rangeslider
│                           │   │   ├── rwd
│                           │   │   ├── selectmenu
│                           │   │   ├── selectmenu-custom
│                           │   │   ├── selectmenu-custom-filter
│                           │   │   ├── slider
│                           │   │   ├── slider-flipswitch
│                           │   │   ├── slider-tooltip
│                           │   │   ├── swipe-list
│                           │   │   ├── swipe-page
│                           │   │   ├── table-column-toggle
│                           │   │   ├── table-column-toggle-example
│                           │   │   ├── table-column-toggle-heading-groups
│                           │   │   ├── table-column-toggle-options
│                           │   │   ├── table-reflow
│                           │   │   ├── table-reflow-heading-groups
│                           │   │   ├── table-reflow-stripes-strokes
│                           │   │   ├── table-reflow-styling
│                           │   │   ├── tabs
│                           │   │   ├── textinput
│                           │   │   ├── theme-classic
│                           │   │   │   └── images
│                           │   │   ├── theme-default
│                           │   │   ├── toolbar
│                           │   │   ├── toolbar-dynamic
│                           │   │   ├── toolbar-external
│                           │   │   ├── toolbar-fixed
│                           │   │   ├── toolbar-fixed-external
│                           │   │   ├── toolbar-fixed-forms
│                           │   │   ├── toolbar-fixed-fullscreen
│                           │   │   ├── toolbar-fixed-persistent
│                           │   │   ├── toolbar-fixed-persistent-optimized
│                           │   │   └── transitions
│                           │   └── images
│                           │       ├── icons-png
│                           │       └── icons-svg
│                           ├── laydate
│                           │   └── theme
│                           │       └── default
│                           │           └── font
│                           ├── other
│                           ├── ueditor1_4_2-utf8-jsp
│                           │   ├── dialogs
│                           │   │   ├── anchor
│                           │   │   ├── attachment
│                           │   │   │   ├── fileTypeImages
│                           │   │   │   └── images
│                           │   │   ├── background
│                           │   │   │   └── images
│                           │   │   ├── charts
│                           │   │   │   └── images
│                           │   │   ├── emotion
│                           │   │   │   └── images
│                           │   │   ├── gmap
│                           │   │   ├── help
│                           │   │   ├── image
│                           │   │   │   └── images
│                           │   │   ├── insertframe
│                           │   │   ├── link
│                           │   │   ├── map
│                           │   │   ├── music
│                           │   │   ├── preview
│                           │   │   ├── scrawl
│                           │   │   │   └── images
│                           │   │   ├── searchreplace
│                           │   │   ├── snapscreen
│                           │   │   ├── spechars
│                           │   │   ├── table
│                           │   │   ├── template
│                           │   │   │   └── images
│                           │   │   ├── video
│                           │   │   │   └── images
│                           │   │   ├── webapp
│                           │   │   └── wordimage
│                           │   ├── jsp
│                           │   ├── lang
│                           │   │   ├── en
│                           │   │   │   └── images
│                           │   │   └── zh-cn
│                           │   │       └── images
│                           │   ├── themes
│                           │   │   └── default
│                           │   │       ├── css
│                           │   │       └── images
│                           │   └── third-party
│                           │       ├── SyntaxHighlighter
│                           │       ├── codemirror
│                           │       ├── highcharts
│                           │       │   ├── adapters
│                           │       │   ├── modules
│                           │       │   └── themes
│                           │       ├── snapscreen
│                           │       ├── video-js
│                           │       │   └── font
│                           │       ├── webuploader
│                           │       └── zeroclipboard
│                           ├── ueditor1_4_3-utf8-jsp
│                           │   ├── dialogs
│                           │   │   ├── anchor
│                           │   │   ├── attachment
│                           │   │   │   ├── fileTypeImages
│                           │   │   │   └── images
│                           │   │   ├── background
│                           │   │   │   └── images
│                           │   │   ├── charts
│                           │   │   │   └── images
│                           │   │   ├── emotion
│                           │   │   │   └── images
│                           │   │   ├── gmap
│                           │   │   ├── help
│                           │   │   ├── image
│                           │   │   │   └── images
│                           │   │   ├── insertframe
│                           │   │   ├── link
│                           │   │   ├── map
│                           │   │   ├── music
│                           │   │   ├── preview
│                           │   │   ├── scrawl
│                           │   │   │   └── images
│                           │   │   ├── searchreplace
│                           │   │   ├── snapscreen
│                           │   │   ├── spechars
│                           │   │   ├── table
│                           │   │   ├── template
│                           │   │   │   └── images
│                           │   │   ├── video
│                           │   │   │   └── images
│                           │   │   ├── webapp
│                           │   │   └── wordimage
│                           │   ├── jsp
│                           │   ├── lang
│                           │   │   ├── en
│                           │   │   │   └── images
│                           │   │   └── zh-cn
│                           │   │       └── images
│                           │   ├── themes
│                           │   │   └── default
│                           │   │       ├── css
│                           │   │       └── images
│                           │   └── third-party
│                           │       ├── SyntaxHighlighter
│                           │       ├── codemirror
│                           │       ├── highcharts
│                           │       │   ├── adapters
│                           │       │   ├── modules
│                           │       │   └── themes
│                           │       ├── snapscreen
│                           │       ├── video-js
│                           │       │   └── font
│                           │       ├── webuploader
│                           │       └── zeroclipboard
│                           ├── validate
│                           │   └── images
│                           ├── zero-clipboard
│                           └── zeroclipboard-master
│                               └── dist
├── dwsurvey-springboot-jsp
│   ├── LICENSE
│   ├── README.md
│   ├── dwsurvey-oss.iml
│   ├── pom.xml
│   └── src
│       └── main
│           ├── java
│           │   ├── 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
│           │   └── net
│           │       └── diaowen
│           │           ├── common
│           │           │   ├── CheckType.java
│           │           │   ├── QuType.java
│           │           │   ├── YesnoOption.java
│           │           │   ├── base
│           │           │   │   ├── controller
│           │           │   │   │   ├── JcaptchaController.java
│           │           │   │   │   ├── SecurityController.java
│           │           │   │   │   └── UeditorController.java
│           │           │   │   ├── dao
│           │           │   │   │   ├── UserDao.java
│           │           │   │   │   └── UserDaoImpl.java
│           │           │   │   ├── entity
│           │           │   │   │   ├── IdEntity.java
│           │           │   │   │   ├── IdLongEntity.java
│           │           │   │   │   ├── Tracker.java
│           │           │   │   │   ├── TrackerConstants.java
│           │           │   │   │   └── User.java
│           │           │   │   └── service
│           │           │   │       └── AccountManager.java
│           │           │   ├── dao
│           │           │   │   ├── BaseDao.java
│           │           │   │   ├── BaseDaoImpl.java
│           │           │   │   ├── HibernateDao.java
│           │           │   │   ├── IHibernateDao.java
│           │           │   │   ├── ISimpleHibernateDao.java
│           │           │   │   └── SimpleHibernateDao.java
│           │           │   ├── exception
│           │           │   │   └── ServiceException.java
│           │           │   ├── plugs
│           │           │   │   ├── email
│           │           │   │   │   ├── Email.java
│           │           │   │   │   └── MailService.java
│           │           │   │   ├── file
│           │           │   │   │   ├── FileMagic.java
│           │           │   │   │   └── FileMagicUtils.java
│           │           │   │   ├── footer
│           │           │   │   │   ├── FooterInfo.java
│           │           │   │   │   └── VersionInfo.java
│           │           │   │   ├── httpclient
│           │           │   │   │   ├── HttpResult.java
│           │           │   │   │   └── HttpStatus.java
│           │           │   │   ├── ipaddr
│           │           │   │   │   └── IPService.java
│           │           │   │   ├── jcaptcha
│           │           │   │   │   └── CaptchaEngineEx.java
│           │           │   │   ├── jsp2html
│           │           │   │   │   ├── DWSurveyBuild.java
│           │           │   │   │   └── DiaowenBuild.java
│           │           │   │   ├── mapper
│           │           │   │   │   ├── CollectionMapper.java
│           │           │   │   │   ├── ImprovedNamingStrategy.java
│           │           │   │   │   ├── ObjectMapper.java
│           │           │   │   │   ├── PhysicalNamingStrategyImpl.java
│           │           │   │   │   └── SnakeCaseNamingStrategy.java
│           │           │   │   ├── page
│           │           │   │   │   ├── Page.java
│           │           │   │   │   └── PageRequest.java
│           │           │   │   ├── security
│           │           │   │   │   ├── FormAuthenticationWithLockFilter.java
│           │           │   │   │   ├── MyDefaultWebSecurityManager.java
│           │           │   │   │   └── ShiroDbRealm.java
│           │           │   │   ├── xss
│           │           │   │   │   ├── XssFilter.java
│           │           │   │   │   ├── XssHttpWrapper.java
│           │           │   │   │   └── esapi
│           │           │   │   │       ├── ManageSecurityFilter.java
│           │           │   │   │       └── SecurityRequestWrapper.java
│           │           │   │   └── zxing
│           │           │   │       └── ZxingUtil.java
│           │           │   ├── service
│           │           │   │   ├── BaseService.java
│           │           │   │   └── BaseServiceImpl.java
│           │           │   └── utils
│           │           │       ├── AssertUtils.java
│           │           │       ├── BuildHtml.java
│           │           │       ├── CookieUtils.java
│           │           │       ├── DiaowenProperty.java
│           │           │       ├── DwWriteFile.java
│           │           │       ├── EncodeUtils.java
│           │           │       ├── ExceptionUtils.java
│           │           │       ├── FileUtils.java
│           │           │       ├── HttpRequest.java
│           │           │       ├── HttpRequestDeviceUtils.java
│           │           │       ├── NumberUtils.java
│           │           │       ├── RandomUtils.java
│           │           │       ├── ReflectionUtils.java
│           │           │       ├── SpringContextHolder.java
│           │           │       ├── excel
│           │           │       │   ├── ReadExcelUtil.java
│           │           │       │   ├── XLSExportUtil.java
│           │           │       │   └── XLSXExportUtil.java
│           │           │       ├── parsehtml
│           │           │       │   └── HtmlUtil.java
│           │           │       ├── security
│           │           │       │   ├── CryptoUtils.java
│           │           │       │   └── DigestUtils.java
│           │           │       └── web
│           │           │           ├── InitAppliction.java
│           │           │           └── ServletUtils.java
│           │           └── dwsurvey
│           │               ├── DwsurveyApplication.java
│           │               ├── common
│           │               │   └── UpFileResult.java
│           │               ├── config
│           │               │   ├── CaptchaConfig.java
│           │               │   ├── DWSurveyConfig.java
│           │               │   ├── HibernateConfig.java
│           │               │   ├── MyCommonsMultipartResolver.java
│           │               │   ├── ServletConfigure.java
│           │               │   ├── ServletInitializer.java
│           │               │   ├── ShiroConfig.java
│           │               │   ├── SiteMeshFilter.java
│           │               │   ├── UrlRewriteConf.java
│           │               │   ├── WebConfigure.java
│           │               │   └── sitemash3
│           │               │       ├── Meshsite3Filter.java
│           │               │       ├── Sitemesh3Controller.java
│           │               │       └── Sitemesh3TagRuleBundle.java
│           │               ├── controller
│           │               │   ├── MyCollectController.java
│           │               │   ├── MySurveyAnswerController.java
│           │               │   ├── MySurveyAttrController.java
│           │               │   ├── MySurveyController.java
│           │               │   ├── MySurveyDesignController.java
│           │               │   ├── QuCheckboxController.java
│           │               │   ├── QuFillblankController.java
│           │               │   ├── QuMultiFillblankController.java
│           │               │   ├── QuOrderquController.java
│           │               │   ├── QuPagetagController.java
│           │               │   ├── QuParagraphController.java
│           │               │   ├── QuRadioController.java
│           │               │   ├── QuScoreController.java
│           │               │   ├── QuestionController.java
│           │               │   ├── ResponseController.java
│           │               │   ├── SurveyController.java
│           │               │   ├── SurveyPreviewController.java
│           │               │   ├── SurveyReportController.java
│           │               │   ├── UploadController.java
│           │               │   ├── UserAdminController.java
│           │               │   └── UserController.java
│           │               ├── dao
│           │               │   ├── AnAnswerDao.java
│           │               │   ├── AnCheckboxDao.java
│           │               │   ├── AnDFillblankDao.java
│           │               │   ├── AnEnumquDao.java
│           │               │   ├── AnFillblankDao.java
│           │               │   ├── AnOrderDao.java
│           │               │   ├── AnRadioDao.java
│           │               │   ├── AnScoreDao.java
│           │               │   ├── AnYesnoDao.java
│           │               │   ├── ImportErrorDao.java
│           │               │   ├── MailInviteInboxDao.java
│           │               │   ├── QuCheckboxDao.java
│           │               │   ├── QuMultiFillblankDao.java
│           │               │   ├── QuOrderbyDao.java
│           │               │   ├── QuRadioDao.java
│           │               │   ├── QuScoreDao.java
│           │               │   ├── QuestionBankDao.java
│           │               │   ├── QuestionDao.java
│           │               │   ├── QuestionLogicDao.java
│           │               │   ├── SurveyAnswerDao.java
│           │               │   ├── SurveyDetailDao.java
│           │               │   ├── SurveyDetailDaoImpl.java
│           │               │   ├── SurveyDirectoryDao.java
│           │               │   ├── SurveyMailInviteDao.java
│           │               │   ├── SurveyReqUrlDao.java
│           │               │   ├── SurveyStatsDao.java
│           │               │   ├── SurveyStyleDao.java
│           │               │   ├── SysDbBackupDao.java
│           │               │   ├── SysEmailDao.java
│           │               │   ├── SysSendEmailDao.java
│           │               │   └── impl
│           │               │       ├── AnAnswerDaoImpl.java
│           │               │       ├── AnCheckboxDaoImpl.java
│           │               │       ├── AnDFillblankDaoImpl.java
│           │               │       ├── AnEnumquDaoImpl.java
│           │               │       ├── AnFillblankDaoImpl.java
│           │               │       ├── AnOrderDaoImpl.java
│           │               │       ├── AnRadioDaoImpl.java
│           │               │       ├── AnScoreDaoImpl.java
│           │               │       ├── AnYesnoDaoImpl.java
│           │               │       ├── ImportErrorDaoImpl.java
│           │               │       ├── MailInviteInboxDaoImpl.java
│           │               │       ├── QuCheckboxDaoImpl.java
│           │               │       ├── QuMultiFillblankDaoImpl.java
│           │               │       ├── QuOrderbyDaoImpl.java
│           │               │       ├── QuRadioDaoImpl.java
│           │               │       ├── QuScoreDaoImpl.java
│           │               │       ├── QuestionBankDaoImpl.java
│           │               │       ├── QuestionDaoImpl.java
│           │               │       ├── QuestionLogicDaoImpl.java
│           │               │       ├── SurveyAnswerDaoImpl.java
│           │               │       ├── SurveyDirectoryDaoImpl.java
│           │               │       ├── SurveyMailInviteDaoImpl.java
│           │               │       ├── SurveyReqUrlDaoImpl.java
│           │               │       ├── SurveyStatsDaoImpl.java
│           │               │       ├── SurveyStyleDaoImpl.java
│           │               │       ├── SysDbBackupDaoImpl.java
│           │               │       ├── SysEmailDaoImpl.java
│           │               │       └── SysSendEmailDaoImpl.java
│           │               ├── entity
│           │               │   ├── AnAnswer.java
│           │               │   ├── AnCheckbox.java
│           │               │   ├── AnDFillblank.java
│           │               │   ├── AnEnumqu.java
│           │               │   ├── AnFillblank.java
│           │               │   ├── AnOrder.java
│           │               │   ├── AnRadio.java
│           │               │   ├── AnScore.java
│           │               │   ├── AnYesno.java
│           │               │   ├── DataCross.java
│           │               │   ├── ImportError.java
│           │               │   ├── MailInviteInbox.java
│           │               │   ├── QuCheckbox.java
│           │               │   ├── QuMultiFillblank.java
│           │               │   ├── QuOrderby.java
│           │               │   ├── QuRadio.java
│           │               │   ├── QuScore.java
│           │               │   ├── Question.java
│           │               │   ├── QuestionBank.java
│           │               │   ├── QuestionGroup.java
│           │               │   ├── QuestionLogic.java
│           │               │   ├── SmtpServer.java
│           │               │   ├── SurveyAnswer.java
│           │               │   ├── SurveyDetail.java
│           │               │   ├── SurveyDirectory.java
│           │               │   ├── SurveyMailInvite.java
│           │               │   ├── SurveyReqUrl.java
│           │               │   ├── SurveyStats.java
│           │               │   ├── SurveyStyle.java
│           │               │   ├── SysDbBackup.java
│           │               │   ├── SysEmail.java
│           │               │   ├── SysLog.java
│           │               │   ├── SysProperty.java
│           │               │   ├── SysSendEmail.java
│           │               │   └── VisitSurveyLog.java
│           │               └── service
│           │                   ├── AnAnswerManager.java
│           │                   ├── AnCheckboxManager.java
│           │                   ├── AnDFillblankManager.java
│           │                   ├── AnEnumquManager.java
│           │                   ├── AnFillblankManager.java
│           │                   ├── AnOrderManager.java
│           │                   ├── AnRadioManager.java
│           │                   ├── AnScoreManager.java
│           │                   ├── AnYesnoManager.java
│           │                   ├── ImportErrorManager.java
│           │                   ├── MailInviteInboxManager.java
│           │                   ├── QuCheckboxManager.java
│           │                   ├── QuMultiFillblankManager.java
│           │                   ├── QuOrderbyManager.java
│           │                   ├── QuRadioManager.java
│           │                   ├── QuScoreManager.java
│           │                   ├── QuestionBankManager.java
│           │                   ├── QuestionLogicManager.java
│           │                   ├── QuestionManager.java
│           │                   ├── SurveyAnswerManager.java
│           │                   ├── SurveyDetailManager.java
│           │                   ├── SurveyDirectoryManager.java
│           │                   ├── SurveyMailInviteManager.java
│           │                   ├── SurveyReqUrlManager.java
│           │                   ├── SurveyStatsManager.java
│           │                   ├── SurveyStyleManager.java
│           │                   ├── SysDbBackupManager.java
│           │                   ├── SysEmailManager.java
│           │                   ├── SysSendEmailManager.java
│           │                   ├── UserManager.java
│           │                   └── impl
│           │                       ├── AnAnswerManagerImpl.java
│           │                       ├── AnCheckboxManagerImpl.java
│           │                       ├── AnDFillblankManagerImpl.java
│           │                       ├── AnEnumquManagerImpl.java
│           │                       ├── AnFillblankManagerImpl.java
│           │                       ├── AnOrderManagerImpl.java
│           │                       ├── AnRadioManagerImpl.java
│           │                       ├── AnScoreManagerImpl.java
│           │                       ├── AnYesnoManagerImpl.java
│           │                       ├── ImportErrorManagerImpl.java
│           │                       ├── QuCheckboxManagerImpl.java
│           │                       ├── QuMultiFillblankManagerImpl.java
│           │                       ├── QuOrderbyManagerImpl.java
│           │                       ├── QuRadioManagerImpl.java
│           │                       ├── QuScoreManagerImpl.java
│           │                       ├── QuestionBankManagerImpl.java
│           │                       ├── QuestionLogicManagerImpl.java
│           │                       ├── QuestionManagerImpl.java
│           │                       ├── SurveyAnswerManagerImpl.java
│           │                       ├── SurveyDetailManagerImpl.java
│           │                       ├── SurveyDirectoryManagerImpl.java
│           │                       ├── SurveyReqUrlManagerImpl.java
│           │                       ├── SurveyStatsManagerImpl.java
│           │                       ├── SurveyStyleManagerImpl.java
│           │                       ├── SysDbBackupManagerImpl.java
│           │                       ├── SysEmailManagerImpl.java
│           │                       ├── SysSendEmailManagerImpl.java
│           │                       └── UserManagerImpl.java
│           ├── resources
│           │   ├── application-dev.yml
│           │   ├── application-prod.yml
│           │   ├── application-test.yml
│           │   ├── application.yml
│           │   └── conf
│           │       ├── application.properties
│           │       ├── jcaptcha
│           │       │   └── applicationContext-jcaptcha.xml
│           │       ├── site
│           │       │   └── site.json
│           │       ├── sql
│           │       │   └── dwsurvey.sql
│           │       ├── ue
│           │       │   └── config.json
│           │       └── urlrewrite.xml
│           └── webapp
│               ├── META-INF
│               │   └── MANIFEST.MF
│               ├── WEB-INF
│               │   ├── page
│               │   │   ├── content
│               │   │   │   ├── diaowen-answer
│               │   │   │   │   ├── response-answer.jsp
│               │   │   │   │   ├── response-input-rule.jsp
│               │   │   │   │   └── response-msg-1.jsp
│               │   │   │   ├── diaowen-center
│               │   │   │   │   ├── my-account.jsp
│               │   │   │   │   └── reset-pwd.jsp
│               │   │   │   ├── diaowen-collect
│               │   │   │   │   ├── collect_1.jsp
│               │   │   │   │   ├── collect_2.jsp
│               │   │   │   │   ├── collect_iframe.jsp
│               │   │   │   │   ├── collect_website.jsp
│               │   │   │   │   ├── collect_weixin.jsp
│               │   │   │   │   └── menu.jsp
│               │   │   │   ├── diaowen-da
│               │   │   │   │   ├── default-report.jsp
│               │   │   │   │   ├── dfillblank.jsp
│               │   │   │   │   ├── fillblank.jsp
│               │   │   │   │   ├── menu.jsp
│               │   │   │   │   └── survey-answer-data.jsp
│               │   │   │   ├── diaowen-design
│               │   │   │   │   ├── answer-survey-mobile.jsp
│               │   │   │   │   ├── answer-survey.jsp
│               │   │   │   │   ├── list.jsp
│               │   │   │   │   ├── survey.jsp
│               │   │   │   │   └── survey_preview.jsp
│               │   │   │   ├── diaowen-system
│               │   │   │   │   ├── backup-input.jsp
│               │   │   │   │   ├── backup-list.jsp
│               │   │   │   │   ├── email-input.jsp
│               │   │   │   │   ├── email-list.jsp
│               │   │   │   │   ├── group-left.jsp
│               │   │   │   │   └── property-input.jsp
│               │   │   │   ├── diaowen-useradmin
│               │   │   │   │   ├── input.jsp
│               │   │   │   │   └── list.jsp
│               │   │   │   └── login.jsp
│               │   │   └── layouts
│               │   │       ├── admin-info.jsp
│               │   │       ├── default.jsp
│               │   │       ├── footer-0.jsp
│               │   │       ├── footer-1.jsp
│               │   │       ├── footer-2.jsp
│               │   │       ├── footer.jsp
│               │   │       ├── header.jsp
│               │   │       ├── loginbgimg.jsp
│               │   │       ├── logo-img.jsp
│               │   │       └── other.jsp
│               │   ├── sitemesh3.xml
│               │   └── spring-mvc-servlet.xml
│               ├── common
│               │   ├── building.jsp
│               │   ├── error.jsp
│               │   ├── model.xls
│               │   └── taglibs.jsp
│               ├── css
│               │   ├── Copy of design-survey.css
│               │   ├── answer-m.css
│               │   ├── answer-p.css
│               │   ├── default.css
│               │   ├── design-survey.css
│               │   ├── dw-user.css
│               │   ├── dw.css
│               │   ├── preview-dev.css
│               │   ├── response.css
│               │   └── sur-mobile.css
│               ├── favicon.ico
│               ├── images
│               │   ├── 1279780388A5rVCG.jpg
│               │   ├── 1410-3.png
│               │   ├── 404.jpg
│               │   ├── 500.jpg
│               │   ├── answer-icon-1.png
│               │   ├── dianwen_weixin.jpg
│               │   ├── dw-icons1-24.png
│               │   ├── dw-icons1-8.png
│               │   ├── dw_bg1.png
│               │   ├── dw_bgico.png
│               │   ├── dw_logo.png
│               │   ├── dw_pic01.png
│               │   ├── dw_pic02.png
│               │   ├── dw_pic03.jpg
│               │   ├── dw_pic04.jpg
│               │   ├── dw_pic04.png
│               │   ├── dw_pic05.jpg
│               │   ├── dw_pic05.png
│               │   ├── dw_pic06.jpg
│               │   ├── dw_pic06.png
│               │   ├── dw_pic07.jpg
│               │   ├── dw_pic07.png
│               │   ├── dw_pic08.jpg
│               │   ├── dw_pic08.png
│               │   ├── dw_pic09.jpg
│               │   ├── dw_pic09.png
│               │   ├── dw_pic10.jpg
│               │   ├── fontsytle.png
│               │   ├── icons.png
│               │   ├── icons16.png
│               │   ├── img1
│               │   │   ├── qrcode_for_gh_3c03fe2e81b0_430.jpg
│               │   │   ├── weixin_b_s3.png
│               │   │   ├── weixin_b_s4.jpeg
│               │   │   ├── weixin_collect1.jpg
│               │   │   ├── weixin_collect2.jpg
│               │   │   ├── weixin_collect3.jpg
│               │   │   └── weixinlogo.png
│               │   ├── ipad.jpeg
│               │   ├── iphone.png
│               │   ├── load.gif
│               │   ├── logo
│               │   │   ├── 108-108.jpg
│               │   │   ├── 200-200.png
│               │   │   ├── LOGO-17.png
│               │   │   ├── LOGO.png
│               │   │   ├── logo.jpg
│               │   │   ├── logo1.jpg
│               │   │   ├── logo1_2345¿´Í¼Íõ(1).jpg
│               │   │   ├── logo1_2345¿´Í¼Íõ.jpg
│               │   │   ├── sample_logo.png
│               │   │   └── tools.jpg
│               │   ├── open.png
│               │   ├── shadow-in.png
│               │   ├── shadow.png
│               │   ├── style-model
│               │   │   ├── 1123
│               │   │   │   └── 29153737.jpg
│               │   │   ├── login_bg
│               │   │   │   └── 1.jpg
│               │   │   ├── piont_lv.png
│               │   │   └── secode.png
│               │   └── toolbar.png
│               └── js
│                   ├── common
│                   │   ├── ans-common.js
│                   │   ├── ans-m.js
│                   │   ├── ans-p.js
│                   │   ├── checktype.js
│                   │   ├── common.js
│                   │   └── list-old.js
│                   ├── dw
│                   │   ├── address.js
│                   │   ├── an
│                   │   │   ├── an-m.js
│                   │   │   └── an-p.js
│                   │   ├── collect.js
│                   │   ├── dw-design-init.js
│                   │   ├── html
│                   │   │   └── collectset.html
│                   │   ├── responsive-width.js
│                   │   └── uploadify.js
│                   └── plugs
│                       ├── My97DatePickerBeta
│                       │   └── My97DatePicker
│                       │       ├── WdatePicker.js
│                       │       ├── calendar.js
│                       │       ├── lang
│                       │       │   ├── en.js
│                       │       │   ├── zh-cn.js
│                       │       │   └── zh-tw.js
│                       │       └── skin
│                       │           ├── WdatePicker.css
│                       │           ├── datePicker.gif
│                       │           ├── default
│                       │           │   ├── datepicker.css
│                       │           │   └── img.gif
│                       │           └── whyGreen
│                       │               ├── bg.jpg
│                       │               ├── datepicker.css
│                       │               └── img.gif
│                       ├── bootstrap-3.3.0-dist
│                       │   └── dist
│                       │       ├── css
│                       │       │   ├── bootstrap-theme.css
│                       │       │   ├── bootstrap-theme.css.map
│                       │       │   ├── bootstrap-theme.min.css
│                       │       │   ├── bootstrap.css
│                       │       │   ├── bootstrap.css.map
│                       │       │   └── bootstrap.min.css
│                       │       ├── fonts
│                       │       │   ├── glyphicons-halflings-regular.eot
│                       │       │   ├── glyphicons-halflings-regular.svg
│                       │       │   ├── glyphicons-halflings-regular.ttf
│                       │       │   └── glyphicons-halflings-regular.woff
│                       │       └── js
│                       │           ├── bootstrap.js
│                       │           ├── bootstrap.min.js
│                       │           └── npm.js
│                       ├── clipboard.js
│                       │   ├── clipboard.js
│                       │   └── clipboard.min.js
│                       ├── colpick-jQuery
│                       │   ├── LICENSE
│                       │   ├── README.md
│                       │   ├── colpick.jquery.json
│                       │   ├── css
│                       │   │   └── colpick.css
│                       │   └── js
│                       │       └── colpick.js
│                       ├── echarts
│                       │   ├── echarts-master
│                       │   │   ├── LICENSE
│                       │   │   ├── README.md
│                       │   │   ├── asset
│                       │   │   │   └── logo.png
│                       │   │   ├── build
│                       │   │   │   ├── amd2common.js
│                       │   │   │   ├── build.sh
│                       │   │   │   ├── mangleString.js
│                       │   │   │   └── optimize.js
│                       │   │   ├── dist
│                       │   │   │   ├── echarts.common.js
│                       │   │   │   ├── echarts.common.min.js
│                       │   │   │   ├── echarts.js
│                       │   │   │   ├── echarts.min.js
│                       │   │   │   ├── echarts.simple.js
│                       │   │   │   ├── echarts.simple.min.js
│                       │   │   │   └── extension
│                       │   │   │       ├── bmap.js
│                       │   │   │       ├── bmap.min.js
│                       │   │   │       ├── dataTool.js
│                       │   │   │       └── dataTool.min.js
│                       │   │   ├── extension
│                       │   │   │   ├── bmap
│                       │   │   │   │   ├── BMapCoordSys.js
│                       │   │   │   │   ├── BMapModel.js
│                       │   │   │   │   ├── BMapView.js
│                       │   │   │   │   ├── README.md
│                       │   │   │   │   └── bmap.js
│                       │   │   │   ├── dataTool
│                       │   │   │   │   ├── gexf.js
│                       │   │   │   │   ├── index.js
│                       │   │   │   │   ├── prepareBoxplotData.js
│                       │   │   │   │   └── quantile.js
│                       │   │   │   ├── echarts.js
│                       │   │   │   └── webpack.config.js
│                       │   │   ├── index.common.js
│                       │   │   ├── index.js
│                       │   │   ├── index.simple.js
│                       │   │   ├── map
│                       │   │   │   ├── js
│                       │   │   │   │   ├── china-contour.js
│                       │   │   │   │   ├── china.js
│                       │   │   │   │   ├── province
│                       │   │   │   │   │   ├── anhui.js
│                       │   │   │   │   │   ├── aomen.js
│                       │   │   │   │   │   ├── beijing.js
│                       │   │   │   │   │   ├── chongqing.js
│                       │   │   │   │   │   ├── fujian.js
│                       │   │   │   │   │   ├── gansu.js
│                       │   │   │   │   │   ├── guangdong.js
│                       │   │   │   │   │   ├── guangxi.js
│                       │   │   │   │   │   ├── guizhou.js
│                       │   │   │   │   │   ├── hainan.js
│                       │   │   │   │   │   ├── hebei.js
│                       │   │   │   │   │   ├── heilongjiang.js
│                       │   │   │   │   │   ├── henan.js
│                       │   │   │   │   │   ├── hubei.js
│                       │   │   │   │   │   ├── hunan.js
│                       │   │   │   │   │   ├── jiangsu.js
│                       │   │   │   │   │   ├── jiangxi.js
│                       │   │   │   │   │   ├── jilin.js
│                       │   │   │   │   │   ├── liaoning.js
│                       │   │   │   │   │   ├── neimenggu.js
│                       │   │   │   │   │   ├── ningxia.js
│                       │   │   │   │   │   ├── qinghai.js
│                       │   │   │   │   │   ├── shandong.js
│                       │   │   │   │   │   ├── shanghai.js
│                       │   │   │   │   │   ├── shanxi.js
│                       │   │   │   │   │   ├── shanxi1.js
│                       │   │   │   │   │   ├── sichuan.js
│                       │   │   │   │   │   ├── tianjin.js
│                       │   │   │   │   │   ├── xianggang.js
│                       │   │   │   │   │   ├── xinjiang.js
│                       │   │   │   │   │   ├── xizang.js
│                       │   │   │   │   │   ├── yunnan.js
│                       │   │   │   │   │   └── zhejiang.js
│                       │   │   │   │   └── world.js
│                       │   │   │   └── json
│                       │   │   │       ├── china-contour.json
│                       │   │   │       ├── china.json
│                       │   │   │       ├── province
│                       │   │   │       │   ├── anhui.json
│                       │   │   │       │   ├── aomen.json
│                       │   │   │       │   ├── beijing.json
│                       │   │   │       │   ├── chongqing.json
│                       │   │   │       │   ├── fujian.json
│                       │   │   │       │   ├── gansu.json
│                       │   │   │       │   ├── guangdong.json
│                       │   │   │       │   ├── guangxi.json
│                       │   │   │       │   ├── guizhou.json
│                       │   │   │       │   ├── hainan.json
│                       │   │   │       │   ├── hebei.json
│                       │   │   │       │   ├── heilongjiang.json
│                       │   │   │       │   ├── henan.json
│                       │   │   │       │   ├── hubei.json
│                       │   │   │       │   ├── hunan.json
│                       │   │   │       │   ├── jiangsu.json
│                       │   │   │       │   ├── jiangxi.json
│                       │   │   │       │   ├── jilin.json
│                       │   │   │       │   ├── liaoning.json
│                       │   │   │       │   ├── neimenggu.json
│                       │   │   │       │   ├── ningxia.json
│                       │   │   │       │   ├── qinghai.json
│                       │   │   │       │   ├── shandong.json
│                       │   │   │       │   ├── shanghai.json
│                       │   │   │       │   ├── shanxi.json
│                       │   │   │       │   ├── shanxi1.json
│                       │   │   │       │   ├── sichuan.json
│                       │   │   │       │   ├── tianjin.json
│                       │   │   │       │   ├── xianggang.json
│                       │   │   │       │   ├── xinjiang.json
│                       │   │   │       │   ├── xizang.json
│                       │   │   │       │   ├── yunnan.json
│                       │   │   │       │   └── zhejiang.json
│                       │   │   │       └── world.json
│                       │   │   ├── package.json
│                       │   │   ├── src
│                       │   │   │   ├── CoordinateSystem.js
│                       │   │   │   ├── ExtensionAPI.js
│                       │   │   │   ├── action
│                       │   │   │   │   ├── createDataSelectAction.js
│                       │   │   │   │   ├── geoRoam.js
│                       │   │   │   │   └── roamHelper.js
│                       │   │   │   ├── chart
│                       │   │   │   │   ├── bar
│                       │   │   │   │   │   ├── BarSeries.js
│                       │   │   │   │   │   ├── BarView.js
│                       │   │   │   │   │   └── barItemStyle.js
│                       │   │   │   │   ├── bar.js
│                       │   │   │   │   ├── boxplot
│                       │   │   │   │   │   ├── BoxplotSeries.js
│                       │   │   │   │   │   ├── BoxplotView.js
│                       │   │   │   │   │   ├── boxplotLayout.js
│                       │   │   │   │   │   └── boxplotVisual.js
│                       │   │   │   │   ├── boxplot.js
│                       │   │   │   │   ├── candlestick
│                       │   │   │   │   │   ├── CandlestickSeries.js
│                       │   │   │   │   │   ├── CandlestickView.js
│                       │   │   │   │   │   ├── candlestickLayout.js
│                       │   │   │   │   │   ├── candlestickVisual.js
│                       │   │   │   │   │   └── preprocessor.js
│                       │   │   │   │   ├── candlestick.js
│                       │   │   │   │   ├── chord
│                       │   │   │   │   │   ├── ChordSeries.js
│                       │   │   │   │   │   ├── ChordView.js
│                       │   │   │   │   │   ├── Ribbon.js
│                       │   │   │   │   │   └── chordCircularLayout.js
│                       │   │   │   │   ├── chord.js
│                       │   │   │   │   ├── effectScatter
│                       │   │   │   │   │   ├── EffectScatterSeries.js
│                       │   │   │   │   │   └── EffectScatterView.js
│                       │   │   │   │   ├── effectScatter.js
│                       │   │   │   │   ├── funnel
│                       │   │   │   │   │   ├── FunnelSeries.js
│                       │   │   │   │   │   ├── FunnelView.js
│                       │   │   │   │   │   └── funnelLayout.js
│                       │   │   │   │   ├── funnel.js
│                       │   │   │   │   ├── gauge
│                       │   │   │   │   │   ├── GaugeSeries.js
│                       │   │   │   │   │   ├── GaugeView.js
│                       │   │   │   │   │   └── PointerPath.js
│                       │   │   │   │   ├── gauge.js
│                       │   │   │   │   ├── graph
│                       │   │   │   │   │   ├── GraphSeries.js
│                       │   │   │   │   │   ├── GraphView.js
│                       │   │   │   │   │   ├── adjustEdge.js
│                       │   │   │   │   │   ├── backwardCompat.js
│                       │   │   │   │   │   ├── categoryFilter.js
│                       │   │   │   │   │   ├── categoryVisual.js
│                       │   │   │   │   │   ├── circularLayout.js
│                       │   │   │   │   │   ├── circularLayoutHelper.js
│                       │   │   │   │   │   ├── createView.js
│                       │   │   │   │   │   ├── edgeVisual.js
│                       │   │   │   │   │   ├── forceHelper.js
│                       │   │   │   │   │   ├── forceLayout.js
│                       │   │   │   │   │   ├── roamAction.js
│                       │   │   │   │   │   ├── simpleLayout.js
│                       │   │   │   │   │   ├── simpleLayoutEdge.js
│                       │   │   │   │   │   └── simpleLayoutHelper.js
│                       │   │   │   │   ├── graph.js
│                       │   │   │   │   ├── heatmap
│                       │   │   │   │   │   ├── HeatmapLayer.js
│                       │   │   │   │   │   ├── HeatmapSeries.js
│                       │   │   │   │   │   └── HeatmapView.js
│                       │   │   │   │   ├── heatmap.js
│                       │   │   │   │   ├── helper
│                       │   │   │   │   │   ├── EffectLine.js
│                       │   │   │   │   │   ├── EffectPolyline.js
│                       │   │   │   │   │   ├── EffectSymbol.js
│                       │   │   │   │   │   ├── LargeLineDraw.js
│                       │   │   │   │   │   ├── LargeSymbolDraw.js
│                       │   │   │   │   │   ├── Line.js
│                       │   │   │   │   │   ├── LineDraw.js
│                       │   │   │   │   │   ├── LinePath.js
│                       │   │   │   │   │   ├── Polyline.js
│                       │   │   │   │   │   ├── Symbol.js
│                       │   │   │   │   │   ├── SymbolDraw.js
│                       │   │   │   │   │   ├── WhiskerBoxDraw.js
│                       │   │   │   │   │   ├── createGraphFromNodeEdge.js
│                       │   │   │   │   │   ├── createGraphFromNodeMatrix.js
│                       │   │   │   │   │   ├── createListFromArray.js
│                       │   │   │   │   │   └── whiskerBoxCommon.js
│                       │   │   │   │   ├── line
│                       │   │   │   │   │   ├── LineSeries.js
│                       │   │   │   │   │   ├── LineView.js
│                       │   │   │   │   │   ├── lineAnimationDiff.js
│                       │   │   │   │   │   └── poly.js
│                       │   │   │   │   ├── line.js
│                       │   │   │   │   ├── lines
│                       │   │   │   │   │   ├── LinesSeries.js
│                       │   │   │   │   │   ├── LinesView.js
│                       │   │   │   │   │   └── linesLayout.js
│                       │   │   │   │   ├── lines.js
│                       │   │   │   │   ├── map
│                       │   │   │   │   │   ├── MapSeries.js
│                       │   │   │   │   │   ├── MapView.js
│                       │   │   │   │   │   ├── backwardCompat.js
│                       │   │   │   │   │   ├── mapDataStatistic.js
│                       │   │   │   │   │   ├── mapSymbolLayout.js
│                       │   │   │   │   │   └── mapVisual.js
│                       │   │   │   │   ├── map.js
│                       │   │   │   │   ├── parallel
│                       │   │   │   │   │   ├── ParallelSeries.js
│                       │   │   │   │   │   ├── ParallelView.js
│                       │   │   │   │   │   └── parallelVisual.js
│                       │   │   │   │   ├── parallel.js
│                       │   │   │   │   ├── pie
│                       │   │   │   │   │   ├── PieSeries.js
│                       │   │   │   │   │   ├── PieView.js
│                       │   │   │   │   │   ├── labelLayout.js
│                       │   │   │   │   │   └── pieLayout.js
│                       │   │   │   │   ├── pie.js
│                       │   │   │   │   ├── radar
│                       │   │   │   │   │   ├── RadarSeries.js
│                       │   │   │   │   │   ├── RadarView.js
│                       │   │   │   │   │   ├── backwardCompat.js
│                       │   │   │   │   │   └── radarLayout.js
│                       │   │   │   │   ├── radar.js
│                       │   │   │   │   ├── sankey
│                       │   │   │   │   │   ├── SankeySeries.js
│                       │   │   │   │   │   ├── SankeyView.js
│                       │   │   │   │   │   ├── sankeyLayout.js
│                       │   │   │   │   │   └── sankeyVisual.js
│                       │   │   │   │   ├── sankey.js
│                       │   │   │   │   ├── scatter
│                       │   │   │   │   │   ├── ScatterSeries.js
│                       │   │   │   │   │   └── ScatterView.js
│                       │   │   │   │   ├── scatter.js
│                       │   │   │   │   ├── themeRiver
│                       │   │   │   │   │   ├── ThemeRiverSeries.js
│                       │   │   │   │   │   ├── ThemeRiverView.js
│                       │   │   │   │   │   ├── themeRiverLayout.js
│                       │   │   │   │   │   └── themeRiverVisual.js
│                       │   │   │   │   ├── themeRiver.js
│                       │   │   │   │   ├── treemap
│                       │   │   │   │   │   ├── Breadcrumb.js
│                       │   │   │   │   │   ├── TreemapSeries.js
│                       │   │   │   │   │   ├── TreemapView.js
│                       │   │   │   │   │   ├── helper.js
│                       │   │   │   │   │   ├── treemapAction.js
│                       │   │   │   │   │   ├── treemapLayout.js
│                       │   │   │   │   │   └── treemapVisual.js
│                       │   │   │   │   └── treemap.js
│                       │   │   │   ├── component
│                       │   │   │   │   ├── angleAxis.js
│                       │   │   │   │   ├── axis
│                       │   │   │   │   │   ├── AngleAxisView.js
│                       │   │   │   │   │   ├── AxisBuilder.js
│                       │   │   │   │   │   ├── AxisView.js
│                       │   │   │   │   │   ├── ParallelAxisView.js
│                       │   │   │   │   │   ├── RadiusAxisView.js
│                       │   │   │   │   │   ├── SingleAxisView.js
│                       │   │   │   │   │   └── parallelAxisAction.js
│                       │   │   │   │   ├── axis.js
│                       │   │   │   │   ├── brush
│                       │   │   │   │   │   ├── BrushModel.js
│                       │   │   │   │   │   ├── BrushView.js
│                       │   │   │   │   │   ├── brushAction.js
│                       │   │   │   │   │   ├── preprocessor.js
│                       │   │   │   │   │   ├── selector.js
│                       │   │   │   │   │   └── visualEncoding.js
│                       │   │   │   │   ├── brush.js
│                       │   │   │   │   ├── dataZoom
│                       │   │   │   │   │   ├── AxisProxy.js
│                       │   │   │   │   │   ├── DataZoomModel.js
│                       │   │   │   │   │   ├── DataZoomView.js
│                       │   │   │   │   │   ├── InsideZoomModel.js
│                       │   │   │   │   │   ├── InsideZoomView.js
│                       │   │   │   │   │   ├── SelectZoomModel.js
│                       │   │   │   │   │   ├── SelectZoomView.js
│                       │   │   │   │   │   ├── SliderZoomModel.js
│                       │   │   │   │   │   ├── SliderZoomView.js
│                       │   │   │   │   │   ├── dataZoomAction.js
│                       │   │   │   │   │   ├── dataZoomProcessor.js
│                       │   │   │   │   │   ├── helper.js
│                       │   │   │   │   │   ├── history.js
│                       │   │   │   │   │   ├── roams.js
│                       │   │   │   │   │   └── typeDefaulter.js
│                       │   │   │   │   ├── dataZoom.js
│                       │   │   │   │   ├── dataZoomInside.js
│                       │   │   │   │   ├── dataZoomSelect.js
│                       │   │   │   │   ├── geo
│                       │   │   │   │   │   └── GeoView.js
│                       │   │   │   │   ├── geo.js
│                       │   │   │   │   ├── grid.js
│                       │   │   │   │   ├── helper
│                       │   │   │   │   │   ├── BrushController.js
│                       │   │   │   │   │   ├── MapDraw.js
│                       │   │   │   │   │   ├── RoamController.js
│                       │   │   │   │   │   ├── brushHelper.js
│                       │   │   │   │   │   ├── interactionMutex.js
│                       │   │   │   │   │   ├── listComponent.js
│                       │   │   │   │   │   ├── selectableMixin.js
│                       │   │   │   │   │   └── sliderMove.js
│                       │   │   │   │   ├── legend
│                       │   │   │   │   │   ├── LegendModel.js
│                       │   │   │   │   │   ├── LegendView.js
│                       │   │   │   │   │   ├── legendAction.js
│                       │   │   │   │   │   └── legendFilter.js
│                       │   │   │   │   ├── legend.js
│                       │   │   │   │   ├── markArea.js
│                       │   │   │   │   ├── markLine.js
│                       │   │   │   │   ├── markPoint.js
│                       │   │   │   │   ├── marker
│                       │   │   │   │   │   ├── MarkAreaModel.js
│                       │   │   │   │   │   ├── MarkAreaView.js
│                       │   │   │   │   │   ├── MarkLineModel.js
│                       │   │   │   │   │   ├── MarkLineView.js
│                       │   │   │   │   │   ├── MarkPointModel.js
│                       │   │   │   │   │   ├── MarkPointView.js
│                       │   │   │   │   │   ├── MarkerModel.js
│                       │   │   │   │   │   ├── MarkerView.js
│                       │   │   │   │   │   └── markerHelper.js
│                       │   │   │   │   ├── parallel.js
│                       │   │   │   │   ├── parallelAxis.js
│                       │   │   │   │   ├── polar.js
│                       │   │   │   │   ├── radar
│                       │   │   │   │   │   └── RadarView.js
│                       │   │   │   │   ├── radar.js
│                       │   │   │   │   ├── radiusAxis.js
│                       │   │   │   │   ├── singleAxis.js
│                       │   │   │   │   ├── timeline
│                       │   │   │   │   │   ├── SliderTimelineModel.js
│                       │   │   │   │   │   ├── SliderTimelineView.js
│                       │   │   │   │   │   ├── TimelineAxis.js
│                       │   │   │   │   │   ├── TimelineModel.js
│                       │   │   │   │   │   ├── TimelineView.js
│                       │   │   │   │   │   ├── preprocessor.js
│                       │   │   │   │   │   ├── timelineAction.js
│                       │   │   │   │   │   └── typeDefaulter.js
│                       │   │   │   │   ├── timeline.js
│                       │   │   │   │   ├── title.js
│                       │   │   │   │   ├── toolbox
│                       │   │   │   │   │   ├── ToolboxModel.js
│                       │   │   │   │   │   ├── ToolboxView.js
│                       │   │   │   │   │   ├── feature
│                       │   │   │   │   │   │   ├── Brush.js
│                       │   │   │   │   │   │   ├── DataView.js
│                       │   │   │   │   │   │   ├── DataZoom.js
│                       │   │   │   │   │   │   ├── MagicType.js
│                       │   │   │   │   │   │   ├── Restore.js
│                       │   │   │   │   │   │   └── SaveAsImage.js
│                       │   │   │   │   │   └── featureManager.js
│                       │   │   │   │   ├── toolbox.js
│                       │   │   │   │   ├── tooltip
│                       │   │   │   │   │   ├── TooltipContent.js
│                       │   │   │   │   │   ├── TooltipModel.js
│                       │   │   │   │   │   └── TooltipView.js
│                       │   │   │   │   ├── tooltip.js
│                       │   │   │   │   ├── visualMap
│                       │   │   │   │   │   ├── ContinuousModel.js
│                       │   │   │   │   │   ├── ContinuousView.js
│                       │   │   │   │   │   ├── PiecewiseModel.js
│                       │   │   │   │   │   ├── PiecewiseView.js
│                       │   │   │   │   │   ├── VisualMapModel.js
│                       │   │   │   │   │   ├── VisualMapView.js
│                       │   │   │   │   │   ├── helper.js
│                       │   │   │   │   │   ├── preprocessor.js
│                       │   │   │   │   │   ├── typeDefaulter.js
│                       │   │   │   │   │   ├── visualEncoding.js
│                       │   │   │   │   │   └── visualMapAction.js
│                       │   │   │   │   ├── visualMap.js
│                       │   │   │   │   ├── visualMapContinuous.js
│                       │   │   │   │   └── visualMapPiecewise.js
│                       │   │   │   ├── coord
│                       │   │   │   │   ├── Axis.js
│                       │   │   │   │   ├── View.js
│                       │   │   │   │   ├── axisDefault.js
│                       │   │   │   │   ├── axisHelper.js
│                       │   │   │   │   ├── axisModelCommonMixin.js
│                       │   │   │   │   ├── axisModelCreator.js
│                       │   │   │   │   ├── cartesian
│                       │   │   │   │   │   ├── Axis2D.js
│                       │   │   │   │   │   ├── AxisModel.js
│                       │   │   │   │   │   ├── Cartesian.js
│                       │   │   │   │   │   ├── Cartesian2D.js
│                       │   │   │   │   │   ├── Grid.js
│                       │   │   │   │   │   ├── GridModel.js
│                       │   │   │   │   │   └── axisLabelInterval.js
│                       │   │   │   │   ├── geo
│                       │   │   │   │   │   ├── Geo.js
│                       │   │   │   │   │   ├── GeoModel.js
│                       │   │   │   │   │   ├── Region.js
│                       │   │   │   │   │   ├── fix
│                       │   │   │   │   │   │   ├── geoCoord.js
│                       │   │   │   │   │   │   ├── nanhai.js
│                       │   │   │   │   │   │   └── textCoord.js
│                       │   │   │   │   │   ├── geoCreator.js
│                       │   │   │   │   │   └── parseGeoJson.js
│                       │   │   │   │   ├── parallel
│                       │   │   │   │   │   ├── AxisModel.js
│                       │   │   │   │   │   ├── Parallel.js
│                       │   │   │   │   │   ├── ParallelAxis.js
│                       │   │   │   │   │   ├── ParallelModel.js
│                       │   │   │   │   │   ├── parallelCreator.js
│                       │   │   │   │   │   └── parallelPreprocessor.js
│                       │   │   │   │   ├── polar
│                       │   │   │   │   │   ├── AngleAxis.js
│                       │   │   │   │   │   ├── AxisModel.js
│                       │   │   │   │   │   ├── Polar.js
│                       │   │   │   │   │   ├── PolarModel.js
│                       │   │   │   │   │   ├── RadiusAxis.js
│                       │   │   │   │   │   └── polarCreator.js
│                       │   │   │   │   ├── radar
│                       │   │   │   │   │   ├── IndicatorAxis.js
│                       │   │   │   │   │   ├── Radar.js
│                       │   │   │   │   │   └── RadarModel.js
│                       │   │   │   │   └── single
│                       │   │   │   │       ├── AxisModel.js
│                       │   │   │   │       ├── Single.js
│                       │   │   │   │       ├── SingleAxis.js
│                       │   │   │   │       └── singleCreator.js
│                       │   │   │   ├── data
│                       │   │   │   │   ├── DataDiffer.js
│                       │   │   │   │   ├── Graph.js
│                       │   │   │   │   ├── List.js
│                       │   │   │   │   ├── Tree.js
│                       │   │   │   │   └── helper
│                       │   │   │   │       ├── completeDimensions.js
│                       │   │   │   │       └── linkList.js
│                       │   │   │   ├── echarts.js
│                       │   │   │   ├── layout
│                       │   │   │   │   ├── barGrid.js
│                       │   │   │   │   └── points.js
│                       │   │   │   ├── loading
│                       │   │   │   │   └── default.js
│                       │   │   │   ├── model
│                       │   │   │   │   ├── Component.js
│                       │   │   │   │   ├── Global.js
│                       │   │   │   │   ├── Model.js
│                       │   │   │   │   ├── OptionManager.js
│                       │   │   │   │   ├── Series.js
│                       │   │   │   │   ├── globalDefault.js
│                       │   │   │   │   └── mixin
│                       │   │   │   │       ├── areaStyle.js
│                       │   │   │   │       ├── boxLayout.js
│                       │   │   │   │       ├── colorPalette.js
│                       │   │   │   │       ├── itemStyle.js
│                       │   │   │   │       ├── lineStyle.js
│                       │   │   │   │       ├── makeStyleMapper.js
│                       │   │   │   │       └── textStyle.js
│                       │   │   │   ├── preprocessor
│                       │   │   │   │   ├── backwardCompat.js
│                       │   │   │   │   └── helper
│                       │   │   │   │       └── compatStyle.js
│                       │   │   │   ├── processor
│                       │   │   │   │   ├── dataFilter.js
│                       │   │   │   │   └── dataSample.js
│                       │   │   │   ├── scale
│                       │   │   │   │   ├── Interval.js
│                       │   │   │   │   ├── Log.js
│                       │   │   │   │   ├── Ordinal.js
│                       │   │   │   │   ├── Scale.js
│                       │   │   │   │   └── Time.js
│                       │   │   │   ├── util
│                       │   │   │   │   ├── KDTree.js
│                       │   │   │   │   ├── animation.js
│                       │   │   │   │   ├── array
│                       │   │   │   │   │   └── nest.js
│                       │   │   │   │   ├── clazz.js
│                       │   │   │   │   ├── component.js
│                       │   │   │   │   ├── format.js
│                       │   │   │   │   ├── graphic.js
│                       │   │   │   │   ├── layout.js
│                       │   │   │   │   ├── model.js
│                       │   │   │   │   ├── number.js
│                       │   │   │   │   ├── quickSelect.js
│                       │   │   │   │   ├── symbol.js
│                       │   │   │   │   └── throttle.js
│                       │   │   │   ├── view
│                       │   │   │   │   ├── Chart.js
│                       │   │   │   │   └── Component.js
│                       │   │   │   └── visual
│                       │   │   │       ├── VisualMapping.js
│                       │   │   │       ├── dataColor.js
│                       │   │   │       ├── seriesColor.js
│                       │   │   │       ├── symbol.js
│                       │   │   │       ├── visualDefault.js
│                       │   │   │       └── visualSolution.js
│                       │   │   ├── test
│                       │   │   │   ├── README.md
│                       │   │   │   ├── area.html
│                       │   │   │   ├── area2.html
│                       │   │   │   ├── axes.html
│                       │   │   │   ├── axis.html
│                       │   │   │   ├── bar-large.html
│                       │   │   │   ├── bar.html
│                       │   │   │   ├── bar2.html
│                       │   │   │   ├── bmap.html
│                       │   │   │   ├── boxplot-multi.html
│                       │   │   │   ├── boxplot.html
│                       │   │   │   ├── brush.html
│                       │   │   │   ├── brush2.html
│                       │   │   │   ├── candlestick.html
│                       │   │   │   ├── candlestickConnect.html
│                       │   │   │   ├── chord.html
│                       │   │   │   ├── color-mix-aqi.html
│                       │   │   │   ├── config.js
│                       │   │   │   ├── connect.html
│                       │   │   │   ├── connect2.html
│                       │   │   │   ├── data
│                       │   │   │   │   ├── Michelson-Morley.json.js
│                       │   │   │   │   ├── aqi
│                       │   │   │   │   │   ├── BJdata.js
│                       │   │   │   │   │   ├── GZdata.js
│                       │   │   │   │   │   ├── SHdata.js
│                       │   │   │   │   │   └── processAQI.js
│                       │   │   │   │   ├── disk.tree.js
│                       │   │   │   │   ├── energy.json
│                       │   │   │   │   ├── hangzhou-tracks.json
│                       │   │   │   │   ├── les-miserables.gexf
│                       │   │   │   │   ├── lines-bus.json
│                       │   │   │   │   ├── masterPainterColorChoice.json
│                       │   │   │   │   ├── nutrients.json
│                       │   │   │   │   ├── obama_budget_proposal_2012.tree.js
│                       │   │   │   │   ├── option-view.json
│                       │   │   │   │   ├── option-view2.json
│                       │   │   │   │   ├── product.json
│                       │   │   │   │   ├── rainfall.json.js
│                       │   │   │   │   ├── security-sh-2013.json.js
│                       │   │   │   │   ├── stock-DJI.json.js
│                       │   │   │   │   └── timelineGDP.js
│                       │   │   │   ├── dataView.html
│                       │   │   │   ├── dataZoom-axes.html
│                       │   │   │   ├── dataZoom-axis-type.html
│                       │   │   │   ├── dataZoom-cartesian-h.html
│                       │   │   │   ├── dataZoom-cartesian-v.html
│                       │   │   │   ├── dataZoom-dataShadow.html
│                       │   │   │   ├── dataZoom-dataShadow0.html
│                       │   │   │   ├── dataZoom-dataShadow1.html
│                       │   │   │   ├── dataZoom-dataShadow2.html
│                       │   │   │   ├── dataZoom-dynamic.html
│                       │   │   │   ├── dataZoom-rainfall-connect.html
│                       │   │   │   ├── dataZoom-rainfall-inside.html
│                       │   │   │   ├── dataZoom-rainfall.html
│                       │   │   │   ├── dataZoom-scatter-category.html
│                       │   │   │   ├── dataZoom-scatter-hv-polar.html
│                       │   │   │   ├── dataZoom-scatter-hv.html
│                       │   │   │   ├── dataZoom-scatter-toolbox.html
│                       │   │   │   ├── dataZoomHighPrecision.html
│                       │   │   │   ├── diff.html
│                       │   │   │   ├── dynamicData.html
│                       │   │   │   ├── effectScatter.html
│                       │   │   │   ├── esl.js
│                       │   │   │   ├── force.html
│                       │   │   │   ├── force2.html
│                       │   │   │   ├── force3.html
│                       │   │   │   ├── funnel.html
│                       │   │   │   ├── gauge.html
│                       │   │   │   ├── geoLine.html
│                       │   │   │   ├── geoScatter.html
│                       │   │   │   ├── getOption.html
│                       │   │   │   ├── graph-grid.html
│                       │   │   │   ├── graph-simple.html
│                       │   │   │   ├── graph.html
│                       │   │   │   ├── heatmap-large.html
│                       │   │   │   ├── heatmap-map.html
│                       │   │   │   ├── heatmap.html
│                       │   │   │   ├── ie8.html
│                       │   │   │   ├── largeLine.html
│                       │   │   │   ├── lazyUpdate.html
│                       │   │   │   ├── lib
│                       │   │   │   │   ├── dat.gui.min.js
│                       │   │   │   │   ├── draggable.js
│                       │   │   │   │   ├── facePrint.js
│                       │   │   │   │   ├── jquery.min.js
│                       │   │   │   │   └── perlin.js
│                       │   │   │   ├── line-visual.html
│                       │   │   │   ├── line.html
│                       │   │   │   ├── lines-bus.html
│                       │   │   │   ├── lines-track.html
│                       │   │   │   ├── loading.html
│                       │   │   │   ├── logScale.html
│                       │   │   │   ├── map-contour.html
│                       │   │   │   ├── map-parallel.html
│                       │   │   │   ├── map.html
│                       │   │   │   ├── mapWorld.html
│                       │   │   │   ├── markArea.html
│                       │   │   │   ├── markLine.html
│                       │   │   │   ├── markPoint.html
│                       │   │   │   ├── masterPainterColorChoice.html
│                       │   │   │   ├── media-dataZoom.html
│                       │   │   │   ├── media-finance.html
│                       │   │   │   ├── media-pie.html
│                       │   │   │   ├── mix.html
│                       │   │   │   ├── mobileBench.html
│                       │   │   │   ├── multipleGrid.html
│                       │   │   │   ├── parallel-aqi.html
│                       │   │   │   ├── parallel-nutrients.html
│                       │   │   │   ├── pie.html
│                       │   │   │   ├── pie2.html
│                       │   │   │   ├── pie3.html
│                       │   │   │   ├── pieDynamic.html
│                       │   │   │   ├── polarLine.html
│                       │   │   │   ├── polarLine2.html
│                       │   │   │   ├── polarScatter.html
│                       │   │   │   ├── punchCard.html
│                       │   │   │   ├── radar.html
│                       │   │   │   ├── radar2.html
│                       │   │   │   ├── radar3.html
│                       │   │   │   ├── radar4.html
│                       │   │   │   ├── reset.css
│                       │   │   │   ├── roseType.html
│                       │   │   │   ├── sankey.html
│                       │   │   │   ├── scale-integer.html
│                       │   │   │   ├── scatter-single-axis.html
│                       │   │   │   ├── scatter.html
│                       │   │   │   ├── scatterMatrix.html
│                       │   │   │   ├── selectedMode.html
│                       │   │   │   ├── showTip.html
│                       │   │   │   ├── symbol.html
│                       │   │   │   ├── theme.html
│                       │   │   │   ├── themeRiver.html
│                       │   │   │   ├── timeScale.html
│                       │   │   │   ├── timeline-finance.html
│                       │   │   │   ├── timeline-layout.html
│                       │   │   │   ├── tooltip.html
│                       │   │   │   ├── touch-test.html
│                       │   │   │   ├── treemap-disk.html
│                       │   │   │   ├── treemap-obama.html
│                       │   │   │   ├── treemap-option.html
│                       │   │   │   ├── treemap-option2.html
│                       │   │   │   ├── treemap-simple.html
│                       │   │   │   ├── ut
│                       │   │   │   │   ├── MIT.LICENSE
│                       │   │   │   │   ├── config.js
│                       │   │   │   │   ├── configure
│                       │   │   │   │   ├── core
│                       │   │   │   │   │   ├── uiHelper.js
│                       │   │   │   │   │   └── utHelper.js
│                       │   │   │   │   ├── lib
│                       │   │   │   │   │   ├── canteen.js
│                       │   │   │   │   │   ├── imagediff.js
│                       │   │   │   │   │   └── jasmine-2.3.4
│                       │   │   │   │   │       ├── boot.js
│                       │   │   │   │   │       ├── console.js
│                       │   │   │   │   │       ├── jasmine-html.js
│                       │   │   │   │   │       ├── jasmine.css
│                       │   │   │   │   │       ├── jasmine.js
│                       │   │   │   │   │       └── jasmine_favicon.png
│                       │   │   │   │   ├── spec
│                       │   │   │   │   │   ├── component
│                       │   │   │   │   │   │   └── visualMap
│                       │   │   │   │   │   │       └── setOption.js
│                       │   │   │   │   │   ├── data
│                       │   │   │   │   │   │   └── List.js
│                       │   │   │   │   │   ├── model
│                       │   │   │   │   │   │   ├── Component.js
│                       │   │   │   │   │   │   ├── Global.js
│                       │   │   │   │   │   │   └── timelineOptions.js
│                       │   │   │   │   │   ├── ui
│                       │   │   │   │   │   │   ├── config.js
│                       │   │   │   │   │   │   ├── legend.js
│                       │   │   │   │   │   │   ├── title.js
│                       │   │   │   │   │   │   ├── title.subtextStyle.js
│                       │   │   │   │   │   │   └── title.textStyle.js
│                       │   │   │   │   │   └── util
│                       │   │   │   │   │       ├── graphic.js
│                       │   │   │   │   │       ├── model.js
│                       │   │   │   │   │       └── number.js
│                       │   │   │   │   ├── ui.html
│                       │   │   │   │   ├── ut.html
│                       │   │   │   │   └── ut.js
│                       │   │   │   ├── visualMap-categories.html
│                       │   │   │   ├── visualMap-continuous.html
│                       │   │   │   ├── visualMap-layout.html
│                       │   │   │   ├── visualMap-opacity.html
│                       │   │   │   ├── visualMap-pieces.html
│                       │   │   │   ├── visualMap-scatter-colorAndSymbol.html
│                       │   │   │   ├── visualMap-scatter-symbolSize.html
│                       │   │   │   ├── webkit-dep.html
│                       │   │   │   └── worldPopulationBubble.html
│                       │   │   ├── theme
│                       │   │   │   ├── dark.js
│                       │   │   │   ├── infographic.js
│                       │   │   │   ├── macarons.js
│                       │   │   │   ├── roma.js
│                       │   │   │   ├── shine.js
│                       │   │   │   ├── tool
│                       │   │   │   │   ├── option
│                       │   │   │   │   │   ├── area.js
│                       │   │   │   │   │   ├── bar.js
│                       │   │   │   │   │   ├── graph.js
│                       │   │   │   │   │   ├── map.js
│                       │   │   │   │   │   ├── pie.js
│                       │   │   │   │   │   └── scatter.js
│                       │   │   │   │   └── thumb.js
│                       │   │   │   └── vintage.js
│                       │   │   └── webpack.config.js
│                       │   ├── echarts.js
│                       │   └── theme
│                       │       └── vintage.js
│                       ├── font-awesome-4.2.0
│                       │   ├── css
│                       │   │   ├── font-awesome.css
│                       │   │   └── font-awesome.min.css
│                       │   ├── fonts
│                       │   │   ├── FontAwesome.otf
│                       │   │   ├── fontawesome-webfont.eot
│                       │   │   ├── fontawesome-webfont.svg
│                       │   │   ├── fontawesome-webfont.ttf
│                       │   │   └── fontawesome-webfont.woff
│                       │   ├── less
│                       │   │   ├── bordered-pulled.less
│                       │   │   ├── core.less
│                       │   │   ├── fixed-width.less
│                       │   │   ├── font-awesome.less
│                       │   │   ├── icons.less
│                       │   │   ├── larger.less
│                       │   │   ├── list.less
│                       │   │   ├── mixins.less
│                       │   │   ├── path.less
│                       │   │   ├── rotated-flipped.less
│                       │   │   ├── spinning.less
│                       │   │   ├── stacked.less
│                       │   │   └── variables.less
│                       │   └── scss
│                       │       ├── _bordered-pulled.scss
│                       │       ├── _core.scss
│                       │       ├── _fixed-width.scss
│                       │       ├── _icons.scss
│                       │       ├── _larger.scss
│                       │       ├── _list.scss
│                       │       ├── _mixins.scss
│                       │       ├── _path.scss
│                       │       ├── _rotated-flipped.scss
│                       │       ├── _spinning.scss
│                       │       ├── _stacked.scss
│                       │       ├── _variables.scss
│                       │       └── font-awesome.scss
│                       ├── jQuery-File-Upload-9.19.2
│                       │   ├── CONTRIBUTING.md
│                       │   ├── LICENSE.txt
│                       │   ├── README.md
│                       │   ├── angularjs.html
│                       │   ├── basic-plus.html
│                       │   ├── basic.html
│                       │   ├── bower-version-update.js
│                       │   ├── bower.json
│                       │   ├── cors
│                       │   │   ├── postmessage.html
│                       │   │   └── result.html
│                       │   ├── css
│                       │   │   ├── jquery-ui-demo-ie8.css
│                       │   │   ├── jquery-ui-demo.css
│                       │   │   ├── jquery.fileupload-noscript.css
│                       │   │   ├── jquery.fileupload-ui-noscript.css
│                       │   │   ├── jquery.fileupload-ui.css
│                       │   │   ├── jquery.fileupload.css
│                       │   │   └── style.css
│                       │   ├── img
│                       │   │   ├── loading.gif
│                       │   │   └── progressbar.gif
│                       │   ├── index.html
│                       │   ├── jquery-ui.html
│                       │   ├── js
│                       │   │   ├── app.js
│                       │   │   ├── cors
│                       │   │   │   ├── jquery.postmessage-transport.js
│                       │   │   │   └── jquery.xdr-transport.js
│                       │   │   ├── jquery.fileupload-angular.js
│                       │   │   ├── jquery.fileupload-audio.js
│                       │   │   ├── jquery.fileupload-image.js
│                       │   │   ├── jquery.fileupload-jquery-ui.js
│                       │   │   ├── jquery.fileupload-process.js
│                       │   │   ├── jquery.fileupload-ui.js
│                       │   │   ├── jquery.fileupload-validate.js
│                       │   │   ├── jquery.fileupload-video.js
│                       │   │   ├── jquery.fileupload.js
│                       │   │   ├── jquery.iframe-transport.js
│                       │   │   ├── main.js
│                       │   │   └── vendor
│                       │   │       └── jquery.ui.widget.js
│                       │   ├── package.json
│                       │   ├── server
│                       │   │   ├── gae-go
│                       │   │   │   ├── app
│                       │   │   │   │   └── main.go
│                       │   │   │   ├── app.yaml
│                       │   │   │   └── static
│                       │   │   │       ├── favicon.ico
│                       │   │   │       └── robots.txt
│                       │   │   ├── gae-python
│                       │   │   │   ├── app.yaml
│                       │   │   │   ├── main.py
│                       │   │   │   └── static
│                       │   │   │       ├── favicon.ico
│                       │   │   │       └── robots.txt
│                       │   │   └── php
│                       │   │       ├── Dockerfile
│                       │   │       ├── UploadHandler.php
│                       │   │       ├── docker-compose.yml
│                       │   │       ├── files
│                       │   │       └── index.php
│                       │   └── test
│                       │       ├── index.html
│                       │       └── test.js
│                       ├── jquery
│                       │   ├── jquery-switchbutton-master
│                       │   │   ├── MIT-LICENSE.txt
│                       │   │   ├── README.md
│                       │   │   ├── demo
│                       │   │   │   ├── demo.css
│                       │   │   │   ├── demo.html
│                       │   │   │   ├── demo.js
│                       │   │   │   ├── jquery-1.6.2.min.js
│                       │   │   │   ├── jquery-ui-1.8.16.custom.min.js
│                       │   │   │   └── jquery.tmpl.min.js
│                       │   │   ├── jquery.switchbutton.js
│                       │   │   ├── jquery.switchbutton.min.js
│                       │   │   ├── package.json
│                       │   │   ├── ui.switchbutton.css
│                       │   │   └── ui.switchbutton.min.css
│                       │   └── jquery.cookie.js
│                       ├── jquery-ui-1.10.3.custom
│                       │   ├── css
│                       │   │   ├── base
│                       │   │   │   ├── images
│                       │   │   │   │   ├── animated-overlay.gif
│                       │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.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_256x240.png
│                       │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│                       │   │   │   │   ├── ui-icons_454545_256x240.png
│                       │   │   │   │   ├── ui-icons_888888_256x240.png
│                       │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│                       │   │   │   ├── jquery-ui.css
│                       │   │   │   ├── jquery.ui.accordion.css
│                       │   │   │   ├── jquery.ui.all.css
│                       │   │   │   ├── jquery.ui.autocomplete.css
│                       │   │   │   ├── jquery.ui.base.css
│                       │   │   │   ├── jquery.ui.button.css
│                       │   │   │   ├── jquery.ui.core.css
│                       │   │   │   ├── jquery.ui.datepicker.css
│                       │   │   │   ├── jquery.ui.dialog.css
│                       │   │   │   ├── jquery.ui.menu.css
│                       │   │   │   ├── jquery.ui.progressbar.css
│                       │   │   │   ├── jquery.ui.resizable.css
│                       │   │   │   ├── jquery.ui.selectable.css
│                       │   │   │   ├── jquery.ui.slider.css
│                       │   │   │   ├── jquery.ui.spinner.css
│                       │   │   │   ├── jquery.ui.tabs.css
│                       │   │   │   ├── jquery.ui.theme.css
│                       │   │   │   ├── jquery.ui.tooltip.css
│                       │   │   │   └── minified
│                       │   │   │       ├── images
│                       │   │   │       │   ├── animated-overlay.gif
│                       │   │   │       │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│                       │   │   │       │   ├── ui-bg_flat_75_ffffff_40x100.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_256x240.png
│                       │   │   │       │   ├── ui-icons_2e83ff_256x240.png
│                       │   │   │       │   ├── ui-icons_454545_256x240.png
│                       │   │   │       │   ├── ui-icons_888888_256x240.png
│                       │   │   │       │   └── ui-icons_cd0a0a_256x240.png
│                       │   │   │       ├── jquery-ui.min.css
│                       │   │   │       ├── jquery.ui.accordion.min.css
│                       │   │   │       ├── jquery.ui.autocomplete.min.css
│                       │   │   │       ├── jquery.ui.button.min.css
│                       │   │   │       ├── jquery.ui.core.min.css
│                       │   │   │       ├── jquery.ui.datepicker.min.css
│                       │   │   │       ├── jquery.ui.dialog.min.css
│                       │   │   │       ├── jquery.ui.menu.min.css
│                       │   │   │       ├── jquery.ui.progressbar.min.css
│                       │   │   │       ├── jquery.ui.resizable.min.css
│                       │   │   │       ├── jquery.ui.selectable.min.css
│                       │   │   │       ├── jquery.ui.slider.min.css
│                       │   │   │       ├── jquery.ui.spinner.min.css
│                       │   │   │       ├── jquery.ui.tabs.min.css
│                       │   │   │       ├── jquery.ui.theme.min.css
│                       │   │   │       └── jquery.ui.tooltip.min.css
│                       │   │   ├── mycss
│                       │   │   │   ├── images
│                       │   │   │   │   ├── animated-overlay.gif
│                       │   │   │   │   ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│                       │   │   │   │   ├── ui-bg_diagonals-thick_20_666666_40x40.png
│                       │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_10_000000_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_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_glass_75_dadada_1x400.png
│                       │   │   │   │   ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│                       │   │   │   │   ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│                       │   │   │   │   ├── ui-bg_highlight-soft_75_EDEDED_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-ui-1.10.3.custom.css
│                       │   │   │   ├── jquery-ui-1.10.3.custom.min.css
│                       │   │   │   └── jquery-ui-1.10.3.custom_1.css
│                       │   │   └── ui-lightness
│                       │   │       ├── images
│                       │   │       │   ├── animated-overlay.gif
│                       │   │       │   ├── 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-ui-1.10.3.custom.css
│                       │   │       └── jquery-ui-1.10.3.custom.min.css
│                       │   ├── i18n
│                       │   │   ├── datepicker-af.js
│                       │   │   ├── datepicker-ar-DZ.js
│                       │   │   ├── datepicker-ar.js
│                       │   │   ├── datepicker-az.js
│                       │   │   ├── datepicker-be.js
│                       │   │   ├── datepicker-bg.js
│                       │   │   ├── datepicker-bs.js
│                       │   │   ├── datepicker-ca.js
│                       │   │   ├── datepicker-cs.js
│                       │   │   ├── datepicker-cy-GB.js
│                       │   │   ├── datepicker-da.js
│                       │   │   ├── datepicker-de.js
│                       │   │   ├── datepicker-el.js
│                       │   │   ├── datepicker-en-AU.js
│                       │   │   ├── datepicker-en-GB.js
│                       │   │   ├── datepicker-en-NZ.js
│                       │   │   ├── datepicker-eo.js
│                       │   │   ├── datepicker-es.js
│                       │   │   ├── datepicker-et.js
│                       │   │   ├── datepicker-eu.js
│                       │   │   ├── datepicker-fa.js
│                       │   │   ├── datepicker-fi.js
│                       │   │   ├── datepicker-fo.js
│                       │   │   ├── datepicker-fr-CA.js
│                       │   │   ├── datepicker-fr-CH.js
│                       │   │   ├── datepicker-fr.js
│                       │   │   ├── datepicker-gl.js
│                       │   │   ├── datepicker-he.js
│                       │   │   ├── datepicker-hi.js
│                       │   │   ├── datepicker-hr.js
│                       │   │   ├── datepicker-hu.js
│                       │   │   ├── datepicker-hy.js
│                       │   │   ├── datepicker-id.js
│                       │   │   ├── datepicker-is.js
│                       │   │   ├── datepicker-it-CH.js
│                       │   │   ├── datepicker-it.js
│                       │   │   ├── datepicker-ja.js
│                       │   │   ├── datepicker-ka.js
│                       │   │   ├── datepicker-kk.js
│                       │   │   ├── datepicker-km.js
│                       │   │   ├── datepicker-ko.js
│                       │   │   ├── datepicker-ky.js
│                       │   │   ├── datepicker-lb.js
│                       │   │   ├── datepicker-lt.js
│                       │   │   ├── datepicker-lv.js
│                       │   │   ├── datepicker-mk.js
│                       │   │   ├── datepicker-ml.js
│                       │   │   ├── datepicker-ms.js
│                       │   │   ├── datepicker-nb.js
│                       │   │   ├── datepicker-nl-BE.js
│                       │   │   ├── datepicker-nl.js
│                       │   │   ├── datepicker-nn.js
│                       │   │   ├── datepicker-no.js
│                       │   │   ├── datepicker-pl.js
│                       │   │   ├── datepicker-pt-BR.js
│                       │   │   ├── datepicker-pt.js
│                       │   │   ├── datepicker-rm.js
│                       │   │   ├── datepicker-ro.js
│                       │   │   ├── datepicker-ru.js
│                       │   │   ├── datepicker-sk.js
│                       │   │   ├── datepicker-sl.js
│                       │   │   ├── datepicker-sq.js
│                       │   │   ├── datepicker-sr-SR.js
│                       │   │   ├── datepicker-sr.js
│                       │   │   ├── datepicker-sv.js
│                       │   │   ├── datepicker-ta.js
│                       │   │   ├── datepicker-th.js
│                       │   │   ├── datepicker-tj.js
│                       │   │   ├── datepicker-tr.js
│                       │   │   ├── datepicker-uk.js
│                       │   │   ├── datepicker-vi.js
│                       │   │   ├── datepicker-zh-CN.js
│                       │   │   ├── datepicker-zh-HK.js
│                       │   │   └── datepicker-zh-TW.js
│                       │   ├── index.html
│                       │   └── js
│                       │       ├── jquery-1.10.1.js
│                       │       ├── jquery-1.9.1.js
│                       │       └── jquery-ui-1.10.3.custom.js
│                       ├── jquery-ui-1.9.0.custom
│                       │   ├── css
│                       │   │   ├── base
│                       │   │   │   ├── images
│                       │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.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_256x240.png
│                       │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│                       │   │   │   │   └── ui-icons_454545_256x240.png
│                       │   │   │   ├── jquery.ui.all.css
│                       │   │   │   ├── jquery.ui.base.css
│                       │   │   │   └── jquery.ui.theme.css
│                       │   │   ├── blitzer
│                       │   │   │   ├── images
│                       │   │   │   │   ├── ui-bg_diagonals-thick_75_f3d8d8_40x40.png
│                       │   │   │   │   ├── ui-bg_dots-small_65_a6a6a6_2x2.png
│                       │   │   │   │   ├── ui-bg_flat_0_333333_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_65_ffffff_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│                       │   │   │   │   ├── ui-bg_glass_55_fbf8ee_1x400.png
│                       │   │   │   │   ├── ui-bg_highlight-hard_100_eeeeee_1x100.png
│                       │   │   │   │   ├── ui-bg_highlight-hard_100_f6f6f6_1x100.png
│                       │   │   │   │   ├── ui-bg_highlight-soft_15_cc0000_1x100.png
│                       │   │   │   │   ├── ui-icons_004276_256x240.png
│                       │   │   │   │   ├── ui-icons_cc0000_256x240.png
│                       │   │   │   │   └── ui-icons_ffffff_256x240.png
│                       │   │   │   ├── jquery-ui.css
│                       │   │   │   └── jquery.ui.theme.css
│                       │   │   ├── hot-sneaks
│                       │   │   │   ├── images
│                       │   │   │   │   ├── ui-bg_diagonals-small_40_db4865_40x40.png
│                       │   │   │   │   ├── ui-bg_diagonals-small_50_93c3cd_40x40.png
│                       │   │   │   │   ├── ui-bg_diagonals-small_50_ff3853_40x40.png
│                       │   │   │   │   ├── ui-bg_diagonals-small_75_ccd232_40x40.png
│                       │   │   │   │   ├── ui-bg_dots-medium_80_ffff38_4x4.png
│                       │   │   │   │   ├── ui-bg_dots-small_35_35414f_2x2.png
│                       │   │   │   │   ├── ui-bg_flat_75_ba9217_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│                       │   │   │   │   ├── ui-bg_white-lines_85_f7f7ba_40x100.png
│                       │   │   │   │   ├── ui-icons_454545_256x240.png
│                       │   │   │   │   ├── ui-icons_88a206_256x240.png
│                       │   │   │   │   ├── ui-icons_c02669_256x240.png
│                       │   │   │   │   ├── ui-icons_e1e463_256x240.png
│                       │   │   │   │   ├── ui-icons_ffeb33_256x240.png
│                       │   │   │   │   └── ui-icons_ffffff_256x240.png
│                       │   │   │   ├── jquery-ui.css
│                       │   │   │   └── jquery.ui.theme.css
│                       │   │   ├── mycss
│                       │   │   │   ├── images
│                       │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│                       │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.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_EDEDED_1x100.png
│                       │   │   │   │   ├── ui-icons_222222_256x240.png
│                       │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│                       │   │   │   │   ├── ui-icons_454545_256x240.png
│                       │   │   │   │   ├── ui-icons_888888_256x240.png
│                       │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│                       │   │   │   └── jquery-ui-1.9.2.custom.css
│                       │   │   └── ui-lightness
│                       │   │       ├── 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-ui-1.9.0.custom.css
│                       │   │       └── jquery-ui-1.9.0.custom.min.css
│                       │   ├── demo.html
│                       │   └── js
│                       │       ├── jquery-1.8.2.js
│                       │       └── jquery-ui-1.9.0.custom.js
│                       ├── jquery.mobile-1.4.5
│                       │   ├── demos
│                       │   │   ├── _assets
│                       │   │   │   ├── css
│                       │   │   │   │   └── jqm-demos.css
│                       │   │   │   ├── img
│                       │   │   │   │   ├── album-af.jpg
│                       │   │   │   │   ├── album-ag.jpg
│                       │   │   │   │   ├── album-bb.jpg
│                       │   │   │   │   ├── album-bk.jpg
│                       │   │   │   │   ├── album-hc.jpg
│                       │   │   │   │   ├── album-k.jpg
│                       │   │   │   │   ├── album-mg.jpg
│                       │   │   │   │   ├── album-ok.jpg
│                       │   │   │   │   ├── album-p.jpg
│                       │   │   │   │   ├── album-rh.jpg
│                       │   │   │   │   ├── album-ws.jpg
│                       │   │   │   │   ├── album-xx.jpg
│                       │   │   │   │   ├── apple.png
│                       │   │   │   │   ├── bg-pattern.png
│                       │   │   │   │   ├── bike.jpg
│                       │   │   │   │   ├── blackberry_10.png
│                       │   │   │   │   ├── bmw-thumb.jpg
│                       │   │   │   │   ├── bmw.jpg
│                       │   │   │   │   ├── buenosaires.jpg
│                       │   │   │   │   ├── capetown.jpg
│                       │   │   │   │   ├── de.png
│                       │   │   │   │   ├── devices.png
│                       │   │   │   │   ├── fi.png
│                       │   │   │   │   ├── firefox-logo.png
│                       │   │   │   │   ├── firefox_os.png
│                       │   │   │   │   ├── galaxy_express.png
│                       │   │   │   │   ├── gb.png
│                       │   │   │   │   ├── gf.png
│                       │   │   │   │   ├── glyphish-icons
│                       │   │   │   │   │   ├── 09-chat2.png
│                       │   │   │   │   │   ├── 100-coffee.png
│                       │   │   │   │   │   ├── 18-envelope.png
│                       │   │   │   │   │   ├── 19-gear.png
│                       │   │   │   │   │   ├── 21-skull.png
│                       │   │   │   │   │   ├── 30-key.png
│                       │   │   │   │   │   ├── 34-coffee.png
│                       │   │   │   │   │   ├── 88-beermug.png
│                       │   │   │   │   │   └── Read me first - license.txt
│                       │   │   │   │   ├── jquery-logo.png
│                       │   │   │   │   ├── landrover-thumb.jpg
│                       │   │   │   │   ├── landrover.jpg
│                       │   │   │   │   ├── lumia_800.png
│                       │   │   │   │   ├── newyork.jpg
│                       │   │   │   │   ├── nexus_7.png
│                       │   │   │   │   ├── paris.jpg
│                       │   │   │   │   ├── phone_galaxy3.png
│                       │   │   │   │   ├── phone_iphone5.png
│                       │   │   │   │   ├── phone_lumia920.png
│                       │   │   │   │   ├── phone_onex.png
│                       │   │   │   │   ├── photo-landscape.jpg
│                       │   │   │   │   ├── photo-portrait.jpg
│                       │   │   │   │   ├── photo-run.jpeg
│                       │   │   │   │   ├── seoul.jpg
│                       │   │   │   │   ├── sydney.jpg
│                       │   │   │   │   ├── tesla-thumb.jpg
│                       │   │   │   │   ├── tesla.jpg
│                       │   │   │   │   ├── tizen.png
│                       │   │   │   │   └── us.png
│                       │   │   │   └── js
│                       │   │   │       ├── h2widget.js
│                       │   │   │       ├── index.html
│                       │   │   │       ├── index.js
│                       │   │   │       ├── jqm-demos.js
│                       │   │   │       └── view-source.js
│                       │   │   ├── _search
│                       │   │   │   └── index.html
│                       │   │   ├── backbone-requirejs
│                       │   │   │   ├── backbone-require.html
│                       │   │   │   ├── index.html
│                       │   │   │   └── js
│                       │   │   │       ├── collections
│                       │   │   │       │   └── CategoriesCollection.js
│                       │   │   │       ├── main.js
│                       │   │   │       ├── models
│                       │   │   │       │   └── CategoryModel.js
│                       │   │   │       ├── routers
│                       │   │   │       │   └── mobileRouter.js
│                       │   │   │       └── views
│                       │   │   │           └── CategoryView.js
│                       │   │   ├── body-bar-classes
│                       │   │   │   └── index.html
│                       │   │   ├── button
│                       │   │   │   └── index.html
│                       │   │   ├── button-markup
│                       │   │   │   └── index.html
│                       │   │   ├── checkboxradio-checkbox
│                       │   │   │   └── index.html
│                       │   │   ├── checkboxradio-radio
│                       │   │   │   └── index.html
│                       │   │   ├── collapsible
│                       │   │   │   └── index.html
│                       │   │   ├── collapsible-dynamic
│                       │   │   │   └── index.html
│                       │   │   ├── collapsibleset
│                       │   │   │   └── index.html
│                       │   │   ├── controlgroup
│                       │   │   │   └── index.html
│                       │   │   ├── controlgroup-dynamic
│                       │   │   │   └── index.html
│                       │   │   ├── css
│                       │   │   │   └── themes
│                       │   │   │       └── default
│                       │   │   │           ├── images
│                       │   │   │           │   ├── ajax-loader.gif
│                       │   │   │           │   ├── icons-png
│                       │   │   │           │   │   ├── action-black.png
│                       │   │   │           │   │   ├── action-white.png
│                       │   │   │           │   │   ├── alert-black.png
│                       │   │   │           │   │   ├── alert-white.png
│                       │   │   │           │   │   ├── arrow-d-black.png
│                       │   │   │           │   │   ├── arrow-d-l-black.png
│                       │   │   │           │   │   ├── arrow-d-l-white.png
│                       │   │   │           │   │   ├── arrow-d-r-black.png
│                       │   │   │           │   │   ├── arrow-d-r-white.png
│                       │   │   │           │   │   ├── arrow-d-white.png
│                       │   │   │           │   │   ├── arrow-l-black.png
│                       │   │   │           │   │   ├── arrow-l-white.png
│                       │   │   │           │   │   ├── arrow-r-black.png
│                       │   │   │           │   │   ├── arrow-r-white.png
│                       │   │   │           │   │   ├── arrow-u-black.png
│                       │   │   │           │   │   ├── arrow-u-l-black.png
│                       │   │   │           │   │   ├── arrow-u-l-white.png
│                       │   │   │           │   │   ├── arrow-u-r-black.png
│                       │   │   │           │   │   ├── arrow-u-r-white.png
│                       │   │   │           │   │   ├── arrow-u-white.png
│                       │   │   │           │   │   ├── audio-black.png
│                       │   │   │           │   │   ├── audio-white.png
│                       │   │   │           │   │   ├── back-black.png
│                       │   │   │           │   │   ├── back-white.png
│                       │   │   │           │   │   ├── bars-black.png
│                       │   │   │           │   │   ├── bars-white.png
│                       │   │   │           │   │   ├── bullets-black.png
│                       │   │   │           │   │   ├── bullets-white.png
│                       │   │   │           │   │   ├── calendar-black.png
│                       │   │   │           │   │   ├── calendar-white.png
│                       │   │   │           │   │   ├── camera-black.png
│                       │   │   │           │   │   ├── camera-white.png
│                       │   │   │           │   │   ├── carat-d-black.png
│                       │   │   │           │   │   ├── carat-d-white.png
│                       │   │   │           │   │   ├── carat-l-black.png
│                       │   │   │           │   │   ├── carat-l-white.png
│                       │   │   │           │   │   ├── carat-r-black.png
│                       │   │   │           │   │   ├── carat-r-white.png
│                       │   │   │           │   │   ├── carat-u-black.png
│                       │   │   │           │   │   ├── carat-u-white.png
│                       │   │   │           │   │   ├── check-black.png
│                       │   │   │           │   │   ├── check-white.png
│                       │   │   │           │   │   ├── clock-black.png
│                       │   │   │           │   │   ├── clock-white.png
│                       │   │   │           │   │   ├── cloud-black.png
│                       │   │   │           │   │   ├── cloud-white.png
│                       │   │   │           │   │   ├── comment-black.png
│                       │   │   │           │   │   ├── comment-white.png
│                       │   │   │           │   │   ├── delete-black.png
│                       │   │   │           │   │   ├── delete-white.png
│                       │   │   │           │   │   ├── edit-black.png
│                       │   │   │           │   │   ├── edit-white.png
│                       │   │   │           │   │   ├── eye-black.png
│                       │   │   │           │   │   ├── eye-white.png
│                       │   │   │           │   │   ├── forbidden-black.png
│                       │   │   │           │   │   ├── forbidden-white.png
│                       │   │   │           │   │   ├── forward-black.png
│                       │   │   │           │   │   ├── forward-white.png
│                       │   │   │           │   │   ├── gear-black.png
│                       │   │   │           │   │   ├── gear-white.png
│                       │   │   │           │   │   ├── grid-black.png
│                       │   │   │           │   │   ├── grid-white.png
│                       │   │   │           │   │   ├── heart-black.png
│                       │   │   │           │   │   ├── heart-white.png
│                       │   │   │           │   │   ├── home-black.png
│                       │   │   │           │   │   ├── home-white.png
│                       │   │   │           │   │   ├── info-black.png
│                       │   │   │           │   │   ├── info-white.png
│                       │   │   │           │   │   ├── location-black.png
│                       │   │   │           │   │   ├── location-white.png
│                       │   │   │           │   │   ├── lock-black.png
│                       │   │   │           │   │   ├── lock-white.png
│                       │   │   │           │   │   ├── mail-black.png
│                       │   │   │           │   │   ├── mail-white.png
│                       │   │   │           │   │   ├── minus-black.png
│                       │   │   │           │   │   ├── minus-white.png
│                       │   │   │           │   │   ├── navigation-black.png
│                       │   │   │           │   │   ├── navigation-white.png
│                       │   │   │           │   │   ├── phone-black.png
│                       │   │   │           │   │   ├── phone-white.png
│                       │   │   │           │   │   ├── plus-black.png
│                       │   │   │           │   │   ├── plus-white.png
│                       │   │   │           │   │   ├── power-black.png
│                       │   │   │           │   │   ├── power-white.png
│                       │   │   │           │   │   ├── recycle-black.png
│                       │   │   │           │   │   ├── recycle-white.png
│                       │   │   │           │   │   ├── refresh-black.png
│                       │   │   │           │   │   ├── refresh-white.png
│                       │   │   │           │   │   ├── search-black.png
│                       │   │   │           │   │   ├── search-white.png
│                       │   │   │           │   │   ├── shop-black.png
│                       │   │   │           │   │   ├── shop-white.png
│                       │   │   │           │   │   ├── star-black.png
│                       │   │   │           │   │   ├── star-white.png
│                       │   │   │           │   │   ├── tag-black.png
│                       │   │   │           │   │   ├── tag-white.png
│                       │   │   │           │   │   ├── user-black.png
│                       │   │   │           │   │   ├── user-white.png
│                       │   │   │           │   │   ├── video-black.png
│                       │   │   │           │   │   └── video-white.png
│                       │   │   │           │   └── icons-svg
│                       │   │   │           │       ├── action-black.svg
│                       │   │   │           │       ├── action-white.svg
│                       │   │   │           │       ├── alert-black.svg
│                       │   │   │           │       ├── alert-white.svg
│                       │   │   │           │       ├── arrow-d-black.svg
│                       │   │   │           │       ├── arrow-d-l-black.svg
│                       │   │   │           │       ├── arrow-d-l-white.svg
│                       │   │   │           │       ├── arrow-d-r-black.svg
│                       │   │   │           │       ├── arrow-d-r-white.svg
│                       │   │   │           │       ├── arrow-d-white.svg
│                       │   │   │           │       ├── arrow-l-black.svg
│                       │   │   │           │       ├── arrow-l-white.svg
│                       │   │   │           │       ├── arrow-r-black.svg
│                       │   │   │           │       ├── arrow-r-white.svg
│                       │   │   │           │       ├── arrow-u-black.svg
│                       │   │   │           │       ├── arrow-u-l-black.svg
│                       │   │   │           │       ├── arrow-u-l-white.svg
│                       │   │   │           │       ├── arrow-u-r-black.svg
│                       │   │   │           │       ├── arrow-u-r-white.svg
│                       │   │   │           │       ├── arrow-u-white.svg
│                       │   │   │           │       ├── audio-black.svg
│                       │   │   │           │       ├── audio-white.svg
│                       │   │   │           │       ├── back-black.svg
│                       │   │   │           │       ├── back-white.svg
│                       │   │   │           │       ├── bars-black.svg
│                       │   │   │           │       ├── bars-white.svg
│                       │   │   │           │       ├── bullets-black.svg
│                       │   │   │           │       ├── bullets-white.svg
│                       │   │   │           │       ├── calendar-black.svg
│                       │   │   │           │       ├── calendar-white.svg
│                       │   │   │           │       ├── camera-black.svg
│                       │   │   │           │       ├── camera-white.svg
│                       │   │   │           │       ├── carat-d-black.svg
│                       │   │   │           │       ├── carat-d-white.svg
│                       │   │   │           │       ├── carat-l-black.svg
│                       │   │   │           │       ├── carat-l-white.svg
│                       │   │   │           │       ├── carat-r-black.svg
│                       │   │   │           │       ├── carat-r-white.svg
│                       │   │   │           │       ├── carat-u-black.svg
│                       │   │   │           │       ├── carat-u-white.svg
│                       │   │   │           │       ├── check-black.svg
│                       │   │   │           │       ├── check-white.svg
│                       │   │   │           │       ├── clock-black.svg
│                       │   │   │           │       ├── clock-white.svg
│                       │   │   │           │       ├── cloud-black.svg
│                       │   │   │           │       ├── cloud-white.svg
│                       │   │   │           │       ├── comment-black.svg
│                       │   │   │           │       ├── comment-white.svg
│                       │   │   │           │       ├── delete-black.svg
│                       │   │   │           │       ├── delete-white.svg
│                       │   │   │           │       ├── edit-black.svg
│                       │   │   │           │       ├── edit-white.svg
│                       │   │   │           │       ├── eye-black.svg
│                       │   │   │           │       ├── eye-white.svg
│                       │   │   │           │       ├── forbidden-black.svg
│                       │   │   │           │       ├── forbidden-white.svg
│                       │   │   │           │       ├── forward-black.svg
│                       │   │   │           │       ├── forward-white.svg
│                       │   │   │           │       ├── gear-black.svg
│                       │   │   │           │       ├── gear-white.svg
│                       │   │   │           │       ├── grid-black.svg
│                       │   │   │           │       ├── grid-white.svg
│                       │   │   │           │       ├── heart-black.svg
│                       │   │   │           │       ├── heart-white.svg
│                       │   │   │           │       ├── home-black.svg
│                       │   │   │           │       ├── home-white.svg
│                       │   │   │           │       ├── info-black.svg
│                       │   │   │           │       ├── info-white.svg
│                       │   │   │           │       ├── location-black.svg
│                       │   │   │           │       ├── location-white.svg
│                       │   │   │           │       ├── lock-black.svg
│                       │   │   │           │       ├── lock-white.svg
│                       │   │   │           │       ├── mail-black.svg
│                       │   │   │           │       ├── mail-white.svg
│                       │   │   │           │       ├── minus-black.svg
│                       │   │   │           │       ├── minus-white.svg
│                       │   │   │           │       ├── navigation-black.svg
│                       │   │   │           │       ├── navigation-white.svg
│                       │   │   │           │       ├── phone-black.svg
│                       │   │   │           │       ├── phone-white.svg
│                       │   │   │           │       ├── plus-black.svg
│                       │   │   │           │       ├── plus-white.svg
│                       │   │   │           │       ├── power-black.svg
│                       │   │   │           │       ├── power-white.svg
│                       │   │   │           │       ├── recycle-black.svg
│                       │   │   │           │       ├── recycle-white.svg
│                       │   │   │           │       ├── refresh-black.svg
│                       │   │   │           │       ├── refresh-white.svg
│                       │   │   │           │       ├── search-black.svg
│                       │   │   │           │       ├── search-white.svg
│                       │   │   │           │       ├── shop-black.svg
│                       │   │   │           │       ├── shop-white.svg
│                       │   │   │           │       ├── star-black.svg
│                       │   │   │           │       ├── star-white.svg
│                       │   │   │           │       ├── tag-black.svg
│                       │   │   │           │       ├── tag-white.svg
│                       │   │   │           │       ├── user-black.svg
│                       │   │   │           │       ├── user-white.svg
│                       │   │   │           │       ├── video-black.svg
│                       │   │   │           │       └── video-white.svg
│                       │   │   │           ├── jquery.mobile-1.4.5.min.css
│                       │   │   │           ├── jquery.mobile.external-png-1.4.5.min.css
│                       │   │   │           ├── jquery.mobile.icons-1.4.5.min.css
│                       │   │   │           ├── jquery.mobile.inline-png-1.4.5.min.css
│                       │   │   │           ├── jquery.mobile.inline-svg-1.4.5.min.css
│                       │   │   │           ├── jquery.mobile.structure-1.4.5.min.css
│                       │   │   │           └── jquery.mobile.theme-1.4.5.min.css
│                       │   │   ├── datepicker
│                       │   │   │   └── index.html
│                       │   │   ├── favicon.ico
│                       │   │   ├── filterable
│                       │   │   │   └── index.html
│                       │   │   ├── flipswitch
│                       │   │   │   └── index.html
│                       │   │   ├── forms
│                       │   │   │   └── index.html
│                       │   │   ├── forms-disabled
│                       │   │   │   └── index.html
│                       │   │   ├── forms-field-contain
│                       │   │   │   ├── fieldcontain-hide-label-deprecated.html
│                       │   │   │   └── index.html
│                       │   │   ├── forms-gallery
│                       │   │   │   └── index.html
│                       │   │   ├── forms-label-hidden-accessible
│                       │   │   │   └── index.html
│                       │   │   ├── grids
│                       │   │   │   └── index.html
│                       │   │   ├── grids-buttons
│                       │   │   │   └── index.html
│                       │   │   ├── grids-custom-responsive
│                       │   │   │   └── index.html
│                       │   │   ├── icons
│                       │   │   │   └── index.html
│                       │   │   ├── icons-grunticon
│                       │   │   │   └── index.html
│                       │   │   ├── index.html
│                       │   │   ├── intro
│                       │   │   │   └── index.html
│                       │   │   ├── jqm-contents.html
│                       │   │   ├── jqm-contents.php
│                       │   │   ├── jqm-navmenu.html
│                       │   │   ├── jqm-navmenu.php
│                       │   │   ├── jqm-search.html
│                       │   │   ├── jqm-search.php
│                       │   │   ├── js
│                       │   │   │   ├── jquery.js
│                       │   │   │   ├── jquery.min.js
│                       │   │   │   ├── jquery.mobile-1.4.5.js
│                       │   │   │   ├── jquery.mobile-1.4.5.min.js
│                       │   │   │   └── jquery.mobile-1.4.5.min.map
│                       │   │   ├── listview
│                       │   │   │   └── index.html
│                       │   │   ├── listview-autocomplete
│                       │   │   │   └── index.html
│                       │   │   ├── listview-autocomplete-remote
│                       │   │   │   └── index.html
│                       │   │   ├── listview-autodividers-linkbar
│                       │   │   │   ├── autodividers-linkbar-demo.html
│                       │   │   │   ├── autodividers-linkbar.css
│                       │   │   │   ├── autodividers-linkbar.js
│                       │   │   │   └── index.html
│                       │   │   ├── listview-autodividers-selector
│                       │   │   │   └── index.html
│                       │   │   ├── listview-collapsible-item-flat
│                       │   │   │   └── index.html
│                       │   │   ├── listview-collapsible-item-indented
│                       │   │   │   └── index.html
│                       │   │   ├── listview-grid
│                       │   │   │   ├── index.html
│                       │   │   │   ├── listview-grid.css
│                       │   │   │   └── listview-grid.html
│                       │   │   ├── listview-nested-lists
│                       │   │   │   └── index.html
│                       │   │   ├── loader
│                       │   │   │   └── index.html
│                       │   │   ├── map-geolocation
│                       │   │   │   └── index.html
│                       │   │   ├── map-list-toggle
│                       │   │   │   ├── index.html
│                       │   │   │   ├── jquery.gmap.js
│                       │   │   │   └── showMore.html
│                       │   │   ├── navbar
│                       │   │   │   └── index.html
│                       │   │   ├── navigation
│                       │   │   │   ├── demo.js
│                       │   │   │   └── index.html
│                       │   │   ├── navigation-hash-processing
│                       │   │   │   └── index.html
│                       │   │   ├── navigation-linking-pages
│                       │   │   │   └── index.html
│                       │   │   ├── navigation-php-redirect
│                       │   │   │   ├── index.html
│                       │   │   │   ├── redirect-target.php
│                       │   │   │   ├── redirect.php
│                       │   │   │   └── source.php
│                       │   │   ├── old-faq-pages
│                       │   │   │   ├── controls-in-header-footer.html
│                       │   │   │   ├── disabling-a-button-does-not-work.html
│                       │   │   │   ├── dom-ready-not-working.html
│                       │   │   │   ├── how-can-i-stop-auto-enhancement-of-a-block-of-elements.html
│                       │   │   │   ├── how-can-i-stop-auto-enhancement-of-elements.html
│                       │   │   │   ├── how-configure-phonegap-cordova.html
│                       │   │   │   ├── how-do-i-control-page-titles.html
│                       │   │   │   ├── how-do-i-load-a-page.html
│                       │   │   │   ├── how-do-i-scroll-to-a-position.html
│                       │   │   │   ├── how-do-i-turn-off-url-hiding.html
│                       │   │   │   ├── how-do-i-use-touch-mouse-events.html
│                       │   │   │   ├── how-does-theming-work.html
│                       │   │   │   ├── index.html
│                       │   │   │   ├── injected-content-is-not-enhanced.html
│                       │   │   │   ├── my-html-5-inputs-look-different-in-browsers.html
│                       │   │   │   ├── my-range-search-input-type-is-being-changed.html
│                       │   │   │   ├── pass-query-params-to-page.html
│                       │   │   │   ├── pass-via-the-hash-to-page.html
│                       │   │   │   ├── scripts-and-styles-not-loading.html
│                       │   │   │   ├── sometimes-custom-select-shows-as-dialog-popup.html
│                       │   │   │   ├── the-application-cache-is-not-working.html
│                       │   │   │   ├── triggering-create-on-injected-content-does-not-work.html
│                       │   │   │   ├── updating-the-value-of-enhanced-form-elements-does-not-work.html
│                       │   │   │   ├── why-is-only-the-first-page-loaded.html
│                       │   │   │   └── why-wont-my-css-styles-apply-correctly-to-a-widget.html
│                       │   │   ├── page-events
│                       │   │   │   ├── alertevents-2.html
│                       │   │   │   ├── alertevents-2.php
│                       │   │   │   ├── alertevents-3.html
│                       │   │   │   ├── alertevents-3.php
│                       │   │   │   ├── alertevents.html
│                       │   │   │   ├── alertevents.php
│                       │   │   │   ├── docs.html
│                       │   │   │   ├── docs.php
│                       │   │   │   ├── index.html
│                       │   │   │   ├── logevents-2.html
│                       │   │   │   ├── logevents-2.php
│                       │   │   │   ├── logevents-3.html
│                       │   │   │   ├── logevents-3.php
│                       │   │   │   ├── logevents.html
│                       │   │   │   └── logevents.php
│                       │   │   ├── pages
│                       │   │   │   ├── index.html
│                       │   │   │   ├── samepagetransition.html
│                       │   │   │   └── startpage.html
│                       │   │   ├── pages-dialog
│                       │   │   │   ├── dialog-alt.html
│                       │   │   │   ├── dialog-buttons.html
│                       │   │   │   ├── dialog-corners.html
│                       │   │   │   ├── dialog-noclosebtn.html
│                       │   │   │   ├── dialog-overlay.html
│                       │   │   │   ├── dialog-rightclosebtn.html
│                       │   │   │   ├── dialog-success.html
│                       │   │   │   ├── dialog-with-select.html
│                       │   │   │   ├── dialog.html
│                       │   │   │   └── index.html
│                       │   │   ├── pages-multi-page
│                       │   │   │   └── index.html
│                       │   │   ├── pages-single-page
│                       │   │   │   └── index.html
│                       │   │   ├── panel
│                       │   │   │   └── index.html
│                       │   │   ├── panel-external
│                       │   │   │   ├── index.html
│                       │   │   │   └── page-b.html
│                       │   │   ├── panel-external-internal
│                       │   │   │   ├── index.html
│                       │   │   │   ├── page-b.html
│                       │   │   │   └── page-c.html
│                       │   │   ├── panel-fixed
│                       │   │   │   └── index.html
│                       │   │   ├── panel-responsive
│                       │   │   │   └── index.html
│                       │   │   ├── panel-styling
│                       │   │   │   └── index.html
│                       │   │   ├── panel-swipe-open
│                       │   │   │   └── index.html
│                       │   │   ├── popup
│                       │   │   │   └── index.html
│                       │   │   ├── popup-alignment
│                       │   │   │   ├── index.html
│                       │   │   │   └── popup.alignment.js
│                       │   │   ├── popup-arrow-size
│                       │   │   │   └── index.html
│                       │   │   ├── popup-dynamic
│                       │   │   │   └── index.html
│                       │   │   ├── popup-iframe
│                       │   │   │   ├── index.html
│                       │   │   │   ├── map.html
│                       │   │   │   ├── popup-iframe-map.js
│                       │   │   │   └── popup-iframe-video.js
│                       │   │   ├── popup-image-scaling
│                       │   │   │   ├── index.html
│                       │   │   │   └── popup-image-scaling.js
│                       │   │   ├── popup-outside-multipage
│                       │   │   │   └── index.html
│                       │   │   ├── rangeslider
│                       │   │   │   └── index.html
│                       │   │   ├── rwd
│                       │   │   │   └── index.html
│                       │   │   ├── selectmenu
│                       │   │   │   └── index.html
│                       │   │   ├── selectmenu-custom
│                       │   │   │   └── index.html
│                       │   │   ├── selectmenu-custom-filter
│                       │   │   │   └── index.html
│                       │   │   ├── slider
│                       │   │   │   └── index.html
│                       │   │   ├── slider-flipswitch
│                       │   │   │   └── index.html
│                       │   │   ├── slider-tooltip
│                       │   │   │   └── index.html
│                       │   │   ├── swipe-list
│                       │   │   │   └── index.html
│                       │   │   ├── swipe-page
│                       │   │   │   ├── buenosaires.html
│                       │   │   │   ├── capetown.html
│                       │   │   │   ├── index.html
│                       │   │   │   ├── newyork.html
│                       │   │   │   ├── paris.html
│                       │   │   │   ├── seoul.html
│                       │   │   │   ├── swipe-page.css
│                       │   │   │   ├── swipe-page.js
│                       │   │   │   └── sydney.html
│                       │   │   ├── table-column-toggle
│                       │   │   │   └── index.html
│                       │   │   ├── table-column-toggle-example
│                       │   │   │   └── index.html
│                       │   │   ├── table-column-toggle-heading-groups
│                       │   │   │   └── index.html
│                       │   │   ├── table-column-toggle-options
│                       │   │   │   └── index.html
│                       │   │   ├── table-reflow
│                       │   │   │   └── index.html
│                       │   │   ├── table-reflow-heading-groups
│                       │   │   │   └── index.html
│                       │   │   ├── table-reflow-stripes-strokes
│                       │   │   │   └── index.html
│                       │   │   ├── table-reflow-styling
│                       │   │   │   └── index.html
│                       │   │   ├── tabs
│                       │   │   │   ├── ajax-content-ignore.html
│                       │   │   │   ├── index.html
│                       │   │   │   └── tabbed-content.html
│                       │   │   ├── textinput
│                       │   │   │   └── index.html
│                       │   │   ├── theme-classic
│                       │   │   │   ├── images
│                       │   │   │   │   └── ajax-loader.gif
│                       │   │   │   ├── index.html
│                       │   │   │   └── theme-classic.css
│                       │   │   ├── theme-default
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-dynamic
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-external
│                       │   │   │   ├── index.html
│                       │   │   │   └── index2.html
│                       │   │   ├── toolbar-fixed
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-fixed-external
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-fixed-forms
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-fixed-fullscreen
│                       │   │   │   └── index.html
│                       │   │   ├── toolbar-fixed-persistent
│                       │   │   │   ├── index.html
│                       │   │   │   ├── page-b.html
│                       │   │   │   ├── page-c.html
│                       │   │   │   └── page-d.html
│                       │   │   ├── toolbar-fixed-persistent-optimized
│                       │   │   │   ├── index.html
│                       │   │   │   ├── page-b.html
│                       │   │   │   ├── page-c.html
│                       │   │   │   └── page-d.html
│                       │   │   └── transitions
│                       │   │       ├── index.html
│                       │   │       ├── page-transitions-dialog.html
│                       │   │       └── page-transitions-page.html
│                       │   ├── images
│                       │   │   ├── ajax-loader.gif
│                       │   │   ├── icons-png
│                       │   │   │   ├── action-black.png
│                       │   │   │   ├── action-white.png
│                       │   │   │   ├── alert-black.png
│                       │   │   │   ├── alert-white.png
│                       │   │   │   ├── arrow-d-black.png
│                       │   │   │   ├── arrow-d-l-black.png
│                       │   │   │   ├── arrow-d-l-white.png
│                       │   │   │   ├── arrow-d-r-black.png
│                       │   │   │   ├── arrow-d-r-white.png
│                       │   │   │   ├── arrow-d-white.png
│                       │   │   │   ├── arrow-l-black.png
│                       │   │   │   ├── arrow-l-white.png
│                       │   │   │   ├── arrow-r-black.png
│                       │   │   │   ├── arrow-r-white.png
│                       │   │   │   ├── arrow-u-black.png
│                       │   │   │   ├── arrow-u-l-black.png
│                       │   │   │   ├── arrow-u-l-white.png
│                       │   │   │   ├── arrow-u-r-black.png
│                       │   │   │   ├── arrow-u-r-white.png
│                       │   │   │   ├── arrow-u-white.png
│                       │   │   │   ├── audio-black.png
│                       │   │   │   ├── audio-white.png
│                       │   │   │   ├── back-black.png
│                       │   │   │   ├── back-white.png
│                       │   │   │   ├── bars-black.png
│                       │   │   │   ├── bars-white.png
│                       │   │   │   ├── bullets-black.png
│                       │   │   │   ├── bullets-white.png
│                       │   │   │   ├── calendar-black.png
│                       │   │   │   ├── calendar-white.png
│                       │   │   │   ├── camera-black.png
│                       │   │   │   ├── camera-white.png
│                       │   │   │   ├── carat-d-black.png
│                       │   │   │   ├── carat-d-white.png
│                       │   │   │   ├── carat-l-black.png
│                       │   │   │   ├── carat-l-white.png
│                       │   │   │   ├── carat-r-black.png
│                       │   │   │   ├── carat-r-white.png
│                       │   │   │   ├── carat-u-black.png
│                       │   │   │   ├── carat-u-white.png
│                       │   │   │   ├── check-black.png
│                       │   │   │   ├── check-white.png
│                       │   │   │   ├── clock-black.png
│                       │   │   │   ├── clock-white.png
│                       │   │   │   ├── cloud-black.png
│                       │   │   │   ├── cloud-white.png
│                       │   │   │   ├── comment-black.png
│                       │   │   │   ├── comment-white.png
│                       │   │   │   ├── delete-black.png
│                       │   │   │   ├── delete-white.png
│                       │   │   │   ├── edit-black.png
│                       │   │   │   ├── edit-white.png
│                       │   │   │   ├── eye-black.png
│                       │   │   │   ├── eye-white.png
│                       │   │   │   ├── forbidden-black.png
│                       │   │   │   ├── forbidden-white.png
│                       │   │   │   ├── forward-black.png
│                       │   │   │   ├── forward-white.png
│                       │   │   │   ├── gear-black.png
│                       │   │   │   ├── gear-white.png
│                       │   │   │   ├── grid-black.png
│                       │   │   │   ├── grid-white.png
│                       │   │   │   ├── heart-black.png
│                       │   │   │   ├── heart-white.png
│                       │   │   │   ├── home-black.png
│                       │   │   │   ├── home-white.png
│                       │   │   │   ├── info-black.png
│                       │   │   │   ├── info-white.png
│                       │   │   │   ├── location-black.png
│                       │   │   │   ├── location-white.png
│                       │   │   │   ├── lock-black.png
│                       │   │   │   ├── lock-white.png
│                       │   │   │   ├── mail-black.png
│                       │   │   │   ├── mail-white.png
│                       │   │   │   ├── minus-black.png
│                       │   │   │   ├── minus-white.png
│                       │   │   │   ├── navigation-black.png
│                       │   │   │   ├── navigation-white.png
│                       │   │   │   ├── phone-black.png
│                       │   │   │   ├── phone-white.png
│                       │   │   │   ├── plus-black.png
│                       │   │   │   ├── plus-white.png
│                       │   │   │   ├── power-black.png
│                       │   │   │   ├── power-white.png
│                       │   │   │   ├── recycle-black.png
│                       │   │   │   ├── recycle-white.png
│                       │   │   │   ├── refresh-black.png
│                       │   │   │   ├── refresh-white.png
│                       │   │   │   ├── search-black.png
│                       │   │   │   ├── search-white.png
│                       │   │   │   ├── shop-black.png
│                       │   │   │   ├── shop-white.png
│                       │   │   │   ├── star-black.png
│                       │   │   │   ├── star-white.png
│                       │   │   │   ├── tag-black.png
│                       │   │   │   ├── tag-white.png
│                       │   │   │   ├── user-black.png
│                       │   │   │   ├── user-white.png
│                       │   │   │   ├── video-black.png
│                       │   │   │   └── video-white.png
│                       │   │   └── icons-svg
│                       │   │       ├── action-black.svg
│                       │   │       ├── action-white.svg
│                       │   │       ├── alert-black.svg
│                       │   │       ├── alert-white.svg
│                       │   │       ├── arrow-d-black.svg
│                       │   │       ├── arrow-d-l-black.svg
│                       │   │       ├── arrow-d-l-white.svg
│                       │   │       ├── arrow-d-r-black.svg
│                       │   │       ├── arrow-d-r-white.svg
│                       │   │       ├── arrow-d-white.svg
│                       │   │       ├── arrow-l-black.svg
│                       │   │       ├── arrow-l-white.svg
│                       │   │       ├── arrow-r-black.svg
│                       │   │       ├── arrow-r-white.svg
│                       │   │       ├── arrow-u-black.svg
│                       │   │       ├── arrow-u-l-black.svg
│                       │   │       ├── arrow-u-l-white.svg
│                       │   │       ├── arrow-u-r-black.svg
│                       │   │       ├── arrow-u-r-white.svg
│                       │   │       ├── arrow-u-white.svg
│                       │   │       ├── audio-black.svg
│                       │   │       ├── audio-white.svg
│                       │   │       ├── back-black.svg
│                       │   │       ├── back-white.svg
│                       │   │       ├── bars-black.svg
│                       │   │       ├── bars-white.svg
│                       │   │       ├── bullets-black.svg
│                       │   │       ├── bullets-white.svg
│                       │   │       ├── calendar-black.svg
│                       │   │       ├── calendar-white.svg
│                       │   │       ├── camera-black.svg
│                       │   │       ├── camera-white.svg
│                       │   │       ├── carat-d-black.svg
│                       │   │       ├── carat-d-white.svg
│                       │   │       ├── carat-l-black.svg
│                       │   │       ├── carat-l-white.svg
│                       │   │       ├── carat-r-black.svg
│                       │   │       ├── carat-r-white.svg
│                       │   │       ├── carat-u-black.svg
│                       │   │       ├── carat-u-white.svg
│                       │   │       ├── check-black.svg
│                       │   │       ├── check-white.svg
│                       │   │       ├── clock-black.svg
│                       │   │       ├── clock-white.svg
│                       │   │       ├── cloud-black.svg
│                       │   │       ├── cloud-white.svg
│                       │   │       ├── comment-black.svg
│                       │   │       ├── comment-white.svg
│                       │   │       ├── delete-black.svg
│                       │   │       ├── delete-white.svg
│                       │   │       ├── edit-black.svg
│                       │   │       ├── edit-white.svg
│                       │   │       ├── eye-black.svg
│                       │   │       ├── eye-white.svg
│                       │   │       ├── forbidden-black.svg
│                       │   │       ├── forbidden-white.svg
│                       │   │       ├── forward-black.svg
│                       │   │       ├── forward-white.svg
│                       │   │       ├── gear-black.svg
│                       │   │       ├── gear-white.svg
│                       │   │       ├── grid-black.svg
│                       │   │       ├── grid-white.svg
│                       │   │       ├── heart-black.svg
│                       │   │       ├── heart-white.svg
│                       │   │       ├── home-black.svg
│                       │   │       ├── home-white.svg
│                       │   │       ├── info-black.svg
│                       │   │       ├── info-white.svg
│                       │   │       ├── location-black.svg
│                       │   │       ├── location-white.svg
│                       │   │       ├── lock-black.svg
│                       │   │       ├── lock-white.svg
│                       │   │       ├── mail-black.svg
│                       │   │       ├── mail-white.svg
│                       │   │       ├── minus-black.svg
│                       │   │       ├── minus-white.svg
│                       │   │       ├── navigation-black.svg
│                       │   │       ├── navigation-white.svg
│                       │   │       ├── phone-black.svg
│                       │   │       ├── phone-white.svg
│                       │   │       ├── plus-black.svg
│                       │   │       ├── plus-white.svg
│                       │   │       ├── power-black.svg
│                       │   │       ├── power-white.svg
│                       │   │       ├── recycle-black.svg
│                       │   │       ├── recycle-white.svg
│                       │   │       ├── refresh-black.svg
│                       │   │       ├── refresh-white.svg
│                       │   │       ├── search-black.svg
│                       │   │       ├── search-white.svg
│                       │   │       ├── shop-black.svg
│                       │   │       ├── shop-white.svg
│                       │   │       ├── star-black.svg
│                       │   │       ├── star-white.svg
│                       │   │       ├── tag-black.svg
│                       │   │       ├── tag-white.svg
│                       │   │       ├── user-black.svg
│                       │   │       ├── user-white.svg
│                       │   │       ├── video-black.svg
│                       │   │       └── video-white.svg
│                       │   ├── jquery.mobile-1.4.5.css
│                       │   ├── jquery.mobile-1.4.5.js
│                       │   ├── jquery.mobile-1.4.5.min.css
│                       │   ├── jquery.mobile-1.4.5.min.js
│                       │   ├── jquery.mobile-1.4.5.min.map
│                       │   ├── jquery.mobile.external-png-1.4.5.css
│                       │   ├── jquery.mobile.external-png-1.4.5.min.css
│                       │   ├── jquery.mobile.icons-1.4.5.css
│                       │   ├── jquery.mobile.icons-1.4.5.min.css
│                       │   ├── jquery.mobile.inline-png-1.4.5.css
│                       │   ├── jquery.mobile.inline-png-1.4.5.min.css
│                       │   ├── jquery.mobile.inline-svg-1.4.5.css
│                       │   ├── jquery.mobile.inline-svg-1.4.5.min.css
│                       │   ├── jquery.mobile.structure-1.4.5.css
│                       │   ├── jquery.mobile.structure-1.4.5.min.css
│                       │   ├── jquery.mobile.theme-1.4.5.css
│                       │   └── jquery.mobile.theme-1.4.5.min.css
│                       ├── laydate
│                       │   ├── laydate.js
│                       │   └── theme
│                       │       └── default
│                       │           ├── font
│                       │           │   ├── iconfont.eot
│                       │           │   ├── iconfont.svg
│                       │           │   ├── iconfont.ttf
│                       │           │   └── iconfont.woff
│                       │           └── laydate.css
│                       ├── other
│                       │   └── texthelp.js
│                       ├── ueditor1_4_2-utf8-jsp
│                       │   ├── 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-model.json
│                       │   │   ├── config.json
│                       │   │   └── controller.jsp
│                       │   ├── lang
│                       │   │   ├── en
│                       │   │   │   ├── en.js
│                       │   │   │   └── images
│                       │   │   │       ├── addimage.png
│                       │   │   │       ├── alldeletebtnhoverskin.png
│                       │   │   │       ├── alldeletebtnupskin.png
│                       │   │   │       ├── background.png
│                       │   │   │       ├── button.png
│                       │   │   │       ├── copy.png
│                       │   │   │       ├── deletedisable.png
│                       │   │   │       ├── deleteenable.png
│                       │   │   │       ├── listbackground.png
│                       │   │   │       ├── localimage.png
│                       │   │   │       ├── music.png
│                       │   │   │       ├── rotateleftdisable.png
│                       │   │   │       ├── rotateleftenable.png
│                       │   │   │       ├── rotaterightdisable.png
│                       │   │   │       ├── rotaterightenable.png
│                       │   │   │       └── upload.png
│                       │   │   └── zh-cn
│                       │   │       ├── images
│                       │   │       │   ├── copy.png
│                       │   │       │   ├── localimage.png
│                       │   │       │   ├── music.png
│                       │   │       │   └── upload.png
│                       │   │       └── zh-cn.js
│                       │   ├── themes
│                       │   │   ├── default
│                       │   │   │   ├── css
│                       │   │   │   │   ├── ueditor.css
│                       │   │   │   │   └── ueditor.min.css
│                       │   │   │   ├── dialogbase.css
│                       │   │   │   └── images
│                       │   │   │       ├── anchor.gif
│                       │   │   │       ├── arrow.png
│                       │   │   │       ├── arrow_down.png
│                       │   │   │       ├── arrow_up.png
│                       │   │   │       ├── button-bg.gif
│                       │   │   │       ├── cancelbutton.gif
│                       │   │   │       ├── charts.png
│                       │   │   │       ├── cursor_h.gif
│                       │   │   │       ├── cursor_h.png
│                       │   │   │       ├── cursor_v.gif
│                       │   │   │       ├── cursor_v.png
│                       │   │   │       ├── dialog-title-bg.png
│                       │   │   │       ├── filescan.png
│                       │   │   │       ├── highlighted.gif
│                       │   │   │       ├── icons-all.gif
│                       │   │   │       ├── icons.gif
│                       │   │   │       ├── icons.png
│                       │   │   │       ├── loaderror.png
│                       │   │   │       ├── loading.gif
│                       │   │   │       ├── lock.gif
│                       │   │   │       ├── neweditor-tab-bg.png
│                       │   │   │       ├── pagebreak.gif
│                       │   │   │       ├── scale.png
│                       │   │   │       ├── sortable.png
│                       │   │   │       ├── spacer.gif
│                       │   │   │       ├── sparator_v.png
│                       │   │   │       ├── table-cell-align.png
│                       │   │   │       ├── tangram-colorpicker.png
│                       │   │   │       ├── toolbar_bg.png
│                       │   │   │       ├── unhighlighted.gif
│                       │   │   │       ├── upload.png
│                       │   │   │       ├── videologo.gif
│                       │   │   │       ├── word.gif
│                       │   │   │       └── wordpaste.png
│                       │   │   └── iframe.css
│                       │   ├── third-party
│                       │   │   ├── SyntaxHighlighter
│                       │   │   │   ├── shCore.js
│                       │   │   │   └── shCoreDefault.css
│                       │   │   ├── codemirror
│                       │   │   │   ├── codemirror.css
│                       │   │   │   └── codemirror.js
│                       │   │   ├── highcharts
│                       │   │   │   ├── adapters
│                       │   │   │   │   ├── mootools-adapter.js
│                       │   │   │   │   ├── mootools-adapter.src.js
│                       │   │   │   │   ├── prototype-adapter.js
│                       │   │   │   │   ├── prototype-adapter.src.js
│                       │   │   │   │   ├── standalone-framework.js
│                       │   │   │   │   └── standalone-framework.src.js
│                       │   │   │   ├── highcharts-more.js
│                       │   │   │   ├── highcharts-more.src.js
│                       │   │   │   ├── highcharts.js
│                       │   │   │   ├── highcharts.src.js
│                       │   │   │   ├── modules
│                       │   │   │   │   ├── annotations.js
│                       │   │   │   │   ├── annotations.src.js
│                       │   │   │   │   ├── canvas-tools.js
│                       │   │   │   │   ├── canvas-tools.src.js
│                       │   │   │   │   ├── data.js
│                       │   │   │   │   ├── data.src.js
│                       │   │   │   │   ├── drilldown.js
│                       │   │   │   │   ├── drilldown.src.js
│                       │   │   │   │   ├── exporting.js
│                       │   │   │   │   ├── exporting.src.js
│                       │   │   │   │   ├── funnel.js
│                       │   │   │   │   ├── funnel.src.js
│                       │   │   │   │   ├── heatmap.js
│                       │   │   │   │   ├── heatmap.src.js
│                       │   │   │   │   ├── map.js
│                       │   │   │   │   ├── map.src.js
│                       │   │   │   │   ├── no-data-to-display.js
│                       │   │   │   │   └── no-data-to-display.src.js
│                       │   │   │   └── themes
│                       │   │   │       ├── dark-blue.js
│                       │   │   │       ├── dark-green.js
│                       │   │   │       ├── gray.js
│                       │   │   │       ├── grid.js
│                       │   │   │       └── skies.js
│                       │   │   ├── jquery-1.10.2.js
│                       │   │   ├── jquery-1.10.2.min.js
│                       │   │   ├── jquery-1.10.2.min.map
│                       │   │   ├── snapscreen
│                       │   │   │   └── UEditorSnapscreen.exe
│                       │   │   ├── video-js
│                       │   │   │   ├── font
│                       │   │   │   │   ├── vjs.eot
│                       │   │   │   │   ├── vjs.svg
│                       │   │   │   │   ├── vjs.ttf
│                       │   │   │   │   └── vjs.woff
│                       │   │   │   ├── video-js.css
│                       │   │   │   ├── video-js.min.css
│                       │   │   │   ├── video-js.swf
│                       │   │   │   ├── video.dev.js
│                       │   │   │   └── video.js
│                       │   │   ├── webuploader
│                       │   │   │   ├── Uploader.swf
│                       │   │   │   ├── webuploader.css
│                       │   │   │   ├── webuploader.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
│                       ├── ueditor1_4_3-utf8-jsp
│                       │   ├── 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
│                       │   ├── lang
│                       │   │   ├── en
│                       │   │   │   ├── en.js
│                       │   │   │   └── images
│                       │   │   │       ├── addimage.png
│                       │   │   │       ├── alldeletebtnhoverskin.png
│                       │   │   │       ├── alldeletebtnupskin.png
│                       │   │   │       ├── background.png
│                       │   │   │       ├── button.png
│                       │   │   │       ├── copy.png
│                       │   │   │       ├── deletedisable.png
│                       │   │   │       ├── deleteenable.png
│                       │   │   │       ├── listbackground.png
│                       │   │   │       ├── localimage.png
│                       │   │   │       ├── music.png
│                       │   │   │       ├── rotateleftdisable.png
│                       │   │   │       ├── rotateleftenable.png
│                       │   │   │       ├── rotaterightdisable.png
│                       │   │   │       ├── rotaterightenable.png
│                       │   │   │       └── upload.png
│                       │   │   └── zh-cn
│                       │   │       ├── images
│                       │   │       │   ├── copy.png
│                       │   │       │   ├── localimage.png
│                       │   │       │   ├── music.png
│                       │   │       │   └── upload.png
│                       │   │       └── zh-cn.js
│                       │   ├── themes
│                       │   │   ├── default
│                       │   │   │   ├── css
│                       │   │   │   │   ├── ueditor.css
│                       │   │   │   │   └── ueditor.min.css
│                       │   │   │   ├── dialogbase.css
│                       │   │   │   └── images
│                       │   │   │       ├── anchor.gif
│                       │   │   │       ├── arrow.png
│                       │   │   │       ├── arrow_down.png
│                       │   │   │       ├── arrow_up.png
│                       │   │   │       ├── button-bg.gif
│                       │   │   │       ├── cancelbutton.gif
│                       │   │   │       ├── charts.png
│                       │   │   │       ├── cursor_h.gif
│                       │   │   │       ├── cursor_h.png
│                       │   │   │       ├── cursor_v.gif
│                       │   │   │       ├── cursor_v.png
│                       │   │   │       ├── dialog-title-bg.png
│                       │   │   │       ├── filescan.png
│                       │   │   │       ├── highlighted.gif
│                       │   │   │       ├── icons-all.gif
│                       │   │   │       ├── icons.gif
│                       │   │   │       ├── icons.png
│                       │   │   │       ├── loaderror.png
│                       │   │   │       ├── loading.gif
│                       │   │   │       ├── lock.gif
│                       │   │   │       ├── neweditor-tab-bg.png
│                       │   │   │       ├── pagebreak.gif
│                       │   │   │       ├── scale.png
│                       │   │   │       ├── sortable.png
│                       │   │   │       ├── spacer.gif
│                       │   │   │       ├── sparator_v.png
│                       │   │   │       ├── table-cell-align.png
│                       │   │   │       ├── tangram-colorpicker.png
│                       │   │   │       ├── toolbar_bg.png
│                       │   │   │       ├── unhighlighted.gif
│                       │   │   │       ├── upload.png
│                       │   │   │       ├── videologo.gif
│                       │   │   │       ├── word.gif
│                       │   │   │       └── wordpaste.png
│                       │   │   └── iframe.css
│                       │   ├── third-party
│                       │   │   ├── SyntaxHighlighter
│                       │   │   │   ├── shCore.js
│                       │   │   │   └── shCoreDefault.css
│                       │   │   ├── codemirror
│                       │   │   │   ├── codemirror.css
│                       │   │   │   └── codemirror.js
│                       │   │   ├── highcharts
│                       │   │   │   ├── adapters
│                       │   │   │   │   ├── mootools-adapter.js
│                       │   │   │   │   ├── mootools-adapter.src.js
│                       │   │   │   │   ├── prototype-adapter.js
│                       │   │   │   │   ├── prototype-adapter.src.js
│                       │   │   │   │   ├── standalone-framework.js
│                       │   │   │   │   └── standalone-framework.src.js
│                       │   │   │   ├── highcharts-more.js
│                       │   │   │   ├── highcharts-more.src.js
│                       │   │   │   ├── highcharts.js
│                       │   │   │   ├── highcharts.src.js
│                       │   │   │   ├── modules
│                       │   │   │   │   ├── annotations.js
│                       │   │   │   │   ├── annotations.src.js
│                       │   │   │   │   ├── canvas-tools.js
│                       │   │   │   │   ├── canvas-tools.src.js
│                       │   │   │   │   ├── data.js
│                       │   │   │   │   ├── data.src.js
│                       │   │   │   │   ├── drilldown.js
│                       │   │   │   │   ├── drilldown.src.js
│                       │   │   │   │   ├── exporting.js
│                       │   │   │   │   ├── exporting.src.js
│                       │   │   │   │   ├── funnel.js
│                       │   │   │   │   ├── funnel.src.js
│                       │   │   │   │   ├── heatmap.js
│                       │   │   │   │   ├── heatmap.src.js
│                       │   │   │   │   ├── map.js
│                       │   │   │   │   ├── map.src.js
│                       │   │   │   │   ├── no-data-to-display.js
│                       │   │   │   │   └── no-data-to-display.src.js
│                       │   │   │   └── themes
│                       │   │   │       ├── dark-blue.js
│                       │   │   │       ├── dark-green.js
│                       │   │   │       ├── gray.js
│                       │   │   │       ├── grid.js
│                       │   │   │       └── skies.js
│                       │   │   ├── jquery-1.10.2.js
│                       │   │   ├── jquery-1.10.2.min.js
│                       │   │   ├── jquery-1.10.2.min.map
│                       │   │   ├── snapscreen
│                       │   │   │   └── UEditorSnapscreen.exe
│                       │   │   ├── video-js
│                       │   │   │   ├── font
│                       │   │   │   │   ├── vjs.eot
│                       │   │   │   │   ├── vjs.svg
│                       │   │   │   │   ├── vjs.ttf
│                       │   │   │   │   └── vjs.woff
│                       │   │   │   ├── video-js.css
│                       │   │   │   ├── video-js.min.css
│                       │   │   │   ├── video-js.swf
│                       │   │   │   ├── video.dev.js
│                       │   │   │   └── video.js
│                       │   │   ├── webuploader
│                       │   │   │   ├── Uploader.swf
│                       │   │   │   ├── webuploader.css
│                       │   │   │   ├── webuploader.custom.js
│                       │   │   │   ├── webuploader.custom.min.js
│                       │   │   │   ├── webuploader.flashonly.js
│                       │   │   │   ├── webuploader.flashonly.min.js
│                       │   │   │   ├── webuploader.html5only.js
│                       │   │   │   ├── webuploader.html5only.min.js
│                       │   │   │   ├── webuploader.js
│                       │   │   │   ├── webuploader.min.js
│                       │   │   │   ├── webuploader.withoutimage.js
│                       │   │   │   └── webuploader.withoutimage.min.js
│                       │   │   └── zeroclipboard
│                       │   │       ├── ZeroClipboard.js
│                       │   │       ├── ZeroClipboard.min.js
│                       │   │       └── ZeroClipboard.swf
│                       │   ├── ueditor.all.js
│                       │   ├── ueditor.all.min.js
│                       │   ├── ueditor.config.js
│                       │   ├── ueditor.parse.js
│                       │   └── ueditor.parse.min.js
│                       ├── uenote
│                       ├── validate
│                       │   ├── images
│                       │   │   ├── checked.gif
│                       │   │   ├── error.png
│                       │   │   └── unchecked.gif
│                       │   ├── jquery.metadata.js
│                       │   ├── jquery.validate.css
│                       │   ├── jquery.validate.js
│                       │   └── messages_cn.js
│                       ├── zero-clipboard
│                       │   ├── ZeroClipboard.as
│                       │   ├── ZeroClipboard.fla
│                       │   ├── ZeroClipboard.js
│                       │   ├── ZeroClipboard.swf
│                       │   ├── ZeroClipboard10.as
│                       │   ├── ZeroClipboard10.fla
│                       │   ├── ZeroClipboard10.swf
│                       │   └── test.html
│                       └── zeroclipboard-master
│                           ├── CONTRIBUTING.md
│                           ├── Gruntfile.js
│                           ├── LICENSE
│                           ├── README.md
│                           ├── bower.json
│                           ├── composer.json
│                           ├── dist
│                           │   ├── ZeroClipboard.Core.js
│                           │   ├── ZeroClipboard.Core.min.js
│                           │   ├── ZeroClipboard.Core.min.map
│                           │   ├── ZeroClipboard.js
│                           │   ├── ZeroClipboard.min.js
│                           │   ├── ZeroClipboard.min.map
│                           │   └── ZeroClipboard.swf
│                           ├── index.js
│                           └── package.json
└── 好例子网_dwsurvey-springboot-jsp.zip

955 directories, 2705 files


实例下载地址

JAVAWEB在线表单数据收集统计

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警