销售管理系统一款简单试用的销售管理系统! .
├── www.bgk.net
│ ├── app
│ │ ├── cache
│ │ │ └── index.html
│ │ ├── config
│ │ │ ├── autoload.php
│ │ │ ├── config.php
│ │ │ ├── constants.php
│ │ │ ├── database.php
│ │ │ ├── doctypes.php
│ │ │ ├── foreign_chars.php
│ │ │ ├── hooks.php
│ │ │ ├── migration.php
│ │ │ ├── mimes.php
│ │ │ ├── profiler.php
│ │ │ ├── routes.php
│ │ │ ├── smileys.php
│ │ │ └── user_agents.php
│ │ ├── controllers
│ │ │ ├── caiwu.php
│ │ │ ├── chanpin.php
│ │ │ ├── common.php
│ │ │ ├── dingdan.php
│ │ │ ├── gendan.php
│ │ │ ├── gonggao.php
│ │ │ ├── help.php
│ │ │ ├── hetong.php
│ │ │ ├── home.php
│ │ │ ├── huishouzhan.php
│ │ │ ├── jiliyu.php
│ │ │ ├── kehu.php
│ │ │ ├── linkman.php
│ │ │ ├── login.php
│ │ │ ├── menu.php
│ │ │ ├── message.php
│ │ │ ├── safecheck.php
│ │ │ ├── set_group.php
│ │ │ ├── set_role.php
│ │ │ ├── setting.php
│ │ │ ├── shouhou.php
│ │ │ ├── theme.php
│ │ │ ├── todolist.php
│ │ │ ├── tongxunlu.php
│ │ │ ├── updata.php
│ │ │ ├── upload.php
│ │ │ ├── user.php
│ │ │ ├── userlog.php
│ │ │ ├── userloginlog.php
│ │ │ └── ziduan.php
│ │ ├── core
│ │ │ └── index.html
│ │ ├── errors
│ │ │ ├── error_404.php
│ │ │ ├── error_db.php
│ │ │ ├── error_general.php
│ │ │ ├── error_php.php
│ │ │ └── index.html
│ │ ├── helpers
│ │ │ └── common_helper.php
│ │ ├── hooks
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── language
│ │ │ ├── english
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── libraries
│ │ │ ├── lib_page.php
│ │ │ └── lib_pinyin.php
│ │ ├── logs
│ │ │ └── index.html
│ │ ├── models
│ │ │ ├── common_model.php
│ │ │ ├── data_model.php
│ │ │ ├── excel_model.php
│ │ │ └── mysql_model.php
│ │ ├── third_party
│ │ │ └── index.html
│ │ └── views
│ │ ├── caiwu
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── daochu.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ └── reason.php
│ │ ├── chanpin
│ │ │ ├── _notes
│ │ │ ├── add.php
│ │ │ ├── class_.php
│ │ │ ├── class_add.php
│ │ │ ├── class_edit.php
│ │ │ ├── daochu.php
│ │ │ ├── daoru.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ └── reason.php
│ │ ├── common
│ │ │ ├── choose_chanpin.php
│ │ │ ├── choose_dingdan.php
│ │ │ ├── choose_hetong.php
│ │ │ ├── choose_kehu.php
│ │ │ ├── choose_users.php
│ │ │ ├── inc_foot.php
│ │ │ ├── inc_head.php
│ │ │ ├── inc_head_tongji.php
│ │ │ ├── inc_llq.php
│ │ │ ├── inc_pages.php
│ │ │ ├── inc_styles.php
│ │ │ ├── ziduan_biaodan_add.php
│ │ │ ├── ziduan_biaodan_edit.php
│ │ │ └── ziduan_sousuo.php
│ │ ├── dingdan
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── chanpin.php
│ │ │ ├── daochu.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ ├── reason.php
│ │ │ ├── shenhe.php
│ │ │ └── shoukuan.php
│ │ ├── gendan
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── daochu.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ └── reason.php
│ │ ├── gonggao
│ │ │ ├── add.php
│ │ │ ├── detail.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── help
│ │ │ └── index.php
│ │ ├── hetong
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── daochu.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ ├── reason.php
│ │ │ ├── shenhe.php
│ │ │ └── shoukuan.php
│ │ ├── home
│ │ │ └── work.php
│ │ ├── huishouzhan
│ │ │ └── index.php
│ │ ├── index.php
│ │ ├── index_m.php
│ │ ├── index_w.php
│ │ ├── jiliyu
│ │ │ ├── add.php
│ │ │ ├── detail.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── kehu
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── chakanimg.php
│ │ │ ├── daochu.php
│ │ │ ├── daoru.php
│ │ │ ├── edit.php
│ │ │ ├── gendan.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ ├── reason.php
│ │ │ ├── share.php
│ │ │ ├── shares.php
│ │ │ ├── userlog.php
│ │ │ ├── view.php
│ │ │ ├── zhuanyi.php
│ │ │ └── zhuanyi_gh.php
│ │ ├── linkman
│ │ │ ├── add.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── info.php
│ │ ├── login
│ │ │ ├── login.php
│ │ │ └── login_m.php
│ │ ├── menu
│ │ │ └── lists.php
│ │ ├── message
│ │ │ ├── index.php
│ │ │ ├── save.php
│ │ │ ├── view.php
│ │ │ └── view_min.php
│ │ ├── set_group
│ │ │ ├── add.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── set_role
│ │ │ ├── add.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── setting
│ │ │ ├── index.php
│ │ │ ├── kehu.php
│ │ │ ├── mail.php
│ │ │ ├── sms.php
│ │ │ └── zifu.php
│ │ ├── shouhou
│ │ │ ├── add.php
│ │ │ ├── biaoji.php
│ │ │ ├── daochu.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ └── reason.php
│ │ ├── theme
│ │ │ └── index.php
│ │ ├── tongxunlu
│ │ │ └── index.php
│ │ ├── user
│ │ │ ├── add.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ ├── lever.php
│ │ │ └── manage.php
│ │ ├── userlog
│ │ │ └── index.php
│ │ ├── userloginlog
│ │ │ └── index.php
│ │ └── ziduan
│ │ ├── add.php
│ │ ├── edit.php
│ │ ├── fastset.php
│ │ ├── index.php
│ │ └── qx_set.php
│ ├── data
│ │ ├── config
│ │ │ ├── config_index.php
│ │ │ ├── config_mail.php
│ │ │ └── config_sms.php
│ │ ├── config.php
│ │ ├── uploads
│ │ ├── uploads_callrecord
│ │ └── uploads_chat
│ ├── include
│ │ ├── core
│ │ │ ├── Benchmark.php
│ │ │ ├── CodeIgniter.php
│ │ │ ├── Common.php
│ │ │ ├── Config.php
│ │ │ ├── Controller.php
│ │ │ ├── Exceptions.php
│ │ │ ├── Hooks.php
│ │ │ ├── Input.php
│ │ │ ├── Lang.php
│ │ │ ├── Loader.php
│ │ │ ├── Model.php
│ │ │ ├── Output.php
│ │ │ ├── Router.php
│ │ │ ├── Security.php
│ │ │ ├── URI.php
│ │ │ ├── Utf8.php
│ │ │ └── index.html
│ │ ├── database
│ │ │ ├── DB.php
│ │ │ ├── DB_active_rec.php
│ │ │ ├── DB_cache.php
│ │ │ ├── DB_driver.php
│ │ │ ├── DB_forge.php
│ │ │ ├── DB_result.php
│ │ │ ├── DB_utility.php
│ │ │ ├── drivers
│ │ │ │ ├── cubrid
│ │ │ │ │ ├── cubrid_driver.php
│ │ │ │ │ ├── cubrid_forge.php
│ │ │ │ │ ├── cubrid_result.php
│ │ │ │ │ ├── cubrid_utility.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── mssql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mssql_driver.php
│ │ │ │ │ ├── mssql_forge.php
│ │ │ │ │ ├── mssql_result.php
│ │ │ │ │ └── mssql_utility.php
│ │ │ │ ├── mysql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysql_driver.php
│ │ │ │ │ ├── mysql_forge.php
│ │ │ │ │ ├── mysql_result.php
│ │ │ │ │ └── mysql_utility.php
│ │ │ │ ├── mysqli
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysqli_driver.php
│ │ │ │ │ ├── mysqli_forge.php
│ │ │ │ │ ├── mysqli_result.php
│ │ │ │ │ └── mysqli_utility.php
│ │ │ │ ├── oci8
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── oci8_driver.php
│ │ │ │ │ ├── oci8_forge.php
│ │ │ │ │ ├── oci8_result.php
│ │ │ │ │ └── oci8_utility.php
│ │ │ │ ├── odbc
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── odbc_driver.php
│ │ │ │ │ ├── odbc_forge.php
│ │ │ │ │ ├── odbc_result.php
│ │ │ │ │ └── odbc_utility.php
│ │ │ │ ├── pdo
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── pdo_driver.php
│ │ │ │ │ ├── pdo_forge.php
│ │ │ │ │ ├── pdo_result.php
│ │ │ │ │ └── pdo_utility.php
│ │ │ │ ├── postgre
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── postgre_driver.php
│ │ │ │ │ ├── postgre_forge.php
│ │ │ │ │ ├── postgre_result.php
│ │ │ │ │ └── postgre_utility.php
│ │ │ │ ├── sqlite
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sqlite_driver.php
│ │ │ │ │ ├── sqlite_forge.php
│ │ │ │ │ ├── sqlite_result.php
│ │ │ │ │ └── sqlite_utility.php
│ │ │ │ └── sqlsrv
│ │ │ │ ├── index.html
│ │ │ │ ├── sqlsrv_driver.php
│ │ │ │ ├── sqlsrv_forge.php
│ │ │ │ ├── sqlsrv_result.php
│ │ │ │ └── sqlsrv_utility.php
│ │ │ └── index.html
│ │ ├── fonts
│ │ │ ├── index.html
│ │ │ └── texb.ttf
│ │ ├── helpers
│ │ │ ├── array_helper.php
│ │ │ ├── captcha_helper.php
│ │ │ ├── cookie_helper.php
│ │ │ ├── date_helper.php
│ │ │ ├── directory_helper.php
│ │ │ ├── download_helper.php
│ │ │ ├── email_helper.php
│ │ │ ├── file_helper.php
│ │ │ ├── form_helper.php
│ │ │ ├── html_helper.php
│ │ │ ├── index.html
│ │ │ ├── inflector_helper.php
│ │ │ ├── language_helper.php
│ │ │ ├── number_helper.php
│ │ │ ├── path_helper.php
│ │ │ ├── security_helper.php
│ │ │ ├── smiley_helper.php
│ │ │ ├── string_helper.php
│ │ │ ├── text_helper.php
│ │ │ ├── typography_helper.php
│ │ │ ├── url_helper.php
│ │ │ └── xml_helper.php
│ │ ├── index.html
│ │ ├── language
│ │ │ ├── english
│ │ │ │ ├── calendar_lang.php
│ │ │ │ ├── date_lang.php
│ │ │ │ ├── db_lang.php
│ │ │ │ ├── email_lang.php
│ │ │ │ ├── form_validation_lang.php
│ │ │ │ ├── ftp_lang.php
│ │ │ │ ├── imglib_lang.php
│ │ │ │ ├── index.html
│ │ │ │ ├── migration_lang.php
│ │ │ │ ├── number_lang.php
│ │ │ │ ├── profiler_lang.php
│ │ │ │ ├── unit_test_lang.php
│ │ │ │ └── upload_lang.php
│ │ │ └── index.html
│ │ └── libraries
│ │ ├── Cache
│ │ │ ├── Cache.php
│ │ │ ├── drivers
│ │ │ │ ├── Cache_apc.php
│ │ │ │ ├── Cache_dummy.php
│ │ │ │ ├── Cache_file.php
│ │ │ │ ├── Cache_memcached.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Calendar.php
│ │ ├── Cart.php
│ │ ├── Driver.php
│ │ ├── Email.php
│ │ ├── Encrypt.php
│ │ ├── Form_validation.php
│ │ ├── Ftp.php
│ │ ├── Image_lib.php
│ │ ├── Javascript.php
│ │ ├── Log.php
│ │ ├── Migration.php
│ │ ├── Pagination.php
│ │ ├── Parser.php
│ │ ├── Profiler.php
│ │ ├── Session.php
│ │ ├── Sha1.php
│ │ ├── Table.php
│ │ ├── Trackback.php
│ │ ├── Typography.php
│ │ ├── Unit_test.php
│ │ ├── Upload.php
│ │ ├── User_agent.php
│ │ ├── Xmlrpc.php
│ │ ├── Xmlrpcs.php
│ │ ├── Zip.php
│ │ ├── index.html
│ │ └── javascript
│ │ ├── Jquery.php
│ │ └── index.html
│ ├── index.php
│ ├── install
│ │ ├── auto.php
│ │ ├── config.php
│ │ ├── css
│ │ │ └── install.css
│ │ ├── images
│ │ │ ├── bg.png
│ │ │ ├── del.png
│ │ │ ├── go_1.gif
│ │ │ ├── go_2.gif
│ │ │ ├── go_3.gif
│ │ │ ├── go_4.gif
│ │ │ ├── icon.png
│ │ │ ├── loading-0.gif
│ │ │ ├── loading.gif
│ │ │ ├── ok.png
│ │ │ ├── pop_loading.gif
│ │ │ ├── result_bg.png
│ │ │ └── tips_system.png
│ │ ├── import.sql
│ │ ├── include.php
│ │ ├── index.php
│ │ ├── install.lock
│ │ ├── js
│ │ │ ├── ajaxForm.js
│ │ │ └── validate.js
│ │ └── templates
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── step1.php
│ │ ├── step2.php
│ │ ├── step3.php
│ │ ├── step4.php
│ │ └── step5.php
│ ├── nginx.htaccess
│ ├── readme.txt
│ ├── robots.txt
│ └── themes
│ ├── default
│ │ ├── css
│ │ │ ├── amaze.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── farbtastic.css
│ │ │ ├── flowChart.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── index.css
│ │ │ ├── jquery.step.css
│ │ │ ├── layout.css
│ │ │ ├── layout_m.css
│ │ │ ├── llq.css
│ │ │ ├── materialdesignicons.min.css
│ │ │ ├── pretty.min.css
│ │ │ ├── select2.css
│ │ │ ├── style.css
│ │ │ ├── style_m.css
│ │ │ └── work.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── materialdesignicons-webfont.eot
│ │ │ ├── materialdesignicons-webfont.svg
│ │ │ ├── materialdesignicons-webfont.ttf
│ │ │ ├── materialdesignicons-webfont.woff
│ │ │ └── materialdesignicons-webfont.woff2
│ │ ├── images
│ │ │ ├── arrow1.gif
│ │ │ ├── arrow2.gif
│ │ │ ├── avatar.png
│ │ │ ├── bg-btn.png
│ │ │ ├── drop-arrow.png
│ │ │ ├── error.png
│ │ │ ├── header-bg.gif
│ │ │ ├── ie_update.jpg
│ │ │ ├── image1.gif
│ │ │ ├── image2.gif
│ │ │ ├── jisu.jpg
│ │ │ ├── llq
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.png
│ │ │ │ ├── 03.png
│ │ │ │ ├── 04.png
│ │ │ │ ├── 05.png
│ │ │ │ └── bg.png
│ │ │ ├── loading.gif
│ │ │ ├── logo.png
│ │ │ ├── marker.png
│ │ │ ├── mask.png
│ │ │ ├── meneame.jpg
│ │ │ ├── navbg.gif
│ │ │ ├── noicon.png
│ │ │ ├── nopic.png
│ │ │ ├── noview.png
│ │ │ ├── onLoad.gif
│ │ │ ├── qqqun.png
│ │ │ ├── right.png
│ │ │ ├── totop.png
│ │ │ ├── valid_icons.png
│ │ │ └── wheel.png
│ │ └── js
│ │ ├── WdatePicker
│ │ │ ├── WdatePicker.js
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── skin
│ │ │ │ ├── WdatePicker.css
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── 开发包
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── readme.txt
│ │ │ └── skin
│ │ │ ├── WdatePicker.css
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── ajaxfileupload.js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── callrecord.js
│ │ ├── city-picker.data.js
│ │ ├── city-picker.js
│ │ ├── common.js
│ │ ├── common_m.js
│ │ ├── dialog-plus-min.js
│ │ ├── farbtastic.js
│ │ ├── index.js
│ │ ├── jQuery.Hz2Py-min.js
│ │ ├── jquery-1.11.2.min.js
│ │ ├── jquery.artDialog.js
│ │ ├── jquery.code.js
│ │ ├── jquery.js
│ │ ├── jquery.min.js
│ │ ├── jquery.nicescroll.min.js
│ │ ├── jquery.select.js
│ │ ├── jquery.step.min.js
│ │ ├── mui.js
│ │ ├── mui.min.js
│ │ ├── skin
│ │ │ ├── aero
│ │ │ │ ├── aero_s.png
│ │ │ │ ├── aero_s2.png
│ │ │ │ └── ie6
│ │ │ │ ├── aui_close.hover.png
│ │ │ │ ├── aui_close.png
│ │ │ │ ├── aui_e.png
│ │ │ │ ├── aui_n.png
│ │ │ │ ├── aui_ne.png
│ │ │ │ ├── aui_nw.png
│ │ │ │ ├── aui_s.png
│ │ │ │ ├── aui_se.png
│ │ │ │ ├── aui_sw.png
│ │ │ │ ├── aui_title_icon.png
│ │ │ │ └── aui_w.png
│ │ │ ├── aero.css
│ │ │ ├── black
│ │ │ │ ├── bg.png
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bg_css3.png
│ │ │ │ ├── bg_css3_2.png
│ │ │ │ └── ie6
│ │ │ │ ├── close.hover.png
│ │ │ │ ├── close.png
│ │ │ │ ├── e.png
│ │ │ │ ├── n.png
│ │ │ │ ├── ne.png
│ │ │ │ ├── nw.png
│ │ │ │ ├── s.png
│ │ │ │ ├── se.png
│ │ │ │ ├── sw.png
│ │ │ │ └── w.png
│ │ │ ├── black.css
│ │ │ ├── blue
│ │ │ │ ├── bg.png
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bg_css3.png
│ │ │ │ ├── bg_css3_2.png
│ │ │ │ └── ie6
│ │ │ │ ├── close.hover.png
│ │ │ │ ├── close.png
│ │ │ │ ├── e.png
│ │ │ │ ├── n.png
│ │ │ │ ├── ne.png
│ │ │ │ ├── nw.png
│ │ │ │ ├── s.png
│ │ │ │ ├── se.png
│ │ │ │ ├── sw.png
│ │ │ │ └── w.png
│ │ │ ├── blue.css
│ │ │ ├── chrome
│ │ │ │ ├── border.png
│ │ │ │ └── chrome_s.png
│ │ │ ├── chrome.css
│ │ │ ├── default
│ │ │ │ ├── close-win.png
│ │ │ │ ├── close.png
│ │ │ │ ├── do_icon.png
│ │ │ │ ├── max-win.png
│ │ │ │ ├── max.png
│ │ │ │ ├── max2-win.png
│ │ │ │ ├── max2.png
│ │ │ │ ├── min-win.png
│ │ │ │ └── min.png
│ │ │ ├── default.css
│ │ │ ├── green
│ │ │ │ ├── bg.png
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bg_css3.png
│ │ │ │ ├── bg_css3_2.png
│ │ │ │ ├── color_bg.png
│ │ │ │ └── ie6
│ │ │ │ ├── close.hover.png
│ │ │ │ ├── close.png
│ │ │ │ ├── e.png
│ │ │ │ ├── n.png
│ │ │ │ ├── ne.png
│ │ │ │ ├── nw.png
│ │ │ │ ├── s.png
│ │ │ │ ├── se.png
│ │ │ │ ├── sw.png
│ │ │ │ └── w.png
│ │ │ ├── green.css
│ │ │ ├── icons
│ │ │ │ ├── button.png
│ │ │ │ ├── default_bg.gif
│ │ │ │ ├── error.png
│ │ │ │ ├── face-sad.png
│ │ │ │ ├── face-smile.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── question.png
│ │ │ │ ├── succeed.png
│ │ │ │ └── warning.png
│ │ │ ├── idialog
│ │ │ │ ├── idialog_s.png
│ │ │ │ ├── idialog_s2.png
│ │ │ │ └── ie6
│ │ │ │ ├── aui_close.hover.png
│ │ │ │ ├── aui_close.png
│ │ │ │ ├── aui_e.png
│ │ │ │ ├── aui_n.png
│ │ │ │ ├── aui_ne.png
│ │ │ │ ├── aui_nw.png
│ │ │ │ ├── aui_s.png
│ │ │ │ ├── aui_se.png
│ │ │ │ ├── aui_sw.png
│ │ │ │ └── aui_w.png
│ │ │ ├── idialog.css
│ │ │ ├── opera
│ │ │ │ ├── ie6
│ │ │ │ │ ├── aui_close.hover.png
│ │ │ │ │ ├── aui_close.png
│ │ │ │ │ ├── aui_e.png
│ │ │ │ │ ├── aui_n.png
│ │ │ │ │ ├── aui_ne.png
│ │ │ │ │ ├── aui_nw.png
│ │ │ │ │ ├── aui_s.png
│ │ │ │ │ ├── aui_se.png
│ │ │ │ │ ├── aui_sw.png
│ │ │ │ │ └── aui_w.png
│ │ │ │ ├── s1.png
│ │ │ │ └── s2.png
│ │ │ ├── opera.css
│ │ │ ├── simple.css
│ │ │ └── twitter.css
│ │ ├── table-ul.js
│ │ └── validform_v5.3.2_min.js
│ ├── echarts
│ │ ├── echarts.common.js
│ │ ├── echarts.common.min.js
│ │ ├── echarts.js
│ │ ├── echarts.min.js
│ │ ├── echarts.simple.js
│ │ ├── echarts.simple.min.js
│ │ └── extension
│ │ ├── bmap.js
│ │ ├── bmap.js.map
│ │ ├── bmap.min.js
│ │ ├── dataTool.js
│ │ ├── dataTool.js.map
│ │ └── dataTool.min.js
│ ├── editor
│ │ ├── css
│ │ │ ├── app.css
│ │ │ ├── mobile.css
│ │ │ └── simditor.css
│ │ ├── images
│ │ │ ├── fork.png
│ │ │ ├── image.png
│ │ │ ├── logo.png
│ │ │ ├── logo@2x.png
│ │ │ ├── title.png
│ │ │ └── title@2x.png
│ │ └── js
│ │ ├── dompurify.js
│ │ ├── hotkeys.js
│ │ ├── jquery.min.js
│ │ ├── mobilecheck.js
│ │ ├── module.js
│ │ ├── page-demo.js
│ │ ├── page-doc.js
│ │ ├── page-download.js
│ │ ├── page-form.js
│ │ ├── simditor.js
│ │ └── uploader.js
│ ├── favicon.ico
│ ├── free.htm
│ ├── kindeditor
│ │ ├── kindeditor-all-min.js
│ │ ├── kindeditor-all.js
│ │ ├── lang
│ │ │ ├── ar.js
│ │ │ ├── en.js
│ │ │ ├── ko.js
│ │ │ ├── ru.js
│ │ │ ├── zh-CN.js
│ │ │ └── zh-TW.js
│ │ ├── 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
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 100.gif
│ │ │ │ ├── 101.gif
│ │ │ │ ├── 102.gif
│ │ │ │ ├── 103.gif
│ │ │ │ ├── 104.gif
│ │ │ │ ├── 105.gif
│ │ │ │ ├── 106.gif
│ │ │ │ ├── 107.gif
│ │ │ │ ├── 108.gif
│ │ │ │ ├── 109.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 110.gif
│ │ │ │ ├── 111.gif
│ │ │ │ ├── 112.gif
│ │ │ │ ├── 113.gif
│ │ │ │ ├── 114.gif
│ │ │ │ ├── 115.gif
│ │ │ │ ├── 116.gif
│ │ │ │ ├── 117.gif
│ │ │ │ ├── 118.gif
│ │ │ │ ├── 119.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 120.gif
│ │ │ │ ├── 121.gif
│ │ │ │ ├── 122.gif
│ │ │ │ ├── 123.gif
│ │ │ │ ├── 124.gif
│ │ │ │ ├── 125.gif
│ │ │ │ ├── 126.gif
│ │ │ │ ├── 127.gif
│ │ │ │ ├── 128.gif
│ │ │ │ ├── 129.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 130.gif
│ │ │ │ ├── 131.gif
│ │ │ │ ├── 132.gif
│ │ │ │ ├── 133.gif
│ │ │ │ ├── 134.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
│ │ │ │ ├── 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
│ │ │ │ └── static.gif
│ │ │ ├── filemanager
│ │ │ │ ├── filemanager.js
│ │ │ │ └── images
│ │ │ │ ├── file-16.gif
│ │ │ │ ├── file-64.gif
│ │ │ │ ├── folder-16.gif
│ │ │ │ ├── folder-64.gif
│ │ │ │ └── go-up.gif
│ │ │ ├── fixtoolbar
│ │ │ │ └── fixtoolbar.js
│ │ │ ├── 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
│ ├── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ ├── default
│ │ │ │ │ └── laydate.css
│ │ │ │ ├── icon.png
│ │ │ │ └── laydate.css
│ │ │ ├── layer
│ │ │ │ └── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── layer.css
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ └── layim
│ │ │ ├── layim.css
│ │ │ ├── mobile
│ │ │ │ └── layim.css
│ │ │ ├── skin
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── logo.jpg
│ │ │ │ └── notice.png
│ │ │ └── voice
│ │ │ └── default.mp3
│ │ ├── 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
│ │ │ ├── dest
│ │ │ │ └── layui.all.js
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── colorpicker.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── layim.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile
│ │ │ │ ├── layer-mobile.js
│ │ │ │ ├── layim-mobile-open.js
│ │ │ │ ├── layim-mobile.js
│ │ │ │ ├── upload-mobile.js
│ │ │ │ └── zepto.js
│ │ │ ├── mobile.js
│ │ │ ├── rate.js
│ │ │ ├── slider.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layer.js
│ │ ├── layui.all.js
│ │ ├── layui.js
│ │ ├── mobile
│ │ │ ├── layer.js
│ │ │ └── need
│ │ │ └── layer.css
│ │ └── theme
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.png
│ │ ├── layer.css
│ │ ├── loading-0.gif
│ │ ├── loading-1.gif
│ │ └── loading-2.gif
│ ├── login
│ │ ├── _m
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── images
│ │ │ │ ├── avatar.jpg
│ │ │ │ ├── avatar.png
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── button_bg.png
│ │ │ │ └── login_ico.png
│ │ │ └── js
│ │ │ ├── jquery.js
│ │ │ └── vector.js
│ │ ├── css
│ │ │ ├── ie-css3.htc
│ │ │ └── login.css
│ │ ├── images
│ │ │ ├── avatar.png
│ │ │ ├── button_bg.png
│ │ │ └── login_ico.png
│ │ └── js
│ │ └── html5shiv.min.js
│ ├── mp3
│ │ ├── message.mp3
│ │ ├── message1.mp3
│ │ └── msg_mp3.htm
│ └── windows
│ ├── css
│ │ ├── main.css
│ │ └── main_new.css
│ ├── images
│ │ ├── bg
│ │ │ ├── bg1.jpg
│ │ │ ├── bg1_yulan.jpg
│ │ │ ├── bg2.jpg
│ │ │ ├── bg2_yulan.jpg
│ │ │ ├── bg3.jpg
│ │ │ ├── bg3_yulan.jpg
│ │ │ ├── bg4.jpg
│ │ │ ├── bg4_yulan.jpg
│ │ │ ├── bg5.jpg
│ │ │ ├── bg5_yulan.jpg
│ │ │ ├── bg6.jpg
│ │ │ ├── bg6_yulan.jpg
│ │ │ ├── bg7.jpg
│ │ │ ├── bg7_yulan.jpg
│ │ │ ├── bg8.jpg
│ │ │ └── bg8_yulan.jpg
│ │ ├── icon
│ │ │ ├── 00ty.png
│ │ │ ├── 01kehu.png
│ │ │ ├── 02lianxiren.png
│ │ │ ├── 03gendan.png
│ │ │ ├── 04dingdan.png
│ │ │ ├── 05hetong.png
│ │ │ ├── 06shouhou.png
│ │ │ ├── 07caiwu.png
│ │ │ ├── 08gonghai.png
│ │ │ ├── 09huishouzhan.png
│ │ │ ├── 10chanpin.png
│ │ │ ├── 11tongxunlu.png
│ │ │ ├── 12gonggao.png
│ │ │ ├── 13baogao.png
│ │ │ ├── 14wenjian.png
│ │ │ ├── 15gongzi.png
│ │ │ ├── 16duanxin.png
│ │ │ ├── 17youjian.png
│ │ │ ├── 18gaikuang.png
│ │ │ └── 19yuangong.png
│ │ ├── icon2
│ │ │ ├── 00ty.png
│ │ │ ├── 01kehu.png
│ │ │ ├── 02lianxiren.png
│ │ │ ├── 03gendan.png
│ │ │ ├── 04dingdan.png
│ │ │ ├── 05hetong.png
│ │ │ ├── 06shouhou.png
│ │ │ ├── 07caiwu.png
│ │ │ ├── 08gonghai.png
│ │ │ ├── 09huishouzhan.png
│ │ │ ├── 10chanpin.png
│ │ │ ├── 11tongxunlu.png
│ │ │ ├── 12gonggao.png
│ │ │ ├── 13baogao.png
│ │ │ ├── 14wenjian.png
│ │ │ ├── 15gongzi.png
│ │ │ ├── 16duanxin.png
│ │ │ ├── 17youjian.png
│ │ │ ├── 18gaikuang.png
│ │ │ └── 19yuangong.png
│ │ └── loading.gif
│ └── js
│ ├── calendar.js
│ ├── clock.js
│ ├── desktop.js
│ ├── msg.js
│ ├── msg_w.js
│ └── todolist.js
└── 销售管理系统.rar
188 directories, 1049 files
评论