【实例简介】
非常精美的一套html5的OA系统后台模板,包含登录页面、主页面等。其中包含一整套丰富精美的UI控件:表格、表单、进度条、图标、图表、弹出框、按钮组、下拉框、日期选择框、锁屏等等
【实例截图】
【核心代码】
淡黄色系统管理员OA系统html5整站模板
└── bkt_1_dashgumfree
├── assets
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── style.css
│ │ ├── style-responsive.css
│ │ ├── table-responsive.css
│ │ ├── to-do.css
│ │ └── zabuto_calendar.css
│ ├── font-awesome
│ │ ├── css
│ │ │ └── font-awesome.css
│ │ └── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ └── fontawesome-webfont.woff
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── img
│ │ ├── blog-bg.jpg
│ │ ├── checkbox-gray.png
│ │ ├── friends
│ │ │ ├── fr-01.jpg
│ │ │ ├── fr-02.jpg
│ │ │ ├── fr-03.jpg
│ │ │ ├── fr-04.jpg
│ │ │ ├── fr-05.jpg
│ │ │ ├── fr-06.jpg
│ │ │ ├── fr-07.jpg
│ │ │ ├── fr-08.jpg
│ │ │ ├── fr-09.jpg
│ │ │ ├── fr-10.jpg
│ │ │ └── fr-11.jpg
│ │ ├── instagram.jpg
│ │ ├── login-bg.jpg
│ │ ├── lorde.jpg
│ │ ├── mask.png
│ │ ├── ny.jpg
│ │ ├── portfolio
│ │ │ ├── port01.jpg
│ │ │ ├── port02.jpg
│ │ │ ├── port03.jpg
│ │ │ ├── port04.jpg
│ │ │ ├── port05.jpg
│ │ │ └── port06.jpg
│ │ ├── product.jpg
│ │ ├── product.png
│ │ ├── profile-01.jpg
│ │ ├── profile-02.jpg
│ │ ├── radio-gray.png
│ │ ├── ui-danro.jpg
│ │ ├── ui-divya.jpg
│ │ ├── ui-sam.jpg
│ │ ├── ui-sherman.jpg
│ │ ├── ui-zac.jpg
│ │ ├── weather.jpg
│ │ └── zoom.png
│ ├── js
│ │ ├── bootstrap-inputmask
│ │ │ └── bootstrap-inputmask.min.js
│ │ ├── bootstrap.min.js
│ │ ├── bootstrap-switch.js
│ │ ├── calendar-conf-events.js
│ │ ├── chartjs-conf.js
│ │ ├── chart-master
│ │ │ └── Chart.js
│ │ ├── common-scripts.js
│ │ ├── easy-pie-chart.js
│ │ ├── fancybox
│ │ │ ├── jquery.fancybox.css
│ │ │ └── jquery.fancybox.js
│ │ ├── form-component.js
│ │ ├── fullcalendar
│ │ │ ├── bootstrap-fullcalendar.css
│ │ │ └── fullcalendar.min.js
│ │ ├── gritter
│ │ │ ├── css
│ │ │ │ ├── jquery.gritter0.css
│ │ │ │ └── jquery.gritter.css
│ │ │ ├── images
│ │ │ │ ├── gritter-light.png
│ │ │ │ ├── gritter-long.png
│ │ │ │ ├── gritter.png
│ │ │ │ └── ie-spacer.gif
│ │ │ └── js
│ │ │ └── jquery.gritter.js
│ │ ├── gritter-conf.js
│ │ ├── jquery-1.8.3.min.js
│ │ ├── jquery.backstretch.min.js
│ │ ├── jquery.dcjqaccordion.2.7.js
│ │ ├── jquery-easy-pie-chart
│ │ │ ├── jquery.easy-pie-chart.css
│ │ │ └── jquery.easy-pie-chart.js
│ │ ├── jquery.js
│ │ ├── jquery.nicescroll.js
│ │ ├── jquery.scrollTo.min.js
│ │ ├── jquery.sparkline.js
│ │ ├── jquery.tagsinput.js
│ │ ├── jquery-ui-1.9.2.custom.min.js
│ │ ├── jquery.ui.touch-punch.min.js
│ │ ├── morris-conf.js
│ │ ├── sparkline-chart.js
│ │ ├── tasks.js
│ │ └── zabuto_calendar.js
│ └── lineicons
│ ├── fonts
│ │ ├── linecons.eot
│ │ ├── linecons.svg
│ │ ├── linecons.ttf
│ │ └── linecons.woff
│ ├── index.html
│ ├── lte-ie7.js
│ └── style.css
├── basic_table.html
├── blank.html
├── buttons.html
├── calendar.html
├── chartjs.html
├── form_component.html
├── gallery.html
├── general.html
├── index.html
├── lock_screen.html
├── login.html
├── morris.html
├── panels.html
├── responsive_table.html
└── todo_list.html
22 directories, 111 files