在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → OA开源协同OA办公系统

OA开源协同OA办公系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:37.03M
  • 下载次数:96
  • 浏览次数:557
  • 发布时间:2022-07-01
  • 实例类别:PHP语言基础
  • 发 布 人:longpo
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 开源 办公 oa 系统

实例介绍

【实例简介】OA开源协同OA办公系统

开源OA源码,比较简单,适合初学者参考。

【实例截图】

from clipboard

【核心代码】

.
├── PHPOA开源协同OA办公系统
│   ├── DatePicker
│   │   ├── My97DatePicker.htm
│   │   ├── WdatePicker.js
│   │   ├── calendar.js
│   │   ├── config.js
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh-tw.js
│   │   └── skin
│   │       ├── Thumbs.db
│   │       ├── WdatePicker.css
│   │       ├── blue
│   │       │   ├── Thumbs.db
│   │       │   ├── bg.jpg
│   │       │   ├── btnbg.jpg
│   │       │   ├── datepicker.css
│   │       │   ├── down.jpg
│   │       │   ├── left.gif
│   │       │   ├── navLeft.gif
│   │       │   ├── navRight.gif
│   │       │   ├── qs.jpg
│   │       │   ├── right.gif
│   │       │   └── up.jpg
│   │       ├── datePicker.gif
│   │       ├── default
│   │       │   ├── datepicker.css
│   │       │   └── img.gif
│   │       └── whyGreen
│   │           ├── bg.jpg
│   │           ├── datepicker.css
│   │           └── img.gif
│   ├── admin.php
│   ├── administrative
│   │   ├── mod_conference.php
│   │   ├── mod_news.php
│   │   └── template
│   │       ├── conferenceadd.php
│   │       ├── conferencelist.php
│   │       ├── conferenceviews.php
│   │       ├── newsadd.php
│   │       ├── newslist.php
│   │       ├── newsviews.php
│   │       └── recordsave.php
│   ├── cache
│   │   ├── cache_config.php
│   │   ├── cache_department.php
│   │   ├── cache_keytable.php
│   │   ├── cache_magnificent.php
│   │   ├── cache_menu.php
│   │   ├── cache_menu_home.php
│   │   ├── cache_position.php
│   │   ├── cache_usergroup_1.php
│   │   ├── cache_usergroup_2.php
│   │   ├── cache_usergroup_3.php
│   │   ├── cache_usergroup_4.php
│   │   ├── cache_version.php
│   │   ├── cache_wage_type.php
│   │   ├── cache_weixin_config.php
│   │   ├── cache_weixin_menu.php
│   │   └── cache_workclass_type.php
│   ├── ckeditor
│   │   ├── CHANGES.md
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   ├── adapters
│   │   │   └── jquery.js
│   │   ├── build-config.js
│   │   ├── ckeditor
│   │   ├── 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
│   │   │   ├── id.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
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sr.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── tr.js
│   │   │   ├── tt.js
│   │   │   ├── ug.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── plugins
│   │   │   ├── a11yhelp
│   │   │   │   └── dialogs
│   │   │   │       ├── a11yhelp.js
│   │   │   │       └── lang
│   │   │   │           ├── _translationstatus.txt
│   │   │   │           ├── af.js
│   │   │   │           ├── ar.js
│   │   │   │           ├── bg.js
│   │   │   │           ├── ca.js
│   │   │   │           ├── cs.js
│   │   │   │           ├── cy.js
│   │   │   │           ├── da.js
│   │   │   │           ├── de.js
│   │   │   │           ├── el.js
│   │   │   │           ├── en-gb.js
│   │   │   │           ├── en.js
│   │   │   │           ├── eo.js
│   │   │   │           ├── es.js
│   │   │   │           ├── et.js
│   │   │   │           ├── fa.js
│   │   │   │           ├── fi.js
│   │   │   │           ├── fr-ca.js
│   │   │   │           ├── fr.js
│   │   │   │           ├── gl.js
│   │   │   │           ├── gu.js
│   │   │   │           ├── he.js
│   │   │   │           ├── hi.js
│   │   │   │           ├── hr.js
│   │   │   │           ├── hu.js
│   │   │   │           ├── id.js
│   │   │   │           ├── it.js
│   │   │   │           ├── ja.js
│   │   │   │           ├── km.js
│   │   │   │           ├── ko.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
│   │   │   │           ├── si.js
│   │   │   │           ├── sk.js
│   │   │   │           ├── sl.js
│   │   │   │           ├── sq.js
│   │   │   │           ├── sr-latn.js
│   │   │   │           ├── sr.js
│   │   │   │           ├── sv.js
│   │   │   │           ├── th.js
│   │   │   │           ├── tr.js
│   │   │   │           ├── tt.js
│   │   │   │           ├── ug.js
│   │   │   │           ├── uk.js
│   │   │   │           ├── vi.js
│   │   │   │           ├── zh-cn.js
│   │   │   │           └── zh.js
│   │   │   ├── about
│   │   │   │   └── dialogs
│   │   │   │       ├── about.js
│   │   │   │       ├── hidpi
│   │   │   │       │   └── logo_ckeditor.png
│   │   │   │       └── logo_ckeditor.png
│   │   │   ├── clipboard
│   │   │   │   └── dialogs
│   │   │   │       └── paste.js
│   │   │   ├── dialog
│   │   │   │   └── dialogDefinition.js
│   │   │   ├── icons.png
│   │   │   ├── icons_hidpi.png
│   │   │   ├── image
│   │   │   │   ├── dialogs
│   │   │   │   │   └── image.js
│   │   │   │   └── images
│   │   │   │       └── noimage.png
│   │   │   ├── link
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── anchor.js
│   │   │   │   │   └── link.js
│   │   │   │   └── images
│   │   │   │       ├── anchor.png
│   │   │   │       └── hidpi
│   │   │   │           └── anchor.png
│   │   │   ├── magicline
│   │   │   │   └── images
│   │   │   │       ├── hidpi
│   │   │   │       │   ├── icon-rtl.png
│   │   │   │       │   └── icon.png
│   │   │   │       ├── icon-rtl.png
│   │   │   │       └── icon.png
│   │   │   ├── pastefromword
│   │   │   │   └── filter
│   │   │   │       └── default.js
│   │   │   ├── scayt
│   │   │   │   ├── LICENSE.md
│   │   │   │   ├── README.md
│   │   │   │   └── dialogs
│   │   │   │       ├── options.js
│   │   │   │       └── toolbar.css
│   │   │   ├── specialchar
│   │   │   │   └── dialogs
│   │   │   │       ├── lang
│   │   │   │       │   ├── _translationstatus.txt
│   │   │   │       │   ├── af.js
│   │   │   │       │   ├── ar.js
│   │   │   │       │   ├── bg.js
│   │   │   │       │   ├── ca.js
│   │   │   │       │   ├── cs.js
│   │   │   │       │   ├── cy.js
│   │   │   │       │   ├── da.js
│   │   │   │       │   ├── de.js
│   │   │   │       │   ├── el.js
│   │   │   │       │   ├── en-gb.js
│   │   │   │       │   ├── en.js
│   │   │   │       │   ├── eo.js
│   │   │   │       │   ├── es.js
│   │   │   │       │   ├── et.js
│   │   │   │       │   ├── fa.js
│   │   │   │       │   ├── fi.js
│   │   │   │       │   ├── fr-ca.js
│   │   │   │       │   ├── fr.js
│   │   │   │       │   ├── gl.js
│   │   │   │       │   ├── he.js
│   │   │   │       │   ├── hr.js
│   │   │   │       │   ├── hu.js
│   │   │   │       │   ├── id.js
│   │   │   │       │   ├── it.js
│   │   │   │       │   ├── ja.js
│   │   │   │       │   ├── km.js
│   │   │   │       │   ├── ku.js
│   │   │   │       │   ├── lt.js
│   │   │   │       │   ├── lv.js
│   │   │   │       │   ├── nb.js
│   │   │   │       │   ├── nl.js
│   │   │   │       │   ├── no.js
│   │   │   │       │   ├── pl.js
│   │   │   │       │   ├── pt-br.js
│   │   │   │       │   ├── pt.js
│   │   │   │       │   ├── ru.js
│   │   │   │       │   ├── si.js
│   │   │   │       │   ├── sk.js
│   │   │   │       │   ├── sl.js
│   │   │   │       │   ├── sq.js
│   │   │   │       │   ├── sv.js
│   │   │   │       │   ├── th.js
│   │   │   │       │   ├── tr.js
│   │   │   │       │   ├── tt.js
│   │   │   │       │   ├── ug.js
│   │   │   │       │   ├── uk.js
│   │   │   │       │   ├── vi.js
│   │   │   │       │   ├── zh-cn.js
│   │   │   │       │   └── zh.js
│   │   │   │       └── specialchar.js
│   │   │   ├── table
│   │   │   │   └── dialogs
│   │   │   │       └── table.js
│   │   │   ├── tabletools
│   │   │   │   └── dialogs
│   │   │   │       └── tableCell.js
│   │   │   └── wsc
│   │   │       ├── LICENSE.md
│   │   │       ├── README.md
│   │   │       └── dialogs
│   │   │           ├── ciframe.html
│   │   │           ├── tmpFrameset.html
│   │   │           ├── wsc.css
│   │   │           ├── wsc.js
│   │   │           └── wsc_ie.js
│   │   ├── samples
│   │   │   ├── ajax.html
│   │   │   ├── api.html
│   │   │   ├── appendto.html
│   │   │   ├── assets
│   │   │   │   ├── inlineall
│   │   │   │   │   └── logo.png
│   │   │   │   ├── outputxhtml
│   │   │   │   │   └── outputxhtml.css
│   │   │   │   ├── posteddata.php
│   │   │   │   ├── sample.jpg
│   │   │   │   └── uilanguages
│   │   │   │       └── languages.js
│   │   │   ├── datafiltering.html
│   │   │   ├── divreplace.html
│   │   │   ├── index.html
│   │   │   ├── inlineall.html
│   │   │   ├── inlinebycode.html
│   │   │   ├── inlinetextarea.html
│   │   │   ├── jquery.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_ie.css
│   │   │   │   ├── dialog_ie7.css
│   │   │   │   ├── dialog_ie8.css
│   │   │   │   ├── dialog_iequirks.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── editor_gecko.css
│   │   │   │   ├── editor_ie.css
│   │   │   │   ├── editor_ie7.css
│   │   │   │   ├── editor_ie8.css
│   │   │   │   ├── editor_iequirks.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── icons_hidpi.png
│   │   │   │   ├── images
│   │   │   │   │   ├── arrow.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── hidpi
│   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   ├── lock-open.png
│   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   └── refresh.png
│   │   │   │   │   ├── lock-open.png
│   │   │   │   │   ├── lock.png
│   │   │   │   │   └── refresh.png
│   │   │   │   └── readme.md
│   │   │   └── office2013
│   │   │       ├── dialog.css
│   │   │       ├── editor.css
│   │   │       ├── icons.png
│   │   │       ├── icons_hidpi.png
│   │   │       ├── images
│   │   │       │   ├── arrow.png
│   │   │       │   ├── close.png
│   │   │       │   ├── hidpi
│   │   │       │   │   ├── close.png
│   │   │       │   │   ├── lock-open.png
│   │   │       │   │   ├── lock.png
│   │   │       │   │   └── refresh.png
│   │   │       │   ├── lock-open.png
│   │   │       │   ├── lock.png
│   │   │       │   └── refresh.png
│   │   │       └── skin.js
│   │   └── styles.js
│   ├── communication
│   │   ├── mod_add.php
│   │   ├── mod_edit.php
│   │   ├── mod_index.php
│   │   ├── mod_user.php
│   │   └── template
│   │       ├── add.php
│   │       ├── edit.php
│   │       ├── index.php
│   │       └── user.php
│   ├── config.php
│   ├── crm
│   │   ├── charts
│   │   │   └── list.php
│   │   ├── company
│   │   │   ├── business.php
│   │   │   ├── business_add.php
│   │   │   ├── business_edit.php
│   │   │   ├── business_view.php
│   │   │   ├── care.php
│   │   │   ├── care_add.php
│   │   │   ├── care_edit.php
│   │   │   ├── care_view.php
│   │   │   ├── company.php
│   │   │   ├── company_add.php
│   │   │   ├── company_edit.php
│   │   │   ├── company_view.php
│   │   │   ├── complaints.php
│   │   │   ├── complaints_add.php
│   │   │   ├── complaints_edit.php
│   │   │   ├── complaints_view.php
│   │   │   ├── contact.php
│   │   │   ├── contact_add.php
│   │   │   ├── contact_edit.php
│   │   │   ├── contact_view.php
│   │   │   ├── service.php
│   │   │   ├── service_add.php
│   │   │   ├── service_edit.php
│   │   │   └── service_view.php
│   │   ├── data
│   │   │   └── db
│   │   │       └── mysql.sql
│   │   ├── function
│   │   │   ├── form.php
│   │   │   └── prod.php
│   │   ├── install.php
│   │   ├── mana
│   │   │   ├── ckpublic.php
│   │   │   ├── crmlog.php
│   │   │   ├── flow.php
│   │   │   ├── flowadd.php
│   │   │   ├── form.php
│   │   │   ├── form_add.php
│   │   │   ├── form_edit.php
│   │   │   ├── personnel.php
│   │   │   └── public.php
│   │   ├── mod_business.php
│   │   ├── mod_care.php
│   │   ├── mod_charts.php
│   │   ├── mod_company.php
│   │   ├── mod_complaints.php
│   │   ├── mod_contact.php
│   │   ├── mod_contract.php
│   │   ├── mod_flow.php
│   │   ├── mod_form.php
│   │   ├── mod_offer.php
│   │   ├── mod_order.php
│   │   ├── mod_payment.php
│   │   ├── mod_personnel.php
│   │   ├── mod_price.php
│   │   ├── mod_prod.php
│   │   ├── mod_program.php
│   │   ├── mod_public.php
│   │   ├── mod_purchase.php
│   │   ├── mod_service.php
│   │   ├── mod_stock.php
│   │   ├── mod_supplier.php
│   │   ├── price
│   │   │   ├── payment.php
│   │   │   ├── payment_add.php
│   │   │   ├── payment_edit.php
│   │   │   ├── payment_view.php
│   │   │   ├── price.php
│   │   │   ├── price_add.php
│   │   │   ├── price_edit.php
│   │   │   └── price_view.php
│   │   ├── prod
│   │   │   ├── class.php
│   │   │   ├── product.php
│   │   │   ├── product_add.php
│   │   │   ├── product_edit.php
│   │   │   ├── product_view.php
│   │   │   ├── stock.php
│   │   │   ├── stock_add.php
│   │   │   ├── stock_log.php
│   │   │   └── stock_view.php
│   │   ├── purchase
│   │   │   ├── prodlist.php
│   │   │   ├── purchase.php
│   │   │   ├── purchase_add.php
│   │   │   ├── purchase_edit.php
│   │   │   ├── purchase_view.php
│   │   │   ├── supplier.php
│   │   │   ├── supplier_add.php
│   │   │   ├── supplier_edit.php
│   │   │   └── supplier_view.php
│   │   └── service
│   │       ├── contract.php
│   │       ├── contract_add.php
│   │       ├── contract_edit.php
│   │       ├── contract_view.php
│   │       ├── offer.php
│   │       ├── offer_add.php
│   │       ├── offer_edit.php
│   │       ├── offer_view.php
│   │       ├── order.php
│   │       ├── order_add.php
│   │       ├── order_edit.php
│   │       ├── order_view.php
│   │       ├── prodlist.php
│   │       ├── program.php
│   │       ├── program_add.php
│   │       ├── program_edit.php
│   │       └── program_view.php
│   ├── data
│   │   ├── db
│   │   ├── excel
│   │   │   ├── apps
│   │   │   ├── project
│   │   │   └── workclass
│   │   ├── uploadfile
│   │   └── word
│   │       ├── apps
│   │       ├── wordflow
│   │       └── workclass
│   ├── desk.php
│   ├── desktop.php
│   ├── down.php
│   ├── downurl.php
│   ├── duty
│   │   ├── mod_duty.php
│   │   ├── mod_log.php
│   │   ├── mod_user.php
│   │   └── template
│   │       ├── add.php
│   │       ├── list.php
│   │       ├── log.php
│   │       ├── logadd.php
│   │       ├── user.php
│   │       ├── user_edit.php
│   │       ├── user_view.php
│   │       └── view.php
│   ├── email
│   │   ├── data
│   │   │   └── db
│   │   │       └── mysql.sql
│   │   ├── install.php
│   │   ├── mod_email.php
│   │   ├── mod_mailsignature.php
│   │   ├── mod_pop3.php
│   │   ├── mod_type.php
│   │   └── template
│   │       ├── addtrue.php
│   │       ├── email.php
│   │       ├── emailadd.php
│   │       ├── list.php
│   │       ├── mailsignature.php
│   │       ├── pop3add.php
│   │       ├── pop3list.php
│   │       ├── send.php
│   │       ├── sendview.php
│   │       ├── type.php
│   │       └── view.php
│   ├── eweb
│   │   ├── attached
│   │   ├── examples
│   │   │   ├── demo-01.html
│   │   │   ├── demo-02.html
│   │   │   ├── demo-03.html
│   │   │   ├── demo-04.html
│   │   │   ├── demo-05.html
│   │   │   ├── demo-06.html
│   │   │   ├── demo-07.html
│   │   │   ├── demo-08.html
│   │   │   ├── demo-09.html
│   │   │   ├── demo-10.html
│   │   │   ├── demo-11.html
│   │   │   ├── demo-12.html
│   │   │   ├── demo-13.html
│   │   │   ├── demo-14.html
│   │   │   ├── demo-15.html
│   │   │   ├── demo-16.html
│   │   │   ├── demo-17.html
│   │   │   ├── demo-18.html
│   │   │   ├── demo-19.html
│   │   │   ├── demo-20.html
│   │   │   ├── index.css
│   │   │   ├── index.html
│   │   │   └── remote_image.html
│   │   ├── kindeditor-min.js
│   │   ├── kindeditor.js
│   │   ├── php
│   │   │   ├── JSON.php
│   │   │   ├── demo.php
│   │   │   ├── file_manager_json.php
│   │   │   └── upload_json.php
│   │   ├── plugins
│   │   │   ├── about.html
│   │   │   ├── advtable
│   │   │   │   └── advtable.html
│   │   │   ├── emoticons
│   │   │   │   ├── 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
│   │   │   │   └── qq.gif
│   │   │   ├── file_manager
│   │   │   │   ├── file_manager.css
│   │   │   │   ├── file_manager.html
│   │   │   │   ├── file_manager.js
│   │   │   │   └── images
│   │   │   │       ├── file-16.gif
│   │   │   │       ├── file-64.gif
│   │   │   │       ├── folder-16.gif
│   │   │   │       ├── folder-64.gif
│   │   │   │       └── go-up.gif
│   │   │   ├── flash.html
│   │   │   ├── image
│   │   │   │   ├── image.html
│   │   │   │   └── images
│   │   │   │       ├── align_left.gif
│   │   │   │       ├── align_right.gif
│   │   │   │       ├── align_top.gif
│   │   │   │       └── refresh.gif
│   │   │   ├── link
│   │   │   │   └── link.html
│   │   │   ├── media.html
│   │   │   ├── plainpaste.html
│   │   │   └── wordpaste.html
│   │   └── skins
│   │       ├── common
│   │       │   ├── blank.gif
│   │       │   ├── editor.css
│   │       │   ├── flash.gif
│   │       │   ├── loading.gif
│   │       │   ├── media.gif
│   │       │   └── rm.gif
│   │       ├── default
│   │       │   └── default.gif
│   │       └── default.css
│   ├── home.php
│   ├── human
│   │   ├── data
│   │   │   └── db
│   │   │       └── mysql.sql
│   │   ├── install.php
│   │   ├── mod_human_form.php
│   │   ├── mod_human_form_add.php
│   │   ├── mod_human_form_edit.php
│   │   ├── mod_humanadd.php
│   │   ├── mod_humancontract.php
│   │   ├── mod_humanlist.php
│   │   ├── mod_registration.php
│   │   ├── mod_rewards.php
│   │   ├── mod_training.php
│   │   ├── mod_training_record.php
│   │   └── template
│   │       ├── human_form.php
│   │       ├── human_form_add.php
│   │       ├── human_form_edit.php
│   │       ├── humanadd1.php
│   │       ├── humanadd10.php
│   │       ├── humanadd2.php
│   │       ├── humanadd3.php
│   │       ├── humanadd4.php
│   │       ├── humanadd5.php
│   │       ├── humanadd6.php
│   │       ├── humanadd7.php
│   │       ├── humanadd8.php
│   │       ├── humanadd9.php
│   │       ├── humancontractadd.php
│   │       ├── humancontractlist.php
│   │       ├── humancontractviews.php
│   │       ├── humanlist1.php
│   │       ├── humanlist10.php
│   │       ├── humanlist2.php
│   │       ├── humanlist3.php
│   │       ├── humanlist4.php
│   │       ├── humanlist5.php
│   │       ├── humanlist6.php
│   │       ├── humanlist7.php
│   │       ├── humanlist8.php
│   │       ├── humanlist9.php
│   │       ├── humanview1.php
│   │       ├── humanview10.php
│   │       ├── humanview2.php
│   │       ├── humanview3.php
│   │       ├── humanview4.php
│   │       ├── humanview5.php
│   │       ├── humanview6.php
│   │       ├── humanview7.php
│   │       ├── humanview8.php
│   │       ├── humanview9.php
│   │       ├── registrationadd.php
│   │       ├── registrationlist.php
│   │       ├── rewardsadd.php
│   │       ├── rewardslist.php
│   │       ├── training_recordadd.php
│   │       ├── training_recordlist.php
│   │       ├── training_recordviews.php
│   │       ├── trainingadd.php
│   │       ├── traininglist.php
│   │       └── trainingviews.php
│   ├── inc
│   │   ├── ads.php
│   │   ├── config.php
│   │   ├── date.html
│   │   ├── lmenu.php
│   │   ├── online - 副本.php
│   │   ├── online.php
│   │   ├── online_home.php
│   │   ├── sms_count.php
│   │   ├── sms_count_num.php
│   │   ├── tmenu.php
│   │   ├── user_count.php
│   │   ├── user_online - 副本.php
│   │   ├── user_online.php
│   │   ├── weather.html
│   │   └── workflow.php
│   ├── include
│   │   ├── class_Utility.php
│   │   ├── class_ads.php
│   │   ├── class_config.php
│   │   ├── class_mysql.php
│   │   ├── class_ugcode.php
│   │   ├── class_user.php
│   │   ├── common.php
│   │   ├── dbbackup.class.php
│   │   ├── excel_writer.class.php
│   │   ├── function_administrative.php
│   │   ├── function_cache.php
│   │   ├── function_charts.php
│   │   ├── function_common.php
│   │   ├── function_communication.php
│   │   ├── function_crm.php
│   │   ├── function_duty.php
│   │   ├── function_email.php
│   │   ├── function_global.php
│   │   ├── function_home.php
│   │   ├── function_human.php
│   │   ├── function_knowledge.php
│   │   ├── function_mana.php
│   │   ├── function_member.php
│   │   ├── function_public.php
│   │   ├── function_sms.php
│   │   ├── function_version.php
│   │   ├── function_workbench.php
│   │   ├── msg.class.php
│   │   ├── sms.class.php
│   │   └── word.class.php
│   ├── index.php
│   ├── install
│   │   ├── config.sql
│   │   ├── index.php
│   │   ├── install.php
│   │   ├── style.css
│   │   └── toa.sql
│   ├── knowledge
│   │   ├── mod_app.php
│   │   ├── mod_bbs.php
│   │   ├── mod_document.php
│   │   ├── mod_know.php
│   │   └── template
│   │       ├── app.php
│   │       ├── app_log.php
│   │       ├── appadd.php
│   │       ├── bbsadd.php
│   │       ├── bbsclass.php
│   │       ├── bbslist.php
│   │       ├── bbsviews.php
│   │       ├── documentlist.php
│   │       ├── knowadd.php
│   │       ├── knowlist.php
│   │       ├── knowviews.php
│   │       └── views.php
│   ├── login.php
│   ├── mana
│   │   ├── mod_config.php
│   │   ├── mod_data.php
│   │   ├── mod_department.php
│   │   ├── mod_keytable.php
│   │   ├── mod_log.php
│   │   ├── mod_menu.php
│   │   ├── mod_officeclass.php
│   │   ├── mod_plugin.php
│   │   ├── mod_position.php
│   │   ├── mod_user.php
│   │   ├── mod_usergroup.php
│   │   ├── mod_version.php
│   │   └── template
│   │       ├── config.php
│   │       ├── data.php
│   │       ├── data_import.php
│   │       ├── department.php
│   │       ├── keytable.php
│   │       ├── log.php
│   │       ├── menu.php
│   │       ├── officeclass.php
│   │       ├── plugin.php
│   │       ├── position.php
│   │       ├── user.csv
│   │       ├── user.php
│   │       ├── useradd.php
│   │       ├── userexcel.php
│   │       ├── usergroup.php
│   │       ├── usergroupadd.php
│   │       ├── userlog.php
│   │       └── version.php
│   ├── member
│   │   ├── mod_eweb.php
│   │   ├── mod_hongtou.php
│   │   ├── mod_log.php
│   │   ├── mod_password.php
│   │   ├── mod_seal.php
│   │   ├── mod_user.php
│   │   └── template
│   │       ├── bg.php
│   │       ├── eweb.php
│   │       ├── ewebadd.php
│   │       ├── home.php
│   │       ├── home_txt.php
│   │       ├── hongtou.php
│   │       ├── hongtouadd.php
│   │       ├── log.php
│   │       ├── password.php
│   │       ├── seal.php
│   │       ├── sealadd.php
│   │       ├── user.php
│   │       └── userlog.php
│   ├── ntko
│   │   ├── Default.php
│   │   ├── FileEdit.php
│   │   ├── FileEdit0529.php
│   │   ├── Fileview.php
│   │   ├── OfficeContorlFunctions.js
│   │   ├── StyleSheet.css
│   │   ├── connectionInfo.php
│   │   ├── data
│   │   │   └── db
│   │   │       └── mysql.sql
│   │   ├── esp
│   │   │   ├── 01.esp
│   │   │   ├── 02.esp
│   │   │   └── 03.esp
│   │   ├── fileviews.php
│   │   ├── help
│   │   ├── images
│   │   │   ├── Companyinfo.jpg
│   │   │   ├── Thumbs.db
│   │   │   ├── demohelp.jpg
│   │   │   ├── demohelp1.jpg
│   │   │   ├── edit_banner.jpg
│   │   │   ├── edit_button_background.jpg
│   │   │   ├── edit_main_button.jpg
│   │   │   ├── edit_main_middle.jpg
│   │   │   ├── edit_main_nether.jpg
│   │   │   ├── edit_main_top.jpg
│   │   │   ├── edit_save_html.gif
│   │   │   ├── edit_save_office.gif
│   │   │   ├── edit_save_pdf.gif
│   │   │   ├── index_banner.jpg
│   │   │   ├── index_button_et.gif
│   │   │   ├── index_button_ppt.gif
│   │   │   ├── index_button_word.gif
│   │   │   ├── index_button_wps.gif
│   │   │   ├── index_button_xls.gif
│   │   │   ├── index_main_middle.jpg
│   │   │   ├── index_main_nether.jpg
│   │   │   ├── index_main_top.gif
│   │   │   ├── index_main_top.jpg
│   │   │   ├── scan.jpg
│   │   │   ├── spacer.gif
│   │   │   └── titlebackground.jpg
│   │   ├── index.php
│   │   ├── install.php
│   │   ├── mana.php
│   │   ├── nbproject
│   │   │   ├── private
│   │   │   │   ├── config.properties
│   │   │   │   ├── private.properties
│   │   │   │   └── private.xml
│   │   │   ├── project.properties
│   │   │   └── project.xml
│   │   ├── ntkoocx.js
│   │   ├── officecontrol
│   │   │   ├── OfficeControl.cab
│   │   │   ├── ntkoofficecontrol.js
│   │   │   ├── ntkoplugins.crx
│   │   │   ├── ntkoplugins.xpi
│   │   │   ├── ntkosigntool.cab
│   │   │   ├── pdf.cab
│   │   │   └── signtoolcontrol.js
│   │   ├── pic.php
│   │   ├── seal
│   │   │   ├── index - 副本.php
│   │   │   ├── index.php
│   │   │   ├── ntkoFt2kPkcs11.dll
│   │   │   ├── ntkoGenOcxObj.js
│   │   │   ├── ntkoHtPkcs11.dll
│   │   │   ├── ntkoMhPkcs11.dll
│   │   │   ├── ntkosigntoolv3.cab
│   │   │   ├── ntkosigntoolv3.inf
│   │   │   └── ntkosigntoolv3.ocx
│   │   ├── secSignFile
│   │   │   ├── Thumbs.db
│   │   │   ├── caiwu.esp
│   │   │   ├── hetong.esp
│   │   │   └── xingzheng.esp
│   │   ├── service.php
│   │   ├── show.php
│   │   ├── tempFile
│   │   ├── templateFile
│   │   │   ├── newExcelTemplate.xls
│   │   │   ├── newPPTTemplate.ppt
│   │   │   └── newWordTemplate.doc
│   │   ├── upLoadHtmlFile.php
│   │   ├── upLoadOfficeFile.php
│   │   ├── upLoadPdfFile.php
│   │   ├── uploadAttachFile
│   │   ├── uploadHtmlFile
│   │   ├── uploadOfficeFile
│   │   ├── uploadPdfFile
│   │   ├── views.php
│   │   └── websigncontrol
│   │       ├── NtkoAddSecSign.js
│   │       ├── NtkoGenObj.js
│   │       ├── ntkoWebSign.cab
│   │       └── ntkosigntool.cab
│   ├── public
│   │   ├── mod_dep_checkbox - 副本.php
│   │   ├── mod_dep_checkbox.php
│   │   ├── mod_dep_radio.php
│   │   ├── mod_file.php
│   │   ├── mod_keyuser.php
│   │   ├── mod_pos_checkbox - 副本.php
│   │   ├── mod_pos_checkbox.php
│   │   ├── mod_pos_radio.php
│   │   ├── mod_project.php
│   │   ├── mod_uploadadd.php
│   │   ├── mod_uploadflash.php
│   │   ├── mod_user_checkbox.php
│   │   ├── mod_user_radio.php
│   │   ├── mod_workclass.php
│   │   └── template
│   │       ├── dep_checkbox - 副本.php
│   │       ├── dep_checkbox.php
│   │       ├── dep_radio.php
│   │       ├── keyuser.php
│   │       ├── pos_checkbox - 副本.php
│   │       ├── pos_checkbox.php
│   │       ├── pos_radio.php
│   │       ├── project.php
│   │       ├── user_checkbox.php
│   │       ├── user_radio.php
│   │       └── workclass.php
│   ├── sms
│   │   ├── mod_add.php
│   │   ├── mod_channel_edit.php
│   │   ├── mod_index.php
│   │   ├── mod_phone_online.php
│   │   ├── mod_phonesavesms.php
│   │   ├── mod_phonesms.php
│   │   ├── mod_receive.php
│   │   ├── mod_savesms.php
│   │   ├── mod_sms.php
│   │   ├── mod_sms_online.php
│   │   ├── mod_sms_receive.php
│   │   ├── mod_smsadd.php
│   │   ├── mod_smsindex.php
│   │   ├── mod_smsreceive.php
│   │   └── template
│   │       ├── add.php
│   │       ├── channel_edit.php
│   │       ├── index.php
│   │       ├── online_add.php
│   │       ├── online_receive.php
│   │       ├── phone_online_add.php
│   │       ├── phonesms.php
│   │       ├── receive.php
│   │       ├── sms.php
│   │       ├── sms_receive.php
│   │       ├── smsadd.php
│   │       ├── smsindex.php
│   │       └── smsreceive.php
│   ├── template
│   │   ├── default
│   │   │   ├── bg
│   │   │   │   ├── 01
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 11.jpg
│   │   │   │   │   ├── 12.jpg
│   │   │   │   │   ├── 13.jpg
│   │   │   │   │   ├── 14.jpg
│   │   │   │   │   ├── 15.jpg
│   │   │   │   │   ├── 16.jpg
│   │   │   │   │   ├── 17.jpg
│   │   │   │   │   ├── 18.jpg
│   │   │   │   │   ├── 19.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 20.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   ├── 9.jpg
│   │   │   │   │   ├── thumb_1.jpg
│   │   │   │   │   ├── thumb_10.jpg
│   │   │   │   │   ├── thumb_11.jpg
│   │   │   │   │   ├── thumb_12.jpg
│   │   │   │   │   ├── thumb_13.jpg
│   │   │   │   │   ├── thumb_14.jpg
│   │   │   │   │   ├── thumb_15.jpg
│   │   │   │   │   ├── thumb_16.jpg
│   │   │   │   │   ├── thumb_17.jpg
│   │   │   │   │   ├── thumb_18.jpg
│   │   │   │   │   ├── thumb_19.jpg
│   │   │   │   │   ├── thumb_2.jpg
│   │   │   │   │   ├── thumb_20.jpg
│   │   │   │   │   ├── thumb_3.jpg
│   │   │   │   │   ├── thumb_4.jpg
│   │   │   │   │   ├── thumb_5.jpg
│   │   │   │   │   ├── thumb_6.jpg
│   │   │   │   │   ├── thumb_7.jpg
│   │   │   │   │   ├── thumb_8.jpg
│   │   │   │   │   └── thumb_9.jpg
│   │   │   │   ├── 02
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 11.jpg
│   │   │   │   │   ├── 12.jpg
│   │   │   │   │   ├── 13.jpg
│   │   │   │   │   ├── 14.jpg
│   │   │   │   │   ├── 15.jpg
│   │   │   │   │   ├── 16.jpg
│   │   │   │   │   ├── 17.jpg
│   │   │   │   │   ├── 18.jpg
│   │   │   │   │   ├── 19.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 20.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   ├── 9.jpg
│   │   │   │   │   ├── thumb_1.jpg
│   │   │   │   │   ├── thumb_10.jpg
│   │   │   │   │   ├── thumb_11.jpg
│   │   │   │   │   ├── thumb_12.jpg
│   │   │   │   │   ├── thumb_13.jpg
│   │   │   │   │   ├── thumb_14.jpg
│   │   │   │   │   ├── thumb_15.jpg
│   │   │   │   │   ├── thumb_16.jpg
│   │   │   │   │   ├── thumb_17.jpg
│   │   │   │   │   ├── thumb_18.jpg
│   │   │   │   │   ├── thumb_19.jpg
│   │   │   │   │   ├── thumb_2.jpg
│   │   │   │   │   ├── thumb_20.jpg
│   │   │   │   │   ├── thumb_3.jpg
│   │   │   │   │   ├── thumb_4.jpg
│   │   │   │   │   ├── thumb_5.jpg
│   │   │   │   │   ├── thumb_6.jpg
│   │   │   │   │   ├── thumb_7.jpg
│   │   │   │   │   ├── thumb_8.jpg
│   │   │   │   │   └── thumb_9.jpg
│   │   │   │   └── 03
│   │   │   │       ├── 1.jpg
│   │   │   │       ├── 10.jpg
│   │   │   │       ├── 11.jpg
│   │   │   │       ├── 12.jpg
│   │   │   │       ├── 13.jpg
│   │   │   │       ├── 14.jpg
│   │   │   │       ├── 15.jpg
│   │   │   │       ├── 16.jpg
│   │   │   │       ├── 17.jpg
│   │   │   │       ├── 18.jpg
│   │   │   │       ├── 19.jpg
│   │   │   │       ├── 2.jpg
│   │   │   │       ├── 20.jpg
│   │   │   │       ├── 3.jpg
│   │   │   │       ├── 4.jpg
│   │   │   │       ├── 5.jpg
│   │   │   │       ├── 6.jpg
│   │   │   │       ├── 7.jpg
│   │   │   │       ├── 8.jpg
│   │   │   │       ├── 9.jpg
│   │   │   │       ├── thumb_1.jpg
│   │   │   │       ├── thumb_10.jpg
│   │   │   │       ├── thumb_11.jpg
│   │   │   │       ├── thumb_12.jpg
│   │   │   │       ├── thumb_13.jpg
│   │   │   │       ├── thumb_14.jpg
│   │   │   │       ├── thumb_15.jpg
│   │   │   │       ├── thumb_16.jpg
│   │   │   │       ├── thumb_17.jpg
│   │   │   │       ├── thumb_18.jpg
│   │   │   │       ├── thumb_19.jpg
│   │   │   │       ├── thumb_2.jpg
│   │   │   │       ├── thumb_20.jpg
│   │   │   │       ├── thumb_3.jpg
│   │   │   │       ├── thumb_4.jpg
│   │   │   │       ├── thumb_5.jpg
│   │   │   │       ├── thumb_6.jpg
│   │   │   │       ├── thumb_7.jpg
│   │   │   │       ├── thumb_8.jpg
│   │   │   │       └── thumb_9.jpg
│   │   │   ├── content
│   │   │   │   ├── css
│   │   │   │   │   ├── base.css
│   │   │   │   │   ├── bootstrap-modal.css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── div2015.css
│   │   │   │   │   ├── jquery.fileupload-ui.css
│   │   │   │   │   ├── main.css
│   │   │   │   │   ├── personal.record-1.0.css
│   │   │   │   │   ├── search.css
│   │   │   │   │   ├── style.account-1.1.css
│   │   │   │   │   ├── style.css
│   │   │   │   │   ├── style2014.css
│   │   │   │   │   └── style2015.css
│   │   │   │   ├── ico
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── aac.gif
│   │   │   │   │   ├── ace.gif
│   │   │   │   │   ├── ai.gif
│   │   │   │   │   ├── ain.gif
│   │   │   │   │   ├── amr.gif
│   │   │   │   │   ├── app.gif
│   │   │   │   │   ├── arj.gif
│   │   │   │   │   ├── asf.gif
│   │   │   │   │   ├── asp.gif
│   │   │   │   │   ├── aspx.gif
│   │   │   │   │   ├── av.gif
│   │   │   │   │   ├── avi.gif
│   │   │   │   │   ├── bin.gif
│   │   │   │   │   ├── bmp.gif
│   │   │   │   │   ├── cab.gif
│   │   │   │   │   ├── cad.gif
│   │   │   │   │   ├── cat.gif
│   │   │   │   │   ├── cdr.gif
│   │   │   │   │   ├── chm.gif
│   │   │   │   │   ├── com.gif
│   │   │   │   │   ├── css.gif
│   │   │   │   │   ├── cur.gif
│   │   │   │   │   ├── dat.gif
│   │   │   │   │   ├── db.gif
│   │   │   │   │   ├── dll.gif
│   │   │   │   │   ├── dmv.gif
│   │   │   │   │   ├── doc.gif
│   │   │   │   │   ├── docx.gif
│   │   │   │   │   ├── dot.gif
│   │   │   │   │   ├── dps.gif
│   │   │   │   │   ├── dpt.gif
│   │   │   │   │   ├── dwg.gif
│   │   │   │   │   ├── dxf.gif
│   │   │   │   │   ├── emf.gif
│   │   │   │   │   ├── eps.gif
│   │   │   │   │   ├── et.gif
│   │   │   │   │   ├── ett.gif
│   │   │   │   │   ├── exe.gif
│   │   │   │   │   ├── fla.gif
│   │   │   │   │   ├── ftp.gif
│   │   │   │   │   ├── gif.gif
│   │   │   │   │   ├── hlp.gif
│   │   │   │   │   ├── htm.gif
│   │   │   │   │   ├── html.gif
│   │   │   │   │   ├── icl.gif
│   │   │   │   │   ├── ico.gif
│   │   │   │   │   ├── img.gif
│   │   │   │   │   ├── inf.gif
│   │   │   │   │   ├── ini.gif
│   │   │   │   │   ├── iso.gif
│   │   │   │   │   ├── jpeg.gif
│   │   │   │   │   ├── jpg.gif
│   │   │   │   │   ├── js.gif
│   │   │   │   │   ├── m3u.gif
│   │   │   │   │   ├── max.gif
│   │   │   │   │   ├── mdb.gif
│   │   │   │   │   ├── mde.gif
│   │   │   │   │   ├── mht.gif
│   │   │   │   │   ├── mid.gif
│   │   │   │   │   ├── midi.gif
│   │   │   │   │   ├── mov.gif
│   │   │   │   │   ├── mp3.gif
│   │   │   │   │   ├── mp4.gif
│   │   │   │   │   ├── mpeg.gif
│   │   │   │   │   ├── mpg.gif
│   │   │   │   │   ├── msi.gif
│   │   │   │   │   ├── nrg.gif
│   │   │   │   │   ├── ocx.gif
│   │   │   │   │   ├── ogg.gif
│   │   │   │   │   ├── ogm.gif
│   │   │   │   │   ├── pdf.gif
│   │   │   │   │   ├── png.gif
│   │   │   │   │   ├── pot.gif
│   │   │   │   │   ├── ppt.gif
│   │   │   │   │   ├── psd.gif
│   │   │   │   │   ├── pub.gif
│   │   │   │   │   ├── qt.gif
│   │   │   │   │   ├── ra.gif
│   │   │   │   │   ├── ram.gif
│   │   │   │   │   ├── rar.gif
│   │   │   │   │   ├── rm.gif
│   │   │   │   │   ├── rmvb.gif
│   │   │   │   │   ├── rtf.gif
│   │   │   │   │   ├── swf.gif
│   │   │   │   │   ├── tar.gif
│   │   │   │   │   ├── tif.gif
│   │   │   │   │   ├── tiff.gif
│   │   │   │   │   ├── txt.gif
│   │   │   │   │   ├── unknown.gif
│   │   │   │   │   ├── url.gif
│   │   │   │   │   ├── vbs.gif
│   │   │   │   │   ├── vsd.gif
│   │   │   │   │   ├── vss.gif
│   │   │   │   │   ├── vst.gif
│   │   │   │   │   ├── wav.gif
│   │   │   │   │   ├── wave.gif
│   │   │   │   │   ├── wm.gif
│   │   │   │   │   ├── wma.gif
│   │   │   │   │   ├── wmd.gif
│   │   │   │   │   ├── wmf.gif
│   │   │   │   │   ├── wmv.gif
│   │   │   │   │   ├── wps.gif
│   │   │   │   │   ├── wpt.gif
│   │   │   │   │   ├── xls.gif
│   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   ├── xlt.gif
│   │   │   │   │   ├── xml.gif
│   │   │   │   │   └── zip.gif
│   │   │   │   ├── images
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── Word.png
│   │   │   │   │   ├── app1.png
│   │   │   │   │   ├── app2.png
│   │   │   │   │   ├── bg-explain.png
│   │   │   │   │   ├── bg_header.png
│   │   │   │   │   ├── bg_input_btn_hover.png
│   │   │   │   │   ├── bg_input_text.png
│   │   │   │   │   ├── bg_input_text_hover.png
│   │   │   │   │   ├── big_btn_b.png
│   │   │   │   │   ├── big_btn_b_add.png
│   │   │   │   │   ├── block_top2_bg.png
│   │   │   │   │   ├── btn_dropdown_l.png
│   │   │   │   │   ├── btn_dropdown_r.png
│   │   │   │   │   ├── button_bg.gif
│   │   │   │   │   ├── carts.gif
│   │   │   │   │   ├── close_square.png
│   │   │   │   │   ├── close_square_over.png
│   │   │   │   │   ├── div.png
│   │   │   │   │   ├── excel.png
│   │   │   │   │   ├── f_ico.png
│   │   │   │   │   ├── f_print.png
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── global-button.png
│   │   │   │   │   ├── ico-1.png
│   │   │   │   │   ├── ico-loading16.gif
│   │   │   │   │   ├── ico-pa.png
│   │   │   │   │   ├── ico-trade-note.png
│   │   │   │   │   ├── icon-arrow.png
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── loading_gray_16.gif
│   │   │   │   │   ├── menu_top_bg.png
│   │   │   │   │   ├── menu_top_hover_l.png
│   │   │   │   │   ├── menu_top_hover_r.png
│   │   │   │   │   ├── menu_top_line.png
│   │   │   │   │   ├── menubg.gif
│   │   │   │   │   ├── notify_new.gif
│   │   │   │   │   ├── org_select.png
│   │   │   │   │   ├── p1.gif
│   │   │   │   │   ├── p2.gif
│   │   │   │   │   ├── p3.gif
│   │   │   │   │   ├── p4.gif
│   │   │   │   │   ├── p_down.png
│   │   │   │   │   ├── progressbar.gif
│   │   │   │   │   ├── pub.png
│   │   │   │   │   ├── topbar.gif
│   │   │   │   │   ├── topmenubg1.gif
│   │   │   │   │   ├── topmenubg2.gif
│   │   │   │   │   ├── ui-button-checkboxes-selected.png
│   │   │   │   │   ├── ui-components.png
│   │   │   │   │   ├── ui-fm-loading.gif
│   │   │   │   │   └── ui-fm.png
│   │   │   │   └── js
│   │   │   │       ├── arale.js
│   │   │   │       ├── bootstrap-modal.js
│   │   │   │       ├── bootstrap-modalmanager.js
│   │   │   │       ├── bootstrap.min.js
│   │   │   │       ├── common.js
│   │   │   │       ├── jquery.fancybox-1.3.1.pack.js
│   │   │   │       ├── jquery.min.js
│   │   │   │       ├── lockTableTitle.js
│   │   │   │       ├── public.js
│   │   │   │       └── recordIndex.js
│   │   │   ├── css
│   │   │   │   ├── dtree.css
│   │   │   │   ├── pstyle.css
│   │   │   │   ├── reset.css
│   │   │   │   └── zh-cn-system.css
│   │   │   ├── desktop.php
│   │   │   ├── email
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   └── style.css
│   │   │   │   └── images
│   │   │   │       ├── action_icons.png
│   │   │   │       ├── left.png
│   │   │   │       ├── main_btn_icons.png
│   │   │   │       ├── right.png
│   │   │   │       ├── table_bottom_control_bg.png
│   │   │   │       ├── table_controlbar.gif
│   │   │   │       ├── table_top_bg_white.jpg
│   │   │   │       ├── tl_icons.png
│   │   │   │       ├── tl_icons_w.png
│   │   │   │       └── vertical.png
│   │   │   ├── home
│   │   │   │   ├── app_tools
│   │   │   │   │   ├── bianqian
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── memo.png
│   │   │   │   │   │   └── memo_background.png
│   │   │   │   │   ├── shizhong
│   │   │   │   │   │   ├── 001.swf
│   │   │   │   │   │   ├── 003.swf
│   │   │   │   │   │   ├── Scripts
│   │   │   │   │   │   │   ├── expressInstall.swf
│   │   │   │   │   │   │   └── swfobject_modified.js
│   │   │   │   │   │   ├── flashtime-0003.swf
│   │   │   │   │   │   ├── flashtime-0041.swf
│   │   │   │   │   │   ├── flashtime-0149.swf
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── index1.html
│   │   │   │   │   │   ├── index2.html
│   │   │   │   │   │   ├── index3.html
│   │   │   │   │   │   └── index4.html
│   │   │   │   │   ├── skins
│   │   │   │   │   │   └── index.html
│   │   │   │   │   └── weather
│   │   │   │   │       ├── bg-main-mini.png
│   │   │   │   │       └── index.html
│   │   │   │   ├── icon
│   │   │   │   │   ├── getface.jpeg
│   │   │   │   │   ├── icon0.png
│   │   │   │   │   ├── icon1.png
│   │   │   │   │   ├── icon10.png
│   │   │   │   │   ├── icon11.png
│   │   │   │   │   ├── icon12.png
│   │   │   │   │   ├── icon13.png
│   │   │   │   │   ├── icon14.png
│   │   │   │   │   ├── icon15.png
│   │   │   │   │   ├── icon16.png
│   │   │   │   │   ├── icon17.png
│   │   │   │   │   ├── icon18.png
│   │   │   │   │   ├── icon19.png
│   │   │   │   │   ├── icon2.png
│   │   │   │   │   ├── icon20.png
│   │   │   │   │   ├── icon21.png
│   │   │   │   │   ├── icon22.png
│   │   │   │   │   ├── icon3.png
│   │   │   │   │   ├── icon4.png
│   │   │   │   │   ├── icon5.png
│   │   │   │   │   ├── icon6.png
│   │   │   │   │   ├── icon7.png
│   │   │   │   │   ├── icon8.png
│   │   │   │   │   ├── icon9.png
│   │   │   │   │   ├── item0.png
│   │   │   │   │   ├── item1.png
│   │   │   │   │   ├── item2.png
│   │   │   │   │   └── item3.png
│   │   │   │   ├── lib
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── reset-min.css
│   │   │   │   │   └── js
│   │   │   │   │       ├── jquery
│   │   │   │   │       │   ├── DD_belatedPNG_0.0.8a.js
│   │   │   │   │       │   ├── jquery-1.8.2.js
│   │   │   │   │       │   ├── jquery-1.8.2.min.js
│   │   │   │   │       │   ├── jquery-smartMenu
│   │   │   │   │       │   │   ├── jquery-smartMenu.js
│   │   │   │   │       │   │   └── smartMenu.css
│   │   │   │   │       │   ├── jquery-ui-1.9.0.custom.min.js
│   │   │   │   │       │   ├── jquery.easing.1.3.js
│   │   │   │   │       │   ├── jquery.easing.1.3.min.js
│   │   │   │   │       │   ├── jquery.mousewheel.min.js
│   │   │   │   │       │   ├── jquery.nicescroll.min.js
│   │   │   │   │       │   ├── jquery.ui.touch-punch.js
│   │   │   │   │       │   ├── jquery.ui.touch-punch.min.js
│   │   │   │   │       │   ├── jquery.winResize.js
│   │   │   │   │       │   └── themes
│   │   │   │   │       │       ├── images
│   │   │   │   │       │       │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │       │       │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │       │       │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │       │       │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │       │       │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │       │       │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │       │       │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │       │       │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │       │       │   ├── ui-icons_222222_256x240.png
│   │   │   │   │       │       │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │       │       │   ├── ui-icons_454545_256x240.png
│   │   │   │   │       │       │   ├── ui-icons_888888_256x240.png
│   │   │   │   │       │       │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │       │       ├── jquery-ui.min.css
│   │   │   │   │       │       ├── jquery.ui.core.min.css
│   │   │   │   │       │       ├── jquery.ui.resizable.min.css
│   │   │   │   │       │       ├── jquery.ui.selectable.min.css
│   │   │   │   │       │       └── jquery.ui.theme.min.css
│   │   │   │   │       └── mydesktop
│   │   │   │   │           ├── myDesktop.3.0.js
│   │   │   │   │           ├── myDesktop.3.0_old.js
│   │   │   │   │           ├── myDesktopBase.js
│   │   │   │   │           └── myDesktopInit.js
│   │   │   │   └── theme
│   │   │   │       └── default
│   │   │   │           ├── css
│   │   │   │           │   ├── appManager.css
│   │   │   │           │   ├── desktop.css
│   │   │   │           │   ├── desktopBar.css
│   │   │   │           │   ├── loginBox.css
│   │   │   │           │   ├── myWindow.css
│   │   │   │           │   ├── myWindow1.css
│   │   │   │           │   ├── slideBar.css
│   │   │   │           │   └── widget.css
│   │   │   │           └── images
│   │   │   │               ├── add_icon.png
│   │   │   │               ├── amg_body.png
│   │   │   │               ├── amg_top.png
│   │   │   │               ├── appbutton_mouseover_bg5.png
│   │   │   │               ├── back_click.png
│   │   │   │               ├── back_hover.png
│   │   │   │               ├── back_normal.png
│   │   │   │               ├── bg.png
│   │   │   │               ├── bg_task_b.png
│   │   │   │               ├── bg_task_cur.png
│   │   │   │               ├── bg_task_nor.png
│   │   │   │               ├── bg_task_over.png
│   │   │   │               ├── bg_task_page.png
│   │   │   │               ├── bg_task_page_l.png
│   │   │   │               ├── bg_task_page_r.png
│   │   │   │               ├── boxy_btn.png
│   │   │   │               ├── btnL_1.png
│   │   │   │               ├── btnR_1.png
│   │   │   │               ├── contrlBtn.png
│   │   │   │               ├── default_appbtn_bg.png
│   │   │   │               ├── dock_l.png
│   │   │   │               ├── dock_r.png
│   │   │   │               ├── dock_up.png
│   │   │   │               ├── iconTextbg.png
│   │   │   │               ├── iconTextbg_right.png
│   │   │   │               ├── icon_over.png
│   │   │   │               ├── item-child.png
│   │   │   │               ├── item-child1.png
│   │   │   │               ├── line_y.png
│   │   │   │               ├── loading.gif
│   │   │   │               ├── login_btn.png
│   │   │   │               ├── login_window_logo.png
│   │   │   │               ├── navbarBtn.png
│   │   │   │               ├── navbarMidbg.png
│   │   │   │               ├── navbarbg.png
│   │   │   │               ├── shizhong.png
│   │   │   │               ├── show-desktop.png
│   │   │   │               ├── skin.png
│   │   │   │               ├── skin1.png
│   │   │   │               ├── start-btn - 副本.png
│   │   │   │               ├── start-btn.png
│   │   │   │               ├── startBtn.png
│   │   │   │               ├── start_item_bg.png
│   │   │   │               ├── start_item_over.png
│   │   │   │               ├── start_itembtn.png
│   │   │   │               ├── tixing.png
│   │   │   │               ├── tixingMin.png
│   │   │   │               ├── transparent.gif
│   │   │   │               ├── user.png
│   │   │   │               ├── wallpaper.jpg
│   │   │   │               ├── wallpaper1.jpg
│   │   │   │               ├── weather.png
│   │   │   │               └── wintitlebg.png
│   │   │   ├── ico
│   │   │   │   ├── 0.png
│   │   │   │   ├── 10.png
│   │   │   │   ├── 107.png
│   │   │   │   ├── 109.png
│   │   │   │   ├── 11.png
│   │   │   │   ├── 110.png
│   │   │   │   ├── 111.png
│   │   │   │   ├── 113.png
│   │   │   │   ├── 116.png
│   │   │   │   ├── 117.png
│   │   │   │   ├── 118.png
│   │   │   │   ├── 119.png
│   │   │   │   ├── 120.png
│   │   │   │   ├── 121.png
│   │   │   │   ├── 122.png
│   │   │   │   ├── 123.png
│   │   │   │   ├── 124.png
│   │   │   │   ├── 125.png
│   │   │   │   ├── 126.png
│   │   │   │   ├── 127.png
│   │   │   │   ├── 128.png
│   │   │   │   ├── 129.png
│   │   │   │   ├── 130.png
│   │   │   │   ├── 131.png
│   │   │   │   ├── 132.png
│   │   │   │   ├── 133.png
│   │   │   │   ├── 139.png
│   │   │   │   ├── 140.png
│   │   │   │   ├── 141.png
│   │   │   │   ├── 142.png
│   │   │   │   ├── 143.png
│   │   │   │   ├── 144.png
│   │   │   │   ├── 145.png
│   │   │   │   ├── 146.png
│   │   │   │   ├── 147.png
│   │   │   │   ├── 148.png
│   │   │   │   ├── 149.png
│   │   │   │   ├── 150.png
│   │   │   │   ├── 151.png
│   │   │   │   ├── 152.png
│   │   │   │   ├── 156.png
│   │   │   │   ├── 157.png
│   │   │   │   ├── 158.png
│   │   │   │   ├── 159.png
│   │   │   │   ├── 160.png
│   │   │   │   ├── 161.png
│   │   │   │   ├── 162.png
│   │   │   │   ├── 163.png
│   │   │   │   ├── 164.png
│   │   │   │   ├── 165.png
│   │   │   │   ├── 166.png
│   │   │   │   ├── 17.png
│   │   │   │   ├── 171.png
│   │   │   │   ├── 172.png
│   │   │   │   ├── 173.png
│   │   │   │   ├── 17_left.png
│   │   │   │   ├── 18.png
│   │   │   │   ├── 19.png
│   │   │   │   ├── 197.png
│   │   │   │   ├── 198.png
│   │   │   │   ├── 199.png
│   │   │   │   ├── 20.png
│   │   │   │   ├── 200.png
│   │   │   │   ├── 201.png
│   │   │   │   ├── 202.png
│   │   │   │   ├── 203.png
│   │   │   │   ├── 204.png
│   │   │   │   ├── 205.png
│   │   │   │   ├── 206.png
│   │   │   │   ├── 207.png
│   │   │   │   ├── 208.png
│   │   │   │   ├── 209.png
│   │   │   │   ├── 20_left.png
│   │   │   │   ├── 21.png
│   │   │   │   ├── 210.png
│   │   │   │   ├── 211.png
│   │   │   │   ├── 212.png
│   │   │   │   ├── 213.png
│   │   │   │   ├── 218.png
│   │   │   │   ├── 219.png
│   │   │   │   ├── 21_left.png
│   │   │   │   ├── 22.png
│   │   │   │   ├── 220.png
│   │   │   │   ├── 221.png
│   │   │   │   ├── 23.png
│   │   │   │   ├── 232.png
│   │   │   │   ├── 234.png
│   │   │   │   ├── 235.png
│   │   │   │   ├── 236.png
│   │   │   │   ├── 237.png
│   │   │   │   ├── 238.png
│   │   │   │   ├── 239.png
│   │   │   │   ├── 24.png
│   │   │   │   ├── 240.png
│   │   │   │   ├── 241.png
│   │   │   │   ├── 242.png
│   │   │   │   ├── 243.png
│   │   │   │   ├── 244.png
│   │   │   │   ├── 245.png
│   │   │   │   ├── 246.png
│   │   │   │   ├── 247.png
│   │   │   │   ├── 248.png
│   │   │   │   ├── 25.png
│   │   │   │   ├── 251.png
│   │   │   │   ├── 252.png
│   │   │   │   ├── 255.png
│   │   │   │   ├── 256.png
│   │   │   │   ├── 257.png
│   │   │   │   ├── 258.png
│   │   │   │   ├── 259.png
│   │   │   │   ├── 26.png
│   │   │   │   ├── 260.png
│   │   │   │   ├── 261.png
│   │   │   │   ├── 262.png
│   │   │   │   ├── 269.png
│   │   │   │   ├── 27.png
│   │   │   │   ├── 270.png
│   │   │   │   ├── 271.png
│   │   │   │   ├── 272.png
│   │   │   │   ├── 272_left.png
│   │   │   │   ├── 273.png
│   │   │   │   ├── 274.png
│   │   │   │   ├── 275.png
│   │   │   │   ├── 276.png
│   │   │   │   ├── 277.png
│   │   │   │   ├── 278.png
│   │   │   │   ├── 279.png
│   │   │   │   ├── 28.png
│   │   │   │   ├── 280.png
│   │   │   │   ├── 281.png
│   │   │   │   ├── 282.png
│   │   │   │   ├── 283.png
│   │   │   │   ├── 284.png
│   │   │   │   ├── 285.png
│   │   │   │   ├── 286.png
│   │   │   │   ├── 287.png
│   │   │   │   ├── 288.png
│   │   │   │   ├── 289.png
│   │   │   │   ├── 29.png
│   │   │   │   ├── 290.png
│   │   │   │   ├── 291.png
│   │   │   │   ├── 292.png
│   │   │   │   ├── 293.png
│   │   │   │   ├── 294.png
│   │   │   │   ├── 295.png
│   │   │   │   ├── 296.png
│   │   │   │   ├── 297.png
│   │   │   │   ├── 298.png
│   │   │   │   ├── 299.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── 30.png
│   │   │   │   ├── 300.png
│   │   │   │   ├── 301.png
│   │   │   │   ├── 302.png
│   │   │   │   ├── 303.png
│   │   │   │   ├── 303_left.png
│   │   │   │   ├── 31.png
│   │   │   │   ├── 31_left.png
│   │   │   │   ├── 38.png
│   │   │   │   ├── 39.png
│   │   │   │   ├── 4.png
│   │   │   │   ├── 40.png
│   │   │   │   ├── 404.png
│   │   │   │   ├── 405.png
│   │   │   │   ├── 406.png
│   │   │   │   ├── 407.png
│   │   │   │   ├── 408.png
│   │   │   │   ├── 409.png
│   │   │   │   ├── 41.png
│   │   │   │   ├── 410.png
│   │   │   │   ├── 412.png
│   │   │   │   ├── 413.png
│   │   │   │   ├── 414.png
│   │   │   │   ├── 415.png
│   │   │   │   ├── 416.png
│   │   │   │   ├── 417.png
│   │   │   │   ├── 418.png
│   │   │   │   ├── 419.png
│   │   │   │   ├── 42.png
│   │   │   │   ├── 420.png
│   │   │   │   ├── 43.png
│   │   │   │   ├── 44.png
│   │   │   │   ├── 46.png
│   │   │   │   ├── 47.png
│   │   │   │   ├── 49.png
│   │   │   │   ├── 50.png
│   │   │   │   ├── 54.png
│   │   │   │   ├── 55.png
│   │   │   │   ├── 56.png
│   │   │   │   ├── 57.png
│   │   │   │   ├── 58.png
│   │   │   │   ├── 59.png
│   │   │   │   ├── 6.png
│   │   │   │   ├── 60.png
│   │   │   │   ├── 61.png
│   │   │   │   ├── 62.png
│   │   │   │   ├── 63.png
│   │   │   │   ├── 64.png
│   │   │   │   ├── 65.png
│   │   │   │   ├── 66.png
│   │   │   │   ├── 67.png
│   │   │   │   ├── 68.png
│   │   │   │   ├── 69.png
│   │   │   │   ├── 7.png
│   │   │   │   ├── 70.png
│   │   │   │   ├── 71.png
│   │   │   │   ├── 72.png
│   │   │   │   ├── 73.png
│   │   │   │   ├── 74.png
│   │   │   │   ├── 75.png
│   │   │   │   ├── 8.png
│   │   │   │   ├── 80.png
│   │   │   │   ├── 81.png
│   │   │   │   ├── 82.png
│   │   │   │   ├── 83.png
│   │   │   │   ├── 84.png
│   │   │   │   ├── 86.png
│   │   │   │   ├── 87.png
│   │   │   │   ├── 88.png
│   │   │   │   ├── 89.png
│   │   │   │   ├── 9.png
│   │   │   │   ├── 90.png
│   │   │   │   ├── 91.png
│   │   │   │   ├── 92.png
│   │   │   │   ├── 93.png
│   │   │   │   ├── 94.png
│   │   │   │   ├── 96.png
│   │   │   │   ├── 97.png
│   │   │   │   ├── m_17.png
│   │   │   │   └── m_18.png
│   │   │   ├── im
│   │   │   │   ├── css
│   │   │   │   │   ├── chat.css
│   │   │   │   │   └── chatonline.css
│   │   │   │   ├── img
│   │   │   │   │   ├── chat_bar_bg.jpg
│   │   │   │   │   ├── chat_title_bg.jpg
│   │   │   │   │   ├── emo_01.gif
│   │   │   │   │   ├── emo_02.gif
│   │   │   │   │   ├── emo_03.gif
│   │   │   │   │   ├── emo_04.gif
│   │   │   │   │   ├── emo_05.gif
│   │   │   │   │   ├── emo_06.gif
│   │   │   │   │   ├── emo_07.gif
│   │   │   │   │   ├── emo_08.gif
│   │   │   │   │   ├── emo_09.gif
│   │   │   │   │   ├── emo_10.gif
│   │   │   │   │   ├── emo_11.gif
│   │   │   │   │   ├── emo_12.gif
│   │   │   │   │   ├── emo_13.gif
│   │   │   │   │   ├── emo_14.gif
│   │   │   │   │   ├── emo_15.gif
│   │   │   │   │   ├── emo_16.gif
│   │   │   │   │   ├── emo_17.gif
│   │   │   │   │   ├── emo_18.gif
│   │   │   │   │   ├── emo_19.gif
│   │   │   │   │   ├── emo_20.gif
│   │   │   │   │   ├── emo_21.gif
│   │   │   │   │   ├── emo_22.gif
│   │   │   │   │   ├── emo_23.gif
│   │   │   │   │   ├── emo_24.gif
│   │   │   │   │   ├── emo_25.gif
│   │   │   │   │   ├── emo_26.gif
│   │   │   │   │   ├── emo_27.gif
│   │   │   │   │   ├── emo_28.gif
│   │   │   │   │   ├── emo_29.gif
│   │   │   │   │   ├── emo_30.gif
│   │   │   │   │   ├── emo_31.gif
│   │   │   │   │   ├── emo_32.gif
│   │   │   │   │   ├── emo_33.gif
│   │   │   │   │   ├── emo_34.gif
│   │   │   │   │   ├── emo_35.gif
│   │   │   │   │   ├── emo_36.gif
│   │   │   │   │   ├── emo_37.gif
│   │   │   │   │   ├── emo_38.gif
│   │   │   │   │   ├── emo_39.gif
│   │   │   │   │   ├── emo_40.gif
│   │   │   │   │   ├── emo_41.gif
│   │   │   │   │   ├── emo_42.gif
│   │   │   │   │   ├── emo_43.gif
│   │   │   │   │   ├── emo_44.gif
│   │   │   │   │   ├── emo_45.gif
│   │   │   │   │   ├── emo_46.gif
│   │   │   │   │   ├── emo_47.gif
│   │   │   │   │   ├── emo_48.gif
│   │   │   │   │   ├── emo_49.gif
│   │   │   │   │   ├── emo_50.gif
│   │   │   │   │   ├── emo_51.gif
│   │   │   │   │   ├── emo_52.gif
│   │   │   │   │   ├── emo_53.gif
│   │   │   │   │   ├── emo_54.gif
│   │   │   │   │   ├── emo_55.gif
│   │   │   │   │   ├── emo_56.gif
│   │   │   │   │   ├── emo_57.gif
│   │   │   │   │   ├── emo_58.gif
│   │   │   │   │   ├── emo_59.gif
│   │   │   │   │   ├── emo_60.gif
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── layer_arrow.png
│   │   │   │   │   ├── send_btn.jpg
│   │   │   │   │   ├── status.gif
│   │   │   │   │   ├── title-bg.png
│   │   │   │   │   ├── title_bg.jpg
│   │   │   │   │   ├── wlf_bg.png
│   │   │   │   │   ├── wlf_title_bg.jpg
│   │   │   │   │   └── wlf_title_btn.jpg
│   │   │   │   └── js
│   │   │   │       ├── IE7.js
│   │   │   │       ├── chat.js
│   │   │   │       ├── chatonline.js
│   │   │   │       ├── iepng.js
│   │   │   │       └── jquery-1.7.2.min.js
│   │   │   ├── images
│   │   │   │   ├── 2014_1.png
│   │   │   │   ├── 2014_2.png
│   │   │   │   ├── 2014_3.png
│   │   │   │   ├── 2014_4.png
│   │   │   │   ├── 2014_5.png
│   │   │   │   ├── 2014_6.png
│   │   │   │   ├── 2EC5tZlqdV.gif
│   │   │   │   ├── 2EDkuGH6eX.gif
│   │   │   │   ├── 2EDkuGH6eXMM.gif
│   │   │   │   ├── 2oqxu2NHil.gif
│   │   │   │   ├── admin_img
│   │   │   │   │   ├── ScreenLockBut.png
│   │   │   │   │   ├── arrowhead-y.png
│   │   │   │   │   ├── bnt_bg.png
│   │   │   │   │   ├── btn-content.png
│   │   │   │   │   ├── cross.png
│   │   │   │   │   ├── detail.png
│   │   │   │   │   ├── down.gif
│   │   │   │   │   ├── en_left_bg.png
│   │   │   │   │   ├── en_left_menu.png
│   │   │   │   │   ├── fav-nav-bg.png
│   │   │   │   │   ├── h_bg.gif
│   │   │   │   │   ├── havthumb.png
│   │   │   │   │   ├── icon_use.png
│   │   │   │   │   ├── input.png
│   │   │   │   │   ├── input_focus.png
│   │   │   │   │   ├── ipt_bg.jpg
│   │   │   │   │   ├── left_bg.png
│   │   │   │   │   ├── left_menu.png
│   │   │   │   │   ├── left_menu_openClose.png
│   │   │   │   │   ├── login_ts140x89.gif
│   │   │   │   │   ├── minus.gif
│   │   │   │   │   ├── msg.png
│   │   │   │   │   ├── msg_bg.png
│   │   │   │   │   ├── nav_bg.png
│   │   │   │   │   ├── onLoad.gif
│   │   │   │   │   ├── onSuccess.gif
│   │   │   │   │   ├── pages.png
│   │   │   │   │   ├── picBnt.png
│   │   │   │   │   ├── plugin_debug.png
│   │   │   │   │   ├── plus.gif
│   │   │   │   │   ├── question-balloon.png
│   │   │   │   │   ├── scroll_bg.png
│   │   │   │   │   ├── set_y_line.png
│   │   │   │   │   ├── site.png
│   │   │   │   │   ├── skinbt.png
│   │   │   │   │   ├── spacer.gif
│   │   │   │   │   ├── tbtn.png
│   │   │   │   │   ├── toggle-collapse-dark.png
│   │   │   │   │   ├── toggle-expand-dark.png
│   │   │   │   │   └── x_bg.png
│   │   │   │   ├── app.gif
│   │   │   │   ├── arrow.gif
│   │   │   │   ├── base.gif
│   │   │   │   ├── bg_login.png
│   │   │   │   ├── bqc_bg.gif
│   │   │   │   ├── bqc_of.gif
│   │   │   │   ├── bqc_of1.gif
│   │   │   │   ├── bqc_on.gif
│   │   │   │   ├── bqc_or.gif
│   │   │   │   ├── copy.gif
│   │   │   │   ├── cut.gif
│   │   │   │   ├── delete.gif
│   │   │   │   ├── diary.gif
│   │   │   │   ├── doc.gif
│   │   │   │   ├── download.gif
│   │   │   │   ├── email_open.gif
│   │   │   │   ├── email_open_new.gif
│   │   │   │   ├── empty.gif
│   │   │   │   ├── folder.gif
│   │   │   │   ├── folderopen.gif
│   │   │   │   ├── join.gif
│   │   │   │   ├── joinbottom.gif
│   │   │   │   ├── l50_bg_s.gif
│   │   │   │   ├── line.gif
│   │   │   │   ├── minus.gif
│   │   │   │   ├── minusbottom.gif
│   │   │   │   ├── movetofolder.gif
│   │   │   │   ├── newfolder.gif
│   │   │   │   ├── nolines_minus.gif
│   │   │   │   ├── nolines_plus.gif
│   │   │   │   ├── page.gif
│   │   │   │   ├── pdf.gif
│   │   │   │   ├── phone.gif
│   │   │   │   ├── plus.gif
│   │   │   │   ├── plusbottom.gif
│   │   │   │   ├── ppt.gif
│   │   │   │   ├── sex01.gif
│   │   │   │   ├── sex02.gif
│   │   │   │   ├── thumb.gif
│   │   │   │   ├── thumb.png
│   │   │   │   ├── trash.gif
│   │   │   │   ├── u_zx1.gif
│   │   │   │   ├── xin.gif
│   │   │   │   └── xls.gif
│   │   │   ├── js
│   │   │   │   ├── LodopFuncs.js
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   ├── dtree.js
│   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   ├── jquery-1.4.2.min.js
│   │   │   │   ├── jquery.min.js
│   │   │   │   ├── public.js
│   │   │   │   └── styleswitch.js
│   │   │   ├── login
│   │   │   │   └── images
│   │   │   │       ├── btn_login.png
│   │   │   │       ├── btn_login2.png
│   │   │   │       ├── btn_login3.png
│   │   │   │       ├── btn_register.png
│   │   │   │       ├── foot_icon.png
│   │   │   │       ├── he_ico.png
│   │   │   │       ├── header_bg.png
│   │   │   │       ├── icon.gif
│   │   │   │       ├── login_130314.js
│   │   │   │       ├── loginloading1.gif
│   │   │   │       ├── mailname1.png
│   │   │   │       ├── password1.png
│   │   │   │       ├── r.core.js
│   │   │   │       ├── slogin.gif
│   │   │   │       ├── slogin.png
│   │   │   │       ├── sp2013_1.jpg
│   │   │   │       ├── sp2013_2.jpg
│   │   │   │       ├── sp2013_3.jpg
│   │   │   │       ├── sp2013_4.jpg
│   │   │   │       ├── sp2013_5.jpg
│   │   │   │       ├── sp2013_6.jpg
│   │   │   │       ├── vip_logo.png
│   │   │   │       ├── viplogin_130319.css
│   │   │   │       └── webface_news_vip.js
│   │   │   ├── login.php
│   │   │   ├── new
│   │   │   │   ├── css
│   │   │   │   │   └── calendar.css
│   │   │   │   ├── images
│   │   │   │   │   ├── 01.png
│   │   │   │   │   ├── VerticalBar.jpg
│   │   │   │   │   ├── add_schedule_calendar_select.jpg
│   │   │   │   │   ├── add_todu_btn.png
│   │   │   │   │   ├── almanac_content_bg.jpg
│   │   │   │   │   ├── almanac_layer_bottom.jpg
│   │   │   │   │   ├── almanac_layer_top.jpg
│   │   │   │   │   ├── arrow_bg.png
│   │   │   │   │   ├── calendar_month.png
│   │   │   │   │   ├── calendar_set.jpg
│   │   │   │   │   ├── calender_icon.png
│   │   │   │   │   ├── check_icon.png
│   │   │   │   │   ├── checkbox.jpg
│   │   │   │   │   ├── colse_btn.jpg
│   │   │   │   │   ├── cut_off_time.jpg
│   │   │   │   │   ├── festival_btn.jpg
│   │   │   │   │   ├── finish_time_icon.jpg
│   │   │   │   │   ├── fram_user_set.png
│   │   │   │   │   ├── important_icon.jpg
│   │   │   │   │   ├── jspDragBottom.jpg
│   │   │   │   │   ├── jspDragTop.jpg
│   │   │   │   │   ├── left_create_schedule_btn.jpg
│   │   │   │   │   ├── month_view_add_schedule_btn.gif
│   │   │   │   │   ├── month_view_icon.png
│   │   │   │   │   ├── palug_nav_icon.png
│   │   │   │   │   ├── right_bg.jpg
│   │   │   │   │   ├── right_content_bg.jpg
│   │   │   │   │   ├── rl.jpg
│   │   │   │   │   ├── select_year.gif
│   │   │   │   │   ├── set.jpg
│   │   │   │   │   ├── star.jpg
│   │   │   │   │   ├── staron.jpg
│   │   │   │   │   ├── today_calendar_btn.jpg
│   │   │   │   │   ├── todo_complete.jpg
│   │   │   │   │   ├── todo_del.png
│   │   │   │   │   ├── todo_edit.png
│   │   │   │   │   ├── todo_plug_title.jpg
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   ├── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   └── uncom.png
│   │   │   │   └── js
│   │   │   │       └── jquery-1.8.3.min.js
│   │   │   ├── swf
│   │   │   │   ├── 9.swf
│   │   │   │   └── swflash.cab
│   │   │   ├── tree
│   │   │   │   ├── images
│   │   │   │   │   ├── add.gif
│   │   │   │   │   ├── addicn.gif
│   │   │   │   │   ├── admincp.css
│   │   │   │   │   ├── bg_repno.gif
│   │   │   │   │   ├── bg_repx_hb.gif
│   │   │   │   │   ├── bg_repx_hc.gif
│   │   │   │   │   ├── btn_block_2.gif
│   │   │   │   │   └── btn_block_3.gif
│   │   │   │   └── js
│   │   │   │       ├── admincp.js
│   │   │   │       └── common.js
│   │   │   ├── upload
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── Gruntfile.js
│   │   │   │   ├── README.md
│   │   │   │   ├── basic.html
│   │   │   │   ├── blueimp-file-upload.jquery.json
│   │   │   │   ├── bower.json
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── demo-ie8.css
│   │   │   │   │   ├── demo.css
│   │   │   │   │   ├── jquery.fileupload-noscript.css
│   │   │   │   │   ├── jquery.fileupload-ui-noscript.css
│   │   │   │   │   ├── jquery.fileupload-ui.css
│   │   │   │   │   ├── jquery.fileupload.css
│   │   │   │   │   └── style.css
│   │   │   │   ├── img
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   └── progressbar.gif
│   │   │   │   ├── js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   ├── cors
│   │   │   │   │   │   ├── jquery.postmessage-transport.js
│   │   │   │   │   │   └── jquery.xdr-transport.js
│   │   │   │   │   ├── jquery.fileupload-angular.js
│   │   │   │   │   ├── jquery.fileupload-audio.js
│   │   │   │   │   ├── jquery.fileupload-image.js
│   │   │   │   │   ├── jquery.fileupload-jquery-ui.js
│   │   │   │   │   ├── jquery.fileupload-process.js
│   │   │   │   │   ├── jquery.fileupload-ui.js
│   │   │   │   │   ├── jquery.fileupload-validate.js
│   │   │   │   │   ├── jquery.fileupload-video.js
│   │   │   │   │   ├── jquery.fileupload.js
│   │   │   │   │   ├── jquery.iframe-transport.js
│   │   │   │   │   ├── main.js
│   │   │   │   │   └── vendor
│   │   │   │   │       └── jquery.ui.widget.js
│   │   │   │   └── package.json
│   │   │   └── usertree
│   │   │       ├── css
│   │   │       │   ├── images
│   │   │       │   │   ├── icons
│   │   │       │   │   │   ├── Btn.Close.gif
│   │   │       │   │   │   ├── Btn.Refresh.gif
│   │   │       │   │   │   ├── Item.Add.gif
│   │   │       │   │   │   ├── Item.Delete.gif
│   │   │       │   │   │   ├── Item.Edit.gif
│   │   │       │   │   │   ├── Item.Input.gif
│   │   │       │   │   │   ├── Item.Save.gif
│   │   │       │   │   │   ├── Item.Search.gif
│   │   │       │   │   │   ├── U01.png
│   │   │       │   │   │   ├── U11.png
│   │   │       │   │   │   ├── add.png
│   │   │       │   │   │   ├── addStep.gif
│   │   │       │   │   │   ├── addStep_dsbl.gif
│   │   │       │   │   │   ├── btn-arrow.gif
│   │   │       │   │   │   ├── cal.gif
│   │   │       │   │   │   ├── checkbox_0.gif
│   │   │       │   │   │   ├── checkbox_1.gif
│   │   │       │   │   │   ├── checkbox_2.gif
│   │   │       │   │   │   ├── circle_animation.gif
│   │   │       │   │   │   ├── delItem.gif
│   │   │       │   │   │   ├── delItem_dsbl.gif
│   │   │       │   │   │   ├── delete.png
│   │   │       │   │   │   ├── edit.png
│   │   │       │   │   │   ├── folder_close.gif
│   │   │       │   │   │   ├── ico1.gif
│   │   │       │   │   │   ├── ico2.gif
│   │   │       │   │   │   ├── ico3.gif
│   │   │       │   │   │   ├── ico4-1-1.gif
│   │   │       │   │   │   ├── ico4-1.gif
│   │   │       │   │   │   ├── ico4-2.gif
│   │   │       │   │   │   ├── ico4-3.gif
│   │   │       │   │   │   ├── ico4-4.gif
│   │   │       │   │   │   ├── ico4.gif
│   │   │       │   │   │   ├── ico5.gif
│   │   │       │   │   │   ├── ico6-1.gif
│   │   │       │   │   │   ├── ico6-2.gif
│   │   │       │   │   │   ├── ico6.gif
│   │   │       │   │   │   ├── indicator.gif
│   │   │       │   │   │   ├── information.png
│   │   │       │   │   │   ├── none.gif
│   │   │       │   │   │   ├── note.gif
│   │   │       │   │   │   ├── root.png
│   │   │       │   │   │   ├── rowdelete.png
│   │   │       │   │   │   ├── s.gif
│   │   │       │   │   │   ├── table_refresh.png
│   │   │       │   │   │   └── view.png
│   │   │       │   │   ├── share
│   │   │       │   │   │   ├── glass-bg.gif
│   │   │       │   │   │   ├── hd-sprite.gif
│   │   │       │   │   │   ├── left-btn.gif
│   │   │       │   │   │   ├── right-btn.gif
│   │   │       │   │   │   └── tool-sprites.gif
│   │   │       │   │   └── tree
│   │   │       │   │       ├── U01.png
│   │   │       │   │       ├── U11.png
│   │   │       │   │       ├── arrows.gif
│   │   │       │   │       ├── cbs.gif
│   │   │       │   │       ├── drop-yes.gif
│   │   │       │   │       ├── elbow-end-minus-nl.gif
│   │   │       │   │       ├── elbow-end-minus.gif
│   │   │       │   │       ├── elbow-end-plus-nl.gif
│   │   │       │   │       ├── elbow-end-plus.gif
│   │   │       │   │       ├── elbow-end.gif
│   │   │       │   │       ├── elbow-line.gif
│   │   │       │   │       ├── elbow-minus-nl.gif
│   │   │       │   │       ├── elbow-minus.gif
│   │   │       │   │       ├── elbow-plus-nl.gif
│   │   │       │   │       ├── elbow-plus.gif
│   │   │       │   │       ├── elbow.gif
│   │   │       │   │       ├── folder-open.gif
│   │   │       │   │       ├── folder.gif
│   │   │       │   │       ├── leaf.gif
│   │   │       │   │       ├── loading.gif
│   │   │       │   │       └── root.png
│   │   │       │   ├── tree.css
│   │   │       │   └── tree_user.css
│   │   │       ├── data
│   │   │       │   └── tree1.js
│   │   │       ├── sample-css
│   │   │       │   └── page.css
│   │   │       └── src
│   │   │           ├── Plugins
│   │   │           │   ├── jquery.tree.js
│   │   │           │   └── jquery.user.js
│   │   │           ├── common.js
│   │   │           ├── jquery-1.2.6.js
│   │   │           └── jquery.js
│   │   ├── fusioncharts
│   │   │   ├── Area2D.swf
│   │   │   ├── Bar2D.swf
│   │   │   ├── Column3D.swf
│   │   │   ├── Doughnut2D.swf
│   │   │   ├── FusionCharts.js
│   │   │   ├── FusionChartsExportComponent.js
│   │   │   ├── Line.swf
│   │   │   ├── MSColumn3D.swf
│   │   │   ├── MSLine.swf
│   │   │   └── Pie3D.swf
│   │   ├── jsPlumb
│   │   │   ├── b2.jpg
│   │   │   ├── demo-all.css
│   │   │   ├── demo-list.js
│   │   │   ├── demo.css
│   │   │   ├── demo.js
│   │   │   ├── index.html
│   │   │   ├── lib
│   │   │   │   ├── classList.js
│   │   │   │   ├── jquery-1.9.0-min.js
│   │   │   │   ├── jquery-1.9.0.js
│   │   │   │   ├── jquery-ui-1.9.2-min.js
│   │   │   │   ├── jquery.ui.touch-punch.min.js
│   │   │   │   ├── jsBezier-0.6-min.js
│   │   │   │   ├── jsBezier-0.6.js
│   │   │   │   ├── jsplumb-geom-0.1.js
│   │   │   │   ├── mootools-1.3.2-yui-compressed.js
│   │   │   │   ├── mootools-1.3.2.1-more.js
│   │   │   │   └── touch-adapter-0.1.js
│   │   │   ├── simpleyui-min.js
│   │   │   └── src
│   │   │       ├── anchors.js
│   │   │       ├── connection.js
│   │   │       ├── connector-editors.js
│   │   │       ├── connectors-bezier.js
│   │   │       ├── connectors-flowchart.js
│   │   │       ├── connectors-statemachine.js
│   │   │       ├── defaults.js
│   │   │       ├── dom-adapter.js
│   │   │       ├── dom.jsPlumb.js
│   │   │       ├── drag.js
│   │   │       ├── endpoint.js
│   │   │       ├── jquery.jsPlumb.js
│   │   │       ├── jsPlumb.js
│   │   │       ├── mootools.jsPlumb.js
│   │   │       ├── overlays-guidelines.js
│   │   │       ├── renderers-canvas.js
│   │   │       ├── renderers-svg.js
│   │   │       ├── renderers-vml.js
│   │   │       ├── util.js
│   │   │       └── yui.jsPlumb.js
│   │   ├── style2015
│   │   │   ├── assets
│   │   │   │   ├── css
│   │   │   │   │   ├── 4095-rtl.min.css
│   │   │   │   │   ├── 4095.min.css
│   │   │   │   │   ├── animate.min.css
│   │   │   │   │   ├── beyond-rtl.min.css
│   │   │   │   │   ├── beyond.min.css
│   │   │   │   │   ├── bootstrap-rtl.min.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── dataTables.bootstrap.css
│   │   │   │   │   ├── demo.min.css
│   │   │   │   │   ├── font-awesome.min.css
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── select2-spinner.html
│   │   │   │   │   │   └── tree-icons.html
│   │   │   │   │   ├── skins
│   │   │   │   │   │   ├── azure.min.css
│   │   │   │   │   │   ├── black.min.css
│   │   │   │   │   │   ├── blue.min.css
│   │   │   │   │   │   ├── darkblue.min.css
│   │   │   │   │   │   ├── darkred.min.css
│   │   │   │   │   │   ├── deepblue.min.css
│   │   │   │   │   │   ├── gray.min.css
│   │   │   │   │   │   ├── green.min.css
│   │   │   │   │   │   ├── orange.min.css
│   │   │   │   │   │   ├── pink.min.css
│   │   │   │   │   │   ├── purple.min.css
│   │   │   │   │   │   └── teal.min.css
│   │   │   │   │   ├── typicons.min.css
│   │   │   │   │   └── weather-icons.min.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── BYekan.woff
│   │   │   │   │   ├── fontawesome-webfont862f.eot
│   │   │   │   │   ├── fontawesome-webfont862f.svg
│   │   │   │   │   ├── fontawesome-webfont862f.ttf
│   │   │   │   │   ├── fontawesome-webfont862f.woff
│   │   │   │   │   ├── fontawesome-webfontd41d.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   │   ├── glyphicons-halflings-regular.woff2
│   │   │   │   │   ├── glyphicons-halflings-regulard41d.eot
│   │   │   │   │   ├── typicons.eot
│   │   │   │   │   ├── typicons.svg
│   │   │   │   │   ├── typicons.ttf
│   │   │   │   │   ├── typicons.woff
│   │   │   │   │   ├── typiconsd41d.eot
│   │   │   │   │   ├── weathericons-regular-webfont.eot
│   │   │   │   │   ├── weathericons-regular-webfont.svg
│   │   │   │   │   ├── weathericons-regular-webfont.ttf
│   │   │   │   │   ├── weathericons-regular-webfont.woff
│   │   │   │   │   └── weathericons-regular-webfontd41d.eot
│   │   │   │   ├── img
│   │   │   │   │   ├── attach-blue.png
│   │   │   │   │   ├── attach-green.png
│   │   │   │   │   ├── attach-red.png
│   │   │   │   │   ├── attach-yellow.png
│   │   │   │   │   ├── avatars
│   │   │   │   │   │   ├── Javi-Jimenez.jpg
│   │   │   │   │   │   ├── John-Smith.jpg
│   │   │   │   │   │   ├── Lee-Munroe.jpg
│   │   │   │   │   │   ├── Matt-Cheuvront.jpg
│   │   │   │   │   │   ├── Nicolai-Larson.jpg
│   │   │   │   │   │   ├── Osvaldus-Valutis.jpg
│   │   │   │   │   │   ├── Sergey-Azovskiy.jpg
│   │   │   │   │   │   ├── Stephanie-Walter.jpg
│   │   │   │   │   │   ├── adam-jansen.jpg
│   │   │   │   │   │   ├── bing.png
│   │   │   │   │   │   └── divyia.jpg
│   │   │   │   │   ├── favicon.png
│   │   │   │   │   ├── jquery.minicolors.png
│   │   │   │   │   ├── logo-inverted.png
│   │   │   │   │   ├── logo-rtl.png
│   │   │   │   │   ├── logo.png
│   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   ├── sort_both.png
│   │   │   │   │   ├── sort_desc.png
│   │   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   │   └── temp1.png
│   │   │   │   ├── js
│   │   │   │   │   ├── beyond.js
│   │   │   │   │   ├── beyond.min.js
│   │   │   │   │   ├── bootbox
│   │   │   │   │   │   └── bootbox.js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   ├── charts
│   │   │   │   │   │   ├── chartjs
│   │   │   │   │   │   │   ├── Chart.js
│   │   │   │   │   │   │   └── chartjs-init.js
│   │   │   │   │   │   ├── easypiechart
│   │   │   │   │   │   │   ├── easypiechart-init.js
│   │   │   │   │   │   │   └── jquery.easypiechart.js
│   │   │   │   │   │   ├── flot
│   │   │   │   │   │   │   ├── flot-init.js
│   │   │   │   │   │   │   ├── jquery.flot.crosshair.js
│   │   │   │   │   │   │   ├── jquery.flot.js
│   │   │   │   │   │   │   ├── jquery.flot.orderBars.js
│   │   │   │   │   │   │   ├── jquery.flot.pie.js
│   │   │   │   │   │   │   ├── jquery.flot.resize.js
│   │   │   │   │   │   │   ├── jquery.flot.selection.js
│   │   │   │   │   │   │   ├── jquery.flot.stack.js
│   │   │   │   │   │   │   ├── jquery.flot.time.js
│   │   │   │   │   │   │   └── jquery.flot.tooltip.js
│   │   │   │   │   │   ├── morris
│   │   │   │   │   │   │   ├── morris-init.js
│   │   │   │   │   │   │   ├── morris.js
│   │   │   │   │   │   │   └── raphael-2.0.2.min.js
│   │   │   │   │   │   └── sparkline
│   │   │   │   │   │       ├── jquery.sparkline.js
│   │   │   │   │   │       └── sparkline-init.js
│   │   │   │   │   ├── colorpicker
│   │   │   │   │   │   └── jquery.minicolors.js
│   │   │   │   │   ├── datatable
│   │   │   │   │   │   ├── ZeroClipboard.js
│   │   │   │   │   │   ├── dataTables.bootstrap.min.js
│   │   │   │   │   │   ├── dataTables.tableTools.min.js
│   │   │   │   │   │   ├── datatables-init.js
│   │   │   │   │   │   └── jquery.dataTables.min.js
│   │   │   │   │   ├── datetime
│   │   │   │   │   │   ├── bootstrap-datepicker.js
│   │   │   │   │   │   ├── bootstrap-timepicker.js
│   │   │   │   │   │   ├── daterangepicker.js
│   │   │   │   │   │   └── moment.js
│   │   │   │   │   ├── editors
│   │   │   │   │   │   ├── summernote
│   │   │   │   │   │   │   └── summernote.js
│   │   │   │   │   │   └── wysiwyg
│   │   │   │   │   │       ├── bootstrap-wysiwyg.js
│   │   │   │   │   │       ├── jquery.hotkeys.js
│   │   │   │   │   │       └── prettify.js
│   │   │   │   │   ├── fuelux
│   │   │   │   │   │   ├── spinbox
│   │   │   │   │   │   │   └── fuelux.spinbox.min.js
│   │   │   │   │   │   ├── treeview
│   │   │   │   │   │   │   ├── tree-custom.min.js
│   │   │   │   │   │   │   └── treeview-init.js
│   │   │   │   │   │   └── wizard
│   │   │   │   │   │       └── wizard-custom.js
│   │   │   │   │   ├── fullcalendar
│   │   │   │   │   │   └── fullcalendar.js
│   │   │   │   │   ├── jquery-ui-1.10.4.custom.js
│   │   │   │   │   ├── jquery.min.js
│   │   │   │   │   ├── knob
│   │   │   │   │   │   └── jquery.knob.js
│   │   │   │   │   ├── nestable
│   │   │   │   │   │   └── jquery.nestable.min.js
│   │   │   │   │   ├── select2
│   │   │   │   │   │   └── select2.js
│   │   │   │   │   ├── skins.min.js
│   │   │   │   │   ├── slider
│   │   │   │   │   │   ├── jQRangeSlider
│   │   │   │   │   │   │   └── jQAllRangeSliders-withRuler-min.js
│   │   │   │   │   │   └── jquery.nouislider.js
│   │   │   │   │   ├── slimscroll
│   │   │   │   │   │   └── jquery.slimscroll.min.js
│   │   │   │   │   ├── tagsinput
│   │   │   │   │   │   └── bootstrap-tagsinput.js
│   │   │   │   │   ├── textarea
│   │   │   │   │   │   └── jquery.autosize.js
│   │   │   │   │   ├── toastr
│   │   │   │   │   │   └── toastr.js
│   │   │   │   │   └── validation
│   │   │   │   │       └── bootstrapValidator.js
│   │   │   │   └── sound
│   │   │   │       └── alert.mp3
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap-datetimepicker.css
│   │   │   │   │   ├── bootstrap-datetimepicker.min.css
│   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   ├── bootstrap-responsive.min.css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   └── bootstrap.min.css
│   │   │   │   ├── img
│   │   │   │   │   ├── glyphicons-halflings-white.png
│   │   │   │   │   └── glyphicons-halflings.png
│   │   │   │   └── js
│   │   │   │       ├── bootstrap-datetimepicker.js
│   │   │   │       ├── bootstrap-datetimepicker.min.js
│   │   │   │       ├── bootstrap.js
│   │   │   │       ├── bootstrap.min.js
│   │   │   │       └── locales
│   │   │   │           ├── bootstrap-datetimepicker.ar.js
│   │   │   │           ├── bootstrap-datetimepicker.bg.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.id.js
│   │   │   │           ├── bootstrap-datetimepicker.is.js
│   │   │   │           ├── bootstrap-datetimepicker.it.js
│   │   │   │           ├── bootstrap-datetimepicker.ja.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
│   │   │   ├── content
│   │   │   │   ├── css
│   │   │   │   │   ├── base.css
│   │   │   │   │   ├── bootstrap-modal.css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrapadd.min.css
│   │   │   │   │   ├── style.css
│   │   │   │   │   └── style2015.css
│   │   │   │   ├── images
│   │   │   │   └── js
│   │   │   │       ├── bootstrap-modal.js
│   │   │   │       ├── bootstrap-modalmanager.js
│   │   │   │       ├── bootstrap.min.js
│   │   │   │       ├── jquery.min.js
│   │   │   │       └── workflow.js
│   │   │   └── zTree
│   │   │       ├── README.md
│   │   │       ├── api
│   │   │       │   ├── API_cn.html
│   │   │       │   ├── API_en.html
│   │   │       │   ├── apiCss
│   │   │       │   │   ├── api.js
│   │   │       │   │   ├── common.css
│   │   │       │   │   ├── common_ie6.css
│   │   │       │   │   ├── img
│   │   │       │   │   │   ├── apiMenu.gif
│   │   │       │   │   │   ├── apiMenu.png
│   │   │       │   │   │   ├── background.jpg
│   │   │       │   │   │   ├── chinese.png
│   │   │       │   │   │   ├── close.png
│   │   │       │   │   │   ├── contact-bg.png
│   │   │       │   │   │   ├── english.png
│   │   │       │   │   │   ├── header-bg.png
│   │   │       │   │   │   ├── lightbulb.png
│   │   │       │   │   │   ├── overlay_arrow.gif
│   │   │       │   │   │   ├── overlay_arrow.png
│   │   │       │   │   │   ├── overlay_bg.png
│   │   │       │   │   │   ├── overlay_close_IE6.gif
│   │   │       │   │   │   ├── zTreeStandard.gif
│   │   │       │   │   │   └── zTreeStandard.png
│   │   │       │   │   ├── jquery-1.6.2.min.js
│   │   │       │   │   ├── jquery.ztree.core-3.5.js
│   │   │       │   │   └── zTreeStyleForApi.css
│   │   │       │   ├── cn
│   │   │       │   │   ├── fn.zTree._z.html
│   │   │       │   │   ├── fn.zTree.destroy.html
│   │   │       │   │   ├── fn.zTree.getZTreeObj.html
│   │   │       │   │   ├── fn.zTree.init.html
│   │   │       │   │   ├── setting.async.autoParam.html
│   │   │       │   │   ├── setting.async.contentType.html
│   │   │       │   │   ├── setting.async.dataFilter.html
│   │   │       │   │   ├── setting.async.dataType.html
│   │   │       │   │   ├── setting.async.enable.html
│   │   │       │   │   ├── setting.async.otherParam.html
│   │   │       │   │   ├── setting.async.type.html
│   │   │       │   │   ├── setting.async.url.html
│   │   │       │   │   ├── setting.callback.beforeAsync.html
│   │   │       │   │   ├── setting.callback.beforeCheck.html
│   │   │       │   │   ├── setting.callback.beforeClick.html
│   │   │       │   │   ├── setting.callback.beforeCollapse.html
│   │   │       │   │   ├── setting.callback.beforeDblClick.html
│   │   │       │   │   ├── setting.callback.beforeDrag.html
│   │   │       │   │   ├── setting.callback.beforeDragOpen.html
│   │   │       │   │   ├── setting.callback.beforeDrop.html
│   │   │       │   │   ├── setting.callback.beforeEditName.html
│   │   │       │   │   ├── setting.callback.beforeExpand.html
│   │   │       │   │   ├── setting.callback.beforeMouseDown.html
│   │   │       │   │   ├── setting.callback.beforeMouseUp.html
│   │   │       │   │   ├── setting.callback.beforeRemove.html
│   │   │       │   │   ├── setting.callback.beforeRename.html
│   │   │       │   │   ├── setting.callback.beforeRightClick.html
│   │   │       │   │   ├── setting.callback.onAsyncError.html
│   │   │       │   │   ├── setting.callback.onAsyncSuccess.html
│   │   │       │   │   ├── setting.callback.onCheck.html
│   │   │       │   │   ├── setting.callback.onClick.html
│   │   │       │   │   ├── setting.callback.onCollapse.html
│   │   │       │   │   ├── setting.callback.onDblClick.html
│   │   │       │   │   ├── setting.callback.onDrag.html
│   │   │       │   │   ├── setting.callback.onDragMove.html
│   │   │       │   │   ├── setting.callback.onDrop.html
│   │   │       │   │   ├── setting.callback.onExpand.html
│   │   │       │   │   ├── setting.callback.onMouseDown.html
│   │   │       │   │   ├── setting.callback.onMouseUp.html
│   │   │       │   │   ├── setting.callback.onNodeCreated.html
│   │   │       │   │   ├── setting.callback.onRemove.html
│   │   │       │   │   ├── setting.callback.onRename.html
│   │   │       │   │   ├── setting.callback.onRightClick.html
│   │   │       │   │   ├── setting.check.autoCheckTrigger.html
│   │   │       │   │   ├── setting.check.chkDisabledInherit.html
│   │   │       │   │   ├── setting.check.chkStyle.html
│   │   │       │   │   ├── setting.check.chkboxType.html
│   │   │       │   │   ├── setting.check.enable.html
│   │   │       │   │   ├── setting.check.nocheckInherit.html
│   │   │       │   │   ├── setting.check.radioType.html
│   │   │       │   │   ├── setting.data.keep.leaf.html
│   │   │       │   │   ├── setting.data.keep.parent.html
│   │   │       │   │   ├── setting.data.key.checked.html
│   │   │       │   │   ├── setting.data.key.children.html
│   │   │       │   │   ├── setting.data.key.name.html
│   │   │       │   │   ├── setting.data.key.title.html
│   │   │       │   │   ├── setting.data.key.url.html
│   │   │       │   │   ├── setting.data.simpleData.enable.html
│   │   │       │   │   ├── setting.data.simpleData.idKey.html
│   │   │       │   │   ├── setting.data.simpleData.pIdKey.html
│   │   │       │   │   ├── setting.data.simpleData.rootPId.html
│   │   │       │   │   ├── setting.edit.drag.autoExpandTrigger.html
│   │   │       │   │   ├── setting.edit.drag.autoOpenTime.html
│   │   │       │   │   ├── setting.edit.drag.borderMax.html
│   │   │       │   │   ├── setting.edit.drag.borderMin.html
│   │   │       │   │   ├── setting.edit.drag.inner.html
│   │   │       │   │   ├── setting.edit.drag.isCopy.html
│   │   │       │   │   ├── setting.edit.drag.isMove.html
│   │   │       │   │   ├── setting.edit.drag.maxShowNodeNum.html
│   │   │       │   │   ├── setting.edit.drag.minMoveSize.html
│   │   │       │   │   ├── setting.edit.drag.next.html
│   │   │       │   │   ├── setting.edit.drag.prev.html
│   │   │       │   │   ├── setting.edit.editNameSelectAll.html
│   │   │       │   │   ├── setting.edit.enable.html
│   │   │       │   │   ├── setting.edit.removeTitle.html
│   │   │       │   │   ├── setting.edit.renameTitle.html
│   │   │       │   │   ├── setting.edit.showRemoveBtn.html
│   │   │       │   │   ├── setting.edit.showRenameBtn.html
│   │   │       │   │   ├── setting.treeId.html
│   │   │       │   │   ├── setting.treeObj.html
│   │   │       │   │   ├── setting.view.addDiyDom.html
│   │   │       │   │   ├── setting.view.addHoverDom.html
│   │   │       │   │   ├── setting.view.autoCancelSelected.html
│   │   │       │   │   ├── setting.view.dblClickExpand.html
│   │   │       │   │   ├── setting.view.expandSpeed.html
│   │   │       │   │   ├── setting.view.fontCss.html
│   │   │       │   │   ├── setting.view.nameIsHTML.html
│   │   │       │   │   ├── setting.view.removeHoverDom.html
│   │   │       │   │   ├── setting.view.selectedMulti.html
│   │   │       │   │   ├── setting.view.showIcon.html
│   │   │       │   │   ├── setting.view.showLine.html
│   │   │       │   │   ├── setting.view.showTitle.html
│   │   │       │   │   ├── setting.view.txtSelectedEnable.html
│   │   │       │   │   ├── treeNode.check_Child_State.html
│   │   │       │   │   ├── treeNode.check_Focus.html
│   │   │       │   │   ├── treeNode.checked.html
│   │   │       │   │   ├── treeNode.checkedOld.html
│   │   │       │   │   ├── treeNode.children.html
│   │   │       │   │   ├── treeNode.chkDisabled.html
│   │   │       │   │   ├── treeNode.click.html
│   │   │       │   │   ├── treeNode.diy.html
│   │   │       │   │   ├── treeNode.editNameFlag.html
│   │   │       │   │   ├── treeNode.getCheckStatus.html
│   │   │       │   │   ├── treeNode.getNextNode.html
│   │   │       │   │   ├── treeNode.getParentNode.html
│   │   │       │   │   ├── treeNode.getPreNode.html
│   │   │       │   │   ├── treeNode.halfCheck.html
│   │   │       │   │   ├── treeNode.icon.html
│   │   │       │   │   ├── treeNode.iconClose.html
│   │   │       │   │   ├── treeNode.iconOpen.html
│   │   │       │   │   ├── treeNode.iconSkin.html
│   │   │       │   │   ├── treeNode.isAjaxing.html
│   │   │       │   │   ├── treeNode.isFirstNode.html
│   │   │       │   │   ├── treeNode.isHidden.html
│   │   │       │   │   ├── treeNode.isHover.html
│   │   │       │   │   ├── treeNode.isLastNode.html
│   │   │       │   │   ├── treeNode.isParent.html
│   │   │       │   │   ├── treeNode.level.html
│   │   │       │   │   ├── treeNode.name.html
│   │   │       │   │   ├── treeNode.nocheck.html
│   │   │       │   │   ├── treeNode.open.html
│   │   │       │   │   ├── treeNode.parentTId.html
│   │   │       │   │   ├── treeNode.tId.html
│   │   │       │   │   ├── treeNode.target.html
│   │   │       │   │   ├── treeNode.url.html
│   │   │       │   │   ├── treeNode.zAsync.html
│   │   │       │   │   ├── zTreeObj.addNodes.html
│   │   │       │   │   ├── zTreeObj.cancelEditName.html
│   │   │       │   │   ├── zTreeObj.cancelSelectedNode.html
│   │   │       │   │   ├── zTreeObj.checkAllNodes.html
│   │   │       │   │   ├── zTreeObj.checkNode.html
│   │   │       │   │   ├── zTreeObj.copyNode.html
│   │   │       │   │   ├── zTreeObj.destroy.html
│   │   │       │   │   ├── zTreeObj.editName.html
│   │   │       │   │   ├── zTreeObj.expandAll.html
│   │   │       │   │   ├── zTreeObj.expandNode.html
│   │   │       │   │   ├── zTreeObj.getChangeCheckedNodes.html
│   │   │       │   │   ├── zTreeObj.getCheckedNodes.html
│   │   │       │   │   ├── zTreeObj.getNodeByParam.html
│   │   │       │   │   ├── zTreeObj.getNodeByTId.html
│   │   │       │   │   ├── zTreeObj.getNodeIndex.html
│   │   │       │   │   ├── zTreeObj.getNodes.html
│   │   │       │   │   ├── zTreeObj.getNodesByFilter.html
│   │   │       │   │   ├── zTreeObj.getNodesByParam.html
│   │   │       │   │   ├── zTreeObj.getNodesByParamFuzzy.html
│   │   │       │   │   ├── zTreeObj.getSelectedNodes.html
│   │   │       │   │   ├── zTreeObj.hideNode.html
│   │   │       │   │   ├── zTreeObj.hideNodes.html
│   │   │       │   │   ├── zTreeObj.moveNode.html
│   │   │       │   │   ├── zTreeObj.reAsyncChildNodes.html
│   │   │       │   │   ├── zTreeObj.refresh.html
│   │   │       │   │   ├── zTreeObj.removeChildNodes.html
│   │   │       │   │   ├── zTreeObj.removeNode.html
│   │   │       │   │   ├── zTreeObj.selectNode.html
│   │   │       │   │   ├── zTreeObj.setChkDisabled.html
│   │   │       │   │   ├── zTreeObj.setEditable.html
│   │   │       │   │   ├── zTreeObj.setting.html
│   │   │       │   │   ├── zTreeObj.showNode.html
│   │   │       │   │   ├── zTreeObj.showNodes.html
│   │   │       │   │   ├── zTreeObj.transformToArray.html
│   │   │       │   │   ├── zTreeObj.transformTozTreeNodes.html
│   │   │       │   │   └── zTreeObj.updateNode.html
│   │   │       │   └── en
│   │   │       │       ├── fn.zTree._z.html
│   │   │       │       ├── fn.zTree.destroy.html
│   │   │       │       ├── fn.zTree.getZTreeObj.html
│   │   │       │       ├── fn.zTree.init.html
│   │   │       │       ├── setting.async.autoParam.html
│   │   │       │       ├── setting.async.contentType.html
│   │   │       │       ├── setting.async.dataFilter.html
│   │   │       │       ├── setting.async.dataType.html
│   │   │       │       ├── setting.async.enable.html
│   │   │       │       ├── setting.async.otherParam.html
│   │   │       │       ├── setting.async.type.html
│   │   │       │       ├── setting.async.url.html
│   │   │       │       ├── setting.callback.beforeAsync.html
│   │   │       │       ├── setting.callback.beforeCheck.html
│   │   │       │       ├── setting.callback.beforeClick.html
│   │   │       │       ├── setting.callback.beforeCollapse.html
│   │   │       │       ├── setting.callback.beforeDblClick.html
│   │   │       │       ├── setting.callback.beforeDrag.html
│   │   │       │       ├── setting.callback.beforeDragOpen.html
│   │   │       │       ├── setting.callback.beforeDrop.html
│   │   │       │       ├── setting.callback.beforeEditName.html
│   │   │       │       ├── setting.callback.beforeExpand.html
│   │   │       │       ├── setting.callback.beforeMouseDown.html
│   │   │       │       ├── setting.callback.beforeMouseUp.html
│   │   │       │       ├── setting.callback.beforeRemove.html
│   │   │       │       ├── setting.callback.beforeRename.html
│   │   │       │       ├── setting.callback.beforeRightClick.html
│   │   │       │       ├── setting.callback.onAsyncError.html
│   │   │       │       ├── setting.callback.onAsyncSuccess.html
│   │   │       │       ├── setting.callback.onCheck.html
│   │   │       │       ├── setting.callback.onClick.html
│   │   │       │       ├── setting.callback.onCollapse.html
│   │   │       │       ├── setting.callback.onDblClick.html
│   │   │       │       ├── setting.callback.onDrag.html
│   │   │       │       ├── setting.callback.onDragMove.html
│   │   │       │       ├── setting.callback.onDrop.html
│   │   │       │       ├── setting.callback.onExpand.html
│   │   │       │       ├── setting.callback.onMouseDown.html
│   │   │       │       ├── setting.callback.onMouseUp.html
│   │   │       │       ├── setting.callback.onNodeCreated.html
│   │   │       │       ├── setting.callback.onRemove.html
│   │   │       │       ├── setting.callback.onRename.html
│   │   │       │       ├── setting.callback.onRightClick.html
│   │   │       │       ├── setting.check.autoCheckTrigger.html
│   │   │       │       ├── setting.check.chkDisabledInherit.html
│   │   │       │       ├── setting.check.chkStyle.html
│   │   │       │       ├── setting.check.chkboxType.html
│   │   │       │       ├── setting.check.enable.html
│   │   │       │       ├── setting.check.nocheckInherit.html
│   │   │       │       ├── setting.check.radioType.html
│   │   │       │       ├── setting.data.keep.leaf.html
│   │   │       │       ├── setting.data.keep.parent.html
│   │   │       │       ├── setting.data.key.checked.html
│   │   │       │       ├── setting.data.key.children.html
│   │   │       │       ├── setting.data.key.name.html
│   │   │       │       ├── setting.data.key.title.html
│   │   │       │       ├── setting.data.key.url.html
│   │   │       │       ├── setting.data.simpleData.enable.html
│   │   │       │       ├── setting.data.simpleData.idKey.html
│   │   │       │       ├── setting.data.simpleData.pIdKey.html
│   │   │       │       ├── setting.data.simpleData.rootPId.html
│   │   │       │       ├── setting.edit.drag.autoExpandTrigger.html
│   │   │       │       ├── setting.edit.drag.autoOpenTime.html
│   │   │       │       ├── setting.edit.drag.borderMax.html
│   │   │       │       ├── setting.edit.drag.borderMin.html
│   │   │       │       ├── setting.edit.drag.inner.html
│   │   │       │       ├── setting.edit.drag.isCopy.html
│   │   │       │       ├── setting.edit.drag.isMove.html
│   │   │       │       ├── setting.edit.drag.maxShowNodeNum.html
│   │   │       │       ├── setting.edit.drag.minMoveSize.html
│   │   │       │       ├── setting.edit.drag.next.html
│   │   │       │       ├── setting.edit.drag.prev.html
│   │   │       │       ├── setting.edit.editNameSelectAll.html
│   │   │       │       ├── setting.edit.enable.html
│   │   │       │       ├── setting.edit.removeTitle.html
│   │   │       │       ├── setting.edit.renameTitle.html
│   │   │       │       ├── setting.edit.showRemoveBtn.html
│   │   │       │       ├── setting.edit.showRenameBtn.html
│   │   │       │       ├── setting.treeId.html
│   │   │       │       ├── setting.treeObj.html
│   │   │       │       ├── setting.view.addDiyDom.html
│   │   │       │       ├── setting.view.addHoverDom.html
│   │   │       │       ├── setting.view.autoCancelSelected.html
│   │   │       │       ├── setting.view.dblClickExpand.html
│   │   │       │       ├── setting.view.expandSpeed.html
│   │   │       │       ├── setting.view.fontCss.html
│   │   │       │       ├── setting.view.nameIsHTML.html
│   │   │       │       ├── setting.view.removeHoverDom.html
│   │   │       │       ├── setting.view.selectedMulti.html
│   │   │       │       ├── setting.view.showIcon.html
│   │   │       │       ├── setting.view.showLine.html
│   │   │       │       ├── setting.view.showTitle.html
│   │   │       │       ├── setting.view.txtSelectedEnable.html
│   │   │       │       ├── treeNode.check_Child_State.html
│   │   │       │       ├── treeNode.check_Focus.html
│   │   │       │       ├── treeNode.checked.html
│   │   │       │       ├── treeNode.checkedOld.html
│   │   │       │       ├── treeNode.children.html
│   │   │       │       ├── treeNode.chkDisabled.html
│   │   │       │       ├── treeNode.click.html
│   │   │       │       ├── treeNode.diy.html
│   │   │       │       ├── treeNode.editNameFlag.html
│   │   │       │       ├── treeNode.getCheckStatus.html
│   │   │       │       ├── treeNode.getNextNode.html
│   │   │       │       ├── treeNode.getParentNode.html
│   │   │       │       ├── treeNode.getPreNode.html
│   │   │       │       ├── treeNode.halfCheck.html
│   │   │       │       ├── treeNode.icon.html
│   │   │       │       ├── treeNode.iconClose.html
│   │   │       │       ├── treeNode.iconOpen.html
│   │   │       │       ├── treeNode.iconSkin.html
│   │   │       │       ├── treeNode.isAjaxing.html
│   │   │       │       ├── treeNode.isFirstNode.html
│   │   │       │       ├── treeNode.isHidden.html
│   │   │       │       ├── treeNode.isHover.html
│   │   │       │       ├── treeNode.isLastNode.html
│   │   │       │       ├── treeNode.isParent.html
│   │   │       │       ├── treeNode.level.html
│   │   │       │       ├── treeNode.name.html
│   │   │       │       ├── treeNode.nocheck.html
│   │   │       │       ├── treeNode.open.html
│   │   │       │       ├── treeNode.parentTId.html
│   │   │       │       ├── treeNode.tId.html
│   │   │       │       ├── treeNode.target.html
│   │   │       │       ├── treeNode.url.html
│   │   │       │       ├── treeNode.zAsync.html
│   │   │       │       ├── zTreeObj.addNodes.html
│   │   │       │       ├── zTreeObj.cancelEditName.html
│   │   │       │       ├── zTreeObj.cancelSelectedNode.html
│   │   │       │       ├── zTreeObj.checkAllNodes.html
│   │   │       │       ├── zTreeObj.checkNode.html
│   │   │       │       ├── zTreeObj.copyNode.html
│   │   │       │       ├── zTreeObj.destroy.html
│   │   │       │       ├── zTreeObj.editName.html
│   │   │       │       ├── zTreeObj.expandAll.html
│   │   │       │       ├── zTreeObj.expandNode.html
│   │   │       │       ├── zTreeObj.getChangeCheckedNodes.html
│   │   │       │       ├── zTreeObj.getCheckedNodes.html
│   │   │       │       ├── zTreeObj.getNodeByParam.html
│   │   │       │       ├── zTreeObj.getNodeByTId.html
│   │   │       │       ├── zTreeObj.getNodeIndex.html
│   │   │       │       ├── zTreeObj.getNodes.html
│   │   │       │       ├── zTreeObj.getNodesByFilter.html
│   │   │       │       ├── zTreeObj.getNodesByParam.html
│   │   │       │       ├── zTreeObj.getNodesByParamFuzzy.html
│   │   │       │       ├── zTreeObj.getSelectedNodes.html
│   │   │       │       ├── zTreeObj.hideNode.html
│   │   │       │       ├── zTreeObj.hideNodes.html
│   │   │       │       ├── zTreeObj.moveNode.html
│   │   │       │       ├── zTreeObj.reAsyncChildNodes.html
│   │   │       │       ├── zTreeObj.refresh.html
│   │   │       │       ├── zTreeObj.removeChildNodes.html
│   │   │       │       ├── zTreeObj.removeNode.html
│   │   │       │       ├── zTreeObj.selectNode.html
│   │   │       │       ├── zTreeObj.setChkDisabled.html
│   │   │       │       ├── zTreeObj.setEditable.html
│   │   │       │       ├── zTreeObj.setting.html
│   │   │       │       ├── zTreeObj.showNode.html
│   │   │       │       ├── zTreeObj.showNodes.html
│   │   │       │       ├── zTreeObj.transformToArray.html
│   │   │       │       ├── zTreeObj.transformTozTreeNodes.html
│   │   │       │       └── zTreeObj.updateNode.html
│   │   │       ├── css
│   │   │       │   ├── awesomeStyle
│   │   │       │   │   ├── awesome.css
│   │   │       │   │   ├── awesome.less
│   │   │       │   │   ├── fa.less
│   │   │       │   │   └── img
│   │   │       │   │       └── loading.gif
│   │   │       │   ├── demo.css
│   │   │       │   ├── metroStyle
│   │   │       │   │   ├── img
│   │   │       │   │   │   ├── line_conn.png
│   │   │       │   │   │   ├── loading.gif
│   │   │       │   │   │   ├── metro.gif
│   │   │       │   │   │   └── metro.png
│   │   │       │   │   └── metroStyle.css
│   │   │       │   └── zTreeStyle
│   │   │       │       ├── img
│   │   │       │       │   ├── diy
│   │   │       │       │   │   ├── 1_close.png
│   │   │       │       │   │   ├── 1_open.png
│   │   │       │       │   │   ├── 2.png
│   │   │       │       │   │   ├── 3.png
│   │   │       │       │   │   ├── 4.png
│   │   │       │       │   │   ├── 5.png
│   │   │       │       │   │   ├── 6.png
│   │   │       │       │   │   ├── 7.png
│   │   │       │       │   │   ├── 8.png
│   │   │       │       │   │   └── 9.png
│   │   │       │       │   ├── left_menuForOutLook.png
│   │   │       │       │   ├── line_conn.gif
│   │   │       │       │   ├── loading.gif
│   │   │       │       │   ├── zTreeStandard.gif
│   │   │       │       │   └── zTreeStandard.png
│   │   │       │       └── zTreeStyle.css
│   │   │       ├── demo
│   │   │       │   ├── cn
│   │   │       │   │   ├── asyncData
│   │   │       │   │   │   ├── getNodes.php
│   │   │       │   │   │   └── getNodesForBigData.php
│   │   │       │   │   ├── bigdata
│   │   │       │   │   │   ├── common.html
│   │   │       │   │   │   ├── diy_async.html
│   │   │       │   │   │   └── page.html
│   │   │       │   │   ├── core
│   │   │       │   │   │   ├── async.html
│   │   │       │   │   │   ├── async_fun.html
│   │   │       │   │   │   ├── click.html
│   │   │       │   │   │   ├── custom_font.html
│   │   │       │   │   │   ├── custom_icon.html
│   │   │       │   │   │   ├── custom_iconSkin.html
│   │   │       │   │   │   ├── expand.html
│   │   │       │   │   │   ├── noicon.html
│   │   │       │   │   │   ├── noline.html
│   │   │       │   │   │   ├── otherMouse.html
│   │   │       │   │   │   ├── searchNodes.html
│   │   │       │   │   │   ├── simpleData.html
│   │   │       │   │   │   ├── standardData.html
│   │   │       │   │   │   ├── update_fun.html
│   │   │       │   │   │   └── url.html
│   │   │       │   │   ├── excheck
│   │   │       │   │   │   ├── checkbox.html
│   │   │       │   │   │   ├── checkbox_chkDisabled.html
│   │   │       │   │   │   ├── checkbox_count.html
│   │   │       │   │   │   ├── checkbox_fun.html
│   │   │       │   │   │   ├── checkbox_halfCheck.html
│   │   │       │   │   │   ├── checkbox_nocheck.html
│   │   │       │   │   │   ├── radio.html
│   │   │       │   │   │   ├── radio_chkDisabled.html
│   │   │       │   │   │   ├── radio_fun.html
│   │   │       │   │   │   ├── radio_halfCheck.html
│   │   │       │   │   │   └── radio_nocheck.html
│   │   │       │   │   ├── exedit
│   │   │       │   │   │   ├── async_edit.html
│   │   │       │   │   │   ├── drag.html
│   │   │       │   │   │   ├── drag_fun.html
│   │   │       │   │   │   ├── drag_super.html
│   │   │       │   │   │   ├── edit.html
│   │   │       │   │   │   ├── edit_fun.html
│   │   │       │   │   │   ├── edit_super.html
│   │   │       │   │   │   └── multiTree.html
│   │   │       │   │   ├── exhide
│   │   │       │   │   │   ├── checkbox.html
│   │   │       │   │   │   ├── common.html
│   │   │       │   │   │   └── radio.html
│   │   │       │   │   ├── index.html
│   │   │       │   │   └── super
│   │   │       │   │       ├── asyncForAll.html
│   │   │       │   │       ├── awesome.html
│   │   │       │   │       ├── checkbox_radio.html
│   │   │       │   │       ├── diydom.html
│   │   │       │   │       ├── dragWithOther.html
│   │   │       │   │       ├── left_menu.html
│   │   │       │   │       ├── left_menuForOutLook.gif
│   │   │       │   │       ├── left_menuForOutLook.html
│   │   │       │   │       ├── left_menuForOutLook.png
│   │   │       │   │       ├── metro.html
│   │   │       │   │       ├── oneclick.html
│   │   │       │   │       ├── oneroot.html
│   │   │       │   │       ├── rightClickMenu.html
│   │   │       │   │       ├── select_menu.html
│   │   │       │   │       ├── select_menu_checkbox.html
│   │   │       │   │       ├── select_menu_radio.html
│   │   │       │   │       └── singlepath.html
│   │   │       │   └── en
│   │   │       │       ├── asyncData
│   │   │       │       │   ├── getNodes.php
│   │   │       │       │   └── getNodesForBigData.php
│   │   │       │       ├── bigdata
│   │   │       │       │   ├── common.html
│   │   │       │       │   ├── diy_async.html
│   │   │       │       │   └── page.html
│   │   │       │       ├── core
│   │   │       │       │   ├── async.html
│   │   │       │       │   ├── async_fun.html
│   │   │       │       │   ├── click.html
│   │   │       │       │   ├── custom_font.html
│   │   │       │       │   ├── custom_icon.html
│   │   │       │       │   ├── custom_iconSkin.html
│   │   │       │       │   ├── expand.html
│   │   │       │       │   ├── noicon.html
│   │   │       │       │   ├── noline.html
│   │   │       │       │   ├── otherMouse.html
│   │   │       │       │   ├── searchNodes.html
│   │   │       │       │   ├── simpleData.html
│   │   │       │       │   ├── standardData.html
│   │   │       │       │   ├── update_fun.html
│   │   │       │       │   └── url.html
│   │   │       │       ├── excheck
│   │   │       │       │   ├── checkbox.html
│   │   │       │       │   ├── checkbox_chkDisabled.html
│   │   │       │       │   ├── checkbox_count.html
│   │   │       │       │   ├── checkbox_fun.html
│   │   │       │       │   ├── checkbox_halfCheck.html
│   │   │       │       │   ├── checkbox_nocheck.html
│   │   │       │       │   ├── radio.html
│   │   │       │       │   ├── radio_chkDisabled.html
│   │   │       │       │   ├── radio_fun.html
│   │   │       │       │   ├── radio_halfCheck.html
│   │   │       │       │   └── radio_nocheck.html
│   │   │       │       ├── exedit
│   │   │       │       │   ├── async_edit.html
│   │   │       │       │   ├── drag.html
│   │   │       │       │   ├── drag_fun.html
│   │   │       │       │   ├── drag_super.html
│   │   │       │       │   ├── edit.html
│   │   │       │       │   ├── edit_fun.html
│   │   │       │       │   ├── edit_super.html
│   │   │       │       │   └── multiTree.html
│   │   │       │       ├── exhide
│   │   │       │       │   ├── checkbox.html
│   │   │       │       │   ├── common.html
│   │   │       │       │   └── radio.html
│   │   │       │       ├── index.html
│   │   │       │       └── super
│   │   │       │           ├── asyncForAll.html
│   │   │       │           ├── awesome.html
│   │   │       │           ├── checkbox_radio.html
│   │   │       │           ├── diydom.html
│   │   │       │           ├── dragWithOther.html
│   │   │       │           ├── left_menu.html
│   │   │       │           ├── left_menuForOutLook.gif
│   │   │       │           ├── left_menuForOutLook.html
│   │   │       │           ├── left_menuForOutLook.png
│   │   │       │           ├── metro.html
│   │   │       │           ├── oneclick.html
│   │   │       │           ├── oneroot.html
│   │   │       │           ├── rightClickMenu.html
│   │   │       │           ├── select_menu.html
│   │   │       │           ├── select_menu_checkbox.html
│   │   │       │           ├── select_menu_radio.html
│   │   │       │           ├── singlepath.html
│   │   │       │           └── ztree.html
│   │   │       ├── js
│   │   │       │   ├── jquery-1.4.4.min.js
│   │   │       │   ├── jquery.ztree.all-3.5.js
│   │   │       │   ├── jquery.ztree.all-3.5.min.js
│   │   │       │   ├── jquery.ztree.core-3.5.js
│   │   │       │   ├── jquery.ztree.core-3.5.min.js
│   │   │       │   ├── jquery.ztree.excheck-3.5.js
│   │   │       │   ├── jquery.ztree.excheck-3.5.min.js
│   │   │       │   ├── jquery.ztree.exedit-3.5.js
│   │   │       │   ├── jquery.ztree.exedit-3.5.min.js
│   │   │       │   ├── jquery.ztree.exedit.js
│   │   │       │   ├── jquery.ztree.exhide-3.5.js
│   │   │       │   └── jquery.ztree.exhide-3.5.min.js
│   │   │       └── log v3.x.txt
│   │   └── webui
│   │       ├── jquery
│   │       │   └── jquery-1.3.2.min.js
│   │       ├── json2.js
│   │       ├── ligerUI
│   │       │   ├── js
│   │       │   │   └── ligerui.min.js
│   │       │   └── skins
│   │       │       └── Aqua
│   │       │           ├── css
│   │       │           │   └── ligerui-all.css
│   │       │           └── images
│   │       │               ├── box
│   │       │               │   ├── box-btn-done.gif
│   │       │               │   ├── box-btn-error.gif
│   │       │               │   ├── box-btn-l-over.gif
│   │       │               │   ├── box-btn-l.gif
│   │       │               │   ├── box-btn-over.gif
│   │       │               │   ├── box-btn-question.gif
│   │       │               │   ├── box-btn-r-over.gif
│   │       │               │   ├── box-btn-r.gif
│   │       │               │   ├── box-btn-warn.gif
│   │       │               │   ├── box-btn.gif
│   │       │               │   ├── box-close-over.gif
│   │       │               │   ├── box-close.gif
│   │       │               │   ├── box-lefttop.gif
│   │       │               │   ├── box-righttop.gif
│   │       │               │   ├── box-top.gif
│   │       │               │   └── tabs-item-left-bg.gif
│   │       │               ├── controls
│   │       │               │   ├── bg-panel-title-over.gif
│   │       │               │   ├── bg-panel-title-pressed.gif
│   │       │               │   ├── bg-panel-title.gif
│   │       │               │   ├── bg-tab-title-over.gif
│   │       │               │   ├── bg-tab-title-pressed.gif
│   │       │               │   ├── bg-tab-title.gif
│   │       │               │   ├── bg-text.gif
│   │       │               │   ├── bg-text.jpg
│   │       │               │   ├── bg-trigger-over.gif
│   │       │               │   ├── bg-trigger-pressed.gif
│   │       │               │   ├── bg-trigger.gif
│   │       │               │   ├── button-bg-over.gif
│   │       │               │   ├── button-bg.gif
│   │       │               │   ├── checkbox.gif
│   │       │               │   ├── checkboxandradio.gif
│   │       │               │   ├── dateeditor-bar-bg.gif
│   │       │               │   ├── dateeditor-header-bg.gif
│   │       │               │   └── radio.gif
│   │       │               ├── grid
│   │       │               │   ├── box-lefttop.gif
│   │       │               │   ├── box-righttop.gif
│   │       │               │   ├── grid-detail-close.gif
│   │       │               │   ├── grid-detail-open.gif
│   │       │               │   ├── grid-line.gif
│   │       │               │   ├── header-bg-over.gif
│   │       │               │   ├── header-bg.gif
│   │       │               │   ├── loading.gif
│   │       │               │   ├── popup-line.gif
│   │       │               │   ├── popup-row-over.gif
│   │       │               │   └── popup-row-over.png
│   │       │               ├── icon
│   │       │               │   ├── bar-button-over.gif
│   │       │               │   ├── icon-close-over.gif
│   │       │               │   ├── icon-close.gif
│   │       │               │   ├── icon-close18X18.gif
│   │       │               │   ├── icon-discuss15X15.gif
│   │       │               │   ├── icon-discuss16X16.gif
│   │       │               │   ├── icon-discuss32X32.gif
│   │       │               │   ├── icon-done15X15.gif
│   │       │               │   ├── icon-done16X16.gif
│   │       │               │   ├── icon-done32X32.gif
│   │       │               │   ├── icon-down.gif
│   │       │               │   ├── icon-drop.gif
│   │       │               │   ├── icon-edited.gif
│   │       │               │   ├── icon-first.gif
│   │       │               │   ├── icon-last.gif
│   │       │               │   ├── icon-line.gif
│   │       │               │   ├── icon-load.gif
│   │       │               │   ├── icon-load.png
│   │       │               │   ├── icon-milestone15X15.gif
│   │       │               │   ├── icon-next.gif
│   │       │               │   ├── icon-prev.gif
│   │       │               │   ├── icon-remark15X15.gif
│   │       │               │   ├── icon-remark16X16.gif
│   │       │               │   ├── icon-remark32X32.gif
│   │       │               │   ├── icon-sort-asc.gif
│   │       │               │   ├── icon-sort-desc.gif
│   │       │               │   ├── icon-up.gif
│   │       │               │   ├── icon-warn15X15.gif
│   │       │               │   ├── icon-warn16X16.gif
│   │       │               │   ├── icon-warn32X32.gif
│   │       │               │   └── magnifier.png
│   │       │               ├── layout
│   │       │               │   ├── accordion-content.gif
│   │       │               │   ├── accordion-header-over.gif
│   │       │               │   ├── accordion-header.gif
│   │       │               │   ├── layout-header-over.gif
│   │       │               │   ├── layout-header.gif
│   │       │               │   ├── layout-sidebar-header.gif
│   │       │               │   ├── mini-bottom.gif
│   │       │               │   ├── mini-left.gif
│   │       │               │   ├── mini-right.gif
│   │       │               │   ├── mini-top.gif
│   │       │               │   ├── panel-content.gif
│   │       │               │   ├── panel-header-over.gif
│   │       │               │   ├── panel-header.gif
│   │       │               │   ├── tabs-bg.gif
│   │       │               │   ├── tabs-btns.gif
│   │       │               │   ├── tabs-item-bg.gif
│   │       │               │   ├── tabs-item-left-bg.gif
│   │       │               │   ├── tabs-item-over-bg.gif
│   │       │               │   ├── tabs-item-right-bg.gif
│   │       │               │   ├── togglebar.gif
│   │       │               │   └── togglebar.png
│   │       │               ├── panel
│   │       │               │   ├── bar-bg.gif
│   │       │               │   ├── header-bg.gif
│   │       │               │   ├── panel-header.gif
│   │       │               │   └── panel-tools.gif
│   │       │               ├── sketch_eps_zcool.com.cn.png
│   │       │               └── tree
│   │       │                   ├── folder-open.gif
│   │       │                   ├── folder.gif
│   │       │                   ├── loading.gif
│   │       │                   ├── nodeloading.gif
│   │       │                   ├── nodeloading2.gif
│   │       │                   ├── nodeloading3.gif
│   │       │                   ├── nodeloading4.gif
│   │       │                   ├── tree-leaf.gif
│   │       │                   ├── tree-level.gif
│   │       │                   ├── tree-noline.gif
│   │       │                   ├── tree-status-close.gif
│   │       │                   ├── tree-status-open.gif
│   │       │                   ├── tree-status.gif
│   │       │                   └── tree.gif
│   │       └── ligerUI1
│   │           ├── js
│   │           │   ├── core
│   │           │   │   ├── base.js
│   │           │   │   └── inject.js
│   │           │   ├── ligerui.all.js
│   │           │   ├── ligerui.min.js
│   │           │   └── plugins
│   │           │       ├── ligerAccordion.js
│   │           │       ├── ligerButton.js
│   │           │       ├── ligerCheckBox.js
│   │           │       ├── ligerCheckBoxList.js
│   │           │       ├── ligerComboBox.js
│   │           │       ├── ligerDateEditor.js
│   │           │       ├── ligerDialog.js
│   │           │       ├── ligerDrag.js
│   │           │       ├── ligerEasyTab.js
│   │           │       ├── ligerFilter.js
│   │           │       ├── ligerForm.js
│   │           │       ├── ligerGrid.js
│   │           │       ├── ligerLayout.js
│   │           │       ├── ligerListBox.js
│   │           │       ├── ligerMenu.js
│   │           │       ├── ligerMenuBar.js
│   │           │       ├── ligerMessageBox.js
│   │           │       ├── ligerPopupEdit.js
│   │           │       ├── ligerRadio.js
│   │           │       ├── ligerRadioList.js
│   │           │       ├── ligerResizable.js
│   │           │       ├── ligerSpinner.js
│   │           │       ├── ligerTab.js
│   │           │       ├── ligerTextBox.js
│   │           │       ├── ligerTip.js
│   │           │       ├── ligerToolBar.js
│   │           │       ├── ligerTree.js
│   │           │       └── ligerWindow.js
│   │           └── skins
│   │               ├── Aqua
│   │               │   ├── css
│   │               │   │   ├── ligerui-all.css
│   │               │   │   ├── ligerui-common.css
│   │               │   │   ├── ligerui-dialog.css
│   │               │   │   ├── ligerui-form.css
│   │               │   │   ├── ligerui-grid.css
│   │               │   │   ├── ligerui-layout.css
│   │               │   │   ├── ligerui-menu.css
│   │               │   │   ├── ligerui-tab.css
│   │               │   │   └── ligerui-tree.css
│   │               │   └── images
│   │               │       ├── common
│   │               │       │   ├── bigloading.gif
│   │               │       │   ├── button-disabled.gif
│   │               │       │   ├── button-over.gif
│   │               │       │   ├── button.gif
│   │               │       │   ├── drop-icons.gif
│   │               │       │   ├── exclamation.gif
│   │               │       │   ├── invalid-line.gif
│   │               │       │   ├── loading.gif
│   │               │       │   ├── table.png
│   │               │       │   └── toggle.gif
│   │               │       ├── controls
│   │               │       │   ├── bg-panel-title-over.gif
│   │               │       │   ├── bg-panel-title-pressed.gif
│   │               │       │   ├── bg-panel-title.gif
│   │               │       │   ├── bg-tab-title-over.gif
│   │               │       │   ├── bg-tab-title-pressed.gif
│   │               │       │   ├── bg-tab-title.gif
│   │               │       │   ├── bg-text.gif
│   │               │       │   ├── bg-trigger-over.gif
│   │               │       │   ├── bg-trigger-pressed.gif
│   │               │       │   ├── bg-trigger.gif
│   │               │       │   ├── btn-l.gif
│   │               │       │   ├── btn-r.gif
│   │               │       │   ├── btn.gif
│   │               │       │   ├── button-bg-over.gif
│   │               │       │   ├── button-bg.gif
│   │               │       │   ├── checkbox.gif
│   │               │       │   ├── dateeditor-bar-bg.gif
│   │               │       │   ├── dateeditor-header-bg.gif
│   │               │       │   └── radio.gif
│   │               │       ├── dateeditor
│   │               │       │   ├── date.gif
│   │               │       │   ├── icon-first.gif
│   │               │       │   ├── icon-last.gif
│   │               │       │   ├── icon-next.gif
│   │               │       │   └── icon-prev.gif
│   │               │       ├── form
│   │               │       │   └── verify-corner.gif
│   │               │       ├── grid
│   │               │       │   ├── grid-checkbox-checked.gif
│   │               │       │   ├── grid-checkbox.gif
│   │               │       │   ├── grid-detail-close.gif
│   │               │       │   ├── grid-detail-open.gif
│   │               │       │   ├── grid-tree-close.gif
│   │               │       │   ├── grid-tree-open.gif
│   │               │       │   ├── header-bg-over.gif
│   │               │       │   ├── header-bg.gif
│   │               │       │   ├── header2-bg.jpg
│   │               │       │   ├── popup-line.gif
│   │               │       │   └── popup-row-over.gif
│   │               │       ├── icon
│   │               │       │   ├── bar-button-over.gif
│   │               │       │   ├── checkbox-checked.gif
│   │               │       │   ├── checkbox.gif
│   │               │       │   ├── cross.gif
│   │               │       │   ├── icon-close-over.gif
│   │               │       │   ├── icon-close.gif
│   │               │       │   ├── icon-down.gif
│   │               │       │   ├── icon-drop.gif
│   │               │       │   ├── icon-edited.gif
│   │               │       │   ├── icon-first.gif
│   │               │       │   ├── icon-last.gif
│   │               │       │   ├── icon-line.gif
│   │               │       │   ├── icon-load.gif
│   │               │       │   ├── icon-next.gif
│   │               │       │   ├── icon-prev.gif
│   │               │       │   ├── icon-select.gif
│   │               │       │   ├── icon-sort-asc.gif
│   │               │       │   ├── icon-sort-desc.gif
│   │               │       │   ├── icon-unselect.gif
│   │               │       │   └── icon-up.gif
│   │               │       ├── layout
│   │               │       │   ├── accordion-content.gif
│   │               │       │   ├── accordion-header-over.gif
│   │               │       │   ├── accordion-header.gif
│   │               │       │   ├── layout-header-over.gif
│   │               │       │   ├── layout-header.gif
│   │               │       │   ├── layout-sidebar-header.gif
│   │               │       │   ├── mini-bottom.gif
│   │               │       │   ├── mini-left.gif
│   │               │       │   ├── mini-right.gif
│   │               │       │   ├── mini-top.gif
│   │               │       │   ├── panel-content.gif
│   │               │       │   ├── panel-header-over.gif
│   │               │       │   ├── panel-header.gif
│   │               │       │   ├── tabs-bg.gif
│   │               │       │   ├── tabs-item-bg.gif
│   │               │       │   ├── tabs-item-left-bg.gif
│   │               │       │   ├── tabs-item-over-bg.gif
│   │               │       │   ├── tabs-item-right-bg.gif
│   │               │       │   ├── tabs-tools.gif
│   │               │       │   └── togglebar.gif
│   │               │       ├── menu
│   │               │       │   ├── menu-item-arrow.gif
│   │               │       │   ├── menu-item-down.gif
│   │               │       │   ├── menu-item-over-l.gif
│   │               │       │   ├── menu-item-over-m.gif
│   │               │       │   ├── menu-item-over-r.gif
│   │               │       │   ├── menu-line-x.gif
│   │               │       │   └── menu-line-y.gif
│   │               │       ├── panel
│   │               │       │   ├── bar-bg.gif
│   │               │       │   ├── header-bg.gif
│   │               │       │   ├── header-bg.jpg
│   │               │       │   ├── header2-bg.jpg
│   │               │       │   ├── panel-btn-l.gif
│   │               │       │   ├── panel-btn-r.gif
│   │               │       │   ├── panel-btn.gif
│   │               │       │   ├── panel-header.gif
│   │               │       │   ├── panel-menu-item-down.gif
│   │               │       │   ├── panel-menu.gif
│   │               │       │   ├── panel-toolbar.gif
│   │               │       │   └── panel-tools.gif
│   │               │       ├── tree
│   │               │       │   ├── folder-open.gif
│   │               │       │   ├── folder.gif
│   │               │       │   ├── loading.gif
│   │               │       │   ├── nodeloading.gif
│   │               │       │   ├── nodeloading2.gif
│   │               │       │   ├── nodeloading3.gif
│   │               │       │   ├── nodeloading4.gif
│   │               │       │   ├── tree-leaf.gif
│   │               │       │   ├── tree-level.gif
│   │               │       │   ├── tree-noline.gif
│   │               │       │   ├── tree-status-close.gif
│   │               │       │   ├── tree-status-open.gif
│   │               │       │   ├── tree-status.gif
│   │               │       │   └── tree.gif
│   │               │       └── win
│   │               │           ├── box-icons.gif
│   │               │           ├── box.gif
│   │               │           ├── dialog-bc.gif
│   │               │           ├── dialog-icons.gif
│   │               │           ├── dialog-tc.gif
│   │               │           ├── dialog-winbtns.gif
│   │               │           ├── dialog.gif
│   │               │           ├── taskbar-task.gif
│   │               │           ├── taskbar.gif
│   │               │           ├── taskbar.png
│   │               │           └── taskicon.gif
│   │               ├── Gray
│   │               │   ├── css
│   │               │   │   ├── all.css
│   │               │   │   ├── common.css
│   │               │   │   ├── dialog.css
│   │               │   │   ├── form.css
│   │               │   │   ├── grid.css
│   │               │   │   ├── layout.css
│   │               │   │   └── tab.css
│   │               │   └── images
│   │               │       ├── layout
│   │               │       │   ├── accordion-header.gif
│   │               │       │   ├── icon-close-over.gif
│   │               │       │   ├── icon-close.gif
│   │               │       │   ├── layout-header.gif
│   │               │       │   ├── tabs-bg.gif
│   │               │       │   ├── tabs-item-bg.gif
│   │               │       │   ├── tabs-item-left-bg.gif
│   │               │       │   ├── tabs-item-left-selected.gif
│   │               │       │   ├── tabs-item-right-bg.gif
│   │               │       │   ├── tabs-item-right-selected.gif
│   │               │       │   ├── tabs-item-selected.gif
│   │               │       │   └── togglebar.gif
│   │               │       ├── ui
│   │               │       │   ├── btn.gif
│   │               │       │   ├── button-disabled.gif
│   │               │       │   ├── button-over.gif
│   │               │       │   ├── button.gif
│   │               │       │   ├── button1.gif
│   │               │       │   ├── button2.gif
│   │               │       │   ├── dateeditor-bar.gif
│   │               │       │   ├── dateeditor-btn-over.gif
│   │               │       │   ├── dateeditor-btn.gif
│   │               │       │   ├── dateeditor-thead.gif
│   │               │       │   ├── grid-detail-close.gif
│   │               │       │   ├── grid-detail-open.gif
│   │               │       │   ├── gridalt.gif
│   │               │       │   ├── gridbar.jpg
│   │               │       │   ├── grideditor.gif
│   │               │       │   ├── icon-down.gif
│   │               │       │   ├── icon-select.gif
│   │               │       │   ├── icon-unselect.gif
│   │               │       │   ├── icon-up.gif
│   │               │       │   ├── input.gif
│   │               │       │   ├── inputdisabled.gif
│   │               │       │   ├── loading.gif
│   │               │       │   ├── loading2.gif
│   │               │       │   ├── loading3.gif
│   │               │       │   ├── loading4.gif
│   │               │       │   └── trigger.gif
│   │               │       └── win
│   │               │           ├── dialog-winbtns.gif
│   │               │           ├── dialogbtn.gif
│   │               │           └── dialogicon.gif
│   │               ├── Silvery
│   │               │   ├── css
│   │               │   │   ├── form.css
│   │               │   │   ├── grid.css
│   │               │   │   ├── layout.css
│   │               │   │   └── style.css
│   │               │   └── images
│   │               │       ├── form
│   │               │       │   ├── checkboxradio.gif
│   │               │       │   ├── icon-down-over.gif
│   │               │       │   ├── icon-down.gif
│   │               │       │   ├── icon-up-over.gif
│   │               │       │   ├── icon-up.gif
│   │               │       │   ├── invalid_line.gif
│   │               │       │   ├── text-date-icon.gif
│   │               │       │   ├── text-down-icon.gif
│   │               │       │   ├── text-focus.gif
│   │               │       │   ├── text-l-focus.gif
│   │               │       │   ├── text-l-over.gif
│   │               │       │   ├── text-l.gif
│   │               │       │   ├── text-over.gif
│   │               │       │   ├── text-r-focus.gif
│   │               │       │   ├── text-r-over.gif
│   │               │       │   ├── text-r.gif
│   │               │       │   └── text.gif
│   │               │       ├── grid
│   │               │       │   └── gridheaderbg.jpg
│   │               │       └── layout
│   │               │           ├── accordion-header-over.jpg
│   │               │           ├── accordion-header.jpg
│   │               │           ├── layout-header-over.jpg
│   │               │           ├── layout-header.jpg
│   │               │           ├── tabs-bg.jpg
│   │               │           ├── tabs-item-bg.jpg
│   │               │           ├── tabs-item-left-bg.gif
│   │               │           ├── tabs-item-over-bg.gif
│   │               │           ├── tabs-item-right-bg.gif
│   │               │           └── tabs-tools.gif
│   │               ├── icons
│   │               │   ├── add.gif
│   │               │   ├── archives.gif
│   │               │   ├── attibutes.gif
│   │               │   ├── back.gif
│   │               │   ├── bluebook.gif
│   │               │   ├── bookpen.gif
│   │               │   ├── busy.gif
│   │               │   ├── calendar.gif
│   │               │   ├── candle.gif
│   │               │   ├── coffee.gif
│   │               │   ├── comment.gif
│   │               │   ├── communication.gif
│   │               │   ├── config.gif
│   │               │   ├── customers.gif
│   │               │   ├── cut.gif
│   │               │   ├── database.gif
│   │               │   ├── delete.gif
│   │               │   ├── discuss.gif
│   │               │   ├── down.gif
│   │               │   ├── edit.gif
│   │               │   ├── graywarn.gif
│   │               │   ├── greenwarn.gif
│   │               │   ├── help.gif
│   │               │   ├── home.gif
│   │               │   ├── lock.gif
│   │               │   ├── logout.gif
│   │               │   ├── mailbox.gif
│   │               │   ├── memeber.gif
│   │               │   ├── modify.gif
│   │               │   ├── msn.gif
│   │               │   ├── myaccount.gif
│   │               │   ├── ok.gif
│   │               │   ├── outbox.gif
│   │               │   ├── pager.gif
│   │               │   ├── photograph.gif
│   │               │   ├── plus.gif
│   │               │   ├── prev.gif
│   │               │   ├── print.gif
│   │               │   ├── process.gif
│   │               │   ├── qq.gif
│   │               │   ├── refresh.gif
│   │               │   ├── right.gif
│   │               │   ├── role.gif
│   │               │   ├── save-disabled.gif
│   │               │   ├── save.gif
│   │               │   ├── search.gif
│   │               │   ├── search2.gif
│   │               │   ├── settings.gif
│   │               │   ├── true.gif
│   │               │   └── up.gif
│   │               └── ligerui-icons.css
│   ├── upload
│   │   ├── UploadHandler.php
│   │   └── index.php
│   ├── upload.php
│   ├── uploadclass.php
│   └── workbench
│       ├── mod_blog.php
│       ├── mod_news.php
│       ├── mod_plan.php
│       ├── mod_registration.php
│       ├── mod_workdate.php
│       └── template
│           ├── blogadd.php
│           ├── bloglist.php
│           ├── blogviews.php
│           ├── newslist.php
│           ├── newsviews.php
│           ├── planadd.php
│           ├── planlist.php
│           ├── planviews.php
│           ├── registrationlist.php
│           ├── workdateadd.php
│           ├── workdatelist.php
│           ├── workdatelistview.php
│           └── workdateviews.php
└── 好例子网_PHPOA开源协同OA办公系统.zip

351 directories, 3262 files


标签: 开源 办公 oa 系统

实例下载地址

OA开源协同OA办公系统

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

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

网友评论

第 1 楼 wkj123456 发表于: 2022-08-28 12:37 28
数据库在哪里

支持(0) 盖楼(回复)

第 2 楼 17638915284 发表于: 2022-09-13 10:38 17
没数据酷吗 环境是啥?

支持(0) 盖楼(回复)

发表评论

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

查看所有2条评论>>

小贴士

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

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

关于好例子网

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

;
报警