在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → adminex v1.4 最新版

adminex v1.4 最新版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.82M
  • 下载次数:1
  • 浏览次数:90
  • 发布时间:2021-11-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
很不错的响应式后台模板,预览地址:http://adminex.themebucket.net/ 更多响应式模板尽在 http://isdee.taobao.com/
【实例截图】
【核心代码】
4744300845224730222.zip
└── themeforest_adminex_1.4
├── documentation
│   ├── assets
│   │   ├── css
│   │   │   ├── documenter_style.css
│   │   │   └── img
│   │   │   ├── info.png
│   │   │   └── warning.png
│   │   ├── images
│   │   │   └── image_1.png
│   │   └── js
│   │   ├── google-code-prettify
│   │   │   ├── prettify.css
│   │   │   └── prettify.js
│   │   ├── jquery.easing.js
│   │   ├── jquery.js
│   │   ├── jquery.scrollTo.js
│   │   └── script.js
│   └── index.html
├── html
│   ├── 404.html
│   ├── 500.html
│   ├── basic_table.html
│   ├── blank_page.html
│   ├── blog_details.html
│   ├── blog_list.html
│   ├── boxed_view.html
│   ├── buttons.html
│   ├── c3chart.html
│   ├── calendar.html
│   ├── chartjs.html
│   ├── chat.html
│   ├── css
│   │   ├── bootstrap.css
│   │   ├── bootstrap-fileupload.min.css
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap-reset.css
│   │   ├── clndr.css
│   │   ├── custom-ico-fonts.css
│   │   ├── jquery.stepy.css
│   │   ├── jquery-ui-1.10.3.css
│   │   ├── owl.carousel.css
│   │   ├── owl.theme.css
│   │   ├── style.css
│   │   ├── style-responsive.css
│   │   └── table-responsive.css
│   ├── directory.html
│   ├── dropzone.html
│   ├── dynamic_table.html
│   ├── editable_table.html
│   ├── editors.html
│   ├── flot_chart.html
│   ├── fontawesome.html
│   ├── fonts
│   │   ├── css
│   │   │   ├── font-awesome.css
│   │   │   └── font-awesome.min.css
│   │   ├── custom-ico-fonts
│   │   │   ├── custom-ico-font.eot
│   │   │   ├── custom-ico-font.svg
│   │   │   ├── custom-ico-font.ttf
│   │   │   └── custom-ico-font.woff
│   │   ├── fonts
│   │   │   ├── FontAwesome.otf
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   └── fontawesome-webfont.woff
│   │   ├── less
│   │   │   ├── bordered-pulled.less
│   │   │   ├── core.less
│   │   │   ├── fixed-width.less
│   │   │   ├── font-awesome.css
│   │   │   ├── font-awesome.less
│   │   │   ├── icons.less
│   │   │   ├── larger.less
│   │   │   ├── list.less
│   │   │   ├── mixins.css
│   │   │   ├── mixins.less
│   │   │   ├── path.less
│   │   │   ├── rotated-flipped.less
│   │   │   ├── spinning.less
│   │   │   ├── stacked.less
│   │   │   ├── variables.css
│   │   │   └── variables.less
│   │   └── scss
│   │   ├── _bordered-pulled.scss
│   │   ├── _core.scss
│   │   ├── _fixed-width.scss
│   │   ├── font-awesome.scss
│   │   ├── _icons.scss
│   │   ├── _larger.scss
│   │   ├── _list.scss
│   │   ├── _mixins.scss
│   │   ├── _path.scss
│   │   ├── _rotated-flipped.scss
│   │   ├── _spinning.scss
│   │   ├── _stacked.scss
│   │   └── _variables.scss
│   ├── form_advanced_components.html
│   ├── form_layouts.html
│   ├── form_validation.html
│   ├── form_wizard.html
│   ├── gallery.html
│   ├── general.html
│   ├── google_map.html
│   ├── grids.html
│   ├── horizontal_menu.html
│   ├── images
│   │   ├── 404-error.png
│   │   ├── 500-error.png
│   │   ├── alert.png
│   │   ├── avatar-mini.jpg
│   │   ├── blog
│   │   │   ├── blog-avatar-2.jpg
│   │   │   ├── blog-avatar.jpg
│   │   │   ├── blog-sm-img.jpg
│   │   │   ├── blog-thumb-1.jpg
│   │   │   ├── blog-thumb-2.jpg
│   │   │   ├── blog-thumb-3.jpg
│   │   │   ├── blog-wide-img.jpg
│   │   │   ├── image2.jpg
│   │   │   ├── image3.jpg
│   │   │   └── Thumbs.db
│   │   ├── details_close.png
│   │   ├── details_open.png
│   │   ├── error.png
│   │   ├── gallery
│   │   │   ├── image1.jpg
│   │   │   ├── image2.jpg
│   │   │   ├── image3.jpg
│   │   │   ├── image4.jpg
│   │   │   ├── image5.jpg
│   │   │   ├── sm-img-1.jpg
│   │   │   ├── sm-img-2.jpg
│   │   │   ├── sm-img-3.jpg
│   │   │   ├── Thumbs.db
│   │   │   └── wdgt-img.jpg
│   │   ├── graph.jpg
│   │   ├── input-spinner.gif
│   │   ├── invoice-logo.jpg
│   │   ├── lockscreen-bg.jpg
│   │   ├── login-bg.jpg
│   │   ├── login-logo.png
│   │   ├── logo_icon.png
│   │   ├── logo.png
│   │   ├── minus.png
│   │   ├── photos
│   │   │   ├── Thumbs.db
│   │   │   ├── user1.png
│   │   │   ├── user2.png
│   │   │   ├── user3.png
│   │   │   ├── user4.png
│   │   │   ├── user5.png
│   │   │   ├── user-avatar.png
│   │   │   └── userprofile.png
│   │   ├── plus.png
│   │   ├── plus-white.png
│   │   └── Thumbs.db
│   ├── index_alt.html
│   ├── index.html
│   ├── inline_editors.html
│   ├── invoice.html
│   ├── invoice_print.html
│   ├── js
│   │   ├── advanced-datatable
│   │   │   ├── css
│   │   │   │   ├── demo_page.css
│   │   │   │   ├── demo_table.css
│   │   │   │   ├── demo_table_jui.css
│   │   │   │   ├── jquery.dataTables.css
│   │   │   │   └── jquery.dataTables_themeroller.css
│   │   │   ├── images
│   │   │   │   ├── back_disabled.png
│   │   │   │   ├── back_enabled_hover.png
│   │   │   │   ├── back_enabled.png
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── forward_disabled.png
│   │   │   │   ├── forward_enabled_hover.png
│   │   │   │   ├── forward_enabled.png
│   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   ├── sort_asc.png
│   │   │   │   ├── sort_both.png
│   │   │   │   ├── sort_desc copy.png
│   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   └── sort_desc.png
│   │   │   ├── js
│   │   │   │   ├── jquery.dataTables.js
│   │   │   │   ├── jquery.dataTables.min.js
│   │   │   │   └── jquery.js
│   │   │   └── src
│   │   │   ├── api
│   │   │   │   ├── api.internal.js
│   │   │   │   ├── api.methods.js
│   │   │   │   └── api.static.js
│   │   │   ├── core
│   │   │   │   ├── core.ajax.js
│   │   │   │   ├── core.columns.js
│   │   │   │   ├── core.constructor.js
│   │   │   │   ├── core.data.js
│   │   │   │   ├── core.draw.js
│   │   │   │   ├── core.filter.js
│   │   │   │   ├── core.info.js
│   │   │   │   ├── core.init.js
│   │   │   │   ├── core.length.js
│   │   │   │   ├── core.page.js
│   │   │   │   ├── core.processing.js
│   │   │   │   ├── core.scrolling.js
│   │   │   │   ├── core.sizing.js
│   │   │   │   ├── core.sort.js
│   │   │   │   ├── core.state.js
│   │   │   │   └── core.support.js
│   │   │   ├── DataTables.js
│   │   │   ├── ext
│   │   │   │   ├── ext.classes.js
│   │   │   │   ├── ext.paging.js
│   │   │   │   ├── ext.sorting.js
│   │   │   │   └── ext.types.js
│   │   │   └── model
│   │   │   ├── model.column.js
│   │   │   ├── model.defaults.columns.js
│   │   │   ├── model.defaults.js
│   │   │   ├── model.ext.js
│   │   │   ├── model.row.js
│   │   │   ├── model.search.js
│   │   │   └── model.settings.js
│   │   ├── bootstrap-colorpicker
│   │   │   ├── css
│   │   │   │   └── colorpicker.css
│   │   │   ├── img
│   │   │   │   ├── alpha.png
│   │   │   │   ├── hue.png
│   │   │   │   └── saturation.png
│   │   │   ├── js
│   │   │   │   └── bootstrap-colorpicker.js
│   │   │   └── less
│   │   │   └── colorpicker.less
│   │   ├── bootstrap-datepicker
│   │   │   ├── css
│   │   │   │   ├── datepicker.css
│   │   │   │   └── datepicker-custom.css
│   │   │   ├── js
│   │   │   │   └── bootstrap-datepicker.js
│   │   │   └── less
│   │   │   └── datepicker.less
│   │   ├── bootstrap-daterangepicker
│   │   │   ├── date.js
│   │   │   ├── daterangepicker-bs3.css
│   │   │   ├── daterangepicker.css
│   │   │   ├── daterangepicker.js
│   │   │   ├── examples.html
│   │   │   ├── moment.js
│   │   │   ├── moment.min.js
│   │   │   └── README.md
│   │   ├── bootstrap-datetimepicker
│   │   │   ├── css
│   │   │   │   ├── datetimepicker.css
│   │   │   │   └── datetimepicker-custom.css
│   │   │   ├── js
│   │   │   │   ├── bootstrap-datetimepicker.js
│   │   │   │   ├── bootstrap-datetimepicker.min.js
│   │   │   │   └── locales
│   │   │   │   ├── bootstrap-datetimepicker.bg.js
│   │   │   │   ├── bootstrap-datetimepicker.ca.js
│   │   │   │   ├── bootstrap-datetimepicker.cs.js
│   │   │   │   ├── bootstrap-datetimepicker.da.js
│   │   │   │   ├── bootstrap-datetimepicker.de.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.id.js
│   │   │   │   ├── bootstrap-datetimepicker.is.js
│   │   │   │   ├── bootstrap-datetimepicker.it.js
│   │   │   │   ├── bootstrap-datetimepicker.ja.js
│   │   │   │   ├── bootstrap-datetimepicker.kr.js
│   │   │   │   ├── bootstrap-datetimepicker.lt.js
│   │   │   │   ├── bootstrap-datetimepicker.lv.js
│   │   │   │   ├── bootstrap-datetimepicker.ms.js
│   │   │   │   ├── bootstrap-datetimepicker.nb.js
│   │   │   │   ├── bootstrap-datetimepicker.nl.js
│   │   │   │   ├── bootstrap-datetimepicker.pl.js
│   │   │   │   ├── bootstrap-datetimepicker.pt-BR.js
│   │   │   │   ├── bootstrap-datetimepicker.pt.js
│   │   │   │   ├── bootstrap-datetimepicker.ro.js
│   │   │   │   ├── bootstrap-datetimepicker.rs.js
│   │   │   │   ├── bootstrap-datetimepicker.rs-latin.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.css
│   │   │   └── datetimepicker.less
│   │   ├── bootstrap-fileupload.min.js
│   │   ├── bootstrap-inputmask
│   │   │   ├── bootstrap-inputmask.js
│   │   │   └── bootstrap-inputmask.min.js
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── bootstrap-timepicker
│   │   │   ├── css
│   │   │   │   └── timepicker.css
│   │   │   ├── js
│   │   │   │   └── bootstrap-timepicker.js
│   │   │   └── less
│   │   │   ├── timepicker.css
│   │   │   └── timepicker.less
│   │   ├── bootstrap-wysihtml5
│   │   │   ├── bootstrap-wysihtml5.css
│   │   │   ├── bootstrap-wysihtml5.js
│   │   │   ├── wysihtml5-0.3.0.js
│   │   │   └── wysiwyg-color.css
│   │   ├── c3-chart
│   │   │   ├── c3-chart.init.js
│   │   │   ├── c3.css
│   │   │   ├── c3.js
│   │   │   └── c3.min.js
│   │   ├── calendar
│   │   │   ├── clndr.js
│   │   │   ├── clndr.min.js
│   │   │   ├── evnt.calendar.init.js
│   │   │   └── moment-2.2.1.js
│   │   ├── chart-js
│   │   │   ├── Chart.js
│   │   │   ├── chartjs.init.js
│   │   │   └── Chart.min.js
│   │   ├── ckeditor
│   │   │   ├── build-config.js
│   │   │   ├── CHANGES.md
│   │   │   ├── ckeditor.js
│   │   │   ├── config.js
│   │   │   ├── contents.css
│   │   │   ├── lang
│   │   │   │   ├── af.js
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── bn.js
│   │   │   │   ├── bs.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── cy.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-au.js
│   │   │   │   ├── en-ca.js
│   │   │   │   ├── en-gb.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── eu.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fo.js
│   │   │   │   ├── fr-ca.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── gl.js
│   │   │   │   ├── gu.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hi.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── is.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── ka.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── ku.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── mk.js
│   │   │   │   ├── mn.js
│   │   │   │   ├── ms.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sr-latn.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── tr.js
│   │   │   │   ├── ug.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── LICENSE.md
│   │   │   ├── plugins
│   │   │   │   ├── a11yhelp
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── a11yhelp.js
│   │   │   │   │   └── lang
│   │   │   │   │   ├── ar.js
│   │   │   │   │   ├── bg.js
│   │   │   │   │   ├── ca.js
│   │   │   │   │   ├── cs.js
│   │   │   │   │   ├── cy.js
│   │   │   │   │   ├── da.js
│   │   │   │   │   ├── de.js
│   │   │   │   │   ├── el.js
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── eo.js
│   │   │   │   │   ├── es.js
│   │   │   │   │   ├── et.js
│   │   │   │   │   ├── fa.js
│   │   │   │   │   ├── fi.js
│   │   │   │   │   ├── fr.js
│   │   │   │   │   ├── gu.js
│   │   │   │   │   ├── he.js
│   │   │   │   │   ├── hi.js
│   │   │   │   │   ├── hr.js
│   │   │   │   │   ├── hu.js
│   │   │   │   │   ├── it.js
│   │   │   │   │   ├── ja.js
│   │   │   │   │   ├── ku.js
│   │   │   │   │   ├── lt.js
│   │   │   │   │   ├── lv.js
│   │   │   │   │   ├── mk.js
│   │   │   │   │   ├── mn.js
│   │   │   │   │   ├── nb.js
│   │   │   │   │   ├── nl.js
│   │   │   │   │   ├── no.js
│   │   │   │   │   ├── pl.js
│   │   │   │   │   ├── pt-br.js
│   │   │   │   │   ├── pt.js
│   │   │   │   │   ├── ro.js
│   │   │   │   │   ├── ru.js
│   │   │   │   │   ├── sk.js
│   │   │   │   │   ├── sl.js
│   │   │   │   │   ├── sv.js
│   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   ├── tr.js
│   │   │   │   │   ├── ug.js
│   │   │   │   │   ├── uk.js
│   │   │   │   │   ├── vi.js
│   │   │   │   │   └── zh-cn.js
│   │   │   │   ├── about
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── about.js
│   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   ├── clipboard
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── paste.js
│   │   │   │   ├── dialog
│   │   │   │   │   └── dialogDefinition.js
│   │   │   │   ├── fakeobjects
│   │   │   │   │   └── images
│   │   │   │   │   └── spacer.gif
│   │   │   │   ├── icons.png
│   │   │   │   ├── image
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── image.js
│   │   │   │   │   └── images
│   │   │   │   │   └── noimage.png
│   │   │   │   ├── link
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   └── link.js
│   │   │   │   │   └── images
│   │   │   │   │   └── anchor.png
│   │   │   │   ├── magicline
│   │   │   │   │   └── images
│   │   │   │   │   └── icon.png
│   │   │   │   ├── pastefromword
│   │   │   │   │   └── filter
│   │   │   │   │   └── default.js
│   │   │   │   ├── scayt
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── options.js
│   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   └── README.md
│   │   │   │   ├── specialchar
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── ca.js
│   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   ├── ku.js
│   │   │   │   │   │   ├── lv.js
│   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   ├── sk.js
│   │   │   │   │   │   ├── sv.js
│   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   └── specialchar.js
│   │   │   │   ├── table
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── table.js
│   │   │   │   ├── tabletools
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── tableCell.js
│   │   │   │   └── wsc
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── ciframe.html
│   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   ├── wsc.css
│   │   │   │   │   └── wsc.js
│   │   │   │   ├── LICENSE.md
│   │   │   │   └── README.md
│   │   │   ├── README.md
│   │   │   ├── samples
│   │   │   │   ├── ajax.html
│   │   │   │   ├── api.html
│   │   │   │   ├── appendto.html
│   │   │   │   ├── assets
│   │   │   │   │   ├── inlineall
│   │   │   │   │   │   └── logo.png
│   │   │   │   │   ├── outputxhtml
│   │   │   │   │   │   └── outputxhtml.css
│   │   │   │   │   ├── posteddata.php
│   │   │   │   │   ├── sample.css
│   │   │   │   │   ├── sample.jpg
│   │   │   │   │   └── uilanguages
│   │   │   │   │   └── languages.js
│   │   │   │   ├── divreplace.html
│   │   │   │   ├── index.html
│   │   │   │   ├── inlineall.html
│   │   │   │   ├── inlinebycode.html
│   │   │   │   ├── plugins
│   │   │   │   │   ├── dialog
│   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   └── my_dialog.js
│   │   │   │   │   │   └── dialog.html
│   │   │   │   │   ├── enterkey
│   │   │   │   │   │   └── enterkey.html
│   │   │   │   │   ├── htmlwriter
│   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   └── outputforflash
│   │   │   │   │   │   │   ├── outputforflash.fla
│   │   │   │   │   │   │   ├── outputforflash.swf
│   │   │   │   │   │   │   └── swfobject.js
│   │   │   │   │   │   ├── outputforflash.html
│   │   │   │   │   │   └── outputhtml.html
│   │   │   │   │   ├── magicline
│   │   │   │   │   │   └── magicline.html
│   │   │   │   │   ├── toolbar
│   │   │   │   │   │   └── toolbar.html
│   │   │   │   │   └── wysiwygarea
│   │   │   │   │   └── fullpage.html
│   │   │   │   ├── readonly.html
│   │   │   │   ├── replacebyclass.html
│   │   │   │   ├── replacebycode.html
│   │   │   │   ├── sample.css
│   │   │   │   ├── sample.js
│   │   │   │   ├── sample_posteddata.php
│   │   │   │   ├── tabindex.html
│   │   │   │   ├── uicolor.html
│   │   │   │   ├── uilanguages.html
│   │   │   │   └── xhtmlstyle.html
│   │   │   ├── skins
│   │   │   │   └── moono
│   │   │   │   ├── dialog.css
│   │   │   │   ├── dialog_ie7.css
│   │   │   │   ├── dialog_ie8.css
│   │   │   │   ├── dialog_ie.css
│   │   │   │   ├── dialog_iequirks.css
│   │   │   │   ├── dialog_opera.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── editor_gecko.css
│   │   │   │   ├── editor_ie7.css
│   │   │   │   ├── editor_ie8.css
│   │   │   │   ├── editor_ie.css
│   │   │   │   ├── editor_iequirks.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── images
│   │   │   │   │   ├── arrow.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   └── mini.png
│   │   │   │   └── readme.md
│   │   │   └── styles.js
│   │   ├── dashboard-chart-init.js
│   │   ├── data-tables
│   │   │   ├── DT_bootstrap.css
│   │   │   ├── DT_bootstrap.js
│   │   │   ├── images
│   │   │   │   ├── sort_asc.png
│   │   │   │   ├── sort_both.png
│   │   │   │   └── sort_desc.png
│   │   │   └── jquery.dataTables.js
│   │   ├── dropzone
│   │   │   ├── css
│   │   │   │   ├── basic.css
│   │   │   │   ├── dropzone.css
│   │   │   │   └── stylus
│   │   │   │   ├── basic.styl
│   │   │   │   └── dropzone.styl
│   │   │   ├── dropzone-amd-module.js
│   │   │   ├── dropzone.js
│   │   │   ├── images
│   │   │   │   ├── spritemap@2x.png
│   │   │   │   └── spritemap.png
│   │   │   └── upload.php
│   │   ├── dynamic_table_init.js
│   │   ├── easypiechart
│   │   │   ├── easypiechart-init.js
│   │   │   ├── easypiechart.js
│   │   │   ├── jquery.easypiechart.js
│   │   │   └── jquery.easypiechart.min.js
│   │   ├── editable-table.js
│   │   ├── external-dragging-calendar.js
│   │   ├── flot-chart
│   │   │   ├── API.md
│   │   │   ├── build.log
│   │   │   ├── CONTRIBUTING.md
│   │   │   ├── excanvas.js
│   │   │   ├── excanvas.min.js
│   │   │   ├── FAQ.md
│   │   │   ├── jquery.colorhelpers.js
│   │   │   ├── jquery.colorhelpers.min.js
│   │   │   ├── jquery.flot.animator.js
│   │   │   ├── jquery.flot.animator.min.js
│   │   │   ├── jquery.flot.canvas.js
│   │   │   ├── jquery.flot.canvas.min.js
│   │   │   ├── jquery.flot.categories.js
│   │   │   ├── jquery.flot.categories.min.js
│   │   │   ├── jquery.flot.crosshair.js
│   │   │   ├── jquery.flot.crosshair.min.js
│   │   │   ├── jquery.flot.errorbars.js
│   │   │   ├── jquery.flot.errorbars.min.js
│   │   │   ├── jquery.flot.fillbetween.js
│   │   │   ├── jquery.flot.fillbetween.min.js
│   │   │   ├── jquery.flot.growraf.js
│   │   │   ├── jquery.flot.image.js
│   │   │   ├── jquery.flot.image.min.js
│   │   │   ├── jquery.flot.js
│   │   │   ├── jquery.flot.min.js
│   │   │   ├── jquery.flot.navigate.js
│   │   │   ├── jquery.flot.navigate.min.js
│   │   │   ├── jquery.flot.pie.js
│   │   │   ├── jquery.flot.pie.min.js
│   │   │   ├── jquery.flot.pie.resize.js
│   │   │   ├── jquery.flot.resize.js
│   │   │   ├── jquery.flot.resize.min.js
│   │   │   ├── jquery.flot.selection.js
│   │   │   ├── jquery.flot.selection.min.js
│   │   │   ├── jquery.flot.spline.js
│   │   │   ├── jquery.flot.stack.js
│   │   │   ├── jquery.flot.stack.min.js
│   │   │   ├── jquery.flot.symbol.js
│   │   │   ├── jquery.flot.symbol.min.js
│   │   │   ├── jquery.flot.threshold.js
│   │   │   ├── jquery.flot.threshold.min.js
│   │   │   ├── jquery.flot.time.js
│   │   │   ├── jquery.flot.time.min.js
│   │   │   ├── jquery.flot.tooltip.js
│   │   │   ├── jquery.flot.tooltip.min.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.min.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── Makefile
│   │   │   ├── NEWS.md
│   │   │   ├── PLUGINS.md
│   │   │   └── README.md
│   │   ├── flot.chart.init.js
│   │   ├── fuelux
│   │   │   ├── COPYING
│   │   │   ├── css
│   │   │   │   ├── tree.css
│   │   │   │   └── tree-style.css
│   │   │   ├── img
│   │   │   │   └── tree-icons.png
│   │   │   ├── js
│   │   │   │   ├── spinner.js
│   │   │   │   ├── spinner.min.js
│   │   │   │   ├── tree.js
│   │   │   │   └── tree.min.js
│   │   │   └── README.md
│   │   ├── fullcalendar
│   │   │   ├── bootstrap-fullcalendar.css
│   │   │   ├── fullcalendar.css
│   │   │   ├── fullcalendar.js
│   │   │   ├── fullcalendar.min.js
│   │   │   ├── fullcalendar.print.css
│   │   │   └── gcal.js
│   │   ├── google-map
│   │   │   ├── gmaps-init.js
│   │   │   └── gmaps.js
│   │   ├── gritter
│   │   │   ├── css
│   │   │   │   └── jquery.gritter.css
│   │   │   ├── images
│   │   │   │   ├── gritter-blue.png
│   │   │   │   ├── gritter-brown.png
│   │   │   │   ├── gritter-light.png
│   │   │   │   ├── gritter-long.png
│   │   │   │   ├── gritter.png
│   │   │   │   ├── gritter-purple.png
│   │   │   │   └── ie-spacer.gif
│   │   │   └── js
│   │   │   ├── gritter-init.js
│   │   │   ├── jquery.gritter.js
│   │   │   └── jquery.gritter.min.js
│   │   ├── html5shiv.js
│   │   ├── iCheck
│   │   │   ├── jquery.icheck.js
│   │   │   ├── jquery.icheck.min.js
│   │   │   ├── README.md
│   │   │   ├── skins
│   │   │   │   ├── all.css
│   │   │   │   ├── flat
│   │   │   │   │   ├── aero@2x.png
│   │   │   │   │   ├── aero.css
│   │   │   │   │   ├── aero.png
│   │   │   │   │   ├── _all.css
│   │   │   │   │   ├── blue@2x.png
│   │   │   │   │   ├── blue.css
│   │   │   │   │   ├── blue.png
│   │   │   │   │   ├── flat@2x.png
│   │   │   │   │   ├── flat.css
│   │   │   │   │   ├── flat.png
│   │   │   │   │   ├── green@2x.png
│   │   │   │   │   ├── green.css
│   │   │   │   │   ├── green.png
│   │   │   │   │   ├── grey@2x.png
│   │   │   │   │   ├── grey.css
│   │   │   │   │   ├── grey.png
│   │   │   │   │   ├── orange@2x.png
│   │   │   │   │   ├── orange.css
│   │   │   │   │   ├── orange.png
│   │   │   │   │   ├── pink@2x.png
│   │   │   │   │   ├── pink.css
│   │   │   │   │   ├── pink.png
│   │   │   │   │   ├── purple@2x.png
│   │   │   │   │   ├── purple.css
│   │   │   │   │   ├── purple.png
│   │   │   │   │   ├── red@2x.png
│   │   │   │   │   ├── red.css
│   │   │   │   │   ├── red.png
│   │   │   │   │   ├── yellow@2x.png
│   │   │   │   │   ├── yellow.css
│   │   │   │   │   └── yellow.png
│   │   │   │   ├── futurico
│   │   │   │   │   ├── futurico@2x.png
│   │   │   │   │   ├── futurico.css
│   │   │   │   │   └── futurico.png
│   │   │   │   ├── line
│   │   │   │   │   ├── aero.css
│   │   │   │   │   ├── _all.css
│   │   │   │   │   ├── blue.css
│   │   │   │   │   ├── green.css
│   │   │   │   │   ├── grey.css
│   │   │   │   │   ├── line@2x.png
│   │   │   │   │   ├── line.css
│   │   │   │   │   ├── line.png
│   │   │   │   │   ├── orange.css
│   │   │   │   │   ├── pink.css
│   │   │   │   │   ├── purple.css
│   │   │   │   │   ├── red.css
│   │   │   │   │   └── yellow.css
│   │   │   │   ├── minimal
│   │   │   │   │   ├── aero@2x.png
│   │   │   │   │   ├── aero.css
│   │   │   │   │   ├── aero.png
│   │   │   │   │   ├── _all.css
│   │   │   │   │   ├── blue@2x.png
│   │   │   │   │   ├── blue.css
│   │   │   │   │   ├── blue.png
│   │   │   │   │   ├── green@2x.png
│   │   │   │   │   ├── green.css
│   │   │   │   │   ├── green.png
│   │   │   │   │   ├── grey@2x.png
│   │   │   │   │   ├── grey.css
│   │   │   │   │   ├── grey.png
│   │   │   │   │   ├── minimal@2x.png
│   │   │   │   │   ├── minimal.css
│   │   │   │   │   ├── minimal.png
│   │   │   │   │   ├── orange@2x.png
│   │   │   │   │   ├── orange.css
│   │   │   │   │   ├── orange.png
│   │   │   │   │   ├── pink@2x.png
│   │   │   │   │   ├── pink.css
│   │   │   │   │   ├── pink.png
│   │   │   │   │   ├── purple@2x.png
│   │   │   │   │   ├── purple.css
│   │   │   │   │   ├── purple.png
│   │   │   │   │   ├── red@2x.png
│   │   │   │   │   ├── red.css
│   │   │   │   │   ├── red.png
│   │   │   │   │   ├── yellow@2x.png
│   │   │   │   │   ├── yellow.css
│   │   │   │   │   └── yellow.png
│   │   │   │   ├── polaris
│   │   │   │   │   ├── polaris@2x.png
│   │   │   │   │   ├── polaris.css
│   │   │   │   │   └── polaris.png
│   │   │   │   └── square
│   │   │   │   ├── aero@2x.png
│   │   │   │   ├── aero.css
│   │   │   │   ├── aero.png
│   │   │   │   ├── _all.css
│   │   │   │   ├── blue@2x.png
│   │   │   │   ├── blue.css
│   │   │   │   ├── blue.png
│   │   │   │   ├── green@2x.png
│   │   │   │   ├── green.css
│   │   │   │   ├── green.png
│   │   │   │   ├── grey@2x.png
│   │   │   │   ├── grey.css
│   │   │   │   ├── grey.png
│   │   │   │   ├── orange@2x.png
│   │   │   │   ├── orange.css
│   │   │   │   ├── orange.png
│   │   │   │   ├── pink@2x.png
│   │   │   │   ├── pink.css
│   │   │   │   ├── pink.png
│   │   │   │   ├── purple@2x.png
│   │   │   │   ├── purple.css
│   │   │   │   ├── purple.png
│   │   │   │   ├── red@2x.png
│   │   │   │   ├── red.css
│   │   │   │   ├── red.png
│   │   │   │   ├── square@2x.png
│   │   │   │   ├── square.css
│   │   │   │   ├── square.png
│   │   │   │   ├── yellow@2x.png
│   │   │   │   ├── yellow.css
│   │   │   │   └── yellow.png
│   │   │   ├── zepto.icheck.js
│   │   │   └── zepto.icheck.min.js
│   │   ├── icheck-init.js
│   │   ├── ion.rangeSlider-1.8.2
│   │   │   ├── css
│   │   │   │   ├── ion.rangeSlider.css
│   │   │   │   ├── ion.rangeSlider.skinFlat.css
│   │   │   │   ├── ion.rangeSlider.skinNice.css
│   │   │   │   ├── ion.rangeSlider.skinSimple.css
│   │   │   │   └── normalize.min.css
│   │   │   ├── img
│   │   │   │   ├── sprite-skin-flat.png
│   │   │   │   ├── sprite-skin-flat-red.png
│   │   │   │   ├── sprite-skin-nice.png
│   │   │   │   └── sprite-skin-simple.png
│   │   │   ├── js
│   │   │   │   ├── ion-rangeSlider
│   │   │   │   │   ├── ion.rangeSlider.js
│   │   │   │   │   └── ion.rangeSlider.min.js
│   │   │   │   └── vendor
│   │   │   │   └── jquery-1.10.2.min.js
│   │   │   └── PSD
│   │   │   └── sprite-skin.psd
│   │   ├── ios-switch
│   │   │   ├── ios-init.js
│   │   │   ├── switchery.css
│   │   │   └── switchery.js
│   │   ├── jquery-1.10.2.min.js
│   │   ├── jquery.cookies.js
│   │   ├── jquery.isotope.js
│   │   ├── jquery-migrate-1.2.1.min.js
│   │   ├── jquery-multi-select
│   │   │   ├── css
│   │   │   │   └── multi-select.css
│   │   │   ├── img
│   │   │   │   ├── switch_original.png
│   │   │   │   └── switch.png
│   │   │   └── js
│   │   │   ├── jquery.multi-select.js
│   │   │   └── jquery.quicksearch.js
│   │   ├── jquery.nicescroll.js
│   │   ├── jquery.stepy.js
│   │   ├── jquery-tags-input
│   │   │   ├── jquery.tagsinput.css
│   │   │   ├── jquery.tagsinput.js
│   │   │   ├── jquery.tagsinput.min.js
│   │   │   └── README.md
│   │   ├── jquery-ui-1.10.3.min.js
│   │   ├── jquery-ui-1.9.2.custom.min.js
│   │   ├── jquery.validate.min.js
│   │   ├── jvector-map
│   │   │   ├── jquery-jvectormap-1.1.1.css
│   │   │   ├── jquery-jvectormap-1.1.1.min.js
│   │   │   ├── jquery-jvectormap-1.2.2.css
│   │   │   ├── jquery-jvectormap-1.2.2.min.js
│   │   │   ├── jquery-jvectormap-au-mill-en.js
│   │   │   ├── jquery-jvectormap-us-aea-en.js
│   │   │   ├── jquery-jvectormap-us-lcc-en.js
│   │   │   ├── jquery-jvectormap-us-merc-en.js
│   │   │   ├── jquery-jvectormap-us-mill-en.js
│   │   │   ├── jquery-jvectormap-world-mill-en.js
│   │   │   └── jqvmap
│   │   │   ├── data
│   │   │   │   └── jquery.vmap.sampledata.js
│   │   │   ├── jquery.vmap.js
│   │   │   ├── jquery.vmap.min.js
│   │   │   ├── jquery.vmap.packed.js
│   │   │   ├── jqvmap.css
│   │   │   └── maps
│   │   │   ├── continents
│   │   │   │   ├── jquery.vmap.africa.js
│   │   │   │   ├── jquery.vmap.asia.js
│   │   │   │   ├── jquery.vmap.australia.js
│   │   │   │   ├── jquery.vmap.europe.js
│   │   │   │   ├── jquery.vmap.north-america.js
│   │   │   │   ├── jquery.vmap.south-america.js
│   │   │   │   └── readme.txt
│   │   │   ├── jquery.vmap.algeria.js
│   │   │   ├── jquery.vmap.brazil.js
│   │   │   ├── jquery.vmap.europe.js
│   │   │   ├── jquery.vmap.france.js
│   │   │   ├── jquery.vmap.germany.js
│   │   │   ├── jquery.vmap.russia.js
│   │   │   ├── jquery.vmap.usa.js
│   │   │   └── jquery.vmap.world.js
│   │   ├── main-chart.js
│   │   ├── modernizr.min.js
│   │   ├── morris-chart
│   │   │   ├── morris.css
│   │   │   ├── morris.init.js
│   │   │   ├── morris.js
│   │   │   ├── morris.min.js
│   │   │   └── raphael-min.js
│   │   ├── multi-select-init.js
│   │   ├── nestable
│   │   │   ├── index.html
│   │   │   ├── jquery.nestable.css
│   │   │   ├── jquery.nestable.js
│   │   │   └── README.md
│   │   ├── nestable-init.js
│   │   ├── owl.carousel.js
│   │   ├── owl.carousel.min.js
│   │   ├── pickers-init.js
│   │   ├── respond.min.js
│   │   ├── scripts.js
│   │   ├── sparkline
│   │   │   ├── jquery.sparkline.js
│   │   │   └── sparkline-init.js
│   │   ├── spinner-init.js
│   │   ├── tagsinput-init.js
│   │   ├── tree-init.js
│   │   └── validation-init.js
│   ├── leftmenu_collapsed_view.html
│   ├── lock_screen.html
│   ├── login.html
│   ├── mail_compose.html
│   ├── mail.html
│   ├── mail_view.html
│   ├── morris.html
│   ├── nestable.html
│   ├── panels.html
│   ├── pickers.html
│   ├── pricing_table.html
│   ├── profile.html
│   ├── registration.html
│   ├── responsive_table.html
│   ├── slider.html
│   ├── tabs-accordions.html
│   ├── timeline.html
│   ├── tree_view.html
│   ├── typography.html
│   ├── vector_map.html
│   └── widgets.html
└── ScriptPHP.net.url

153 directories, 835 files

标签:

实例下载地址

adminex v1.4 最新版

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警