在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 淘淘商城静态页面

淘淘商城静态页面

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:10.35M
  • 下载次数:9
  • 浏览次数:225
  • 发布时间:2020-09-01
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
该资源文件为ssm项目实战中需要导入的静态页面资源的压缩包。
【实例截图】
【核心代码】
静态页面
└── 静态页面
├── 01后台管理系统静态页面
│   ├── assets
│   │   ├── avatars
│   │   │   ├── avatar1.png
│   │   │   ├── avatar2.png
│   │   │   ├── avatar3.png
│   │   │   ├── avatar4.png
│   │   │   ├── avatar5.png
│   │   │   ├── avatar.png
│   │   │   ├── profile-pic.jpg
│   │   │   ├── Thumbs.db
│   │   │   └── user.jpg
│   │   ├── css
│   │   │   ├── ace-ie.min.css
│   │   │   ├── ace.min.css
│   │   │   ├── ace-rtl.min.css
│   │   │   ├── ace-skins.min.css
│   │   │   ├── bootstrap-editable.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-timepicker.css
│   │   │   ├── chosen.css
│   │   │   ├── codemirror.css
│   │   │   ├── colorbox.css
│   │   │   ├── colorpicker.css
│   │   │   ├── datepicker.css
│   │   │   ├── daterangepicker.css
│   │   │   ├── dropzone.css
│   │   │   ├── easyui.css
│   │   │   ├── echartsHome.css
│   │   │   ├── font-awesome-ie7.min.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── fullcalendar.css
│   │   │   ├── images
│   │   │   │   ├── loading.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── jquery.gritter.css
│   │   │   ├── jquery-ui-1.10.3.custom.min.css
│   │   │   ├── jquery-ui-1.10.3.full.min.css
│   │   │   ├── select2.css
│   │   │   └── ui.jqgrid.css
│   │   ├── dist
│   │   │   ├── chart
│   │   │   │   ├── bar.js
│   │   │   │   ├── chord.js
│   │   │   │   ├── eventRiver.js
│   │   │   │   ├── force.js
│   │   │   │   ├── funnel.js
│   │   │   │   ├── gauge.js
│   │   │   │   ├── heatmap.js
│   │   │   │   ├── k.js
│   │   │   │   ├── line.js
│   │   │   │   ├── map.js
│   │   │   │   ├── pie.js
│   │   │   │   ├── radar.js
│   │   │   │   ├── scatter.js
│   │   │   │   ├── tree.js
│   │   │   │   ├── treemap.js
│   │   │   │   ├── venn.js
│   │   │   │   └── wordCloud.js
│   │   │   ├── echarts-all.js
│   │   │   ├── echarts.js
│   │   │   └── theme
│   │   │   ├── default.js
│   │   │   ├── infographic.js
│   │   │   └── macarons.js
│   │   ├── font
│   │   │   ├── FontAwesome.otf
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   └── fontawesome-webfont.woff2
│   │   ├── js
│   │   │   ├── ace-elements.min.js
│   │   │   ├── ace-extra.min.js
│   │   │   ├── ace.min.js
│   │   │   ├── additional-methods.min.js
│   │   │   ├── bootbox.min.js
│   │   │   ├── bootstrap-colorpicker.min.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── bootstrap-tag.min.js
│   │   │   ├── bootstrap-wysiwyg.min.js
│   │   │   ├── chosen.jquery.min.js
│   │   │   ├── dropzone.min.js
│   │   │   ├── excanvas.min.js
│   │   │   ├── flot
│   │   │   │   ├── jquery.flot.min.js
│   │   │   │   ├── jquery.flot.pie.min.js
│   │   │   │   └── jquery.flot.resize.min.js
│   │   │   ├── fuelux
│   │   │   │   ├── data
│   │   │   │   │   └── fuelux.tree-sampledata.js
│   │   │   │   ├── fuelux.spinner.min.js
│   │   │   │   ├── fuelux.tree.min.js
│   │   │   │   └── fuelux.wizard.min.js
│   │   │   ├── fullcalendar.min.js
│   │   │   ├── html5shiv.js
│   │   │   ├── jqGrid
│   │   │   │   ├── i18n
│   │   │   │   │   └── grid.locale-en.js
│   │   │   │   └── jquery.jqGrid.min.js
│   │   │   ├── jquery-1.10.2.min.js
│   │   │   ├── jquery-1.8.3.min.js
│   │   │   ├── jquery-2.0.3.min.js
│   │   │   ├── jquery.autosize.min.js
│   │   │   ├── jquery.colorbox-min.js
│   │   │   ├── jquery.dataTables.bootstrap.js
│   │   │   ├── jquery.dataTables.min.js
│   │   │   ├── jquery.easy-pie-chart.min.js
│   │   │   ├── jquery.gritter.min.js
│   │   │   ├── jquery.hotkeys.min.js
│   │   │   ├── jquery.inputlimiter.1.3.1.min.js
│   │   │   ├── jquery.knob.min.js
│   │   │   ├── jquery.maskedinput.min.js
│   │   │   ├── jquery.min.js
│   │   │   ├── jquery.mobile.custom.min.js
│   │   │   ├── jquery.nestable.min.js
│   │   │   ├── jquery.slimscroll.min.js
│   │   │   ├── jquery.sparkline.min.js
│   │   │   ├── jquery-ui-1.10.3.custom.min.js
│   │   │   ├── jquery-ui-1.10.3.full.min.js
│   │   │   ├── jquery.ui.touch-punch.min.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── markdown
│   │   │   │   ├── bootstrap-markdown.min.js
│   │   │   │   └── markdown.min.js
│   │   │   ├── respond.min.js
│   │   │   ├── select2.min.js
│   │   │   ├── typeahead-bs2.min.js
│   │   │   └── x-editable
│   │   │   ├── ace-editable.min.js
│   │   │   └── bootstrap-editable.min.js
│   │   ├── laydate
│   │   │   ├── laydate.js
│   │   │   ├── need
│   │   │   │   └── laydate.css
│   │   │   └── skins
│   │   │   ├── dahong
│   │   │   │   ├── icon.png
│   │   │   │   └── laydate.css
│   │   │   ├── default
│   │   │   │   ├── icon.png
│   │   │   │   └── laydate.css
│   │   │   └── molv
│   │   │   ├── icon.png
│   │   │   └── laydate.css
│   │   └── layer
│   │   ├── extend
│   │   │   └── layer.ext.js
│   │   ├── layer.js
│   │   └── skin
│   │   ├── default
│   │   │   ├── icon-ext.png
│   │   │   ├── icon.png
│   │   │   ├── loading-0.gif
│   │   │   ├── loading-1.gif
│   │   │   └── loading-2.gif
│   │   ├── layer.css
│   │   └── layer.ext.css
│   ├── commons
│   │   └── common-js.jsp
│   ├── css
│   │   ├── easyui_style.css
│   │   ├── login.css
│   │   ├── style.css
│   │   └── taotao.css
│   ├── font
│   │   ├── css
│   │   │   ├── font-awesome.css
│   │   │   └── font-awesome.min.css
│   │   └── fonts
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   └── fontawesome-webfont.woff2
│   ├── images
│   │   ├── a2.jpg
│   │   ├── cloud.png
│   │   ├── icon_error_s.png
│   │   ├── icon_right_s.png
│   │   ├── icon_warning_s.png
│   │   ├── image.png
│   │   ├── indexhead_sprite.png
│   │   ├── light.png
│   │   ├── loginbg1.png
│   │   ├── loginbg2.png
│   │   ├── loginbg3.png
│   │   ├── login_bgx.gif
│   │   ├── login_m_bg.png
│   │   ├── login.png
│   │   ├── logo.png
│   │   ├── overlay.png
│   │   ├── r1_c2.jpg
│   │   ├── star-off-big.png
│   │   ├── star-on-big.png
│   │   ├── user.png
│   │   └── xtbg.png
│   ├── js
│   │   ├── common.js
│   │   ├── dragDivResize.js
│   │   ├── easyloader.js
│   │   ├── easyui.js
│   │   ├── html5.js
│   │   ├── H-ui.admin.js
│   │   ├── H-ui.js
│   │   ├── jquery-1.7.2.min.js
│   │   ├── jquery-1.8.3.min.js
│   │   ├── jquery-1.9.1.min.js
│   │   ├── jquery-easyui-1.4.1
│   │   │   ├── changelog.txt
│   │   │   ├── demo
│   │   │   │   ├── accordion
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── ajax.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── expandable.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   └── tools.html
│   │   │   │   ├── calendar
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── custom.html
│   │   │   │   │   ├── disabledate.html
│   │   │   │   │   ├── firstday.html
│   │   │   │   │   └── fluid.html
│   │   │   │   ├── combo
│   │   │   │   │   ├── animation.html
│   │   │   │   │   └── basic.html
│   │   │   │   ├── combobox
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── combobox_data1.json
│   │   │   │   │   ├── combobox_data2.json
│   │   │   │   │   ├── customformat.html
│   │   │   │   │   ├── dynamicdata.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── group.html
│   │   │   │   │   ├── icons.html
│   │   │   │   │   ├── multiline.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   ├── navigation.html
│   │   │   │   │   ├── remotedata.html
│   │   │   │   │   └── remotejsonp.html
│   │   │   │   ├── combogrid
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   └── navigation.html
│   │   │   │   ├── combotree
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   ├── multiple.html
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── datagrid
│   │   │   │   │   ├── aligncolumns.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── cacheeditor.html
│   │   │   │   │   ├── cellediting.html
│   │   │   │   │   ├── cellstyle.html
│   │   │   │   │   ├── checkbox.html
│   │   │   │   │   ├── clientpagination.html
│   │   │   │   │   ├── columngroup.html
│   │   │   │   │   ├── complextoolbar.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── custompager.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── datagrid_data2.json
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── footer.html
│   │   │   │   │   ├── formatcolumns.html
│   │   │   │   │   ├── frozencolumns.html
│   │   │   │   │   ├── frozenrows.html
│   │   │   │   │   ├── mergecells.html
│   │   │   │   │   ├── multisorting.html
│   │   │   │   │   ├── products.json
│   │   │   │   │   ├── rowborder.html
│   │   │   │   │   ├── rowediting.html
│   │   │   │   │   ├── rowstyle.html
│   │   │   │   │   ├── selection.html
│   │   │   │   │   ├── simpletoolbar.html
│   │   │   │   │   └── transform.html
│   │   │   │   ├── datebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── buttons.html
│   │   │   │   │   ├── dateformat.html
│   │   │   │   │   ├── events.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── restrict.html
│   │   │   │   │   ├── sharedcalendar.html
│   │   │   │   │   └── validate.html
│   │   │   │   ├── datetimebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── initvalue.html
│   │   │   │   │   └── showseconds.html
│   │   │   │   ├── datetimespinner
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── clearicon.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   └── format.html
│   │   │   │   ├── demo.css
│   │   │   │   ├── dialog
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── complextoolbar.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   └── toolbarbuttons.html
│   │   │   │   ├── draggable
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── constrain.html
│   │   │   │   │   └── snap.html
│   │   │   │   ├── droppable
│   │   │   │   │   ├── accept.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── sort.html
│   │   │   │   ├── easyloader
│   │   │   │   │   └── basic.html
│   │   │   │   ├── filebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── buttonalign.html
│   │   │   │   │   └── fluid.html
│   │   │   │   ├── form
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── form_data1.json
│   │   │   │   │   ├── load.html
│   │   │   │   │   └── validateonsubmit.html
│   │   │   │   ├── layout
│   │   │   │   │   ├── addremove.html
│   │   │   │   │   ├── autoheight.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── complex.html
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── datagrid_data1.json
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── full.html
│   │   │   │   │   ├── nestedlayout.html
│   │   │   │   │   ├── nocollapsible.html
│   │   │   │   │   ├── propertygrid_data1.json
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── linkbutton
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── group.html
│   │   │   │   │   ├── iconalign.html
│   │   │   │   │   ├── plain.html
│   │   │   │   │   ├── size.html
│   │   │   │   │   ├── style.html
│   │   │   │   │   └── toggle.html
│   │   │   │   ├── menu
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customitem.html
│   │   │   │   │   └── events.html
│   │   │   │   ├── menubutton
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── alignment.html
│   │   │   │   │   └── basic.html
│   │   │   │   ├── messager
│   │   │   │   │   ├── alert.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── interactive.html
│   │   │   │   │   └── position.html
│   │   │   │   ├── numberbox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── format.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── numberspinner
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── increment.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── pagination
│   │   │   │   │   ├── attaching.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── custombuttons.html
│   │   │   │   │   ├── layout.html
│   │   │   │   │   ├── links.html
│   │   │   │   │   └── simple.html
│   │   │   │   ├── panel
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── customtools.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── footer.html
│   │   │   │   │   ├── loadcontent.html
│   │   │   │   │   ├── nestedpanel.html
│   │   │   │   │   └── paneltools.html
│   │   │   │   ├── progressbar
│   │   │   │   │   ├── basic.html
│   │   │   │   │   └── fluid.html
│   │   │   │   ├── propertygrid
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customcolumns.html
│   │   │   │   │   ├── groupformat.html
│   │   │   │   │   └── propertygrid_data1.json
│   │   │   │   ├── resizable
│   │   │   │   │   └── basic.html
│   │   │   │   ├── searchbox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── category.html
│   │   │   │   │   └── fluid.html
│   │   │   │   ├── slider
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── formattip.html
│   │   │   │   │   ├── nonlinear.html
│   │   │   │   │   ├── rule.html
│   │   │   │   │   └── vertical.html
│   │   │   │   ├── splitbutton
│   │   │   │   │   ├── actions.html
│   │   │   │   │   └── basic.html
│   │   │   │   ├── tabs
│   │   │   │   │   ├── autoheight.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── dropdown.html
│   │   │   │   │   ├── fixedwidth.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── hover.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── modem.png
│   │   │   │   │   │   ├── pda.png
│   │   │   │   │   │   ├── scanner.png
│   │   │   │   │   │   └── tablet.png
│   │   │   │   │   ├── nestedtabs.html
│   │   │   │   │   ├── striptools.html
│   │   │   │   │   ├── tabimage.html
│   │   │   │   │   ├── tabposition.html
│   │   │   │   │   ├── tabstools.html
│   │   │   │   │   └── tree_data1.json
│   │   │   │   ├── textbox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── button.html
│   │   │   │   │   ├── clearicon.html
│   │   │   │   │   ├── custom.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── icons.html
│   │   │   │   │   ├── multiline.html
│   │   │   │   │   └── size.html
│   │   │   │   ├── timespinner
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   └── range.html
│   │   │   │   ├── tooltip
│   │   │   │   │   ├── ajax.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── _content.html
│   │   │   │   │   ├── customcontent.html
│   │   │   │   │   ├── customstyle.html
│   │   │   │   │   ├── _dialog.html
│   │   │   │   │   ├── position.html
│   │   │   │   │   ├── toolbar.html
│   │   │   │   │   └── tooltipdialog.html
│   │   │   │   ├── tree
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── animation.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── checkbox.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── dnd.html
│   │   │   │   │   ├── editable.html
│   │   │   │   │   ├── formatting.html
│   │   │   │   │   ├── icons.html
│   │   │   │   │   ├── lazyload.html
│   │   │   │   │   ├── lines.html
│   │   │   │   │   ├── tree_data1 - 副本.json
│   │   │   │   │   └── tree_data2.json
│   │   │   │   ├── treegrid
│   │   │   │   │   ├── actions.html
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── clientpagination.html
│   │   │   │   │   ├── contextmenu.html
│   │   │   │   │   ├── editable.html
│   │   │   │   │   ├── fluid.html
│   │   │   │   │   ├── footer.html
│   │   │   │   │   ├── lines.html
│   │   │   │   │   ├── reports.html
│   │   │   │   │   ├── treegrid_data1.json
│   │   │   │   │   ├── treegrid_data2.json
│   │   │   │   │   └── treegrid_data3.json
│   │   │   │   ├── validatebox
│   │   │   │   │   ├── basic.html
│   │   │   │   │   ├── customtooltip.html
│   │   │   │   │   └── validateonblur.html
│   │   │   │   └── window
│   │   │   │   ├── basic.html
│   │   │   │   ├── customtools.html
│   │   │   │   ├── fluid.html
│   │   │   │   ├── footer.html
│   │   │   │   ├── inlinewindow.html
│   │   │   │   ├── modalwindow.html
│   │   │   │   └── windowlayout.html
│   │   │   ├── easyloader.js
│   │   │   ├── jquery.easyui.min.js
│   │   │   ├── jquery.min.js
│   │   │   ├── licence_gpl.txt
│   │   │   ├── locale
│   │   │   │   ├── easyui-lang-af.js
│   │   │   │   ├── easyui-lang-am.js
│   │   │   │   ├── easyui-lang-ar.js
│   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   ├── easyui-lang-cz.js
│   │   │   │   ├── easyui-lang-da.js
│   │   │   │   ├── easyui-lang-de.js
│   │   │   │   ├── easyui-lang-el.js
│   │   │   │   ├── easyui-lang-en.js
│   │   │   │   ├── easyui-lang-es.js
│   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   ├── easyui-lang-it.js
│   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-pl.js
│   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   ├── easyui-lang-sv_SE.js
│   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── plugins
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.combogrid.js
│   │   │   │   ├── jquery.combo.js
│   │   │   │   ├── jquery.combotree.js
│   │   │   │   ├── jquery.datagrid.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.datetimebox.js
│   │   │   │   ├── jquery.datetimespinner.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.filebox.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.layout.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menubutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.messager.js
│   │   │   │   ├── jquery.numberbox.js
│   │   │   │   ├── jquery.numberspinner.js
│   │   │   │   ├── jquery.pagination.js
│   │   │   │   ├── jquery.panel.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.progressbar.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.searchbox.js
│   │   │   │   ├── jquery.slider.js
│   │   │   │   ├── jquery.spinner.js
│   │   │   │   ├── jquery.splitbutton.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   ├── jquery.textbox.js
│   │   │   │   ├── jquery.timespinner.js
│   │   │   │   ├── jquery.tooltip.js
│   │   │   │   ├── jquery.treegrid.js
│   │   │   │   ├── jquery.tree.js
│   │   │   │   ├── jquery.validatebox.js
│   │   │   │   └── jquery.window.js
│   │   │   ├── readme.txt
│   │   │   ├── src
│   │   │   │   ├── easyloader.js
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.progressbar.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.slider.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   └── jquery.window.js
│   │   │   └── themes
│   │   │   ├── black
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── bootstrap
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── color.css
│   │   │   ├── default
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cancel.png
│   │   │   │   ├── clear.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── filter.png
│   │   │   │   ├── help.png
│   │   │   │   ├── large_chart.png
│   │   │   │   ├── large_clipart.png
│   │   │   │   ├── large_picture.png
│   │   │   │   ├── large_shapes.png
│   │   │   │   ├── large_smartart.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── man.png
│   │   │   │   ├── mini_add.png
│   │   │   │   ├── mini_edit.png
│   │   │   │   ├── mini_refresh.png
│   │   │   │   ├── no.png
│   │   │   │   ├── ok.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── print.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── search.png
│   │   │   │   ├── sum.png
│   │   │   │   ├── tip.png
│   │   │   │   └── undo.png
│   │   │   └── metro
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── jquery.easyui.min.js
│   │   ├── jquery.js
│   │   ├── jquery.raty.js
│   │   ├── kindeditor-4.1.10
│   │   │   ├── asp
│   │   │   │   ├── demo.asp
│   │   │   │   ├── file_manager_json.asp
│   │   │   │   ├── JSON_2.0.4.asp
│   │   │   │   ├── UpLoad_Class.asp
│   │   │   │   └── upload_json.asp
│   │   │   ├── asp.net
│   │   │   │   ├── bin
│   │   │   │   │   └── LitJSON.dll
│   │   │   │   ├── demo.aspx
│   │   │   │   ├── file_manager_json.ashx
│   │   │   │   ├── README.txt
│   │   │   │   └── upload_json.ashx
│   │   │   ├── examples
│   │   │   │   ├── auto-height.html
│   │   │   │   ├── colorpicker.html
│   │   │   │   ├── custom-plugin.html
│   │   │   │   ├── custom-theme.html
│   │   │   │   ├── default.html
│   │   │   │   ├── dialog.html
│   │   │   │   ├── dynamic-load.html
│   │   │   │   ├── file-dialog.html
│   │   │   │   ├── file-manager.html
│   │   │   │   ├── filter-mode.html
│   │   │   │   ├── image-dialog.html
│   │   │   │   ├── index.css
│   │   │   │   ├── index.html
│   │   │   │   ├── jquery.html
│   │   │   │   ├── jquery.js
│   │   │   │   ├── jquery-ui
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── smoothness
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   ├── jquery-ui-1.9.2.custom.css
│   │   │   │   │   │   └── jquery-ui-1.9.2.custom.min.css
│   │   │   │   │   └── js
│   │   │   │   │   ├── jquery-ui-1.9.2.custom.js
│   │   │   │   │   └── jquery-ui-1.9.2.custom.min.js
│   │   │   │   ├── jquery-ui.html
│   │   │   │   ├── multi-image-dialog.html
│   │   │   │   ├── multi-language.html
│   │   │   │   ├── newline.html
│   │   │   │   ├── node.html
│   │   │   │   ├── paste-type.html
│   │   │   │   ├── qqstyle.html
│   │   │   │   ├── readonly.html
│   │   │   │   ├── simple.html
│   │   │   │   ├── uploadbutton.html
│   │   │   │   ├── url-type.html
│   │   │   │   └── word-count.html
│   │   │   ├── jsp
│   │   │   │   ├── demo.jsp
│   │   │   │   ├── lib
│   │   │   │   │   ├── commons-fileupload-1.2.1.jar
│   │   │   │   │   ├── commons-io-1.4.jar
│   │   │   │   │   └── json_simple-1.1.jar
│   │   │   │   └── README.txt
│   │   │   ├── kindeditor-all.js
│   │   │   ├── kindeditor-all-min.js
│   │   │   ├── kindeditor.js
│   │   │   ├── kindeditor-min.js
│   │   │   ├── lang
│   │   │   │   ├── ar.js
│   │   │   │   ├── en.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── zh_CN.js
│   │   │   │   └── zh_TW.js
│   │   │   ├── license.txt
│   │   │   ├── php
│   │   │   │   ├── demo.php
│   │   │   │   ├── file_manager_json.php
│   │   │   │   ├── JSON.php
│   │   │   │   └── upload_json.php
│   │   │   ├── plugins
│   │   │   │   ├── anchor
│   │   │   │   │   └── anchor.js
│   │   │   │   ├── autoheight
│   │   │   │   │   └── autoheight.js
│   │   │   │   ├── baidumap
│   │   │   │   │   ├── baidumap.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── map.html
│   │   │   │   ├── clearhtml
│   │   │   │   │   └── clearhtml.js
│   │   │   │   ├── code
│   │   │   │   │   ├── code.js
│   │   │   │   │   ├── prettify.css
│   │   │   │   │   └── prettify.js
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── emoticons.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 100.gif
│   │   │   │   │   ├── 101.gif
│   │   │   │   │   ├── 102.gif
│   │   │   │   │   ├── 103.gif
│   │   │   │   │   ├── 104.gif
│   │   │   │   │   ├── 105.gif
│   │   │   │   │   ├── 106.gif
│   │   │   │   │   ├── 107.gif
│   │   │   │   │   ├── 108.gif
│   │   │   │   │   ├── 109.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 110.gif
│   │   │   │   │   ├── 111.gif
│   │   │   │   │   ├── 112.gif
│   │   │   │   │   ├── 113.gif
│   │   │   │   │   ├── 114.gif
│   │   │   │   │   ├── 115.gif
│   │   │   │   │   ├── 116.gif
│   │   │   │   │   ├── 117.gif
│   │   │   │   │   ├── 118.gif
│   │   │   │   │   ├── 119.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 120.gif
│   │   │   │   │   ├── 121.gif
│   │   │   │   │   ├── 122.gif
│   │   │   │   │   ├── 123.gif
│   │   │   │   │   ├── 124.gif
│   │   │   │   │   ├── 125.gif
│   │   │   │   │   ├── 126.gif
│   │   │   │   │   ├── 127.gif
│   │   │   │   │   ├── 128.gif
│   │   │   │   │   ├── 129.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 130.gif
│   │   │   │   │   ├── 131.gif
│   │   │   │   │   ├── 132.gif
│   │   │   │   │   ├── 133.gif
│   │   │   │   │   ├── 134.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 76.gif
│   │   │   │   │   ├── 77.gif
│   │   │   │   │   ├── 78.gif
│   │   │   │   │   ├── 79.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 80.gif
│   │   │   │   │   ├── 81.gif
│   │   │   │   │   ├── 82.gif
│   │   │   │   │   ├── 83.gif
│   │   │   │   │   ├── 84.gif
│   │   │   │   │   ├── 85.gif
│   │   │   │   │   ├── 86.gif
│   │   │   │   │   ├── 87.gif
│   │   │   │   │   ├── 88.gif
│   │   │   │   │   ├── 89.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 90.gif
│   │   │   │   │   ├── 91.gif
│   │   │   │   │   ├── 92.gif
│   │   │   │   │   ├── 93.gif
│   │   │   │   │   ├── 94.gif
│   │   │   │   │   ├── 95.gif
│   │   │   │   │   ├── 96.gif
│   │   │   │   │   ├── 97.gif
│   │   │   │   │   ├── 98.gif
│   │   │   │   │   ├── 99.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   └── static.gif
│   │   │   │   ├── filemanager
│   │   │   │   │   ├── filemanager.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── file-16.gif
│   │   │   │   │   ├── file-64.gif
│   │   │   │   │   ├── folder-16.gif
│   │   │   │   │   ├── folder-64.gif
│   │   │   │   │   └── go-up.gif
│   │   │   │   ├── flash
│   │   │   │   │   └── flash.js
│   │   │   │   ├── image
│   │   │   │   │   ├── image.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── align_left.gif
│   │   │   │   │   ├── align_right.gif
│   │   │   │   │   ├── align_top.gif
│   │   │   │   │   └── refresh.png
│   │   │   │   ├── insertfile
│   │   │   │   │   └── insertfile.js
│   │   │   │   ├── lineheight
│   │   │   │   │   └── lineheight.js
│   │   │   │   ├── link
│   │   │   │   │   └── link.js
│   │   │   │   ├── map
│   │   │   │   │   ├── map.html
│   │   │   │   │   └── map.js
│   │   │   │   ├── media
│   │   │   │   │   └── media.js
│   │   │   │   ├── multiimage
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── image.png
│   │   │   │   │   │   ├── select-files-en.png
│   │   │   │   │   │   ├── select-files-zh_CN.png
│   │   │   │   │   │   └── swfupload.swf
│   │   │   │   │   └── multiimage.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── pagebreak.js
│   │   │   │   ├── plainpaste
│   │   │   │   │   └── plainpaste.js
│   │   │   │   ├── preview
│   │   │   │   │   └── preview.js
│   │   │   │   ├── quickformat
│   │   │   │   │   └── quickformat.js
│   │   │   │   ├── table
│   │   │   │   │   └── table.js
│   │   │   │   ├── template
│   │   │   │   │   ├── html
│   │   │   │   │   │   ├── 1.html
│   │   │   │   │   │   ├── 2.html
│   │   │   │   │   │   └── 3.html
│   │   │   │   │   └── template.js
│   │   │   │   └── wordpaste
│   │   │   │   └── wordpaste.js
│   │   │   └── themes
│   │   │   ├── common
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── blank.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── media.gif
│   │   │   │   └── rm.gif
│   │   │   ├── default
│   │   │   │   ├── background.png
│   │   │   │   ├── default.css
│   │   │   │   └── default.png
│   │   │   ├── qq
│   │   │   │   ├── editor.gif
│   │   │   │   └── qq.css
│   │   │   └── simple
│   │   │   └── simple.css
│   │   ├── lrtk.js
│   │   └── respond.min.js
│   ├── WEB-INF
│   │   └── views
│   │   ├── content-add.jsp
│   │   ├── content-category.jsp
│   │   ├── content-edit.jsp
│   │   ├── content.jsp
│   │   ├── home.jsp
│   │   ├── index.jsp
│   │   ├── item-add.jsp
│   │   ├── item-edit.jsp
│   │   ├── item-list.jsp
│   │   └── login.jsp
│   ├── Widget
│   │   ├── datatables
│   │   │   └── 1.10.0
│   │   │   └── jquery.dataTables.min.js
│   │   ├── icheck
│   │   │   ├── aero.png
│   │   │   ├── blue.png
│   │   │   ├── green.png
│   │   │   ├── grey.png
│   │   │   ├── icheck.css
│   │   │   ├── jquery.icheck.min.js
│   │   │   ├── minimal.png
│   │   │   ├── orange.png
│   │   │   ├── pink.png
│   │   │   ├── purple.png
│   │   │   ├── red.png
│   │   │   ├── Thumbs.db
│   │   │   └── yellow.png
│   │   ├── My97DatePicker
│   │   │   ├── calendar.js
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh-tw.js
│   │   │   ├── skin
│   │   │   │   ├── datePicker.gif
│   │   │   │   ├── default
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── twoer
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   ├── datepicker-dev.css
│   │   │   │   │   ├── img.gif
│   │   │   │   │   └── img.png
│   │   │   │   ├── WdatePicker.css
│   │   │   │   └── whyGreen
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   └── WdatePicker.js
│   │   ├── swfupload
│   │   │   ├── cancel_upload.jpg
│   │   │   ├── handlers.js
│   │   │   ├── swfupload.cookies.js
│   │   │   ├── swfupload_fp9.swf
│   │   │   ├── swfupload.js
│   │   │   ├── swfupload.proxy.js
│   │   │   ├── swfupload.queue.js
│   │   │   ├── swfupload.speed.js
│   │   │   ├── swfupload.swf
│   │   │   └── upload-btn.png
│   │   └── Validform
│   │   └── 5.3.2
│   │   ├── passwordStrength-min.js
│   │   ├── Validform.js
│   │   └── Validform.min.js
│   └── 静态页面使用.docx
├── 02门户系统静态页面
│   ├── css
│   │   ├── base.css
│   │   ├── login.css
│   │   ├── myjd.commentImg.css
│   │   ├── myjd.common.css
│   │   ├── myjd.info.css
│   │   ├── myjd.order.css
│   │   ├── order-commons.css
│   │   ├── passport.base.css
│   │   ├── pop_compare.css
│   │   ├── psearch20131008.css
│   │   ├── psearch.onebox.css
│   │   ├── pshow.css
│   │   ├── purchase.2012.css
│   │   ├── purchase.base.2012.css
│   │   ├── purchase.checkout.css
│   │   ├── purchase.sop.css
│   │   ├── regist.personal.css
│   │   └── taotao.css
│   ├── images
│   │   ├── 11.jpg
│   │   ├── 15.png
│   │   ├── 17.png
│   │   ├── 18.png
│   │   ├── 20111221C.png
│   │   ├── 20120112B.png
│   │   ├── 20120209D.png
│   │   ├── 20130330A_2.png
│   │   ├── 20130330A.png
│   │   ├── 20130330B_1.png
│   │   ├── 20130330C.png
│   │   ├── 20130415i.png
│   │   ├── 20130606B (1).png
│   │   ├── 20130606B.png
│   │   ├── 20130725.png
│   │   ├── 2013100701.gif
│   │   ├── 2013100702.gif
│   │   ├── 22.jpg
│   │   ├── 28.png
│   │   ├── 360_flash.png
│   │   ├── 360_video.png
│   │   ├── 537b084eN94336622.png
│   │   ├── 541f893aN662da9bc.png
│   │   ├── 541fdd63Nab1b3c63.jpg
│   │   ├── 54238aaaN17189794.png
│   │   ├── 543b4d75N686689d7.jpg
│   │   ├── 5440b1e4N8ff6d0fd.jpg
│   │   ├── 5440b1e7N1ade375b.jpg
│   │   ├── 5440ce68Na00d019e.jpg
│   │   ├── 544a11d3Na5a3d566.png
│   │   ├── 547e6a57N75c2f016.gif
│   │   ├── 549d03d0N59b1f026.jpg
│   │   ├── 8.png
│   │   ├── backpanel20140708.png
│   │   ├── bg20110922.png
│   │   ├── bg_hotsale.gif
│   │   ├── bg_prompt.gif
│   │   ├── bg_thickbox.gif
│   │   ├── blank.gif
│   │   ├── btn-again.png
│   │   ├── btn-bg-1.png
│   │   ├── btn-check-20140627.png
│   │   ├── btn-submit.jpg
│   │   ├── btn-submit-new.jpg
│   │   ├── cart_corner_1.png
│   │   ├── checkout-title.gif
│   │   ├── cicon.png
│   │   ├── commstar.jpg
│   │   ├── control-icon-20140521.png
│   │   ├── cue.png
│   │   ├── defaultImgs
│   │   │   ├── 10.jpg
│   │   │   ├── 11.jpg
│   │   │   ├── 12.jpg
│   │   │   ├── 13.jpg
│   │   │   ├── 14.jpg
│   │   │   ├── 15.jpg
│   │   │   ├── 16.jpg
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   └── 9.jpg
│   │   ├── error-3.gif
│   │   ├── error-jd.gif
│   │   ├── error.png
│   │   ├── floor-sort20131202.png
│   │   ├── flow.gif
│   │   ├── footprint-arr.png
│   │   ├── hover-btn.jpg
│   │   ├── icon48.png
│   │   ├── iconadd.jpg
│   │   ├── im20131028.gif
│   │   ├── index-jd-wx-qrcode.png
│   │   ├── index.showcase.tg.png
│   │   ├── layer-credit.png
│   │   ├── loading.gif
│   │   ├── loading-jd.gif
│   │   ├── login-all-bg.png
│   │   ├── logo-201305.png
│   │   ├── m-buy.png
│   │   ├── more-slide.png
│   │   ├── my_cart_title.png
│   │   ├── myjd-bg2.png
│   │   ├── myjd-common-icon.png
│   │   ├── myjd-new-ico.png
│   │   ├── newicon20140417.png
│   │   ├── one4.jpg
│   │   ├── one5.jpg
│   │   ├── one6.jpg
│   │   ├── order-icon-20140811.png
│   │   ├── p-btns-20140611.png
│   │   ├── perfect_bg.jpg
│   │   ├── phone-bg.jpg
│   │   ├── promise20141021.png
│   │   ├── purchase-icon.png
│   │   ├── pwdstrength.gif
│   │   ├── qr-code-sao02.png
│   │   ├── qr-code-sao.png
│   │   ├── rank2014.gif
│   │   ├── rank-sh.png
│   │   ├── rBEhV1I2yiUIAAAAAADKL7RWKf8AADQDQOQekkAAMpH341.jpg
│   │   ├── rBEhV1NXYLYIAAAAAADGO8-wV-UAAMfdgNi-BAAAMZT367.jpg
│   │   ├── regist-btn.jpg
│   │   ├── regist-word.png
│   │   ├── share.png
│   │   ├── step1.png
│   │   ├── step2.png
│   │   ├── sucess.png
│   │   ├── swfupload.swf
│   │   ├── tab.png
│   │   ├── taotao-logo.gif
│   │   ├── thickbox_close.png
│   │   ├── tip-arrow.png
│   │   ├── tip-cue.png
│   │   ├── toggler-arrow.gif
│   │   ├── update.png
│   │   ├── user_purchase.png
│   │   ├── vip.png
│   │   ├── virtuals-20140606.png
│   │   ├── virtuals-cat-ico20140826.png
│   │   ├── wait-btn.jpg
│   │   └── yzm.jpg
│   ├── js
│   │   ├── base-2011.js
│   │   ├── base.js
│   │   ├── base-v1.js
│   │   ├── calendar.js
│   │   ├── cart.js
│   │   ├── comment.json
│   │   ├── CommentStar.js
│   │   ├── home.js
│   │   ├── iplocation_server.js
│   │   ├── itemcat.json
│   │   ├── jquery-1.2.6.min.js
│   │   ├── jquery-1.6.4.js
│   │   ├── jquery.checkout.js
│   │   ├── jquery.cookie.js
│   │   ├── jquery-extend.js
│   │   ├── jquery.hashchange.js
│   │   ├── jquery.price_format.2.0.min.js
│   │   ├── json2.js
│   │   ├── jTips.js
│   │   ├── lib-v1.js
│   │   ├── login
│   │   │   ├── checkClient.js
│   │   │   ├── g.base.js
│   │   │   ├── jdEdit.js
│   │   │   ├── jdThickBox.js
│   │   │   └── login.js
│   │   ├── order2.js
│   │   ├── order.common.js
│   │   ├── order.js
│   │   ├── payAndShipment.js
│   │   ├── product.js
│   │   ├── register
│   │   │   ├── jd.lib.js
│   │   │   ├── jdThickBox.js
│   │   │   ├── jdValidate.emReg.js
│   │   │   ├── jdValidate.js
│   │   │   └── jdValidate.regSuccess.js
│   │   ├── search_main.js
│   │   ├── static
│   │   │   ├── lib-v1.js
│   │   │   └── register
│   │   │   ├── jd.lib.js
│   │   │   ├── jdThickBox.js
│   │   │   ├── jdValidate.emReg.js
│   │   │   ├── jdValidate.js
│   │   │   └── jdValidate.regSuccess.js
│   │   └── taotao.js
│   └── WEB-INF
│   ├── commons
│   │   ├── footer.jsp
│   │   ├── footer-links.jsp
│   │   ├── header.jsp
│   │   └── shortcut.jsp
│   └── views
│   ├── cart.jsp
│   ├── error
│   │   ├── exception.jsp
│   │   └── my-exception.jsp
│   ├── index.jsp
│   ├── login.jsp
│   ├── order-cart.jsp
│   ├── register.jsp
│   └── success.jsp
├── 03搜索系统静态页面
│   ├── css
│   │   ├── base.css
│   │   ├── login.css
│   │   ├── myjd.commentImg.css
│   │   ├── myjd.common.css
│   │   ├── myjd.info.css
│   │   ├── myjd.order.css
│   │   ├── order-commons.css
│   │   ├── passport.base.css
│   │   ├── pop_compare.css
│   │   ├── psearch20131008.css
│   │   ├── psearch.onebox.css
│   │   ├── pshow.css
│   │   ├── purchase.2012.css
│   │   ├── purchase.base.2012.css
│   │   ├── purchase.checkout.css
│   │   ├── purchase.sop.css
│   │   ├── regist.personal.css
│   │   └── taotao.css
│   ├── images
│   │   ├── 11.jpg
│   │   ├── 15.png
│   │   ├── 17.png
│   │   ├── 18.png
│   │   ├── 20111221C.png
│   │   ├── 20120112B.png
│   │   ├── 20120209D.png
│   │   ├── 20130330A_2.png
│   │   ├── 20130330A.png
│   │   ├── 20130330B_1.png
│   │   ├── 20130330C.png
│   │   ├── 20130415i.png
│   │   ├── 20130606B (1).png
│   │   ├── 20130606B.png
│   │   ├── 20130725.png
│   │   ├── 2013100701.gif
│   │   ├── 2013100702.gif
│   │   ├── 22.jpg
│   │   ├── 28.png
│   │   ├── 360_flash.png
│   │   ├── 360_video.png
│   │   ├── 537b084eN94336622.png
│   │   ├── 541f893aN662da9bc.png
│   │   ├── 541fdd63Nab1b3c63.jpg
│   │   ├── 54238aaaN17189794.png
│   │   ├── 543b4d75N686689d7.jpg
│   │   ├── 5440b1e4N8ff6d0fd.jpg
│   │   ├── 5440b1e7N1ade375b.jpg
│   │   ├── 5440ce68Na00d019e.jpg
│   │   ├── 544a11d3Na5a3d566.png
│   │   ├── 547e6a57N75c2f016.gif
│   │   ├── 549d03d0N59b1f026.jpg
│   │   ├── 8.png
│   │   ├── backpanel20140708.png
│   │   ├── bg20110922.png
│   │   ├── bg_hotsale.gif
│   │   ├── bg_prompt.gif
│   │   ├── bg_thickbox.gif
│   │   ├── blank.gif
│   │   ├── btn-again.png
│   │   ├── btn-bg-1.png
│   │   ├── btn-check-20140627.png
│   │   ├── btn-submit.jpg
│   │   ├── btn-submit-new.jpg
│   │   ├── cart_corner_1.png
│   │   ├── checkout-title.gif
│   │   ├── cicon.png
│   │   ├── commstar.jpg
│   │   ├── control-icon-20140521.png
│   │   ├── cue.png
│   │   ├── defaultImgs
│   │   │   ├── 10.jpg
│   │   │   ├── 11.jpg
│   │   │   ├── 12.jpg
│   │   │   ├── 13.jpg
│   │   │   ├── 14.jpg
│   │   │   ├── 15.jpg
│   │   │   ├── 16.jpg
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   └── 9.jpg
│   │   ├── error-3.gif
│   │   ├── error-jd.gif
│   │   ├── error.png
│   │   ├── floor-sort20131202.png
│   │   ├── flow.gif
│   │   ├── footprint-arr.png
│   │   ├── hover-btn.jpg
│   │   ├── icon48.png
│   │   ├── iconadd.jpg
│   │   ├── im20131028.gif
│   │   ├── index-jd-wx-qrcode.png
│   │   ├── index.showcase.tg.png
│   │   ├── layer-credit.png
│   │   ├── loading.gif
│   │   ├── loading-jd.gif
│   │   ├── login-all-bg.png
│   │   ├── logo-201305.png
│   │   ├── m-buy.png
│   │   ├── more-slide.png
│   │   ├── my_cart_title.png
│   │   ├── myjd-bg2.png
│   │   ├── myjd-common-icon.png
│   │   ├── myjd-new-ico.png
│   │   ├── newicon20140417.png
│   │   ├── one4.jpg
│   │   ├── one5.jpg
│   │   ├── one6.jpg
│   │   ├── order-icon-20140811.png
│   │   ├── p-btns-20140611.png
│   │   ├── perfect_bg.jpg
│   │   ├── phone-bg.jpg
│   │   ├── promise20141021.png
│   │   ├── purchase-icon.png
│   │   ├── pwdstrength.gif
│   │   ├── qr-code-sao02.png
│   │   ├── qr-code-sao.png
│   │   ├── rank2014.gif
│   │   ├── rank-sh.png
│   │   ├── rBEhV1I2yiUIAAAAAADKL7RWKf8AADQDQOQekkAAMpH341.jpg
│   │   ├── rBEhV1NXYLYIAAAAAADGO8-wV-UAAMfdgNi-BAAAMZT367.jpg
│   │   ├── regist-btn.jpg
│   │   ├── regist-word.png
│   │   ├── share.png
│   │   ├── step1.png
│   │   ├── step2.png
│   │   ├── sucess.png
│   │   ├── swfupload.swf
│   │   ├── tab.png
│   │   ├── taotao-logo.gif
│   │   ├── thickbox_close.png
│   │   ├── tip-arrow.png
│   │   ├── tip-cue.png
│   │   ├── toggler-arrow.gif
│   │   ├── update.png
│   │   ├── user_purchase.png
│   │   ├── vip.png
│   │   ├── virtuals-20140606.png
│   │   ├── virtuals-cat-ico20140826.png
│   │   ├── wait-btn.jpg
│   │   └── yzm.jpg
│   ├── js
│   │   ├── base-2011.js
│   │   ├── base.js
│   │   ├── base-v1.js
│   │   ├── calendar.js
│   │   ├── cart.js
│   │   ├── comment.json
│   │   ├── CommentStar.js
│   │   ├── home.js
│   │   ├── iplocation_server.js
│   │   ├── itemcat.json
│   │   ├── jquery-1.2.6.min.js
│   │   ├── jquery-1.6.4.js
│   │   ├── jquery.checkout.js
│   │   ├── jquery.cookie.js
│   │   ├── jquery-extend.js
│   │   ├── jquery.hashchange.js
│   │   ├── jquery.price_format.2.0.min.js
│   │   ├── json2.js
│   │   ├── jTips.js
│   │   ├── lib-v1.js
│   │   ├── login
│   │   │   ├── checkClient.js
│   │   │   ├── g.base.js
│   │   │   ├── jdEdit.js
│   │   │   ├── jdThickBox.js
│   │   │   └── login.js
│   │   ├── order2.js
│   │   ├── order.common.js
│   │   ├── order.js
│   │   ├── payAndShipment.js
│   │   ├── product.js
│   │   ├── register
│   │   │   ├── jd.lib.js
│   │   │   ├── jdThickBox.js
│   │   │   ├── jdValidate.emReg.js
│   │   │   ├── jdValidate.js
│   │   │   └── jdValidate.regSuccess.js
│   │   ├── search_main.js
│   │   ├── static
│   │   │   ├── lib-v1.js
│   │   │   └── register
│   │   │   ├── jd.lib.js
│   │   │   ├── jdThickBox.js
│   │   │   ├── jdValidate.emReg.js
│   │   │   ├── jdValidate.js
│   │   │   └── jdValidate.regSuccess.js
│   │   └── taotao.js
│   └── WEB-INF
│   ├── commons
│   │   ├── footer.jsp
│   │   ├── footer-links.jsp
│   │   ├── header.jsp
│   │   └── shortcut.jsp
│   └── views
│   ├── error
│   │   ├── exception.jsp
│   │   └── my-exception.jsp
│   └── search.jsp
└── 04商品详情静态页面
├── css
│   ├── base.css
│   ├── login.css
│   ├── myjd.commentImg.css
│   ├── myjd.common.css
│   ├── myjd.info.css
│   ├── myjd.order.css
│   ├── order-commons.css
│   ├── passport.base.css
│   ├── pop_compare.css
│   ├── psearch20131008.css
│   ├── psearch.onebox.css
│   ├── pshow.css
│   ├── purchase.2012.css
│   ├── purchase.base.2012.css
│   ├── purchase.checkout.css
│   ├── purchase.sop.css
│   ├── regist.personal.css
│   └── taotao.css
├── images
│   ├── 11.jpg
│   ├── 15.png
│   ├── 17.png
│   ├── 18.png
│   ├── 20111221C.png
│   ├── 20120112B.png
│   ├── 20120209D.png
│   ├── 20130330A_2.png
│   ├── 20130330A.png
│   ├── 20130330B_1.png
│   ├── 20130330C.png
│   ├── 20130415i.png
│   ├── 20130606B (1).png
│   ├── 20130606B.png
│   ├── 20130725.png
│   ├── 2013100701.gif
│   ├── 2013100702.gif
│   ├── 22.jpg
│   ├── 28.png
│   ├── 360_flash.png
│   ├── 360_video.png
│   ├── 537b084eN94336622.png
│   ├── 541f893aN662da9bc.png
│   ├── 541fdd63Nab1b3c63.jpg
│   ├── 54238aaaN17189794.png
│   ├── 543b4d75N686689d7.jpg
│   ├── 5440b1e4N8ff6d0fd.jpg
│   ├── 5440b1e7N1ade375b.jpg
│   ├── 5440ce68Na00d019e.jpg
│   ├── 544a11d3Na5a3d566.png
│   ├── 547e6a57N75c2f016.gif
│   ├── 549d03d0N59b1f026.jpg
│   ├── 8.png
│   ├── backpanel20140708.png
│   ├── bg20110922.png
│   ├── bg_hotsale.gif
│   ├── bg_prompt.gif
│   ├── bg_thickbox.gif
│   ├── blank.gif
│   ├── btn-again.png
│   ├── btn-bg-1.png
│   ├── btn-check-20140627.png
│   ├── btn-submit.jpg
│   ├── btn-submit-new.jpg
│   ├── cart_corner_1.png
│   ├── checkout-title.gif
│   ├── cicon.png
│   ├── commstar.jpg
│   ├── control-icon-20140521.png
│   ├── cue.png
│   ├── defaultImgs
│   │   ├── 10.jpg
│   │   ├── 11.jpg
│   │   ├── 12.jpg
│   │   ├── 13.jpg
│   │   ├── 14.jpg
│   │   ├── 15.jpg
│   │   ├── 16.jpg
│   │   ├── 1.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   ├── 5.jpg
│   │   ├── 6.jpg
│   │   ├── 7.jpg
│   │   ├── 8.jpg
│   │   └── 9.jpg
│   ├── error-3.gif
│   ├── error-jd.gif
│   ├── error.png
│   ├── floor-sort20131202.png
│   ├── flow.gif
│   ├── footprint-arr.png
│   ├── hover-btn.jpg
│   ├── icon48.png
│   ├── iconadd.jpg
│   ├── im20131028.gif
│   ├── index-jd-wx-qrcode.png
│   ├── index.showcase.tg.png
│   ├── layer-credit.png
│   ├── loading.gif
│   ├── loading-jd.gif
│   ├── login-all-bg.png
│   ├── logo-201305.png
│   ├── m-buy.png
│   ├── more-slide.png
│   ├── my_cart_title.png
│   ├── myjd-bg2.png
│   ├── myjd-common-icon.png
│   ├── myjd-new-ico.png
│   ├── newicon20140417.png
│   ├── one4.jpg
│   ├── one5.jpg
│   ├── one6.jpg
│   ├── order-icon-20140811.png
│   ├── p-btns-20140611.png
│   ├── perfect_bg.jpg
│   ├── phone-bg.jpg
│   ├── promise20141021.png
│   ├── purchase-icon.png
│   ├── pwdstrength.gif
│   ├── qr-code-sao02.png
│   ├── qr-code-sao.png
│   ├── rank2014.gif
│   ├── rank-sh.png
│   ├── rBEhV1I2yiUIAAAAAADKL7RWKf8AADQDQOQekkAAMpH341.jpg
│   ├── rBEhV1NXYLYIAAAAAADGO8-wV-UAAMfdgNi-BAAAMZT367.jpg
│   ├── regist-btn.jpg
│   ├── regist-word.png
│   ├── share.png
│   ├── step1.png
│   ├── step2.png
│   ├── sucess.png
│   ├── swfupload.swf
│   ├── tab.png
│   ├── taotao-logo.gif
│   ├── thickbox_close.png
│   ├── tip-arrow.png
│   ├── tip-cue.png
│   ├── toggler-arrow.gif
│   ├── update.png
│   ├── user_purchase.png
│   ├── vip.png
│   ├── virtuals-20140606.png
│   ├── virtuals-cat-ico20140826.png
│   ├── wait-btn.jpg
│   └── yzm.jpg
├── js
│   ├── base-2011.js
│   ├── base.js
│   ├── base-v1.js
│   ├── calendar.js
│   ├── cart.js
│   ├── comment.json
│   ├── CommentStar.js
│   ├── home.js
│   ├── iplocation_server.js
│   ├── itemcat.json
│   ├── jquery-1.2.6.min.js
│   ├── jquery-1.6.4.js
│   ├── jquery.checkout.js
│   ├── jquery.cookie.js
│   ├── jquery-extend.js
│   ├── jquery.hashchange.js
│   ├── jquery.price_format.2.0.min.js
│   ├── json2.js
│   ├── jTips.js
│   ├── lib-v1.js
│   ├── login
│   │   ├── checkClient.js
│   │   ├── g.base.js
│   │   ├── jdEdit.js
│   │   ├── jdThickBox.js
│   │   └── login.js
│   ├── order2.js
│   ├── order.common.js
│   ├── order.js
│   ├── payAndShipment.js
│   ├── product.js
│   ├── register
│   │   ├── jd.lib.js
│   │   ├── jdThickBox.js
│   │   ├── jdValidate.emReg.js
│   │   ├── jdValidate.js
│   │   └── jdValidate.regSuccess.js
│   ├── search_main.js
│   ├── static
│   │   ├── lib-v1.js
│   │   └── register
│   │   ├── jd.lib.js
│   │   ├── jdThickBox.js
│   │   ├── jdValidate.emReg.js
│   │   ├── jdValidate.js
│   │   └── jdValidate.regSuccess.js
│   └── taotao.js
└── WEB-INF
├── commons
│   ├── footer.jsp
│   ├── footer-links.jsp
│   ├── header.jsp
│   └── shortcut.jsp
└── views
├── error
│   ├── exception.jsp
│   └── my-exception.jsp
└── item.jsp

193 directories, 1693 files

标签:

实例下载地址

淘淘商城静态页面

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警