实例介绍
【实例截图】
【核心代码】
.
├── 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
│ │ ├── about
│ │ │ └── dialogs
│ │ ├── clipboard
│ │ │ └── dialogs
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── icons.png
│ │ ├── icons_hidpi.png
│ │ ├── image
│ │ │ ├── dialogs
│ │ │ └── images
│ │ ├── link
│ │ │ ├── dialogs
│ │ │ └── images
│ │ ├── magicline
│ │ │ └── images
│ │ ├── pastefromword
│ │ │ └── filter
│ │ ├── scayt
│ │ │ ├── LICENSE.md
│ │ │ ├── README.md
│ │ │ └── dialogs
│ │ ├── specialchar
│ │ │ └── dialogs
│ │ ├── table
│ │ │ └── dialogs
│ │ ├── tabletools
│ │ │ └── dialogs
│ │ └── wsc
│ │ ├── LICENSE.md
│ │ ├── README.md
│ │ └── dialogs
│ ├── samples
│ │ ├── ajax.html
│ │ ├── api.html
│ │ ├── appendto.html
│ │ ├── assets
│ │ │ ├── inlineall
│ │ │ ├── outputxhtml
│ │ │ ├── posteddata.php
│ │ │ ├── sample.jpg
│ │ │ └── uilanguages
│ │ ├── datafiltering.html
│ │ ├── divreplace.html
│ │ ├── index.html
│ │ ├── inlineall.html
│ │ ├── inlinebycode.html
│ │ ├── inlinetextarea.html
│ │ ├── jquery.html
│ │ ├── plugins
│ │ │ ├── dialog
│ │ │ ├── enterkey
│ │ │ ├── htmlwriter
│ │ │ ├── magicline
│ │ │ ├── toolbar
│ │ │ └── wysiwygarea
│ │ ├── 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
│ │ │ └── readme.md
│ │ └── office2013
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── icons.png
│ │ ├── icons_hidpi.png
│ │ ├── images
│ │ └── 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
│ │ ├── flash.html
│ │ ├── image
│ │ │ ├── image.html
│ │ │ └── images
│ │ ├── 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
│ ├── officeclass.rar
│ ├── 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
│ │ │ ├── 02
│ │ │ └── 03
│ │ ├── content
│ │ │ ├── css
│ │ │ ├── ico
│ │ │ ├── images
│ │ │ └── js
│ │ ├── css
│ │ │ ├── dtree.css
│ │ │ ├── pstyle.css
│ │ │ ├── reset.css
│ │ │ └── zh-cn-system.css
│ │ ├── desktop.php
│ │ ├── email
│ │ │ ├── css
│ │ │ └── images
│ │ ├── home
│ │ │ ├── app_tools
│ │ │ ├── icon
│ │ │ ├── lib
│ │ │ └── theme
│ │ ├── 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
│ │ │ ├── img
│ │ │ └── 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
│ │ │ ├── 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
│ │ ├── login.php
│ │ ├── new
│ │ │ ├── css
│ │ │ ├── images
│ │ │ └── js
│ │ ├── swf
│ │ │ ├── 9.swf
│ │ │ └── swflash.cab
│ │ ├── tree
│ │ │ ├── images
│ │ │ └── js
│ │ ├── upload
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── Gruntfile.js
│ │ │ ├── README.md
│ │ │ ├── basic.html
│ │ │ ├── blueimp-file-upload.jquery.json
│ │ │ ├── bower.json
│ │ │ ├── css
│ │ │ ├── img
│ │ │ ├── js
│ │ │ └── package.json
│ │ └── usertree
│ │ ├── css
│ │ ├── data
│ │ ├── sample-css
│ │ └── src
│ ├── 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
│ │ │ ├── fonts
│ │ │ ├── img
│ │ │ ├── js
│ │ │ └── sound
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ ├── img
│ │ │ └── js
│ │ ├── content
│ │ │ ├── css
│ │ │ ├── images
│ │ │ └── js
│ │ └── zTree
│ │ ├── README.md
│ │ ├── api
│ │ ├── css
│ │ ├── demo
│ │ ├── js
│ │ └── log v3.x.txt
│ └── webui
│ ├── jquery
│ │ └── jquery-1.3.2.min.js
│ ├── json2.js
│ ├── ligerUI
│ │ ├── js
│ │ └── skins
│ └── ligerUI1
│ ├── js
│ └── skins
├── toa.sql
├── 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
├── 说明.txt
└── 好例子网_OA办公系统php源码网页OA协同办公系统软件包含CRM人事管理.rar
220 directories, 1196 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论