在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 办公自动化系统(OA)静态页面

办公自动化系统(OA)静态页面

一般编程问题

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

实例介绍

【实例简介】
办公自动化系统(OA)静态页面,开发时候用来参考的
【实例截图】
【核心代码】
4744302543413489872.zip
└── ItcastOA_静态页面_20100716HTML
├── BBS_Forum
│   ├── forumList.html
│   └── forumShow.html
├── BBS_ForumManage
│   ├── list.html
│   └── saveUI.html
├── BBS_Reply
│   └── saveUI.html
├── BBS_Topic
│   ├── moveUI.html
│   ├── saveUI.html
│   └── topicShow.html
├── bottom.html
├── Flow_DocFormTemplate
│   ├── list.html
│   └── saveUI.html
├── Flow_FormFlow
│   ├── approvedHistory.html
│   ├── approveUI.html
│   ├── editAndResubmitUI.html
│   ├── formTemplateList.html
│   ├── myTaskList.html
│   ├── selectToNodeUI.html
│   ├── selectTransitionUI.html
│   ├── showForm.html
│   └── submitUI.html
├── Flow_FormQuery
│   ├── myApprovedList.html
│   └── mySubmittedList.html
├── Flow_HtmlFormTemplate
│   ├── list.html
│   └── saveUI.html
├── Flow_ProcessDefinition
│   ├── deployUI.html
│   ├── list.html
│   ├── processimage.jpg
│   ├── saveApproveProcessUI.html
│   └── saveProcessNodeUI.html
├── Globals
│   ├── buttonImage.html
│   ├── noPrivilege.html
│   └── opSuccess.html
├── index.html
├── LanDisk_Folder
│   ├── list.html
│   ├── moveUI.html
│   ├── renameUI.html
│   └── saveUI.html
├── LanDisk_UploadFile
│   ├── addUI.html
│   ├── editUI.html
│   ├── moveUI.html
│   └── renameUI.html
├── left_2.html
├── left.html
├── Person_Config
│   ├── editPasswordUI.html
│   └── editUserInfoUI.html
├── Person_Message
│   ├── draftbox.html
│   ├── inbox.html
│   ├── outbox.html
│   ├── saveUI.html
│   ├── selectReceiverUI.html
│   └── show.html
├── protal
├── right.html
├── script
│   ├── DataShowManager.js
│   ├── DemoData.js
│   ├── fckeditor
│   │   ├── default_fckconfig.js
│   │   ├── demo_20091026.html
│   │   ├── demo.html
│   │   ├── editor
│   │   │   ├── css
│   │   │   │   ├── behaviors
│   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   └── showtableborders.htc
│   │   │   │   ├── fck_editorarea.css
│   │   │   │   ├── fck_internal.css
│   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   └── images
│   │   │   │   ├── block_address.png
│   │   │   │   ├── block_blockquote.png
│   │   │   │   ├── block_div.png
│   │   │   │   ├── block_h1.png
│   │   │   │   ├── block_h2.png
│   │   │   │   ├── block_h3.png
│   │   │   │   ├── block_h4.png
│   │   │   │   ├── block_h5.png
│   │   │   │   ├── block_h6.png
│   │   │   │   ├── block_p.png
│   │   │   │   ├── block_pre.png
│   │   │   │   ├── fck_anchor.gif
│   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   ├── fck_hiddenfield.gif
│   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   └── fck_plugin.gif
│   │   │   ├── dialog
│   │   │   │   ├── common
│   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── locked.gif
│   │   │   │   │   ├── reset.gif
│   │   │   │   │   └── unlocked.gif
│   │   │   │   ├── fck_about
│   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   └── sponsors
│   │   │   │   │   └── spellchecker_net.gif
│   │   │   │   ├── fck_about.html
│   │   │   │   ├── fck_anchor.html
│   │   │   │   ├── fck_button.html
│   │   │   │   ├── fck_checkbox.html
│   │   │   │   ├── fck_colorselector.html
│   │   │   │   ├── fck_div.html
│   │   │   │   ├── fck_docprops
│   │   │   │   │   └── fck_document_preview.html
│   │   │   │   ├── fck_docprops.html
│   │   │   │   ├── fck_flash
│   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   └── fck_flash_preview.html
│   │   │   │   ├── fck_flash.html
│   │   │   │   ├── fck_form.html
│   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   ├── fck_image
│   │   │   │   │   ├── fck_image.js
│   │   │   │   │   └── fck_image_preview.html
│   │   │   │   ├── fck_image.html
│   │   │   │   ├── fck_link
│   │   │   │   │   └── fck_link.js
│   │   │   │   ├── fck_link.html
│   │   │   │   ├── fck_listprop.html
│   │   │   │   ├── fck_paste.html
│   │   │   │   ├── fck_radiobutton.html
│   │   │   │   ├── fck_replace.html
│   │   │   │   ├── fck_select
│   │   │   │   │   └── fck_select.js
│   │   │   │   ├── fck_select.html
│   │   │   │   ├── fck_smiley.html
│   │   │   │   ├── fck_source.html
│   │   │   │   ├── fck_specialchar.html
│   │   │   │   ├── fck_spellerpages
│   │   │   │   │   └── spellerpages
│   │   │   │   │   ├── blank.html
│   │   │   │   │   ├── controls.html
│   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   ├── server-scripts
│   │   │   │   │   │   ├── spellchecker.cfm
│   │   │   │   │   │   ├── spellchecker.php
│   │   │   │   │   │   └── spellchecker.pl
│   │   │   │   │   ├── spellchecker.html
│   │   │   │   │   ├── spellChecker.js
│   │   │   │   │   ├── spellerStyle.css
│   │   │   │   │   └── wordWindow.js
│   │   │   │   ├── fck_spellerpages.html
│   │   │   │   ├── fck_tablecell.html
│   │   │   │   ├── fck_table.html
│   │   │   │   ├── fck_template
│   │   │   │   │   └── images
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── fck_template.html
│   │   │   │   ├── fck_textarea.html
│   │   │   │   └── fck_textfield.html
│   │   │   ├── dtd
│   │   │   │   ├── fck_dtd_test.html
│   │   │   │   ├── fck_xhtml10strict.js
│   │   │   │   └── fck_xhtml10transitional.js
│   │   │   ├── fckdebug.html
│   │   │   ├── fckdialog.html
│   │   │   ├── fckeditor.html
│   │   │   ├── fckeditor.original.html
│   │   │   ├── filemanager
│   │   │   │   ├── browser
│   │   │   │   │   └── default
│   │   │   │   │   ├── browser.css
│   │   │   │   │   ├── browser.html
│   │   │   │   │   ├── frmactualfolder.html
│   │   │   │   │   ├── frmcreatefolder.html
│   │   │   │   │   ├── frmfolders.html
│   │   │   │   │   ├── frmresourceslist.html
│   │   │   │   │   ├── frmresourcetype.html
│   │   │   │   │   ├── frmupload.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ButtonArrow.gif
│   │   │   │   │   │   ├── Folder32.gif
│   │   │   │   │   │   ├── Folder.gif
│   │   │   │   │   │   ├── FolderOpened32.gif
│   │   │   │   │   │   ├── FolderOpened.gif
│   │   │   │   │   │   ├── FolderUp.gif
│   │   │   │   │   │   ├── icons
│   │   │   │   │   │   │   ├── 32
│   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   └── js
│   │   │   │   │   ├── common.js
│   │   │   │   │   └── fckxml.js
│   │   │   │   └── connectors
│   │   │   │   ├── asp
│   │   │   │   │   ├── basexml.asp
│   │   │   │   │   ├── class_upload.asp
│   │   │   │   │   ├── commands.asp
│   │   │   │   │   ├── config.asp
│   │   │   │   │   ├── connector.asp
│   │   │   │   │   ├── io.asp
│   │   │   │   │   ├── upload.asp
│   │   │   │   │   └── util.asp
│   │   │   │   ├── aspx
│   │   │   │   │   ├── config.ascx
│   │   │   │   │   ├── connector.aspx
│   │   │   │   │   └── upload.aspx
│   │   │   │   ├── cfm
│   │   │   │   │   ├── cf5_connector.cfm
│   │   │   │   │   ├── cf5_upload.cfm
│   │   │   │   │   ├── cf_basexml.cfm
│   │   │   │   │   ├── cf_commands.cfm
│   │   │   │   │   ├── cf_connector.cfm
│   │   │   │   │   ├── cf_io.cfm
│   │   │   │   │   ├── cf_upload.cfm
│   │   │   │   │   ├── cf_util.cfm
│   │   │   │   │   ├── config.cfm
│   │   │   │   │   ├── connector.cfm
│   │   │   │   │   ├── image.cfc
│   │   │   │   │   ├── ImageObject.cfc
│   │   │   │   │   └── upload.cfm
│   │   │   │   ├── lasso
│   │   │   │   │   ├── config.lasso
│   │   │   │   │   ├── connector.lasso
│   │   │   │   │   └── upload.lasso
│   │   │   │   ├── perl
│   │   │   │   │   ├── basexml.pl
│   │   │   │   │   ├── commands.pl
│   │   │   │   │   ├── connector.cgi
│   │   │   │   │   ├── io.pl
│   │   │   │   │   ├── upload.cgi
│   │   │   │   │   ├── upload_fck.pl
│   │   │   │   │   └── util.pl
│   │   │   │   ├── php
│   │   │   │   │   ├── basexml.php
│   │   │   │   │   ├── commands.php
│   │   │   │   │   ├── config.php
│   │   │   │   │   ├── connector.php
│   │   │   │   │   ├── io.php
│   │   │   │   │   ├── phpcompat.php
│   │   │   │   │   ├── upload.php
│   │   │   │   │   └── util.php
│   │   │   │   ├── py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── connector.py
│   │   │   │   │   ├── fckcommands.py
│   │   │   │   │   ├── fckconnector.py
│   │   │   │   │   ├── fckoutput.py
│   │   │   │   │   ├── fckutil.py
│   │   │   │   │   ├── htaccess.txt
│   │   │   │   │   ├── upload.py
│   │   │   │   │   ├── wsgi.py
│   │   │   │   │   └── zope.py
│   │   │   │   ├── test.html
│   │   │   │   └── uploadtest.html
│   │   │   ├── images
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── arrow_ltr.gif
│   │   │   │   ├── arrow_rtl.gif
│   │   │   │   ├── smiley
│   │   │   │   │   ├── msn
│   │   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   │   ├── cake.gif
│   │   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   │   ├── envelope.gif
│   │   │   │   │   │   ├── heart.gif
│   │   │   │   │   │   ├── kiss.gif
│   │   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   │   ├── logo.jpg
│   │   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   │   └── wink_smile.gif
│   │   │   │   │   └── wangwang
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 76.gif
│   │   │   │   │   ├── 77.gif
│   │   │   │   │   ├── 78.gif
│   │   │   │   │   ├── 79.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 80.gif
│   │   │   │   │   ├── 81.gif
│   │   │   │   │   ├── 82.gif
│   │   │   │   │   ├── 83.gif
│   │   │   │   │   ├── 84.gif
│   │   │   │   │   ├── 85.gif
│   │   │   │   │   ├── 86.gif
│   │   │   │   │   ├── 87.gif
│   │   │   │   │   ├── 88.gif
│   │   │   │   │   ├── 89.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 90.gif
│   │   │   │   │   ├── 91.gif
│   │   │   │   │   ├── 92.gif
│   │   │   │   │   ├── 93.gif
│   │   │   │   │   ├── 94.gif
│   │   │   │   │   ├── 95.gif
│   │   │   │   │   ├── 96.gif
│   │   │   │   │   ├── 97.gif
│   │   │   │   │   ├── 98.gif
│   │   │   │   │   └── 9.gif
│   │   │   │   └── spacer.gif
│   │   │   ├── js
│   │   │   │   ├── fckadobeair.js
│   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   └── fckeditorcode_ie.js
│   │   │   ├── lang
│   │   │   │   ├── af.js
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── bn.js
│   │   │   │   ├── bs.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-au.js
│   │   │   │   ├── en-ca.js
│   │   │   │   ├── en.js
│   │   │   │   ├── en-uk.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
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── mn.js
│   │   │   │   ├── ms.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sr-latn.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── tr.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── plugins
│   │   │   │   ├── autogrow
│   │   │   │   │   └── fckplugin.js
│   │   │   │   ├── bbcode
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   └── _sample
│   │   │   │   │   ├── sample.config.js
│   │   │   │   │   └── sample.html
│   │   │   │   ├── dragresizetable
│   │   │   │   │   └── fckplugin.js
│   │   │   │   ├── placeholder
│   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   └── pl.js
│   │   │   │   │   └── placeholder.gif
│   │   │   │   ├── simplecommands
│   │   │   │   │   └── fckplugin.js
│   │   │   │   └── tablecommands
│   │   │   │   └── fckplugin.js
│   │   │   ├── skins
│   │   │   │   ├── default
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   └── images
│   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   ├── sprites.gif
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── _fckviewstrips.html
│   │   │   │   ├── office2003
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   └── images
│   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   ├── sprites.gif
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   └── silver
│   │   │   │   ├── fck_dialog.css
│   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   ├── fck_editor.css
│   │   │   │   ├── fck_strip.gif
│   │   │   │   └── images
│   │   │   │   ├── dialog.sides.gif
│   │   │   │   ├── dialog.sides.png
│   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   ├── sprites.gif
│   │   │   │   ├── sprites.png
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   └── _source
│   │   │   ├── classes
│   │   │   │   ├── fckcontextmenu.js
│   │   │   │   ├── fckdataprocessor.js
│   │   │   │   ├── fckdocumentfragment_gecko.js
│   │   │   │   ├── fckdocumentfragment_ie.js
│   │   │   │   ├── fckdomrange_gecko.js
│   │   │   │   ├── fckdomrange_ie.js
│   │   │   │   ├── fckdomrangeiterator.js
│   │   │   │   ├── fckdomrange.js
│   │   │   │   ├── fckeditingarea.js
│   │   │   │   ├── fckelementpath.js
│   │   │   │   ├── fckenterkey.js
│   │   │   │   ├── fckevents.js
│   │   │   │   ├── fckhtmliterator.js
│   │   │   │   ├── fckicon.js
│   │   │   │   ├── fckiecleanup.js
│   │   │   │   ├── fckimagepreloader.js
│   │   │   │   ├── fckkeystrokehandler.js
│   │   │   │   ├── fckmenublock.js
│   │   │   │   ├── fckmenublockpanel.js
│   │   │   │   ├── fckmenuitem.js
│   │   │   │   ├── fckpanel.js
│   │   │   │   ├── fckplugin.js
│   │   │   │   ├── fckspecialcombo.js
│   │   │   │   ├── fckstyle.js
│   │   │   │   ├── fcktoolbarbreak_gecko.js
│   │   │   │   ├── fcktoolbarbreak_ie.js
│   │   │   │   ├── fcktoolbarbutton.js
│   │   │   │   ├── fcktoolbarbuttonui.js
│   │   │   │   ├── fcktoolbarfontformatcombo.js
│   │   │   │   ├── fcktoolbarfontscombo.js
│   │   │   │   ├── fcktoolbarfontsizecombo.js
│   │   │   │   ├── fcktoolbar.js
│   │   │   │   ├── fcktoolbarpanelbutton.js
│   │   │   │   ├── fcktoolbarspecialcombo.js
│   │   │   │   ├── fcktoolbarstylecombo.js
│   │   │   │   ├── fckw3crange.js
│   │   │   │   ├── fckxml_gecko.js
│   │   │   │   ├── fckxml_ie.js
│   │   │   │   └── fckxml.js
│   │   │   ├── commandclasses
│   │   │   │   ├── fckblockquotecommand.js
│   │   │   │   ├── fckcorestylecommand.js
│   │   │   │   ├── fckfitwindow.js
│   │   │   │   ├── fckindentcommands.js
│   │   │   │   ├── fckjustifycommands.js
│   │   │   │   ├── fcklistcommands.js
│   │   │   │   ├── fcknamedcommand.js
│   │   │   │   ├── fck_othercommands.js
│   │   │   │   ├── fckpasteplaintextcommand.js
│   │   │   │   ├── fckpastewordcommand.js
│   │   │   │   ├── fckremoveformatcommand.js
│   │   │   │   ├── fckshowblocks.js
│   │   │   │   ├── fckspellcheckcommand_gecko.js
│   │   │   │   ├── fckspellcheckcommand_ie.js
│   │   │   │   ├── fckstylecommand.js
│   │   │   │   ├── fcktablecommand.js
│   │   │   │   └── fcktextcolorcommand.js
│   │   │   ├── fckconstants.js
│   │   │   ├── fckeditorapi.js
│   │   │   ├── fckjscoreextensions.js
│   │   │   ├── fckscriptloader.js
│   │   │   └── internals
│   │   │   ├── fckbrowserinfo.js
│   │   │   ├── fckcodeformatter.js
│   │   │   ├── fckcommands.js
│   │   │   ├── fckconfig.js
│   │   │   ├── fck_contextmenu.js
│   │   │   ├── fckdebug_empty.js
│   │   │   ├── fckdebug.js
│   │   │   ├── fckdialog.js
│   │   │   ├── fckdocumentprocessor.js
│   │   │   ├── fckdomtools.js
│   │   │   ├── fck_gecko.js
│   │   │   ├── fck_ie.js
│   │   │   ├── fck.js
│   │   │   ├── fcklanguagemanager.js
│   │   │   ├── fcklisthandler.js
│   │   │   ├── fcklistslib.js
│   │   │   ├── fckplugins.js
│   │   │   ├── fckregexlib.js
│   │   │   ├── fckselection_gecko.js
│   │   │   ├── fckselection_ie.js
│   │   │   ├── fckselection.js
│   │   │   ├── fckstyles.js
│   │   │   ├── fcktablehandler_gecko.js
│   │   │   ├── fcktablehandler_ie.js
│   │   │   ├── fcktablehandler.js
│   │   │   ├── fcktoolbaritems.js
│   │   │   ├── fcktoolbarset.js
│   │   │   ├── fcktools_gecko.js
│   │   │   ├── fcktools_ie.js
│   │   │   ├── fcktools.js
│   │   │   ├── fckundo.js
│   │   │   ├── fckurlparams.js
│   │   │   ├── fckxhtmlentities.js
│   │   │   ├── fckxhtml_gecko.js
│   │   │   ├── fckxhtml_ie.js
│   │   │   └── fckxhtml.js
│   │   ├── fckconfig.js
│   │   ├── fckdemo_20090627_ReplaceTextarea.html
│   │   ├── fckeditorDemo.html
│   │   ├── fckeditor.js
│   │   ├── fckpackager.xml
│   │   ├── fckstyles.xml
│   │   ├── fcktemplates.xml
│   │   └── myconfig.js
│   ├── jquery.js
│   ├── jquery_treeview
│   │   ├── images
│   │   │   ├── file.gif
│   │   │   ├── folder-closed.gif
│   │   │   ├── folder.gif
│   │   │   ├── minus.gif
│   │   │   ├── plus.gif
│   │   │   ├── treeview-black.gif
│   │   │   ├── treeview-black-line.gif
│   │   │   ├── treeview-default.gif
│   │   │   ├── treeview-default-line.gif
│   │   │   ├── treeview-famfamfam.gif
│   │   │   ├── treeview-famfamfam-line.gif
│   │   │   ├── treeview-gray.gif
│   │   │   ├── treeview-gray-line.gif
│   │   │   ├── treeview-red.gif
│   │   │   └── treeview-red-line.gif
│   │   ├── jquery.treeview.css
│   │   └── jquery.treeview.js
│   ├── jquery_validate
│   │   ├── jquery.metadata.js
│   │   └── jquery.validate.js
│   ├── menu.js
│   ├── pageCommon.js
│   └── PageUtils.js
├── style
│   ├── blue
│   │   ├── file.css
│   │   ├── forum.css
│   │   ├── images
│   │   │   ├── 1menu_btn_bg.gif
│   │   │   ├── 1menu_btn_bg_selected.gif
│   │   │   ├── 2311_1.gif
│   │   │   ├── 2311_2.gif
│   │   │   ├── 2311_3.gif
│   │   │   ├── 2311_4.gif
│   │   │   ├── 2311_5.gif
│   │   │   ├── 2311_6.gif
│   │   │   ├── adage_bottom_left.gif
│   │   │   ├── adage_bottom_right.gif
│   │   │   ├── adage_top_left.gif
│   │   │   ├── adage_top_right.gif
│   │   │   ├── ar.gif
│   │   │   ├── arrow_d.gif
│   │   │   ├── awokeBtn_bg.gif
│   │   │   ├── awokeBtnBorder_bg.gif
│   │   │   ├── bg_input_text_hover.png
│   │   │   ├── bg_input_text.png
│   │   │   ├── browser_title_bar_bg.gif
│   │   │   ├── btn_all_left.gif
│   │   │   ├── btn_all_right.gif
│   │   │   ├── btn_bg.gif
│   │   │   ├── btnBg.gif
│   │   │   ├── btn_left.gif
│   │   │   ├── btnLeft.gif
│   │   │   ├── btn_right.gif
│   │   │   ├── btnRight.gif
│   │   │   ├── btn_to_left.gif
│   │   │   ├── btn_to_right.gif
│   │   │   ├── button
│   │   │   │   ├── addNew.PNG
│   │   │   │   ├── agreeAndSave.PNG
│   │   │   │   ├── agree.png
│   │   │   │   ├── close.png
│   │   │   │   ├── deployProcessDef.PNG
│   │   │   │   ├── disagreeAndSave.PNG
│   │   │   │   ├── disagree.png
│   │   │   │   ├── goBack.png
│   │   │   │   ├── publishNewTopic.png
│   │   │   │   ├── query.PNG
│   │   │   │   ├── ReturnToPrevLevel.png
│   │   │   │   ├── saveToDraftBox.png
│   │   │   │   ├── select.PNG
│   │   │   │   ├── sendBack.png
│   │   │   │   ├── send.png
│   │   │   │   └── submit.PNG
│   │   │   ├── buttonUpload.gif
│   │   │   ├── calendar_bg.gif
│   │   │   ├── calendar_now.gif
│   │   │   ├── chat_func_line1.gif
│   │   │   ├── chat_func_line2.gif
│   │   │   ├── dashed.gif
│   │   │   ├── date_bg.gif
│   │   │   ├── default.gif
│   │   │   ├── desktop
│   │   │   │   ├── close.gif
│   │   │   │   ├── define.gif
│   │   │   │   ├── FUNC00001.gif
│   │   │   │   ├── FUNC00002.gif
│   │   │   │   ├── FUNC00003.gif
│   │   │   │   ├── FUNC00004.gif
│   │   │   │   ├── FUNC00005.gif
│   │   │   │   ├── FUNC00006.gif
│   │   │   │   ├── FUNC00007.gif
│   │   │   │   ├── FUNC00008.gif
│   │   │   │   ├── FUNC00009.gif
│   │   │   │   ├── FUNC00010.gif
│   │   │   │   ├── FUNC00012.gif
│   │   │   │   ├── FUNC00013.gif
│   │   │   │   ├── FUNC00014.gif
│   │   │   │   ├── FUNC00015.gif
│   │   │   │   ├── FUNC00016.gif
│   │   │   │   ├── FUNC00017.gif
│   │   │   │   ├── FUNC00018.gif
│   │   │   │   ├── FUNC00019.gif
│   │   │   │   ├── FUNC00020.gif
│   │   │   │   ├── FUNC00021.gif
│   │   │   │   ├── FUNC00023.gif
│   │   │   │   ├── FUNC00024.gif
│   │   │   │   ├── FUNC00025.gif
│   │   │   │   ├── FUNC00026.gif
│   │   │   │   ├── leftMenu.gif
│   │   │   │   ├── line.gif
│   │   │   │   ├── list.gif
│   │   │   │   ├── min.gif
│   │   │   │   ├── more.gif
│   │   │   │   ├── refresh.gif
│   │   │   │   └── revert.gif
│   │   │   ├── desktop_bar_bg.gif
│   │   │   ├── desktop_bar_left.gif
│   │   │   ├── desktop_bar_right.gif
│   │   │   ├── desktop_bar_underline.gif
│   │   │   ├── desktop_right_bg.gif
│   │   │   ├── desktop_right_left.gif
│   │   │   ├── desktop_right_right.gif
│   │   │   ├── desktop_right_votting_line.gif
│   │   │   ├── desktop_votting_button.gif
│   │   │   ├── folder2.gif
│   │   │   ├── folder.gif
│   │   │   ├── func_btn_bg.gif
│   │   │   ├── func_btn_bg_nobottom.gif
│   │   │   ├── func_btn_head_bg.gif
│   │   │   ├── func_btn_head_bg_nobottom.gif
│   │   │   ├── func_btn_tail_bg.gif
│   │   │   ├── func_btn_tail_bg_nobottom.gif
│   │   │   ├── go.png
│   │   │   ├── head2_bg.gif
│   │   │   ├── index_bar_bg.gif
│   │   │   ├── index_bar_left.gif
│   │   │   ├── index_bar_right.gif
│   │   │   ├── index_bar_underline.gif
│   │   │   ├── inputPageHeadBg.gif
│   │   │   ├── item_point.gif
│   │   │   ├── item_title_bg.gif
│   │   │   ├── item_title_bg.jpg
│   │   │   ├── login
│   │   │   │   ├── imgCode.gif
│   │   │   │   ├── language.gif
│   │   │   │   ├── password.gif
│   │   │   │   ├── selectSystem.gif
│   │   │   │   ├── style.gif
│   │   │   │   ├── userId.gif
│   │   │   │   └── userLogin_button.gif
│   │   │   ├── login_bg.gif
│   │   │   ├── login.gif
│   │   │   ├── logo_bg.gif
│   │   │   ├── logo.png
│   │   │   ├── logout
│   │   │   │   ├── logout1.gif
│   │   │   │   ├── logout2.gif
│   │   │   │   ├── logout3.gif
│   │   │   │   └── logout.gif
│   │   │   ├── menu_arrow_close.gif
│   │   │   ├── menu_arrow_open.gif
│   │   │   ├── menu_arrow_point.gif
│   │   │   ├── menu_arrow_single.gif
│   │   │   ├── menu_bg_2.gif
│   │   │   ├── menu_bg_3.gif
│   │   │   ├── menu_bg_head.gif
│   │   │   ├── menu_bg.png
│   │   │   ├── menu_btn_bg.gif
│   │   │   ├── menu_btn_bg_selected.gif
│   │   │   ├── menu_head_title.gif
│   │   │   ├── menu_line_2.gif
│   │   │   ├── menu_line_3.gif
│   │   │   ├── msg_bg.gif
│   │   │   ├── navigation_01.gif
│   │   │   ├── navigation_02.gif
│   │   │   ├── navigation_03.gif
│   │   │   ├── navigation_04.gif
│   │   │   ├── navigation_05.gif
│   │   │   ├── navigation_06.gif
│   │   │   ├── navigation_07.gif
│   │   │   ├── navigation_08.gif
│   │   │   ├── navigation_09.gif
│   │   │   ├── navigation_10.gif
│   │   │   ├── navigationBg.gif
│   │   │   ├── newMsgLine.gif
│   │   │   ├── pageSelector
│   │   │   │   ├── firstPage2.png
│   │   │   │   ├── firstPage.png
│   │   │   │   ├── forward10page.png
│   │   │   │   ├── lastPage2.png
│   │   │   │   ├── lastPage.png
│   │   │   │   └── prev10page.png
│   │   │   ├── pageSelector_bg.gif
│   │   │   ├── pannel_day.gif
│   │   │   ├── pannel_month.gif
│   │   │   ├── pannel_point.gif
│   │   │   ├── pannel_week.gif
│   │   │   ├── photBackColor.gif
│   │   │   ├── point.gif
│   │   │   ├── search.gif
│   │   │   ├── tab_page_head.gif
│   │   │   ├── tag_bg.gif
│   │   │   ├── tag_head.gif
│   │   │   ├── tag_line.gif
│   │   │   ├── tag_tail.gif
│   │   │   ├── title_bar_bg.gif
│   │   │   ├── title_bg_end.gif
│   │   │   ├── title_bg.gif
│   │   │   ├── title_bg_head.gif
│   │   │   ├── top
│   │   │   │   ├── desktop.gif
│   │   │   │   ├── help.gif
│   │   │   │   ├── logout.gif
│   │   │   │   ├── search.gif
│   │   │   │   └── version.gif
│   │   │   ├── top_bg.gif
│   │   │   ├── top_left_bg.gif
│   │   │   ├── uploadFile.gif
│   │   │   ├── upload.gif
│   │   │   ├── version_bg.gif
│   │   │   └── 复件 logo.gif
│   │   ├── login.css
│   │   ├── logout.css
│   │   ├── menu.css
│   │   ├── pageCommon.css
│   │   ├── select.css
│   │   ├── selectPerson.css
│   │   ├── statusbar.css
│   │   └── top.css
│   └── images
│   ├── 107.gif
│   ├── active.gif
│   ├── arrow_close.gif
│   ├── arrow.gif
│   ├── arrow_open.gif
│   ├── attachmenttitle.gif
│   ├── blank.gif
│   ├── buttonUpload.gif
│   ├── comm
│   │   ├── html
│   │   │   ├── bold.gif
│   │   │   ├── bullist.gif
│   │   │   ├── cal.gif
│   │   │   ├── flash.gif
│   │   │   ├── formbutton.gif
│   │   │   ├── formcheckbox.gif
│   │   │   ├── formdropdown.gif
│   │   │   ├── formmacro.gif
│   │   │   ├── formtextarea.gif
│   │   │   ├── formtext.gif
│   │   │   ├── head.gif
│   │   │   ├── hr.gif
│   │   │   ├── image.gif
│   │   │   ├── italic.gif
│   │   │   ├── jcenter.gif
│   │   │   ├── jleft.gif
│   │   │   ├── jright.gif
│   │   │   ├── link.gif
│   │   │   ├── numlist.gif
│   │   │   ├── ol.gif
│   │   │   ├── separator.gif
│   │   │   ├── sql.gif
│   │   │   ├── style.css
│   │   │   ├── tableinsert.gif
│   │   │   ├── ul.gif
│   │   │   └── underline.gif
│   │   ├── line
│   │   │   ├── 11line7.gif
│   │   │   ├── line0.gif
│   │   │   ├── line1.gif
│   │   │   ├── line2.gif
│   │   │   ├── line3.gif
│   │   │   ├── line4.gif
│   │   │   ├── line5.gif
│   │   │   ├── line6.gif
│   │   │   ├── line7.gif
│   │   │   ├── line8.gif
│   │   │   └── line9.gif
│   │   ├── navigation
│   │   │   ├── 0916.gif
│   │   │   ├── 0920.gif
│   │   │   ├── 1101.gif
│   │   │   ├── 1110.gif
│   │   │   ├── 1610.gif
│   │   │   ├── 1710.gif
│   │   │   ├── 1810.gif
│   │   │   ├── 2203.gif
│   │   │   ├── 2319.gif
│   │   │   ├── 3405.gif
│   │   │   ├── 3611.gif
│   │   │   ├── 3905.gif
│   │   │   ├── 4003.gif
│   │   │   ├── 4105.gif
│   │   │   ├── 4115.gif
│   │   │   ├── 4120.gif
│   │   │   └── 5511.gif
│   │   └── usermenu_ico
│   │   └── userMenuDefault.gif
│   ├── createNew.png
│   ├── defaultAvatar.gif
│   ├── delete.gif
│   ├── down.gif
│   ├── edit.gif
│   ├── face
│   │   ├── face10.gif
│   │   ├── face11.gif
│   │   ├── face12.gif
│   │   ├── face13.gif
│   │   ├── face14.gif
│   │   ├── face1.gif
│   │   ├── face2.gif
│   │   ├── face3.gif
│   │   ├── face4.gif
│   │   ├── face5.gif
│   │   ├── face6.gif
│   │   ├── face7.gif
│   │   ├── face8.gif
│   │   └── face9.gif
│   ├── FileType
│   │   ├── bmp.gif
│   │   ├── chm.gif
│   │   ├── csv.gif
│   │   ├── default.gif
│   │   ├── dll.gif
│   │   ├── doc.gif
│   │   ├── EIE.gif
│   │   ├── eml.gif
│   │   ├── excel.gif
│   │   ├── exe.gif
│   │   ├── folder2.gif
│   │   ├── folder.gif
│   │   ├── font.gif
│   │   ├── gif-0700.gif
│   │   ├── gif-0705.gif
│   │   ├── gif-0707.gif
│   │   ├── gif.gif
│   │   ├── hlp.gif
│   │   ├── icq.gif
│   │   ├── ie.gif
│   │   ├── ini.gif
│   │   ├── java.gif
│   │   ├── jpeg.gif
│   │   ├── link.gif
│   │   ├── mdb.gif
│   │   ├── media.gif
│   │   ├── pdf.gif
│   │   ├── pps.gif
│   │   ├── ppt.gif
│   │   ├── project.gif
│   │   ├── psd.gif
│   │   ├── raq.gif
│   │   ├── rar.gif
│   │   ├── rtf.gif
│   │   ├── shareFolder.gif
│   │   ├── sql.gif
│   │   ├── swf.gif
│   │   ├── sys.gif
│   │   ├── txt.gif
│   │   ├── vsd.gif
│   │   ├── wab.gif
│   │   ├── wie.gif
│   │   ├── xml.gif
│   │   └── zip.gif
│   ├── find.gif
│   ├── folder_up.gif
│   ├── forum_comm.gif
│   ├── forum_hot.gif
│   ├── forum_lock.gif
│   ├── forumpage1.gif
│   ├── forumpage2.gif
│   ├── forumpage3.gif
│   ├── forumpage4.gif
│   ├── forum_top.gif
│   ├── gif_57_051.gif
│   ├── goBack.png
│   ├── help.gif
│   ├── icq.gif
│   ├── insert.gif
│   ├── item_title_bg1.gif
│   ├── left.gif
│   ├── loading.gif
│   ├── MenuIcon
│   │   ├── address.gif
│   │   ├── clock.gif
│   │   ├── FUNC20001.gif
│   │   ├── FUNC20007.gif
│   │   ├── FUNC20022.gif
│   │   ├── FUNC20024.gif
│   │   ├── FUNC20029.gif
│   │   ├── FUNC20030.gif
│   │   ├── FUNC20054.gif
│   │   ├── FUNC20056.gif
│   │   ├── FUNC20057.gif
│   │   ├── FUNC20064.gif
│   │   ├── FUNC20065.gif
│   │   ├── FUNC20069.gif
│   │   ├── FUNC20070.gif
│   │   ├── FUNC20071.gif
│   │   ├── FUNC20076.gif
│   │   ├── FUNC20077.gif
│   │   ├── FUNC20082.gif
│   │   ├── FUNC20088.gif
│   │   ├── FUNC20101.gif
│   │   ├── FUNC220000.gif
│   │   ├── FUNC235000.gif
│   │   ├── FUNC23700.gif
│   │   ├── FUNC241000.gif
│   │   ├── FUNC249000.gif
│   │   ├── FUNC251000.gif
│   │   ├── FUNC261000.gif
│   │   ├── FUNC55000.gif
│   │   ├── ie.gif
│   │   ├── mail.gif
│   │   ├── menu_arrow_close.gif
│   │   ├── menu_arrow_open.gif
│   │   ├── menu_arrow_single.gif
│   │   ├── menu_line_2.gif
│   │   ├── menu_line_3.gif
│   │   ├── msg.gif
│   │   ├── radio_blue.gif
│   │   ├── radio_green.gif
│   │   ├── radio_red.gif
│   │   ├── shoutCut.gif
│   │   ├── trace.gif
│   │   ├── userMenuDefault.gif
│   │   └── waitThing.gif
│   ├── new.gif
│   ├── no_active.gif
│   ├── nosub.gif
│   ├── ok1.PNG
│   ├── point_blue.gif
│   ├── priority.gif
│   ├── quote.gif
│   ├── reply.gif
│   ├── save.png
│   ├── search.gif
│   ├── selected.gif
│   ├── tableInsert.gif
│   ├── time_cancel.gif
│   ├── time_date.gif
│   ├── time_down.gif
│   ├── time_icon.gif
│   ├── time_last.gif
│   ├── time_next.gif
│   ├── time_save.gif
│   ├── time_up.gif
│   ├── title_arrow.gif
│   ├── title_bg1.png
│   ├── top
│   │   ├── client.gif
│   │   ├── help.gif
│   │   ├── mail.gif
│   │   ├── msg.gif
│   │   ├── record.gif
│   │   ├── sendDoc.gif
│   │   ├── task.gif
│   │   ├── text.gif
│   │   ├── trace.gif
│   │   ├── user.gif
│   │   ├── user_setup.gif
│   │   └── wait.gif
│   ├── top.gif
│   ├── txt.gif
│   ├── uploadSelectedFiles.PNG
│   ├── user.gif
│   ├── vote.gif
│   ├── votelock.gif
│   └── weather
│   ├── 0.gif
│   ├── 10.gif
│   ├── 11.gif
│   ├── 12.gif
│   ├── 13.gif
│   ├── 14.gif
│   ├── 15.gif
│   ├── 16.gif
│   ├── 17.gif
│   ├── 18.gif
│   ├── 19.gif
│   ├── 1.gif
│   ├── 20.gif
│   ├── 21.gif
│   ├── 22.gif
│   ├── 23.gif
│   ├── 24.gif
│   ├── 25.gif
│   ├── 26.gif
│   ├── 27.gif
│   ├── 28.gif
│   ├── 29.gif
│   ├── 2.gif
│   ├── 30.gif
│   ├── 31.gif
│   ├── 3.gif
│   ├── 4.gif
│   ├── 5.gif
│   ├── 6.gif
│   ├── 7.gif
│   ├── 8.gif
│   ├── 9.gif
│   ├── a_0.gif
│   ├── a_10.gif
│   ├── a_11.gif
│   ├── a_12.gif
│   ├── a_13.gif
│   ├── a_14.gif
│   ├── a_15.gif
│   ├── a_16.gif
│   ├── a_17.gif
│   ├── a_18.gif
│   ├── a_19.gif
│   ├── a_1.gif
│   ├── a_20.gif
│   ├── a_21.gif
│   ├── a_22.gif
│   ├── a_23.gif
│   ├── a_24.gif
│   ├── a_25.gif
│   ├── a_26.gif
│   ├── a_27.gif
│   ├── a_28.gif
│   ├── a_29.gif
│   ├── a_2.gif
│   ├── a_30.gif
│   ├── a_31.gif
│   ├── a_3.gif
│   ├── a_4.gif
│   ├── a_5.gif
│   ├── a_6.gif
│   ├── a_7.gif
│   ├── a_8.gif
│   ├── a_9.gif
│   ├── a_nothing.gif
│   ├── b_0.gif
│   ├── b_10.gif
│   ├── b_11.gif
│   ├── b_12.gif
│   ├── b_13.gif
│   ├── b_14.gif
│   ├── b_15.gif
│   ├── b_16.gif
│   ├── b_17.gif
│   ├── b_18.gif
│   ├── b_19.gif
│   ├── b_1.gif
│   ├── b_20.gif
│   ├── b_21.gif
│   ├── b_22.gif
│   ├── b_23.gif
│   ├── b_24.gif
│   ├── b_25.gif
│   ├── b_26.gif
│   ├── b_27.gif
│   ├── b_28.gif
│   ├── b_29.gif
│   ├── b_2.gif
│   ├── b_30.gif
│   ├── b_31.gif
│   ├── b_3.gif
│   ├── b_4.gif
│   ├── b_5.gif
│   ├── b_6.gif
│   ├── b_7.gif
│   ├── b_8.gif
│   ├── b_9.gif
│   ├── b_nothing.gif
│   ├── nothing.gif
│   ├── r_b.gif
│   ├── Read me.txt
│   ├── r_t1.gif
│   ├── tem1.gif
│   ├── tem2.gif
│   ├── tem3.gif
│   ├── tem4.gif
│   └── tem5.gif
├── System_User
│   ├── list.html
│   ├── loginUI.html
│   ├── logout.html
│   ├── saveUI.html
│   └── selectUserUI.html
└── top.html

103 directories, 1183 files

标签:

实例下载地址

办公自动化系统(OA)静态页面

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警