实例介绍
java视频点播系统,我的毕业项目,论文地址:http://wenku.baidu.com/view/3a2802c8d15abe23482f4dbc.html 框架:ssh,dwr等 数据库:mysql 开发语言:java 开发工具:myeclips
【实例截图】
【核心代码】
4744302543423351525.rar
└── prj1
├── fckeditor
│ ├── _documentation.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
│ │ │ │ ├── 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
│ │ │ └── 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
│ │ │ ├── mac
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── background.dark.gif
│ │ │ │ ├── background.light.gif
│ │ │ │ ├── contextmenu.background.gif
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.background.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── 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
│ │ │ ├── Office2003Blue
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── contextmenu.background.gif
│ │ │ │ ├── contextmenu.itemhoverbackground.gif
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.background.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.itemhoverbackground.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── office2007
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.overbg.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── Office2007Real
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.overbg.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
│ │ │ └── SilverNarrow
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── contextmenu.background.gif
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.background.gif
│ │ │ ├── toolbar.buttonarrow.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
│ ├── fckeditor.afp
│ ├── fckeditor.asp
│ ├── fckeditor.cfc
│ ├── fckeditor.cfm
│ ├── fckeditor.js
│ ├── fckeditor.lasso
│ ├── fckeditor.php
│ ├── fckeditor_php4.php
│ ├── fckeditor_php5.php
│ ├── fckeditor.pl
│ ├── fckeditor.py
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ ├── fcktemplates.xml
│ ├── fckutils.cfm
│ ├── license.txt
│ ├── _samples
│ │ ├── adobeair
│ │ │ ├── application.xml
│ │ │ ├── icons
│ │ │ │ ├── 128.png
│ │ │ │ ├── 16.png
│ │ │ │ ├── 32.png
│ │ │ │ └── 48.png
│ │ │ ├── package.bat
│ │ │ ├── run.bat
│ │ │ ├── sample01_cert.pfx
│ │ │ └── sample01.html
│ │ ├── afp
│ │ │ ├── fck.afpa
│ │ │ ├── fck.afpa.code
│ │ │ ├── sample01.afp
│ │ │ ├── sample02.afp
│ │ │ ├── sample03.afp
│ │ │ ├── sample04.afp
│ │ │ └── sampleposteddata.afp
│ │ ├── asp
│ │ │ ├── sample01.asp
│ │ │ ├── sample02.asp
│ │ │ ├── sample03.asp
│ │ │ ├── sample04.asp
│ │ │ └── sampleposteddata.asp
│ │ ├── cfm
│ │ │ ├── sample01.cfm
│ │ │ ├── sample01_mx.cfm
│ │ │ ├── sample02.cfm
│ │ │ ├── sample02_mx.cfm
│ │ │ ├── sample03.cfm
│ │ │ ├── sample03_mx.cfm
│ │ │ ├── sample04.cfm
│ │ │ ├── sample04_mx.cfm
│ │ │ └── sampleposteddata.cfm
│ │ ├── default.html
│ │ ├── html
│ │ │ ├── assets
│ │ │ │ ├── sample06.config.js
│ │ │ │ ├── sample11_frame.html
│ │ │ │ ├── sample14.config.js
│ │ │ │ ├── sample14.styles.css
│ │ │ │ ├── sample15.config.js
│ │ │ │ ├── sample16.config.js
│ │ │ │ ├── sample16.fla
│ │ │ │ ├── sample16.swf
│ │ │ │ └── swfobject.js
│ │ │ ├── sample01.html
│ │ │ ├── sample02.html
│ │ │ ├── sample03.html
│ │ │ ├── sample04.html
│ │ │ ├── sample05.html
│ │ │ ├── sample06.html
│ │ │ ├── sample07.html
│ │ │ ├── sample08.html
│ │ │ ├── sample09.html
│ │ │ ├── sample10.html
│ │ │ ├── sample11.html
│ │ │ ├── sample12.html
│ │ │ ├── sample13.html
│ │ │ ├── sample14.html
│ │ │ ├── sample15.html
│ │ │ └── sample16.html
│ │ ├── lasso
│ │ │ ├── sample01.lasso
│ │ │ ├── sample02.lasso
│ │ │ ├── sample03.lasso
│ │ │ ├── sample04.lasso
│ │ │ └── sampleposteddata.lasso
│ │ ├── perl
│ │ │ ├── sample01.cgi
│ │ │ ├── sample02.cgi
│ │ │ ├── sample03.cgi
│ │ │ ├── sample04.cgi
│ │ │ └── sampleposteddata.cgi
│ │ ├── php
│ │ │ ├── sample01.php
│ │ │ ├── sample02.php
│ │ │ ├── sample03.php
│ │ │ ├── sample04.php
│ │ │ └── sampleposteddata.php
│ │ ├── _plugins
│ │ │ ├── findreplace
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── find.gif
│ │ │ │ ├── find.html
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ └── it.js
│ │ │ │ ├── replace.gif
│ │ │ │ └── replace.html
│ │ │ └── samples
│ │ │ └── fckplugin.js
│ │ ├── py
│ │ │ ├── sample01.py
│ │ │ └── sampleposteddata.py
│ │ ├── sample.css
│ │ └── sampleslist.html
│ ├── _upgrade.html
│ ├── _whatsnew_history.html
│ └── _whatsnew.html
├── resource
│ ├── chezhuTemplate.xls
│ ├── config.properties
│ ├── datasource.properties
│ ├── huozhuTemplate.xls
│ ├── log4j.properties
│ └── sijiTemplate.xls
├── src
│ ├── com
│ │ └── prochanges
│ │ ├── app
│ │ │ ├── enter
│ │ │ │ ├── EnterIndexAction.java
│ │ │ │ ├── spring-beans.xml
│ │ │ │ └── struts-enterIndex.xml
│ │ │ ├── quesanswerinfos
│ │ │ │ ├── QuesanswerinfosAction.java
│ │ │ │ ├── QuesanswerinfosDAO.java
│ │ │ │ ├── QuesanswerinfosServiceImpl.java
│ │ │ │ ├── QuesanswerinfosService.java
│ │ │ │ ├── spring-beans.xml
│ │ │ │ └── struts-quesanswerinfos.xml
│ │ │ ├── questiongroups
│ │ │ │ ├── QuestiongroupsAction.java
│ │ │ │ ├── QuestiongroupsDAO.java
│ │ │ │ ├── QuestiongroupsServiceImpl.java
│ │ │ │ ├── QuestiongroupsService.java
│ │ │ │ ├── spring-beans.xml
│ │ │ │ └── struts-questiongroups.xml
│ │ │ ├── questioninfos
│ │ │ │ ├── QuestioninfosAction.java
│ │ │ │ ├── QuestioninfosDAO.java
│ │ │ │ ├── QuestioninfosServiceImpl.java
│ │ │ │ ├── QuestioninfosService.java
│ │ │ │ ├── spring-beans.xml
│ │ │ │ └── struts-questioninfos.xml
│ │ │ ├── users
│ │ │ │ ├── spring-beans.xml
│ │ │ │ ├── struts-users.xml
│ │ │ │ ├── UsersAction.java
│ │ │ │ ├── UsersDAO.java
│ │ │ │ ├── UsersServiceImpl.java
│ │ │ │ └── UsersService.java
│ │ │ ├── videanswerinfos
│ │ │ │ ├── spring-beans.xml
│ │ │ │ ├── struts-videanswerinfos.xml
│ │ │ │ ├── VideanswerinfosAction.java
│ │ │ │ ├── VideanswerinfosDAO.java
│ │ │ │ ├── VideanswerinfosServiceImpl.java
│ │ │ │ └── VideanswerinfosService.java
│ │ │ ├── videogroups
│ │ │ │ ├── spring-beans.xml
│ │ │ │ ├── struts-videogroups.xml
│ │ │ │ ├── VideogroupsAction.java
│ │ │ │ ├── VideogroupsDAO.java
│ │ │ │ ├── VideogroupsServiceImpl.java
│ │ │ │ └── VideogroupsService.java
│ │ │ └── videoinfos
│ │ │ ├── spring-beans.xml
│ │ │ ├── struts-videoinfos.xml
│ │ │ ├── VideoinfosAction.java
│ │ │ ├── VideoinfosDAO.java
│ │ │ ├── VideoinfosServiceImpl.java
│ │ │ └── VideoinfosService.java
│ │ └── framework
│ │ ├── components
│ │ │ ├── action
│ │ │ │ └── BaseAction.java
│ │ │ ├── dao
│ │ │ │ ├── BaseHibernateDao.java
│ │ │ │ ├── CriteriaPage.java
│ │ │ │ ├── HqlPage.java
│ │ │ │ └── Page.java
│ │ │ └── service
│ │ │ ├── AbstractBaseServiceImpl.java
│ │ │ └── BaseService.java
│ │ ├── domain
│ │ │ ├── hbm
│ │ │ │ ├── Quesanswerinfos.hbm.xml
│ │ │ │ ├── Questiongroups.hbm.xml
│ │ │ │ ├── Questioninfos.hbm.xml
│ │ │ │ ├── Users.hbm.xml
│ │ │ │ ├── Videanswerinfos.hbm.xml
│ │ │ │ ├── Videogroups.hbm.xml
│ │ │ │ └── Videoinfos.hbm.xml
│ │ │ ├── Quesanswerinfos.java
│ │ │ ├── Questiongroups.java
│ │ │ ├── Questioninfos.java
│ │ │ ├── Users.java
│ │ │ ├── Videanswerinfos.java
│ │ │ ├── Videogroups.java
│ │ │ └── Videoinfos.java
│ │ ├── interceptor
│ │ │ └── UserInterceptor.java
│ │ ├── util
│ │ │ ├── BeanFactory.java
│ │ │ ├── CheckCodeServlet.java
│ │ │ ├── Constant.java
│ │ │ ├── DateUtil.java
│ │ │ ├── ExtendValidator.java
│ │ │ ├── GenericsUtils.java
│ │ │ ├── KeywordFilter.java
│ │ │ ├── Seqence4bit.java
│ │ │ ├── Test.java
│ │ │ ├── Util.java
│ │ │ ├── VerifyCode.java
│ │ │ ├── VerifyCodeServlet.java
│ │ │ └── WriterUtils.java
│ │ └── utils
│ │ ├── DateUtil.java
│ │ ├── dwrInvoke.java
│ │ ├── FileUtil.java
│ │ ├── GenericsUtils.java
│ │ ├── initEnter.java
│ │ └── Test.java
│ └── struts.xml
└── WebRoot
├── add.html.lnk
├── app
│ └── login
│ ├── fillBaseInfo.jsp
│ ├── fillchezhuinfo.jsp
│ ├── fillEnterpriseInfo.jsp
│ ├── fillhuozhuinfo.jsp
│ ├── fillInfo.jsp
│ ├── fillsijiinfo.jsp
│ ├── findPwdByCheckByPC.jsp
│ ├── findPwdByCheck.jsp
│ ├── findPwdByPC.jsp
│ ├── findPwd.jsp
│ ├── findPwdSuccess.jsp
│ ├── loginChangePwd.jsp
│ └── login.jsp
├── component
│ ├── foot.jsp
│ ├── head.jsp
│ ├── jscalander
│ │ ├── css
│ │ │ ├── border-radius.css
│ │ │ ├── gold
│ │ │ │ ├── brushed-steel.jpg
│ │ │ │ ├── coolbg.png
│ │ │ │ ├── gold.css
│ │ │ │ └── gold.jpg
│ │ │ ├── img
│ │ │ │ ├── cool-bg-hard-inv.png
│ │ │ │ ├── cool-bg-hard.png
│ │ │ │ ├── cool-bg-inv.png
│ │ │ │ ├── cool-bg.png
│ │ │ │ ├── drop-down.gif
│ │ │ │ ├── drop-up.gif
│ │ │ │ ├── nav-left.gif
│ │ │ │ ├── nav-left-x2.gif
│ │ │ │ ├── nav-right.gif
│ │ │ │ ├── nav-right-x2.gif
│ │ │ │ ├── time-down.png
│ │ │ │ └── time-up.png
│ │ │ ├── jscal2.css
│ │ │ ├── matrix
│ │ │ │ ├── matrix.css
│ │ │ │ ├── nav-left.gif
│ │ │ │ ├── nav-left-x2.gif
│ │ │ │ ├── nav-right.gif
│ │ │ │ └── nav-right-x2.gif
│ │ │ ├── reduce-spacing.css
│ │ │ ├── shadow-b.png
│ │ │ ├── steel
│ │ │ │ ├── brushed-steel.jpg
│ │ │ │ ├── brushed-steel.png
│ │ │ │ ├── coolbg.png
│ │ │ │ ├── steel.css
│ │ │ │ └── steel.jpg
│ │ │ └── win2k
│ │ │ └── win2k.css
│ │ └── js
│ │ ├── jscal2.js
│ │ └── lang
│ │ ├── cn.js
│ │ └── en.js
│ ├── My97DatePicker
│ │ ├── calendar.js
│ │ ├── config.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── My97DatePicker.htm
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ └── WdatePicker.js
│ └── result.jsp
├── css
│ ├── admin.css
│ ├── bmap.css
│ ├── chooseDate.css
│ ├── default-wap.css
│ ├── extremecomponents.css
│ ├── index.css
│ ├── listpage.css
│ ├── _notes
│ │ └── index.css.mno
│ ├── other.css
│ ├── sit.css
│ └── style.css
├── enterIndexAction.jsp
├── ext
│ ├── css
│ │ ├── borders.css
│ │ ├── box.css
│ │ ├── button.css
│ │ ├── combo.css
│ │ ├── core.css
│ │ ├── date-picker.css
│ │ ├── dd.css
│ │ ├── debug.css
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── ext-all.css
│ │ ├── form.css
│ │ ├── grid.css
│ │ ├── layout.css
│ │ ├── menu.css
│ │ ├── panel.css
│ │ ├── progress.css
│ │ ├── qtips.css
│ │ ├── reset.css
│ │ ├── reset-min.css
│ │ ├── resizable.css
│ │ ├── slider.css
│ │ ├── tabs.css
│ │ ├── toolbar.css
│ │ ├── tree.css
│ │ ├── window.css
│ │ ├── xtheme-gray.css
│ │ └── xtheme-slate.css
│ ├── ext-all.js
│ ├── ext-base.js
│ ├── ext-jquery-adapter.js
│ ├── images
│ │ ├── default
│ │ │ ├── box
│ │ │ │ ├── corners-blue.gif
│ │ │ │ ├── corners.gif
│ │ │ │ ├── l-blue.gif
│ │ │ │ ├── l.gif
│ │ │ │ ├── r-blue.gif
│ │ │ │ ├── r.gif
│ │ │ │ ├── tb-blue.gif
│ │ │ │ └── tb.gif
│ │ │ ├── button
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ └── btn-sprite.gif
│ │ │ ├── dd
│ │ │ │ ├── drop-add.gif
│ │ │ │ ├── drop-no.gif
│ │ │ │ └── drop-yes.gif
│ │ │ ├── editor
│ │ │ │ └── tb-sprite.gif
│ │ │ ├── form
│ │ │ │ ├── checkbox.gif
│ │ │ │ ├── clear-trigger.gif
│ │ │ │ ├── clear-trigger.psd
│ │ │ │ ├── date-trigger.gif
│ │ │ │ ├── date-trigger.psd
│ │ │ │ ├── error-tip-corners.gif
│ │ │ │ ├── exclamation.gif
│ │ │ │ ├── radio.gif
│ │ │ │ ├── search-trigger.gif
│ │ │ │ ├── search-trigger.psd
│ │ │ │ ├── text-bg.gif
│ │ │ │ ├── trigger.gif
│ │ │ │ ├── trigger.psd
│ │ │ │ └── trigger-tpl.gif
│ │ │ ├── gradient-bg.gif
│ │ │ ├── grid
│ │ │ │ ├── arrow-left-white.gif
│ │ │ │ ├── arrow-right-white.gif
│ │ │ │ ├── col-move-bottom.gif
│ │ │ │ ├── col-move-top.gif
│ │ │ │ ├── columns.gif
│ │ │ │ ├── dirty.gif
│ │ │ │ ├── done.gif
│ │ │ │ ├── drop-no.gif
│ │ │ │ ├── drop-yes.gif
│ │ │ │ ├── footer-bg.gif
│ │ │ │ ├── grid3-hd-btn.gif
│ │ │ │ ├── grid3-hrow.gif
│ │ │ │ ├── grid3-hrow-over.gif
│ │ │ │ ├── grid3-special-col-bg.gif
│ │ │ │ ├── grid3-special-col-sel-bg.gif
│ │ │ │ ├── grid-blue-hd.gif
│ │ │ │ ├── grid-blue-split.gif
│ │ │ │ ├── grid-hrow.gif
│ │ │ │ ├── grid-loading.gif
│ │ │ │ ├── grid-split.gif
│ │ │ │ ├── grid-vista-hd.gif
│ │ │ │ ├── group-by.gif
│ │ │ │ ├── group-expand-sprite.gif
│ │ │ │ ├── hd-pop.gif
│ │ │ │ ├── hmenu-asc.gif
│ │ │ │ ├── hmenu-desc.gif
│ │ │ │ ├── hmenu-lock.gif
│ │ │ │ ├── hmenu-lock.png
│ │ │ │ ├── hmenu-unlock.gif
│ │ │ │ ├── hmenu-unlock.png
│ │ │ │ ├── invalid_line.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── mso-hd.gif
│ │ │ │ ├── nowait.gif
│ │ │ │ ├── page-first-disabled.gif
│ │ │ │ ├── page-first.gif
│ │ │ │ ├── page-last-disabled.gif
│ │ │ │ ├── page-last.gif
│ │ │ │ ├── page-next-disabled.gif
│ │ │ │ ├── page-next.gif
│ │ │ │ ├── page-prev-disabled.gif
│ │ │ │ ├── page-prev.gif
│ │ │ │ ├── pick-button.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── row-check-sprite.gif
│ │ │ │ ├── row-expand-sprite.gif
│ │ │ │ ├── row-over.gif
│ │ │ │ ├── row-sel.gif
│ │ │ │ ├── sort_asc.gif
│ │ │ │ ├── sort_desc.gif
│ │ │ │ └── wait.gif
│ │ │ ├── layout
│ │ │ │ ├── collapse.gif
│ │ │ │ ├── expand.gif
│ │ │ │ ├── gradient-bg.gif
│ │ │ │ ├── mini-bottom.gif
│ │ │ │ ├── mini-left.gif
│ │ │ │ ├── mini-right.gif
│ │ │ │ ├── mini-top.gif
│ │ │ │ ├── ns-collapse.gif
│ │ │ │ ├── ns-expand.gif
│ │ │ │ ├── panel-close.gif
│ │ │ │ ├── panel-title-bg.gif
│ │ │ │ ├── panel-title-light-bg.gif
│ │ │ │ ├── stick.gif
│ │ │ │ ├── stuck.gif
│ │ │ │ ├── tab-close.gif
│ │ │ │ └── tab-close-on.gif
│ │ │ ├── menu
│ │ │ │ ├── checked.gif
│ │ │ │ ├── group-checked.gif
│ │ │ │ ├── item-over.gif
│ │ │ │ ├── menu.gif
│ │ │ │ ├── menu-parent.gif
│ │ │ │ └── unchecked.gif
│ │ │ ├── panel
│ │ │ │ ├── corners-sprite.gif
│ │ │ │ ├── left-right.gif
│ │ │ │ ├── light-hd.gif
│ │ │ │ ├── tool-sprites.gif
│ │ │ │ ├── tool-sprite-tpl.gif
│ │ │ │ ├── tools-sprites-trans.gif
│ │ │ │ ├── top-bottom.gif
│ │ │ │ ├── top-bottom.png
│ │ │ │ ├── white-corners-sprite.gif
│ │ │ │ ├── white-left-right.gif
│ │ │ │ └── white-top-bottom.gif
│ │ │ ├── progress
│ │ │ │ └── progress-bg.gif
│ │ │ ├── qtip
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close.gif
│ │ │ │ └── tip-sprite.gif
│ │ │ ├── s.gif
│ │ │ ├── shadow-c.png
│ │ │ ├── shadow-c.psd
│ │ │ ├── shadow-lr.png
│ │ │ ├── shadow.png
│ │ │ ├── shared
│ │ │ │ ├── blue-loading.gif
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── glass-bg.gif
│ │ │ │ ├── hd-sprite.gif
│ │ │ │ ├── large-loading.gif
│ │ │ │ ├── left-btn.gif
│ │ │ │ ├── loading-balls.gif
│ │ │ │ ├── right-btn.gif
│ │ │ │ └── warning.gif
│ │ │ ├── sizer
│ │ │ │ ├── e-handle-dark.gif
│ │ │ │ ├── e-handle.gif
│ │ │ │ ├── ne-handle-dark.gif
│ │ │ │ ├── ne-handle.gif
│ │ │ │ ├── nw-handle-dark.gif
│ │ │ │ ├── nw-handle.gif
│ │ │ │ ├── se-handle-dark.gif
│ │ │ │ ├── se-handle.gif
│ │ │ │ ├── s-handle-dark.gif
│ │ │ │ ├── s-handle.gif
│ │ │ │ ├── square.gif
│ │ │ │ ├── sw-handle-dark.gif
│ │ │ │ └── sw-handle.gif
│ │ │ ├── slider
│ │ │ │ ├── slider-bg.png
│ │ │ │ ├── slider-thumb.png
│ │ │ │ ├── slider-v-bg.png
│ │ │ │ └── slider-v-thumb.png
│ │ │ ├── tabs
│ │ │ │ ├── scroller-bg.gif
│ │ │ │ ├── scroll-left.gif
│ │ │ │ ├── scroll-right.gif
│ │ │ │ ├── tab-btm-inactive-left-bg.gif
│ │ │ │ ├── tab-btm-inactive-right-bg.gif
│ │ │ │ ├── tab-btm-left-bg.gif
│ │ │ │ ├── tab-btm-right-bg.gif
│ │ │ │ ├── tab-close.gif
│ │ │ │ ├── tabs-sprite.gif
│ │ │ │ ├── tab-strip-bg.gif
│ │ │ │ ├── tab-strip-bg.png
│ │ │ │ └── tab-strip-btm-bg.gif
│ │ │ ├── toolbar
│ │ │ │ ├── bg.gif
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ ├── btn-arrow-light.gif
│ │ │ │ ├── btn-over-bg.gif
│ │ │ │ ├── gray-bg.gif
│ │ │ │ ├── tb-bg.gif
│ │ │ │ └── tb-btn-sprite.gif
│ │ │ ├── tree
│ │ │ │ ├── arrows.gif
│ │ │ │ ├── drop-add.gif
│ │ │ │ ├── drop-between.gif
│ │ │ │ ├── drop-no.gif
│ │ │ │ ├── drop-over.gif
│ │ │ │ ├── drop-under.gif
│ │ │ │ ├── drop-yes.gif
│ │ │ │ ├── elbow-end.gif
│ │ │ │ ├── elbow-end-minus.gif
│ │ │ │ ├── elbow-end-minus-nl.gif
│ │ │ │ ├── elbow-end-plus.gif
│ │ │ │ ├── elbow-end-plus-nl.gif
│ │ │ │ ├── elbow.gif
│ │ │ │ ├── elbow-line.gif
│ │ │ │ ├── elbow-minus.gif
│ │ │ │ ├── elbow-minus-nl.gif
│ │ │ │ ├── elbow-plus.gif
│ │ │ │ ├── elbow-plus-nl.gif
│ │ │ │ ├── folder2.gif
│ │ │ │ ├── folder.gif
│ │ │ │ ├── folder-open.gif
│ │ │ │ ├── leaf1.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── loading.gif
│ │ │ │ └── s.gif
│ │ │ └── window
│ │ │ ├── icon-error.gif
│ │ │ ├── icon-info.gif
│ │ │ ├── icon-question.gif
│ │ │ ├── icon-warning.gif
│ │ │ ├── left-corners.png
│ │ │ ├── left-corners.psd
│ │ │ ├── left-right.png
│ │ │ ├── left-right.psd
│ │ │ ├── right-corners.png
│ │ │ ├── right-corners.psd
│ │ │ ├── top-bottom.png
│ │ │ └── top-bottom.psd
│ │ ├── gray
│ │ │ ├── button
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ └── btn-sprite.gif
│ │ │ ├── gradient-bg.gif
│ │ │ ├── panel
│ │ │ │ ├── corners-sprite.gif
│ │ │ │ ├── left-right.gif
│ │ │ │ ├── light-hd.gif
│ │ │ │ ├── tool-sprites.gif
│ │ │ │ ├── tool-sprite-tpl.gif
│ │ │ │ ├── tools-sprites-trans.gif
│ │ │ │ ├── top-bottom.gif
│ │ │ │ ├── top-bottom.png
│ │ │ │ ├── white-corners-sprite.gif
│ │ │ │ ├── white-left-right.gif
│ │ │ │ └── white-top-bottom.gif
│ │ │ ├── qtip
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close.gif
│ │ │ │ └── tip-sprite.gif
│ │ │ ├── s.gif
│ │ │ ├── tabs
│ │ │ │ ├── scroller-bg.gif
│ │ │ │ ├── scroll-left.gif
│ │ │ │ ├── scroll-right.gif
│ │ │ │ ├── tab-btm-inactive-left-bg.gif
│ │ │ │ ├── tab-btm-inactive-right-bg.gif
│ │ │ │ ├── tab-btm-left-bg.gif
│ │ │ │ ├── tab-btm-right-bg.gif
│ │ │ │ ├── tab-close.gif
│ │ │ │ ├── tabs-sprite.gif
│ │ │ │ ├── tab-strip-bg.gif
│ │ │ │ ├── tab-strip-bg.png
│ │ │ │ └── tab-strip-btm-bg.gif
│ │ │ ├── toolbar
│ │ │ │ ├── bg.gif
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ ├── btn-arrow-light.gif
│ │ │ │ ├── btn-over-bg.gif
│ │ │ │ ├── gray-bg.gif
│ │ │ │ ├── tb-bg.gif
│ │ │ │ └── tb-btn-sprite.gif
│ │ │ └── window
│ │ │ ├── icon-error.gif
│ │ │ ├── icon-info.gif
│ │ │ ├── icon-question.gif
│ │ │ ├── icon-warning.gif
│ │ │ ├── left-corners.png
│ │ │ ├── left-corners.pspimage
│ │ │ ├── left-right.png
│ │ │ ├── right-corners.png
│ │ │ └── top-bottom.png
│ │ ├── slate
│ │ │ ├── box
│ │ │ │ └── tb-blue.gif
│ │ │ ├── button
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ └── btn-sprite.gif
│ │ │ ├── editor
│ │ │ │ └── tb-sprite.gif
│ │ │ ├── form
│ │ │ │ ├── checkbox.gif
│ │ │ │ ├── clear-trigger.gif
│ │ │ │ ├── date-trigger.gif
│ │ │ │ ├── radio.gif
│ │ │ │ ├── search-trigger.gif
│ │ │ │ ├── trigger.gif
│ │ │ │ └── trigger-tpl.gif
│ │ │ ├── grid
│ │ │ │ ├── grid3-hd-btn.gif
│ │ │ │ ├── grid3-hrow.gif
│ │ │ │ ├── grid3-hrow-over.gif
│ │ │ │ ├── grid3-special-col-bg.gif
│ │ │ │ ├── grid3-special-col-sel-bg.gif
│ │ │ │ ├── grid-split.gif
│ │ │ │ ├── page-first-disabled.gif
│ │ │ │ ├── page-first.gif
│ │ │ │ ├── page-last-disabled.gif
│ │ │ │ ├── page-last.gif
│ │ │ │ ├── page-next.gif
│ │ │ │ ├── page-prev.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── sort_asc.gif
│ │ │ │ └── sort_desc.gif
│ │ │ ├── menu
│ │ │ │ ├── checked.gif
│ │ │ │ ├── group-checked.gif
│ │ │ │ ├── item-over.gif
│ │ │ │ ├── menu.gif
│ │ │ │ ├── menu-parent.gif
│ │ │ │ └── unchecked.gif
│ │ │ ├── panel
│ │ │ │ ├── corners-sprite.gif
│ │ │ │ ├── left-right.gif
│ │ │ │ ├── light-hd.gif
│ │ │ │ ├── tool-sprites.gif
│ │ │ │ ├── tool-sprite-tpl.gif
│ │ │ │ ├── top-bottom.gif
│ │ │ │ ├── top-bottom.png
│ │ │ │ ├── white-corners-sprite.gif
│ │ │ │ ├── white-left-right.gif
│ │ │ │ └── white-top-bottom.gif
│ │ │ ├── progress
│ │ │ │ └── progress-bg.gif
│ │ │ ├── qtip
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close.gif
│ │ │ │ └── tip-sprite.gif
│ │ │ ├── shared
│ │ │ │ ├── glass-bg.gif
│ │ │ │ ├── hd-sprite.gif
│ │ │ │ ├── left-btn.gif
│ │ │ │ └── right-btn.gif
│ │ │ ├── sizer
│ │ │ │ ├── e-handle-dark.gif
│ │ │ │ ├── e-handle.gif
│ │ │ │ ├── ne-handle-dark.gif
│ │ │ │ ├── ne-handle.gif
│ │ │ │ ├── nw-handle-dark.gif
│ │ │ │ ├── nw-handle.gif
│ │ │ │ ├── se-handle-dark.gif
│ │ │ │ ├── se-handle.gif
│ │ │ │ ├── s-handle-dark.gif
│ │ │ │ ├── s-handle.gif
│ │ │ │ ├── square.gif
│ │ │ │ ├── sw-handle-dark.gif
│ │ │ │ └── sw-handle.gif
│ │ │ ├── slider
│ │ │ │ ├── slider-bg.png
│ │ │ │ ├── slider-thumb.png
│ │ │ │ ├── slider-v-bg.png
│ │ │ │ └── slider-v-thumb.png
│ │ │ ├── tabs
│ │ │ │ ├── scroller-bg.gif
│ │ │ │ ├── scroll-left.gif
│ │ │ │ ├── scroll-right.gif
│ │ │ │ ├── tab-btm-inactive-left-bg.gif
│ │ │ │ ├── tab-btm-inactive-right-bg.gif
│ │ │ │ ├── tab-btm-left-bg.gif
│ │ │ │ ├── tab-btm-right-bg.gif
│ │ │ │ ├── tab-close.gif
│ │ │ │ ├── tabs-sprite.gif
│ │ │ │ ├── tab-strip-bg.gif
│ │ │ │ └── tab-strip-btm-bg.gif
│ │ │ ├── toolbar
│ │ │ │ ├── bg.gif
│ │ │ │ ├── btn-arrow.gif
│ │ │ │ ├── btn-over-bg.gif
│ │ │ │ └── tb-btn-sprite.gif
│ │ │ ├── tree
│ │ │ │ └── arrows.gif
│ │ │ └── window
│ │ │ ├── left-corners.png
│ │ │ ├── left-right.png
│ │ │ ├── right-corners.png
│ │ │ └── top-bottom.png
│ │ └── vista
│ │ ├── basic-dialog
│ │ │ ├── bg-center.gif
│ │ │ ├── bg-left.gif
│ │ │ ├── bg-right.gif
│ │ │ ├── close.gif
│ │ │ ├── collapse.gif
│ │ │ ├── dlg-bg.gif
│ │ │ ├── e-handle.gif
│ │ │ ├── expand.gif
│ │ │ ├── hd-sprite.gif
│ │ │ ├── se-handle.gif
│ │ │ ├── s-handle.gif
│ │ │ └── w-handle.gif
│ │ ├── gradient-bg.gif
│ │ ├── grid
│ │ │ ├── grid-split.gif
│ │ │ └── grid-vista-hd.gif
│ │ ├── layout
│ │ │ ├── collapse.gif
│ │ │ ├── expand.gif
│ │ │ ├── gradient-bg.gif
│ │ │ ├── ns-collapse.gif
│ │ │ ├── ns-expand.gif
│ │ │ ├── panel-close.gif
│ │ │ ├── panel-title-bg.gif
│ │ │ ├── panel-title-light-bg.gif
│ │ │ ├── stick.gif
│ │ │ ├── tab-close.gif
│ │ │ └── tab-close-on.gif
│ │ ├── qtip
│ │ │ ├── bg.gif
│ │ │ └── tip-sprite.gif
│ │ ├── s.gif
│ │ ├── sizer
│ │ │ ├── e-handle-dark.gif
│ │ │ ├── e-handle.gif
│ │ │ ├── ne-handle-dark.gif
│ │ │ ├── ne-handle.gif
│ │ │ ├── nw-handle-dark.gif
│ │ │ ├── nw-handle.gif
│ │ │ ├── se-handle-dark.gif
│ │ │ ├── se-handle.gif
│ │ │ ├── s-handle-dark.gif
│ │ │ ├── s-handle.gif
│ │ │ ├── sw-handle-dark.gif
│ │ │ └── sw-handle.gif
│ │ ├── tabs
│ │ │ ├── tab-btm-inactive-left-bg.gif
│ │ │ ├── tab-btm-inactive-right-bg.gif
│ │ │ ├── tab-btm-left-bg.gif
│ │ │ ├── tab-btm-right-bg.gif
│ │ │ └── tab-sprite.gif
│ │ └── toolbar
│ │ ├── gray-bg.gif
│ │ └── tb-btn-sprite.gif
│ └── jquery.js
├── fabiaoQuestion.jsp
├── fckeditor
│ ├── _documentation.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
│ │ │ │ ├── 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
│ │ │ └── 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
│ │ │ ├── mac
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── background.dark.gif
│ │ │ │ ├── background.light.gif
│ │ │ │ ├── contextmenu.background.gif
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.background.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── 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
│ │ │ ├── Office2003Blue
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── contextmenu.background.gif
│ │ │ │ ├── contextmenu.itemhoverbackground.gif
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.background.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.itemhoverbackground.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── office2007
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.overbg.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── Office2007Real
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.overbg.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
│ │ │ └── SilverNarrow
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── contextmenu.background.gif
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.background.gif
│ │ │ ├── toolbar.buttonarrow.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
│ ├── fckeditor.afp
│ ├── fckeditor.asp
│ ├── fckeditor.cfc
│ ├── fckeditor.cfm
│ ├── fckeditor.js
│ ├── fckeditor.lasso
│ ├── fckeditor.php
│ ├── fckeditor_php4.php
│ ├── fckeditor_php5.php
│ ├── fckeditor.pl
│ ├── fckeditor.py
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ ├── fcktemplates.xml
│ ├── fckutils.cfm
│ ├── license.txt
│ ├── _samples
│ │ ├── adobeair
│ │ │ ├── application.xml
│ │ │ ├── icons
│ │ │ │ ├── 128.png
│ │ │ │ ├── 16.png
│ │ │ │ ├── 32.png
│ │ │ │ └── 48.png
│ │ │ ├── package.bat
│ │ │ ├── run.bat
│ │ │ ├── sample01_cert.pfx
│ │ │ └── sample01.html
│ │ ├── afp
│ │ │ ├── fck.afpa
│ │ │ ├── fck.afpa.code
│ │ │ ├── sample01.afp
│ │ │ ├── sample02.afp
│ │ │ ├── sample03.afp
│ │ │ ├── sample04.afp
│ │ │ └── sampleposteddata.afp
│ │ ├── asp
│ │ │ ├── sample01.asp
│ │ │ ├── sample02.asp
│ │ │ ├── sample03.asp
│ │ │ ├── sample04.asp
│ │ │ └── sampleposteddata.asp
│ │ ├── cfm
│ │ │ ├── sample01.cfm
│ │ │ ├── sample01_mx.cfm
│ │ │ ├── sample02.cfm
│ │ │ ├── sample02_mx.cfm
│ │ │ ├── sample03.cfm
│ │ │ ├── sample03_mx.cfm
│ │ │ ├── sample04.cfm
│ │ │ ├── sample04_mx.cfm
│ │ │ └── sampleposteddata.cfm
│ │ ├── default.html
│ │ ├── html
│ │ │ ├── assets
│ │ │ │ ├── sample06.config.js
│ │ │ │ ├── sample11_frame.html
│ │ │ │ ├── sample14.config.js
│ │ │ │ ├── sample14.styles.css
│ │ │ │ ├── sample15.config.js
│ │ │ │ ├── sample16.config.js
│ │ │ │ ├── sample16.fla
│ │ │ │ ├── sample16.swf
│ │ │ │ └── swfobject.js
│ │ │ ├── sample01.html
│ │ │ ├── sample02.html
│ │ │ ├── sample03.html
│ │ │ ├── sample04.html
│ │ │ ├── sample05.html
│ │ │ ├── sample06.html
│ │ │ ├── sample07.html
│ │ │ ├── sample08.html
│ │ │ ├── sample09.html
│ │ │ ├── sample10.html
│ │ │ ├── sample11.html
│ │ │ ├── sample12.html
│ │ │ ├── sample13.html
│ │ │ ├── sample14.html
│ │ │ ├── sample15.html
│ │ │ └── sample16.html
│ │ ├── lasso
│ │ │ ├── sample01.lasso
│ │ │ ├── sample02.lasso
│ │ │ ├── sample03.lasso
│ │ │ ├── sample04.lasso
│ │ │ └── sampleposteddata.lasso
│ │ ├── perl
│ │ │ ├── sample01.cgi
│ │ │ ├── sample02.cgi
│ │ │ ├── sample03.cgi
│ │ │ ├── sample04.cgi
│ │ │ └── sampleposteddata.cgi
│ │ ├── php
│ │ │ ├── sample01.php
│ │ │ ├── sample02.php
│ │ │ ├── sample03.php
│ │ │ ├── sample04.php
│ │ │ └── sampleposteddata.php
│ │ ├── _plugins
│ │ │ ├── findreplace
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── find.gif
│ │ │ │ ├── find.html
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ └── it.js
│ │ │ │ ├── replace.gif
│ │ │ │ └── replace.html
│ │ │ └── samples
│ │ │ └── fckplugin.js
│ │ ├── py
│ │ │ ├── sample01.py
│ │ │ └── sampleposteddata.py
│ │ ├── sample.css
│ │ └── sampleslist.html
│ ├── _upgrade.html
│ ├── _whatsnew_history.html
│ └── _whatsnew.html
├── Gamefangkuao.jsp
├── home
│ ├── app
│ ├── inc
│ │ ├── ext.jsp
│ │ ├── header.jsp
│ │ ├── pageStyleHead.jsp
│ │ ├── pageStyleTail.jsp
│ │ └── taglib.jsp
│ └── script
│ ├── ComboBoxTree.js
│ ├── common.js
│ ├── jquery-1.4.min.js
│ ├── jquery.form.js
│ ├── jquery.messager.js
│ ├── jquery.metadata.js
│ ├── jquery-validate-ext.js
│ ├── jquery.validate.js
│ ├── jquery-validate-zh-msg.js
│ └── listpage.js
├── images
│ ├── 01-40.jpg
│ ├── 02-40.jpg
│ ├── 03-40.jpg
│ ├── 04-40.jpg
│ ├── 05-40.jpg
│ ├── 05.jpg
│ ├── 06.jpg
│ ├── 07.jpg
│ ├── 08.jpg
│ ├── 09.gif
│ ├── 10-100.jpg
│ ├── 10-101.jpg
│ ├── 11-100.jpg
│ ├── 11-101.jpg
│ ├── 11.jpeg
│ ├── 120px-Microsoft_NET_Logo_svg.png
│ ├── 12-100.gif
│ ├── 12-101.jpg
│ ├── 12.jpeg
│ ├── 13-100.jpg
│ ├── 13-101.jpg
│ ├── 14-101.gif
│ ├── 15-101.gif
│ ├── 16-101.jpg
│ ├── 17-101.jpg
│ ├── 18-101.jpg
│ ├── 19-101.jpg
│ ├── 20090902175921.jpg
│ ├── a.jpg
│ ├── b.jpg
│ ├── com.genuitec.eclipse.j2eedt.core.prefs
│ ├── con_03.gif
│ ├── con_05.gif
│ ├── con_10.gif
│ ├── con_14.gif
│ ├── con_17.gif
│ ├── con_22.gif
│ ├── con_26.gif
│ ├── cssp3-220.gif
│ ├── dian_07.gif
│ ├── dianzishangwu.jpg
│ ├── epic&java.gif
│ ├── ggsrxx.jpg
│ ├── img_03.gif
│ ├── img_07.gif
│ ├── img_09.gif
│ ├── img_11.gif
│ ├── img_17.gif
│ ├── img_21.gif
│ ├── img_24.gif
│ ├── img_28.gif
│ ├── img_32.gif
│ ├── img_35.gif
│ ├── img_40.gif
│ ├── img_43.gif
│ ├── img_48.gif
│ ├── inc.gif
│ ├── index2_06.gif
│ ├── index2_07.gif
│ ├── javacity-logo.gif
│ ├── LOGO_microsoft_net.gif
│ ├── maplog.JPG
│ ├── moren.jpg
│ ├── org.eclipse.core.resources.prefs
│ ├── peixun-220.gif
│ ├── promote_24.jpg
│ ├── qq.gif
│ ├── que_07.gif
│ ├── que_11.gif
│ ├── que_14.gif
│ ├── que_16.gif
│ ├── que_18.gif
│ ├── que_20.gif
│ ├── que_22.gif
│ ├── que_25.gif
│ ├── shangke-220.jpg
│ ├── shipin_03.gif
│ ├── shipin_06.gif
│ ├── shipin_09.gif
│ ├── shipin_14.gif
│ ├── shipin_16.gif
│ ├── shipin_17.gif
│ ├── shipin_23.gif
│ ├── shipin_25.gif
│ ├── shipin_26.gif
│ ├── shipin_30.gif
│ ├── shipin_32.gif
│ ├── shipin_35.gif
│ ├── shipinico_03.gif
│ ├── shipinico_06.gif
│ ├── shipinico_08.gif
│ ├── shipinico_10.gif
│ ├── shipinico_12.gif
│ ├── shipinico_15.gif
│ ├── shipinico_17.gif
│ ├── shipinico_20.gif
│ ├── show
│ │ ├── psu0.jpg
│ │ ├── psu1.jpg
│ │ ├── psu2.jpg
│ │ ├── psu3.jpg
│ │ ├── psu4.jpg
│ │ ├── psu5.jpg
│ │ └── psu6.jpg
│ ├── tanhao.gif
│ ├── validatorError.png
│ ├── validatorValid.png
│ ├── v_info.jpg
│ ├── wenhao.gif
│ ├── xunxiao-220.jpg
│ ├── yulingzi03.jpg
│ └── zhuce.gif
├── inc
│ ├── ext.jsp
│ ├── header.jsp
│ ├── pageStyleHead.jsp
│ ├── pageStyleTail.jsp
│ └── taglib.jsp
├── index.html
├── index.jsp
├── index.png
├── javascript
│ ├── fengtao.js
│ └── map.js
├── left.html.lnk
├── list.html.lnk
├── main_add.html.lnk
├── main_list.html.lnk
├── map.jsp
├── META-INF
│ └── MANIFEST.MF
├── MyScriptUtil
│ └── dlguanggao.js
├── Question_con.html.lnk
├── Question_con.jsp
├── Question.html.lnk
├── Question.jsp
├── Question_list.html.lnk
├── Question_list.jsp
├── result
│ └── users
├── swf
│ └── xixi.swf
├── uploadview.jsp
├── video.html.lnk
├── video_info.jsp
├── video.jsp
├── WEB-INF
│ ├── applicationContext.xml
│ ├── classes
│ │ ├── chezhuTemplate.xls
│ │ ├── com
│ │ │ └── prochanges
│ │ │ ├── app
│ │ │ │ ├── enter
│ │ │ │ │ ├── EnterIndexAction.class
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ └── struts-enterIndex.xml
│ │ │ │ ├── quesanswerinfos
│ │ │ │ │ ├── QuesanswerinfosAction.class
│ │ │ │ │ ├── QuesanswerinfosDAO.class
│ │ │ │ │ ├── QuesanswerinfosService.class
│ │ │ │ │ ├── QuesanswerinfosServiceImpl.class
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ └── struts-quesanswerinfos.xml
│ │ │ │ ├── questiongroups
│ │ │ │ │ ├── QuestiongroupsAction.class
│ │ │ │ │ ├── QuestiongroupsDAO.class
│ │ │ │ │ ├── QuestiongroupsService.class
│ │ │ │ │ ├── QuestiongroupsServiceImpl.class
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ └── struts-questiongroups.xml
│ │ │ │ ├── questioninfos
│ │ │ │ │ ├── QuestioninfosAction.class
│ │ │ │ │ ├── QuestioninfosDAO.class
│ │ │ │ │ ├── QuestioninfosService.class
│ │ │ │ │ ├── QuestioninfosServiceImpl.class
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ └── struts-questioninfos.xml
│ │ │ │ ├── users
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ ├── struts-users.xml
│ │ │ │ │ ├── UsersAction.class
│ │ │ │ │ ├── UsersDAO.class
│ │ │ │ │ ├── UsersService.class
│ │ │ │ │ └── UsersServiceImpl.class
│ │ │ │ ├── videanswerinfos
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ ├── struts-videanswerinfos.xml
│ │ │ │ │ ├── VideanswerinfosAction.class
│ │ │ │ │ ├── VideanswerinfosDAO.class
│ │ │ │ │ ├── VideanswerinfosService.class
│ │ │ │ │ └── VideanswerinfosServiceImpl.class
│ │ │ │ ├── videogroups
│ │ │ │ │ ├── spring-beans.xml
│ │ │ │ │ ├── struts-videogroups.xml
│ │ │ │ │ ├── VideogroupsAction.class
│ │ │ │ │ ├── VideogroupsDAO.class
│ │ │ │ │ ├── VideogroupsService.class
│ │ │ │ │ └── VideogroupsServiceImpl.class
│ │ │ │ └── videoinfos
│ │ │ │ ├── spring-beans.xml
│ │ │ │ ├── struts-videoinfos.xml
│ │ │ │ ├── VideoinfosAction.class
│ │ │ │ ├── VideoinfosDAO.class
│ │ │ │ ├── VideoinfosService.class
│ │ │ │ └── VideoinfosServiceImpl.class
│ │ │ └── framework
│ │ │ ├── components
│ │ │ │ ├── action
│ │ │ │ │ └── BaseAction.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── BaseHibernateDao.class
│ │ │ │ │ ├── CriteriaPage.class
│ │ │ │ │ ├── HqlPage.class
│ │ │ │ │ └── Page.class
│ │ │ │ └── service
│ │ │ │ ├── AbstractBaseServiceImpl.class
│ │ │ │ └── BaseService.class
│ │ │ ├── domain
│ │ │ │ ├── hbm
│ │ │ │ │ ├── Quesanswerinfos.hbm.xml
│ │ │ │ │ ├── Questiongroups.hbm.xml
│ │ │ │ │ ├── Questioninfos.hbm.xml
│ │ │ │ │ ├── Users.hbm.xml
│ │ │ │ │ ├── Videanswerinfos.hbm.xml
│ │ │ │ │ ├── Videogroups.hbm.xml
│ │ │ │ │ └── Videoinfos.hbm.xml
│ │ │ │ ├── Quesanswerinfos.class
│ │ │ │ ├── Questiongroups.class
│ │ │ │ ├── Questioninfos.class
│ │ │ │ ├── Users.class
│ │ │ │ ├── Videanswerinfos.class
│ │ │ │ ├── Videogroups.class
│ │ │ │ └── Videoinfos.class
│ │ │ ├── interceptor
│ │ │ │ └── UserInterceptor.class
│ │ │ ├── util
│ │ │ │ ├── BeanFactory.class
│ │ │ │ ├── CheckCodeServlet.class
│ │ │ │ ├── Constant.class
│ │ │ │ ├── DateUtil.class
│ │ │ │ ├── ExtendValidator$1.class
│ │ │ │ ├── ExtendValidator.class
│ │ │ │ ├── GenericsUtils.class
│ │ │ │ ├── KeywordFilter.class
│ │ │ │ ├── Seqence4bit$Seqence4bitContainer.class
│ │ │ │ ├── Seqence4bit.class
│ │ │ │ ├── Test.class
│ │ │ │ ├── Util.class
│ │ │ │ ├── VerifyCode.class
│ │ │ │ ├── VerifyCodeServlet.class
│ │ │ │ └── WriterUtils.class
│ │ │ └── utils
│ │ │ ├── DateUtil.class
│ │ │ ├── dwrInvoke.class
│ │ │ ├── FileUtil.class
│ │ │ ├── GenericsUtils.class
│ │ │ ├── initEnter.class
│ │ │ └── Test.class
│ │ ├── config.properties
│ │ ├── datasource.properties
│ │ ├── huozhuTemplate.xls
│ │ ├── log4j.properties
│ │ ├── sijiTemplate.xls
│ │ └── struts.xml
│ ├── c-rt.tld
│ ├── dwr.xml
│ ├── fmt-rt.tld
│ ├── lib
│ │ ├── ant-1.6.5.jar
│ │ ├── antlr-2.7.5H3.jar
│ │ ├── antlr-2.7.6.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── asm-3.3.jar
│ │ ├── asm-attrs.jar
│ │ ├── asm-commons-2.2.3.jar
│ │ ├── asm-tree-3.3.jar
│ │ ├── asm-util-2.2.3.jar
│ │ ├── aspectjrt-1.5.4.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── commons-beanutils-1.8.0.jar
│ │ ├── commons-beanutils-1.8.3.jar
│ │ ├── commons-codec-1.3.jar
│ │ ├── commons-collections-3.2.jar
│ │ ├── commons-dbcp.jar
│ │ ├── commons-digester-1.8.jar
│ │ ├── commons-fileupload-1.2.2.jar
│ │ ├── commons-io-2.0.1.jar
│ │ ├── commons-lang-2.4.jar
│ │ ├── commons-lang3-3.1.jar
│ │ ├── commons-logging-1.1.1.jar
│ │ ├── commons-logging.jar
│ │ ├── commons-pool-1.4.jar
│ │ ├── commons-validator.jar
│ │ ├── com.springsource.org.aopalliance-1.0.0.jar
│ │ ├── com.springsource.org.aspectj.weaver-1.6.5.RELEASE.jar
│ │ ├── db2jcc-9.1.jar
│ │ ├── db2jcc_license_cu-9.1.jar
│ │ ├── DBSMProxy.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── dwr.jar
│ │ ├── ehcache-1.3.0.jar
│ │ ├── ezmorph-1.0.4.jar
│ │ ├── freemarker-2.3.19.jar
│ │ ├── hibernate3.jar
│ │ ├── httpclient-4.0.1.jar
│ │ ├── httpcore-4.0.1.jar
│ │ ├── ibatis-2.3.4.726.jar
│ │ ├── javassist-3.11.0.GA.jar
│ │ ├── jaxen-1.1-beta-4.jar
│ │ ├── jdom-1.0.jar
│ │ ├── jsf-api.jar
│ │ ├── jsf-impl.jar
│ │ ├── json-lib-2.1-jdk15.jar
│ │ ├── jstl-1.2.jar
│ │ ├── jstl.jar
│ │ ├── jta.jar
│ │ ├── jtds-1.2.2.jar
│ │ ├── junit-4.7.jar
│ │ ├── junit.jar
│ │ ├── jxl.jar
│ │ ├── log4j-1.2.9.jar
│ │ ├── morph-1.1.1.jar
│ │ ├── msbase.jar
│ │ ├── mssqlserver.jar
│ │ ├── msutil.jar
│ │ ├── mysql-connector.jar
│ │ ├── ognl-3.0.5.jar
│ │ ├── org.springframework.aop-3.0.1.RELEASE.jar
│ │ ├── org.springframework.asm-3.0.1.RELEASE.jar
│ │ ├── org.springframework.beans-3.0.1.RELEASE.jar
│ │ ├── org.springframework.context-3.0.1.RELEASE.jar
│ │ ├── org.springframework.context.support-3.0.1.RELEASE.jar
│ │ ├── org.springframework.core-3.0.1.RELEASE.jar
│ │ ├── org.springframework.expression-3.0.1.RELEASE.jar
│ │ ├── org.springframework.jdbc-3.0.1.RELEASE.jar
│ │ ├── org.springframework.orm-3.0.1.RELEASE.jar
│ │ ├── org.springframework.test-3.0.1.RELEASE.jar
│ │ ├── org.springframework.transaction-3.0.1.RELEASE.jar
│ │ ├── org.springframework.web-3.0.1.RELEASE.jar
│ │ ├── org.springframework.web.servlet-3.0.1.RELEASE.jar
│ │ ├── oro-2.0.8.jar
│ │ ├── poi-3.6-20091214.jar
│ │ ├── quartz-1.7.3.jar
│ │ ├── SmsEngine-1.4.5.jar
│ │ ├── sms-mms-commons-1.0.0.jar
│ │ ├── spring-security-core-2.0.4.jar
│ │ ├── spring-security-core-tiger-2.0.4.jar
│ │ ├── spring-security-taglibs-2.0.4.jar
│ │ ├── standard.jar
│ │ ├── struts2-core-2.3.4.1.jar
│ │ ├── struts2-spring-plugin-2.0.14.jar
│ │ └── xwork-core-2.3.4.jar
│ └── web.xml
├── xml
│ └── lanren.xml
└── zhuce.jsp
310 directories, 2193 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论