实例介绍
通过简单部署,可以实现办公设备进出库登记查询并记录,可分配多个管理员进行后台管理、设备管理、也可以再次开发使用。
【实例截图】
【核心代码】
.
├── project5
│ ├── H-ui
│ │ ├── H-ui前端框架官方网站.URL
│ │ ├── LICENSE.md
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ ├── lib
│ │ │ ├── ColorPicker
│ │ │ │ └── 1.5.0
│ │ │ │ └── ColorPicker.js
│ │ │ ├── DD_belatedPNG_0.0.8a-min.js
│ │ │ ├── Hui-iconfont
│ │ │ │ └── 1.0.8
│ │ │ │ ├── demo.html
│ │ │ │ ├── iconfont.css
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.min.css
│ │ │ │ ├── iconfont.svg
│ │ │ │ ├── iconfont.ttf
│ │ │ │ └── iconfont.woff
│ │ │ ├── My97DatePicker
│ │ │ │ └── 4.8
│ │ │ │ ├── WdatePicker.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh-tw.js
│ │ │ │ └── skin
│ │ │ │ ├── WdatePicker.css
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── twoer
│ │ │ │ │ ├── datepicker-dev.css
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── img.png
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── Swiper
│ │ │ │ └── 3.4.2
│ │ │ │ ├── LICENSE
│ │ │ │ ├── css
│ │ │ │ │ ├── swiper.css
│ │ │ │ │ └── swiper.min.css
│ │ │ │ ├── demos
│ │ │ │ │ ├── 01-default.html
│ │ │ │ │ ├── 02-responsive.html
│ │ │ │ │ ├── 03-vertical.html
│ │ │ │ │ ├── 04-space-between.html
│ │ │ │ │ ├── 05-slides-per-view.html
│ │ │ │ │ ├── 06-slides-per-view-auto.html
│ │ │ │ │ ├── 07-centered.html
│ │ │ │ │ ├── 08-centered-auto.html
│ │ │ │ │ ├── 09-freemode.html
│ │ │ │ │ ├── 10-slides-per-column.html
│ │ │ │ │ ├── 11-nested.html
│ │ │ │ │ ├── 12-grab-cursor.html
│ │ │ │ │ ├── 13-scrollbar.html
│ │ │ │ │ ├── 14-nav-arrows.html
│ │ │ │ │ ├── 15-infinite-loop.html
│ │ │ │ │ ├── 16-effect-fade.html
│ │ │ │ │ ├── 17-effect-cube.html
│ │ │ │ │ ├── 18-effect-coverflow.html
│ │ │ │ │ ├── 19-keyboard-control.html
│ │ │ │ │ ├── 20-mousewheel-control.html
│ │ │ │ │ ├── 21-autoplay.html
│ │ │ │ │ ├── 22-dynamic-slides.html
│ │ │ │ │ ├── 23-thumbs-gallery-loop.html
│ │ │ │ │ ├── 23-thumbs-gallery.html
│ │ │ │ │ ├── 24-multiple-swipers.html
│ │ │ │ │ ├── 25-hash-navigation.html
│ │ │ │ │ ├── 26-rtl.html
│ │ │ │ │ ├── 27-jquery.html
│ │ │ │ │ ├── 28-parallax.html
│ │ │ │ │ ├── 29-custom-pagination.html
│ │ │ │ │ ├── 30-lazy-load-images.html
│ │ │ │ │ ├── 31-custom-plugin.html
│ │ │ │ │ ├── 32-scroll-container.html
│ │ │ │ │ ├── 32-slideable-menu.html
│ │ │ │ │ ├── 33-responsive-breakpoints.html
│ │ │ │ │ ├── 34-autoheight.html
│ │ │ │ │ ├── 35-effect-flip.html
│ │ │ │ │ ├── 36-pagination-fraction.html
│ │ │ │ │ ├── 37-pagination-progress.html
│ │ │ │ │ ├── 38-history.html
│ │ │ │ │ ├── 38-jquery-ie9-loop.html
│ │ │ │ │ └── 39-zoom.html
│ │ │ │ └── js
│ │ │ │ ├── swiper.jquery.js
│ │ │ │ ├── swiper.jquery.min.js
│ │ │ │ ├── swiper.js
│ │ │ │ └── swiper.min.js
│ │ │ ├── Validform
│ │ │ │ └── 5.3.2
│ │ │ │ ├── Validform.js
│ │ │ │ ├── Validform.min.js
│ │ │ │ └── passwordStrength-min.js
│ │ │ ├── bootbox
│ │ │ │ └── 4.4.0
│ │ │ │ ├── bootbox.js
│ │ │ │ └── bootbox.min.js
│ │ │ ├── datatables
│ │ │ │ └── 1.10.0
│ │ │ │ └── jquery.dataTables.min.js
│ │ │ ├── expressInstall.swf
│ │ │ ├── handlebars.js
│ │ │ ├── html5shiv.js
│ │ │ ├── jquery
│ │ │ │ └── 1.9.1
│ │ │ │ ├── jquery.js
│ │ │ │ └── jquery.min.js
│ │ │ ├── jquery-ui
│ │ │ │ └── 1.9.1
│ │ │ │ └── jquery-ui.min.js
│ │ │ ├── jquery.SuperSlide
│ │ │ │ └── 2.1.1
│ │ │ │ ├── demo
│ │ │ │ │ ├── 01
│ │ │ │ │ │ ├── demo.html
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── b-1.jpg
│ │ │ │ │ │ ├── b-2.jpg
│ │ │ │ │ │ ├── b-3.jpg
│ │ │ │ │ │ ├── b-4.jpg
│ │ │ │ │ │ ├── b-5.jpg
│ │ │ │ │ │ ├── b-6.jpg
│ │ │ │ │ │ ├── iconpic-arrow-up.png
│ │ │ │ │ │ ├── s-1.jpg
│ │ │ │ │ │ ├── s-2.jpg
│ │ │ │ │ │ ├── s-3.jpg
│ │ │ │ │ │ ├── s-4.jpg
│ │ │ │ │ │ ├── s-5.jpg
│ │ │ │ │ │ └── s-6.jpg
│ │ │ │ │ ├── 02
│ │ │ │ │ │ ├── demo.html
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── banner-1.jpg
│ │ │ │ │ │ ├── banner-2.jpg
│ │ │ │ │ │ └── banner-3.jpg
│ │ │ │ │ └── 03
│ │ │ │ │ ├── demo.html
│ │ │ │ │ └── images
│ │ │ │ │ └── banner-1.jpg
│ │ │ │ └── jquery.SuperSlide.min.js
│ │ │ ├── jquery.validation
│ │ │ │ └── 1.14.0
│ │ │ │ ├── README.md
│ │ │ │ ├── additional-methods.js
│ │ │ │ ├── additional-methods.min.js
│ │ │ │ ├── jquery.validate.js
│ │ │ │ ├── jquery.validate.min.js
│ │ │ │ ├── messages_zh.js
│ │ │ │ ├── messages_zh.min.js
│ │ │ │ └── validate-methods.js
│ │ │ ├── jselect-1.0.js
│ │ │ ├── layer
│ │ │ │ └── 2.4
│ │ │ │ ├── layer.js
│ │ │ │ └── skin
│ │ │ │ ├── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ └── layer.css
│ │ │ ├── laypage
│ │ │ │ └── 1.2
│ │ │ │ ├── laypage.js
│ │ │ │ └── skin
│ │ │ │ └── laypage.css
│ │ │ ├── nprogress
│ │ │ │ └── 0.2.0
│ │ │ │ ├── nprogress.css
│ │ │ │ ├── nprogress.js
│ │ │ │ ├── nprogress.min.css
│ │ │ │ └── nprogress.min.js
│ │ │ ├── respond.min.js
│ │ │ ├── squid.js
│ │ │ ├── swfobject.js
│ │ │ └── waterfall.min.js
│ │ ├── static
│ │ │ └── h-ui
│ │ │ ├── css
│ │ │ │ ├── H-ui.ie.css
│ │ │ │ ├── H-ui.min.css
│ │ │ │ └── H-ui.reset.css
│ │ │ ├── images
│ │ │ │ ├── Hui-tags
│ │ │ │ │ └── empty.png
│ │ │ │ ├── acrossTab
│ │ │ │ │ ├── acrossTab-bg.png
│ │ │ │ │ ├── acrossTab-close.png
│ │ │ │ │ └── acrossTab.png
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ ├── dropDown
│ │ │ │ │ └── icon-jt.png
│ │ │ │ ├── face
│ │ │ │ │ ├── 201.gif
│ │ │ │ │ ├── 202.gif
│ │ │ │ │ ├── 203.gif
│ │ │ │ │ ├── 204.gif
│ │ │ │ │ ├── 205.gif
│ │ │ │ │ ├── 206.gif
│ │ │ │ │ ├── 207.gif
│ │ │ │ │ ├── 208.gif
│ │ │ │ │ ├── 209.gif
│ │ │ │ │ ├── 210.gif
│ │ │ │ │ └── QQ
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ └── 99.gif
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── aero.png
│ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ ├── blue.png
│ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ ├── green.png
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ ├── grey.png
│ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ ├── minimal.png
│ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ ├── orange.png
│ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ ├── pink.png
│ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ ├── purple.png
│ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ ├── red.png
│ │ │ │ │ ├── red@2x.png
│ │ │ │ │ ├── yellow.png
│ │ │ │ │ └── yellow@2x.png
│ │ │ │ ├── iconpic-arrow.png
│ │ │ │ ├── jselect
│ │ │ │ │ └── iconpic-arrow-down2.png
│ │ │ │ ├── loading
│ │ │ │ │ ├── loading-b.gif
│ │ │ │ │ └── loading-s.gif
│ │ │ │ ├── rollpic
│ │ │ │ │ └── unslider-arrow.png
│ │ │ │ ├── star
│ │ │ │ │ ├── iconpic-star-S-default.png
│ │ │ │ │ └── iconpic-star-S.png
│ │ │ │ ├── steps
│ │ │ │ │ ├── step_arrow-active.png
│ │ │ │ │ ├── step_arrow.png
│ │ │ │ │ ├── step_bg-active.png
│ │ │ │ │ └── step_bg.png
│ │ │ │ ├── ucnter
│ │ │ │ │ ├── avatar-default-S.gif
│ │ │ │ │ ├── avatar-default.jpg
│ │ │ │ │ ├── avatar.png
│ │ │ │ │ └── noavatar_small.gif
│ │ │ │ ├── validform
│ │ │ │ │ ├── iconpic-error.png
│ │ │ │ │ ├── iconpic-right.png
│ │ │ │ │ └── iconpic-warning.png
│ │ │ │ └── verticalTab
│ │ │ │ ├── tabNav-active.png
│ │ │ │ ├── tabNav-hover.png
│ │ │ │ ├── tabNav.png
│ │ │ │ ├── tabNav_right-active.png
│ │ │ │ ├── tabNav_right-hover.png
│ │ │ │ ├── tabNav_right.png
│ │ │ │ └── tab_bg.png
│ │ │ ├── js
│ │ │ │ ├── H-ui.js
│ │ │ │ └── H-ui.min.js
│ │ │ └── src
│ │ │ ├── Bootstrap.button.html
│ │ │ ├── Huifocusblur.html
│ │ │ ├── Huifold.html
│ │ │ ├── Huihover.html
│ │ │ ├── Huipreview.html
│ │ │ ├── Huispinner.html
│ │ │ ├── Huitab.html
│ │ │ ├── Huitags.html
│ │ │ ├── Huitextarealength.html
│ │ │ ├── HuitogglePassword.html
│ │ │ ├── Huitotop.html
│ │ │ ├── css
│ │ │ │ ├── Bootsrtap.Switch.css
│ │ │ │ ├── H-ui.css
│ │ │ │ └── jQuery.icheck.css
│ │ │ ├── images
│ │ │ │ ├── Hui-tags
│ │ │ │ │ └── empty.png
│ │ │ │ ├── acrossTab
│ │ │ │ │ ├── acrossTab-bg.png
│ │ │ │ │ ├── acrossTab-close.png
│ │ │ │ │ ├── acrossTab.png
│ │ │ │ │ ├── unslider-arrow.png
│ │ │ │ │ └── unslider-arrow2.png
│ │ │ │ ├── backdrop.png
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ ├── dropDown
│ │ │ │ │ └── icon-jt.png
│ │ │ │ ├── face
│ │ │ │ │ ├── 201.gif
│ │ │ │ │ ├── 202.gif
│ │ │ │ │ ├── 203.gif
│ │ │ │ │ ├── 204.gif
│ │ │ │ │ ├── 205.gif
│ │ │ │ │ ├── 206.gif
│ │ │ │ │ ├── 207.gif
│ │ │ │ │ ├── 208.gif
│ │ │ │ │ ├── 209.gif
│ │ │ │ │ ├── 210.gif
│ │ │ │ │ └── QQ
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ └── 99.gif
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── aero.png
│ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ ├── blue.png
│ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ ├── green.png
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ ├── grey.png
│ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ ├── minimal.png
│ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ ├── orange.png
│ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ ├── pink.png
│ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ ├── purple.png
│ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ ├── red.png
│ │ │ │ │ ├── red@2x.png
│ │ │ │ │ ├── yellow.png
│ │ │ │ │ └── yellow@2x.png
│ │ │ │ ├── icon-arrow.png
│ │ │ │ ├── jselect
│ │ │ │ │ └── iconpic-arrow-down2.png
│ │ │ │ ├── loading-b.gif
│ │ │ │ ├── loading-s.gif
│ │ │ │ ├── star
│ │ │ │ │ ├── iconpic-star-S-default.png
│ │ │ │ │ └── iconpic-star-S.png
│ │ │ │ ├── steps
│ │ │ │ │ ├── step_arrow-active.png
│ │ │ │ │ ├── step_arrow.png
│ │ │ │ │ ├── step_bg-active.png
│ │ │ │ │ └── step_bg.png
│ │ │ │ ├── ucnter
│ │ │ │ │ ├── avatar-default-S.gif
│ │ │ │ │ ├── avatar-default.jpg
│ │ │ │ │ ├── avatar.png
│ │ │ │ │ └── noavatar_small.gif
│ │ │ │ ├── validform
│ │ │ │ │ ├── iconpic-error.png
│ │ │ │ │ ├── iconpic-right.png
│ │ │ │ │ └── iconpic-warning.png
│ │ │ │ └── verticalTab
│ │ │ │ ├── tabNav-active.png
│ │ │ │ ├── tabNav-hover.png
│ │ │ │ ├── tabNav.png
│ │ │ │ ├── tabNav_right-active.png
│ │ │ │ ├── tabNav_right-hover.png
│ │ │ │ ├── tabNav_right.png
│ │ │ │ └── tab_bg.png
│ │ │ └── js
│ │ │ ├── Bootstrap.Switch.js
│ │ │ ├── Bootstrap.alert.js
│ │ │ ├── Bootstrap.button.js
│ │ │ ├── Bootstrap.datetimepicker.js
│ │ │ ├── Bootstrap.dropdown.js
│ │ │ ├── Bootstrap.modal.js
│ │ │ ├── Bootstrap.popover.js
│ │ │ ├── Bootstrap.slider.js
│ │ │ ├── Bootstrap.tooltip.js
│ │ │ ├── Bootstrap.transition.js
│ │ │ ├── jQuery.ColorPicker.js
│ │ │ ├── jQuery.HuiaddFavorite.js
│ │ │ ├── jQuery.Huialert.js
│ │ │ ├── jQuery.Huifocusblur.js
│ │ │ ├── jQuery.Huifold.js
│ │ │ ├── jQuery.Huihover.js
│ │ │ ├── jQuery.Huimodalalert.js
│ │ │ ├── jQuery.Huipreview.js
│ │ │ ├── jQuery.Huiselect.js
│ │ │ ├── jQuery.Huisethome.js
│ │ │ ├── jQuery.Huisidenav.js
│ │ │ ├── jQuery.Huispinner.js
│ │ │ ├── jQuery.Huitab.js
│ │ │ ├── jQuery.Huitags.js
│ │ │ ├── jQuery.Huitagsmixed.js
│ │ │ ├── jQuery.Huitextarealength.js
│ │ │ ├── jQuery.HuitogglePassword.js
│ │ │ ├── jQuery.Huitotop.js
│ │ │ ├── jQuery.IEMobileHack.js.js
│ │ │ ├── jQuery.cookie.js
│ │ │ ├── jQuery.form.js
│ │ │ ├── jQuery.format.js
│ │ │ ├── jQuery.iCheck.js
│ │ │ ├── jQuery.onePageNav.js
│ │ │ ├── jQuery.placeholder.js
│ │ │ ├── jQuery.raty.js
│ │ │ ├── jQuery.responsive-nav.js
│ │ │ ├── jQuery.stickUp.js
│ │ │ ├── jQuery.stopDefault.js
│ │ │ ├── jquery.Huimarquee.js
│ │ │ ├── jquery.emailsuggest.js
│ │ │ ├── jquery.lazyload.js
│ │ │ └── mValue.js
│ │ ├── temp
│ │ │ ├── banner1.jpg
│ │ │ ├── banner2.jpg
│ │ │ └── banner3.jpg
│ │ └── 【目录结构】必读.txt
│ ├── add.php
│ ├── admin
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ └── public.css
│ │ ├── html
│ │ ├── images
│ │ │ ├── close.png
│ │ │ ├── code.jpg
│ │ │ ├── face.jpg
│ │ │ ├── favicon.ico
│ │ │ ├── login_bg.jpg
│ │ │ ├── login_bg1.jpg
│ │ │ ├── login_bg2.jpg
│ │ │ ├── vanke.png
│ │ │ ├── vanke_b.png
│ │ │ └── vanke_b1.png
│ │ ├── init_db_pc.php
│ │ ├── js
│ │ │ ├── cache.js
│ │ │ ├── css
│ │ │ │ ├── css
│ │ │ │ │ ├── layui.css
│ │ │ │ │ ├── layui.js
│ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ └── modules
│ │ │ │ │ ├── code.css
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ └── default
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── layer
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── layui.css
│ │ │ │ ├── layui.mobile.css
│ │ │ │ └── modules
│ │ │ │ ├── code.css
│ │ │ │ ├── laydate
│ │ │ │ │ └── default
│ │ │ │ │ └── laydate.css
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── layer.css
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ ├── jquery.min.js
│ │ │ ├── lay
│ │ │ │ └── modules
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── table.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ ├── layui.all.js
│ │ │ └── login.js
│ │ ├── layui
│ │ │ ├── css
│ │ │ │ ├── layui.css
│ │ │ │ ├── layui.mobile.css
│ │ │ │ └── modules
│ │ │ │ ├── code.css
│ │ │ │ ├── laydate
│ │ │ │ │ └── default
│ │ │ │ │ └── laydate.css
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── layer.css
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ ├── font
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.svg
│ │ │ │ ├── iconfont.ttf
│ │ │ │ └── iconfont.woff
│ │ │ ├── images
│ │ │ │ └── face
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 8.gif
│ │ │ │ └── 9.gif
│ │ │ ├── lay
│ │ │ │ └── modules
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── table.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ ├── layui.all.js
│ │ │ └── layui.js
│ │ ├── login.html
│ │ └── login.php
│ ├── admin.php
│ ├── agree.php
│ ├── bootstrap-datetimepicker-master
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── bower.json
│ │ ├── build
│ │ │ ├── build.less
│ │ │ └── build_standalone.less
│ │ ├── css
│ │ │ ├── bootstrap-datetimepicker.css
│ │ │ └── bootstrap-datetimepicker.min.css
│ │ ├── js
│ │ │ ├── bootstrap-datetimepicker.js
│ │ │ ├── bootstrap-datetimepicker.min.js
│ │ │ └── locales
│ │ │ ├── bootstrap-datetimepicker.ar.js
│ │ │ ├── bootstrap-datetimepicker.az.js
│ │ │ ├── bootstrap-datetimepicker.bg.js
│ │ │ ├── bootstrap-datetimepicker.bn.js
│ │ │ ├── bootstrap-datetimepicker.ca.js
│ │ │ ├── bootstrap-datetimepicker.cs.js
│ │ │ ├── bootstrap-datetimepicker.da.js
│ │ │ ├── bootstrap-datetimepicker.de.js
│ │ │ ├── bootstrap-datetimepicker.ee.js
│ │ │ ├── bootstrap-datetimepicker.el.js
│ │ │ ├── bootstrap-datetimepicker.es.js
│ │ │ ├── bootstrap-datetimepicker.fi.js
│ │ │ ├── bootstrap-datetimepicker.fr.js
│ │ │ ├── bootstrap-datetimepicker.he.js
│ │ │ ├── bootstrap-datetimepicker.hr.js
│ │ │ ├── bootstrap-datetimepicker.hu.js
│ │ │ ├── bootstrap-datetimepicker.hy.js
│ │ │ ├── bootstrap-datetimepicker.id.js
│ │ │ ├── bootstrap-datetimepicker.is.js
│ │ │ ├── bootstrap-datetimepicker.it.js
│ │ │ ├── bootstrap-datetimepicker.ja.js
│ │ │ ├── bootstrap-datetimepicker.ka.js
│ │ │ ├── bootstrap-datetimepicker.ko.js
│ │ │ ├── bootstrap-datetimepicker.lt.js
│ │ │ ├── bootstrap-datetimepicker.lv.js
│ │ │ ├── bootstrap-datetimepicker.ms.js
│ │ │ ├── bootstrap-datetimepicker.nb.js
│ │ │ ├── bootstrap-datetimepicker.nl.js
│ │ │ ├── bootstrap-datetimepicker.no.js
│ │ │ ├── bootstrap-datetimepicker.pl.js
│ │ │ ├── bootstrap-datetimepicker.pt-BR.js
│ │ │ ├── bootstrap-datetimepicker.pt.js
│ │ │ ├── bootstrap-datetimepicker.ro.js
│ │ │ ├── bootstrap-datetimepicker.rs-latin.js
│ │ │ ├── bootstrap-datetimepicker.rs.js
│ │ │ ├── bootstrap-datetimepicker.ru.js
│ │ │ ├── bootstrap-datetimepicker.sk.js
│ │ │ ├── bootstrap-datetimepicker.sl.js
│ │ │ ├── bootstrap-datetimepicker.sv.js
│ │ │ ├── bootstrap-datetimepicker.sw.js
│ │ │ ├── bootstrap-datetimepicker.th.js
│ │ │ ├── bootstrap-datetimepicker.tr.js
│ │ │ ├── bootstrap-datetimepicker.ua.js
│ │ │ ├── bootstrap-datetimepicker.uk.js
│ │ │ ├── bootstrap-datetimepicker.zh-CN.js
│ │ │ └── bootstrap-datetimepicker.zh-TW.js
│ │ ├── less
│ │ │ └── datetimepicker.less
│ │ ├── minify.sh
│ │ ├── package.json
│ │ ├── sample in bootstrap v2
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ └── bootstrap.min.css
│ │ │ │ ├── img
│ │ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ │ └── glyphicons-halflings.png
│ │ │ │ └── js
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── index.html
│ │ │ └── jquery
│ │ │ └── jquery-1.8.3.min.js
│ │ ├── sample in bootstrap v3
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ └── 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
│ │ │ ├── index.html
│ │ │ └── jquery
│ │ │ └── jquery-1.8.3.min.js
│ │ ├── screenshot
│ │ │ ├── standard_day.png
│ │ │ ├── standard_day_meridian.png
│ │ │ ├── standard_decade.png
│ │ │ ├── standard_full.png
│ │ │ ├── standard_hour.png
│ │ │ ├── standard_hour_meridian.png
│ │ │ ├── standard_month.png
│ │ │ └── standard_year.png
│ │ └── tests
│ │ ├── README.md
│ │ ├── _coverage.html
│ │ ├── assets
│ │ │ ├── coverage.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ ├── mock.js
│ │ │ ├── qunit-logging.js
│ │ │ ├── qunit.css
│ │ │ ├── qunit.js
│ │ │ └── utils.js
│ │ ├── run-qunit.js
│ │ ├── suites
│ │ │ ├── component.js
│ │ │ ├── events.js
│ │ │ ├── formats.js
│ │ │ ├── inline.js
│ │ │ ├── keyboard_navigation
│ │ │ │ ├── 2011.js
│ │ │ │ ├── 2012.js
│ │ │ │ └── all.js
│ │ │ ├── mouse_navigation
│ │ │ │ ├── 2011.js
│ │ │ │ ├── 2012.js
│ │ │ │ └── all.js
│ │ │ └── options.js
│ │ ├── tests.html
│ │ └── tests.min.html
│ ├── css
│ │ ├── jquery.dataTables.min.css
│ │ ├── public.css
│ │ ├── style.css
│ │ └── style_form.css
│ ├── data.sql
│ ├── del.php
│ ├── delMutil.php
│ ├── delMutil_manage.php
│ ├── edit.php
│ ├── images
│ │ ├── Validator_form对象.png
│ │ ├── Validator对象.png
│ │ ├── Validator对象_静态方法.png
│ │ ├── bg.png
│ │ ├── bg01.png
│ │ ├── sort_asc.png
│ │ ├── sort_both.png
│ │ ├── sort_desc.png
│ │ ├── top.jpg
│ │ ├── top1.jpg
│ │ ├── validate_验证_配置方法.png
│ │ ├── validate_方法配置项.png
│ │ ├── validate_验证结果处理的方法.png
│ │ ├── validate方法配置项.png
│ │ └── validate中文国际化提示方式.png
│ ├── index.php
│ ├── init.php
│ ├── init_apply.php
│ ├── js
│ │ ├── Validform_v5.1_min.js
│ │ ├── h-ui
│ │ │ ├── css
│ │ │ │ ├── H-ui.css
│ │ │ │ ├── H-ui.ie.css
│ │ │ │ ├── H-ui.min.css
│ │ │ │ └── H-ui.reset.css
│ │ │ ├── images
│ │ │ │ ├── Hui-tags
│ │ │ │ │ └── empty.png
│ │ │ │ ├── acrossTab
│ │ │ │ │ ├── acrossTab-bg.png
│ │ │ │ │ ├── acrossTab-close.png
│ │ │ │ │ └── acrossTab.png
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ ├── dropDown
│ │ │ │ │ └── icon-jt.png
│ │ │ │ ├── face
│ │ │ │ │ ├── 201.gif
│ │ │ │ │ ├── 202.gif
│ │ │ │ │ ├── 203.gif
│ │ │ │ │ ├── 204.gif
│ │ │ │ │ ├── 205.gif
│ │ │ │ │ ├── 206.gif
│ │ │ │ │ ├── 207.gif
│ │ │ │ │ ├── 208.gif
│ │ │ │ │ ├── 209.gif
│ │ │ │ │ ├── 210.gif
│ │ │ │ │ └── QQ
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ └── 99.gif
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── aero.png
│ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ ├── blue.png
│ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ ├── green.png
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ ├── grey.png
│ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ ├── minimal.png
│ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ ├── orange.png
│ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ ├── pink.png
│ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ ├── purple.png
│ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ ├── red.png
│ │ │ │ │ ├── red@2x.png
│ │ │ │ │ ├── yellow.png
│ │ │ │ │ └── yellow@2x.png
│ │ │ │ ├── iconpic-arrow.png
│ │ │ │ ├── jselect
│ │ │ │ │ └── iconpic-arrow-down2.png
│ │ │ │ ├── loading
│ │ │ │ │ ├── loading-b.gif
│ │ │ │ │ └── loading-s.gif
│ │ │ │ ├── rollpic
│ │ │ │ │ └── unslider-arrow.png
│ │ │ │ ├── star
│ │ │ │ │ ├── iconpic-star-S-default.png
│ │ │ │ │ └── iconpic-star-S.png
│ │ │ │ ├── steps
│ │ │ │ │ ├── step_arrow-active.png
│ │ │ │ │ ├── step_arrow.png
│ │ │ │ │ ├── step_bg-active.png
│ │ │ │ │ └── step_bg.png
│ │ │ │ ├── ucnter
│ │ │ │ │ ├── avatar-default-S.gif
│ │ │ │ │ ├── avatar-default.jpg
│ │ │ │ │ ├── avatar.png
│ │ │ │ │ └── noavatar_small.gif
│ │ │ │ ├── validform
│ │ │ │ │ ├── iconpic-error.png
│ │ │ │ │ ├── iconpic-right.png
│ │ │ │ │ └── iconpic-warning.png
│ │ │ │ └── verticalTab
│ │ │ │ ├── tabNav-active.png
│ │ │ │ ├── tabNav-hover.png
│ │ │ │ ├── tabNav.png
│ │ │ │ ├── tabNav_right-active.png
│ │ │ │ ├── tabNav_right-hover.png
│ │ │ │ ├── tabNav_right.png
│ │ │ │ └── tab_bg.png
│ │ │ ├── js
│ │ │ │ ├── H-ui.js
│ │ │ │ ├── H-ui.min.js
│ │ │ │ └── jiathis.js
│ │ │ └── src
│ │ │ ├── Bootstrap.button.html
│ │ │ ├── Huifocusblur.html
│ │ │ ├── Huifold.html
│ │ │ ├── Huihover.html
│ │ │ ├── Huipreview.html
│ │ │ ├── Huispinner.html
│ │ │ ├── Huitab.html
│ │ │ ├── Huitags.html
│ │ │ ├── Huitextarealength.html
│ │ │ ├── HuitogglePassword.html
│ │ │ ├── Huitotop.html
│ │ │ ├── css
│ │ │ │ ├── Bootsrtap.Switch.css
│ │ │ │ ├── H-ui.css
│ │ │ │ └── jQuery.icheck.css
│ │ │ ├── images
│ │ │ │ ├── Hui-tags
│ │ │ │ │ └── empty.png
│ │ │ │ ├── acrossTab
│ │ │ │ │ ├── acrossTab-bg.png
│ │ │ │ │ ├── acrossTab-close.png
│ │ │ │ │ ├── acrossTab.png
│ │ │ │ │ ├── unslider-arrow.png
│ │ │ │ │ └── unslider-arrow2.png
│ │ │ │ ├── backdrop.png
│ │ │ │ ├── dataTable
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ ├── dropDown
│ │ │ │ │ └── icon-jt.png
│ │ │ │ ├── face
│ │ │ │ │ ├── 201.gif
│ │ │ │ │ ├── 202.gif
│ │ │ │ │ ├── 203.gif
│ │ │ │ │ ├── 204.gif
│ │ │ │ │ ├── 205.gif
│ │ │ │ │ ├── 206.gif
│ │ │ │ │ ├── 207.gif
│ │ │ │ │ ├── 208.gif
│ │ │ │ │ ├── 209.gif
│ │ │ │ │ ├── 210.gif
│ │ │ │ │ └── QQ
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ └── 99.gif
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── aero.png
│ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ ├── blue.png
│ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ ├── green.png
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ ├── grey.png
│ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ ├── minimal.png
│ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ ├── orange.png
│ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ ├── pink.png
│ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ ├── purple.png
│ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ ├── red.png
│ │ │ │ │ ├── red@2x.png
│ │ │ │ │ ├── yellow.png
│ │ │ │ │ └── yellow@2x.png
│ │ │ │ ├── icon-arrow.png
│ │ │ │ ├── jselect
│ │ │ │ │ └── iconpic-arrow-down2.png
│ │ │ │ ├── loading-b.gif
│ │ │ │ ├── loading-s.gif
│ │ │ │ ├── star
│ │ │ │ │ ├── iconpic-star-S-default.png
│ │ │ │ │ └── iconpic-star-S.png
│ │ │ │ ├── steps
│ │ │ │ │ ├── step_arrow-active.png
│ │ │ │ │ ├── step_arrow.png
│ │ │ │ │ ├── step_bg-active.png
│ │ │ │ │ └── step_bg.png
│ │ │ │ ├── ucnter
│ │ │ │ │ ├── avatar-default-S.gif
│ │ │ │ │ ├── avatar-default.jpg
│ │ │ │ │ ├── avatar.png
│ │ │ │ │ └── noavatar_small.gif
│ │ │ │ ├── validform
│ │ │ │ │ ├── iconpic-error.png
│ │ │ │ │ ├── iconpic-right.png
│ │ │ │ │ └── iconpic-warning.png
│ │ │ │ └── verticalTab
│ │ │ │ ├── tabNav-active.png
│ │ │ │ ├── tabNav-hover.png
│ │ │ │ ├── tabNav.png
│ │ │ │ ├── tabNav_right-active.png
│ │ │ │ ├── tabNav_right-hover.png
│ │ │ │ ├── tabNav_right.png
│ │ │ │ └── tab_bg.png
│ │ │ └── js
│ │ │ ├── Bootstrap.Switch.js
│ │ │ ├── Bootstrap.alert.js
│ │ │ ├── Bootstrap.button.js
│ │ │ ├── Bootstrap.datetimepicker.js
│ │ │ ├── Bootstrap.dropdown.js
│ │ │ ├── Bootstrap.modal.js
│ │ │ ├── Bootstrap.popover.js
│ │ │ ├── Bootstrap.slider.js
│ │ │ ├── Bootstrap.tooltip.js
│ │ │ ├── Bootstrap.transition.js
│ │ │ ├── jQuery.ColorPicker.js
│ │ │ ├── jQuery.HuiaddFavorite.js
│ │ │ ├── jQuery.Huialert.js
│ │ │ ├── jQuery.Huifocusblur.js
│ │ │ ├── jQuery.Huifold.js
│ │ │ ├── jQuery.Huihover.js
│ │ │ ├── jQuery.Huimodalalert.js
│ │ │ ├── jQuery.Huipreview.js
│ │ │ ├── jQuery.Huiselect.js
│ │ │ ├── jQuery.Huisethome.js
│ │ │ ├── jQuery.Huisidenav.js
│ │ │ ├── jQuery.Huispinner.js
│ │ │ ├── jQuery.Huitab.js
│ │ │ ├── jQuery.Huitags.js
│ │ │ ├── jQuery.Huitagsmixed.js
│ │ │ ├── jQuery.Huitextarealength.js
│ │ │ ├── jQuery.HuitogglePassword.js
│ │ │ ├── jQuery.Huitotop.js
│ │ │ ├── jQuery.IEMobileHack.js.js
│ │ │ ├── jQuery.cookie.js
│ │ │ ├── jQuery.form.js
│ │ │ ├── jQuery.format.js
│ │ │ ├── jQuery.iCheck.js
│ │ │ ├── jQuery.onePageNav.js
│ │ │ ├── jQuery.placeholder.js
│ │ │ ├── jQuery.raty.js
│ │ │ ├── jQuery.responsive-nav.js
│ │ │ ├── jQuery.stickUp.js
│ │ │ ├── jQuery.stopDefault.js
│ │ │ ├── jquery.Huimarquee.js
│ │ │ ├── jquery.emailsuggest.js
│ │ │ ├── jquery.lazyload.js
│ │ │ └── mValue.js
│ │ ├── jquery-1.12.4.js
│ │ ├── jquery-1.6.2.min.js
│ │ └── jquery.dataTables.min.js
│ ├── library
│ │ └── Page.class.php
│ ├── manage
│ │ ├── add.html
│ │ ├── css
│ │ ├── edit.html
│ │ ├── index_m.html
│ │ ├── js
│ │ ├── manage.html
│ │ └── modify.html
│ ├── manage.php
│ ├── modify.php
│ ├── reject.php
│ ├── see_apply.php
│ ├── show.php
│ ├── view
│ │ ├── H-ui.min.css
│ │ ├── apply.html
│ │ ├── data_applicant.php
│ │ ├── datatables
│ │ │ ├── download
│ │ │ │ ├── Bootstrap-3.3.7
│ │ │ │ │ ├── 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
│ │ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ └── npm.js
│ │ │ │ ├── Buttons-1.5.1
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── buttons.bootstrap.css
│ │ │ │ │ │ ├── buttons.bootstrap.min.css
│ │ │ │ │ │ ├── buttons.bootstrap4.css
│ │ │ │ │ │ ├── buttons.bootstrap4.min.css
│ │ │ │ │ │ ├── buttons.dataTables.css
│ │ │ │ │ │ ├── buttons.dataTables.min.css
│ │ │ │ │ │ ├── buttons.foundation.css
│ │ │ │ │ │ ├── buttons.foundation.min.css
│ │ │ │ │ │ ├── buttons.jqueryui.css
│ │ │ │ │ │ ├── buttons.jqueryui.min.css
│ │ │ │ │ │ ├── buttons.semanticui.css
│ │ │ │ │ │ ├── buttons.semanticui.min.css
│ │ │ │ │ │ ├── common.scss
│ │ │ │ │ │ └── mixins.scss
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── buttons.bootstrap.js
│ │ │ │ │ │ ├── buttons.bootstrap.min.js
│ │ │ │ │ │ ├── buttons.bootstrap4.js
│ │ │ │ │ │ ├── buttons.bootstrap4.min.js
│ │ │ │ │ │ ├── buttons.colVis.js
│ │ │ │ │ │ ├── buttons.colVis.min.js
│ │ │ │ │ │ ├── buttons.flash.js
│ │ │ │ │ │ ├── buttons.flash.min.js
│ │ │ │ │ │ ├── buttons.foundation.js
│ │ │ │ │ │ ├── buttons.foundation.min.js
│ │ │ │ │ │ ├── buttons.html5.js
│ │ │ │ │ │ ├── buttons.html5.min.js
│ │ │ │ │ │ ├── buttons.jqueryui.js
│ │ │ │ │ │ ├── buttons.jqueryui.min.js
│ │ │ │ │ │ ├── buttons.print.js
│ │ │ │ │ │ ├── buttons.print.min.js
│ │ │ │ │ │ ├── buttons.semanticui.js
│ │ │ │ │ │ ├── buttons.semanticui.min.js
│ │ │ │ │ │ ├── dataTables.buttons.js
│ │ │ │ │ │ └── dataTables.buttons.min.js
│ │ │ │ │ └── swf
│ │ │ │ │ └── flashExport.swf
│ │ │ │ ├── DataTables-1.10.16
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── dataTables.bootstrap.css
│ │ │ │ │ │ ├── dataTables.bootstrap.min.css
│ │ │ │ │ │ ├── dataTables.bootstrap4.css
│ │ │ │ │ │ ├── dataTables.bootstrap4.min.css
│ │ │ │ │ │ ├── dataTables.foundation.css
│ │ │ │ │ │ ├── dataTables.foundation.min.css
│ │ │ │ │ │ ├── dataTables.jqueryui.css
│ │ │ │ │ │ ├── dataTables.jqueryui.min.css
│ │ │ │ │ │ ├── dataTables.semanticui.css
│ │ │ │ │ │ ├── dataTables.semanticui.min.css
│ │ │ │ │ │ ├── jquery.dataTables.css
│ │ │ │ │ │ └── jquery.dataTables.min.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ │ ├── sort_both.png
│ │ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ │ └── sort_desc_disabled.png
│ │ │ │ │ └── js
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ ├── dataTables.bootstrap4.js
│ │ │ │ │ ├── dataTables.bootstrap4.min.js
│ │ │ │ │ ├── dataTables.foundation.js
│ │ │ │ │ ├── dataTables.foundation.min.js
│ │ │ │ │ ├── dataTables.jqueryui.js
│ │ │ │ │ ├── dataTables.jqueryui.min.js
│ │ │ │ │ ├── dataTables.semanticui.js
│ │ │ │ │ ├── dataTables.semanticui.min.js
│ │ │ │ │ ├── jquery.dataTables.js
│ │ │ │ │ └── jquery.dataTables.min.js
│ │ │ │ ├── JSZip-2.5.0
│ │ │ │ │ ├── jszip.js
│ │ │ │ │ └── jszip.min.js
│ │ │ │ ├── datatables.css
│ │ │ │ ├── datatables.js
│ │ │ │ ├── datatables.min.css
│ │ │ │ ├── datatables.min.js
│ │ │ │ ├── jQuery-3.2.1
│ │ │ │ │ ├── jquery-3.2.1.js
│ │ │ │ │ └── jquery-3.2.1.min.js
│ │ │ │ └── pdfmake-0.1.32
│ │ │ │ ├── pdfmake.js
│ │ │ │ ├── pdfmake.min.js
│ │ │ │ └── vfs_fonts.js
│ │ │ ├── jquery.table2excel.js
│ │ │ ├── jquery.table2excel.min.js
│ │ │ └── 指导.txt
│ │ ├── see_apply.php
│ │ └── test.json
│ └── 此版本更新内容.txt
└── 进销库存管理部署软件PHP_project5_version_wwb_ms2018.zip
203 directories, 1361 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论