在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 移动学习平台

移动学习平台

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.73M
  • 下载次数:10
  • 浏览次数:155
  • 发布时间:2020-07-02
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
移动学习平台
【实例截图】
【核心代码】
AndroidLearning
├── mobilearn
│   ├── WebContent
│   │   ├── META-INF
│   │   │   └── MANIFEST.MF
│   │   ├── NewFile.jsp
│   │   ├── WEB-INF
│   │   │   ├── config.xml
│   │   │   ├── lib
│   │   │   │   ├── CKFinder-2.4.1.jar
│   │   │   │   ├── CKFinderPlugin-FileEditor-2.4.1.jar
│   │   │   │   ├── CKFinderPlugin-ImageResize-2.4.1.jar
│   │   │   │   ├── CKFinderPlugin-Watermark-2.4.1.jar
│   │   │   │   ├── activation-1.1.jar
│   │   │   │   ├── alibaba.jar
│   │   │   │   ├── c3p0-0.9.5-pre6.jar
│   │   │   │   ├── c3p0-oracle-thin-extras-0.9.5-pre6.jar
│   │   │   │   ├── ckeditor-java-core-3.5.3.jar
│   │   │   │   ├── commons-beanutils-1.8.3.jar
│   │   │   │   ├── commons-beanutils-20100804.jar
│   │   │   │   ├── commons-collections.jar
│   │   │   │   ├── commons-dbutils-1.4.jar
│   │   │   │   ├── commons-dbutils-1.5.jar
│   │   │   │   ├── commons-fileupload-1.2.2.jar
│   │   │   │   ├── commons-io-2.0.1.jar
│   │   │   │   ├── commons-lang.jar
│   │   │   │   ├── commons-lang3-3.0-beta.jar
│   │   │   │   ├── commons-logging-1.1.1.jar
│   │   │   │   ├── commons-logging.jar
│   │   │   │   ├── commons-pool-1.5.6.jar
│   │   │   │   ├── ezmorph-1.0.6.jar
│   │   │   │   ├── jboss-logging-3.0.0.CR1.jar
│   │   │   │   ├── jboss-vfs-3.1.0.Final.jar
│   │   │   │   ├── json_new.jar
│   │   │   │   ├── jstl.jar
│   │   │   │   ├── mail-1.4.1.jar
│   │   │   │   ├── mchange-commons-java-0.2.6.3.jar
│   │   │   │   ├── mysql-connector-java-5.0.8-bin.jar
│   │   │   │   ├── mysql-connector-java-5.1.29-bin.jar
│   │   │   │   ├── standard.jar
│   │   │   │   └── thumbnailator-0.4.5.jar
│   │   │   └── web.xml
│   │   ├── admin
│   │   │   ├── bbs
│   │   │   │   ├── add.jsp
│   │   │   │   ├── bbslist.jsp
│   │   │   │   ├── body.jpg
│   │   │   │   ├── edit.jsp
│   │   │   │   ├── repeat.jsp
│   │   │   │   └── repeatlist.jsp
│   │   │   ├── diray
│   │   │   │   ├── diraylist.jsp
│   │   │   │   └── moddiray.jsp
│   │   │   ├── document
│   │   │   │   ├── addtext.jsp
│   │   │   │   ├── addvedio.jsp
│   │   │   │   ├── body.jpg
│   │   │   │   ├── modtext.jsp
│   │   │   │   ├── modvideo.jsp
│   │   │   │   ├── textlist.jsp
│   │   │   │   └── vediolist.jsp
│   │   │   ├── index
│   │   │   │   ├── body.jpg
│   │   │   │   ├── body.jsp
│   │   │   │   ├── head.jpg
│   │   │   │   ├── head.jsp
│   │   │   │   ├── index.jsp
│   │   │   │   ├── left.jpg
│   │   │   │   └── left.jsp
│   │   │   ├── login
│   │   │   │   ├── back.jpg
│   │   │   │   ├── login.jsp
│   │   │   │   └── register.jsp
│   │   │   ├── notic
│   │   │   │   ├── addnotice.jsp
│   │   │   │   ├── body.jpg
│   │   │   │   ├── modnotice.jsp
│   │   │   │   └── noticelist.jsp
│   │   │   ├── test
│   │   │   │   ├── addtest.jsp
│   │   │   │   ├── body.jpg
│   │   │   │   ├── modtest.jsp
│   │   │   │   └── testlist.jsp
│   │   │   └── user
│   │   │   ├── adduser.jsp
│   │   │   ├── body.jpg
│   │   │   ├── edituser.jsp
│   │   │   ├── uploadfile.jsp
│   │   │   └── userlist.jsp
│   │   ├── ckeditor
│   │   │   ├── CHANGES.html
│   │   │   ├── INSTALL.html
│   │   │   ├── LICENSE.html
│   │   │   ├── _samples
│   │   │   │   ├── ajax.html
│   │   │   │   ├── api.html
│   │   │   │   ├── api_dialog
│   │   │   │   │   └── my_dialog.js
│   │   │   │   ├── api_dialog.html
│   │   │   │   ├── assets
│   │   │   │   │   ├── output_for_flash.fla
│   │   │   │   │   ├── output_for_flash.swf
│   │   │   │   │   ├── output_xhtml.css
│   │   │   │   │   ├── parsesample.css
│   │   │   │   │   └── swfobject.js
│   │   │   │   ├── autogrow.html
│   │   │   │   ├── bbcode.html
│   │   │   │   ├── devtools.html
│   │   │   │   ├── divreplace.html
│   │   │   │   ├── enterkey.html
│   │   │   │   ├── fullpage.html
│   │   │   │   ├── index.html
│   │   │   │   ├── jqueryadapter.html
│   │   │   │   ├── output_for_flash.html
│   │   │   │   ├── output_html.html
│   │   │   │   ├── output_xhtml.html
│   │   │   │   ├── placeholder.html
│   │   │   │   ├── readonly.html
│   │   │   │   ├── replacebyclass.html
│   │   │   │   ├── replacebycode.html
│   │   │   │   ├── sample.css
│   │   │   │   ├── sample.js
│   │   │   │   ├── sharedspaces.html
│   │   │   │   ├── skins.html
│   │   │   │   ├── stylesheetparser.html
│   │   │   │   ├── tableresize.html
│   │   │   │   ├── ui_color.html
│   │   │   │   └── ui_languages.html
│   │   │   ├── _source
│   │   │   │   ├── adapters
│   │   │   │   │   └── jquery.js
│   │   │   │   ├── core
│   │   │   │   │   ├── _bootstrap.js
│   │   │   │   │   ├── ckeditor.js
│   │   │   │   │   ├── ckeditor_base.js
│   │   │   │   │   ├── ckeditor_basic.js
│   │   │   │   │   ├── command.js
│   │   │   │   │   ├── commanddefinition.js
│   │   │   │   │   ├── config.js
│   │   │   │   │   ├── dataprocessor.js
│   │   │   │   │   ├── dom
│   │   │   │   │   │   ├── comment.js
│   │   │   │   │   │   ├── document.js
│   │   │   │   │   │   ├── documentfragment.js
│   │   │   │   │   │   ├── domobject.js
│   │   │   │   │   │   ├── element.js
│   │   │   │   │   │   ├── elementpath.js
│   │   │   │   │   │   ├── event.js
│   │   │   │   │   │   ├── node.js
│   │   │   │   │   │   ├── nodelist.js
│   │   │   │   │   │   ├── range.js
│   │   │   │   │   │   ├── rangelist.js
│   │   │   │   │   │   ├── text.js
│   │   │   │   │   │   ├── walker.js
│   │   │   │   │   │   └── window.js
│   │   │   │   │   ├── dom.js
│   │   │   │   │   ├── dtd.js
│   │   │   │   │   ├── editor.js
│   │   │   │   │   ├── editor_basic.js
│   │   │   │   │   ├── env.js
│   │   │   │   │   ├── event.js
│   │   │   │   │   ├── eventInfo.js
│   │   │   │   │   ├── focusmanager.js
│   │   │   │   │   ├── htmlparser
│   │   │   │   │   │   ├── basicwriter.js
│   │   │   │   │   │   ├── cdata.js
│   │   │   │   │   │   ├── comment.js
│   │   │   │   │   │   ├── element.js
│   │   │   │   │   │   ├── filter.js
│   │   │   │   │   │   ├── fragment.js
│   │   │   │   │   │   └── text.js
│   │   │   │   │   ├── htmlparser.js
│   │   │   │   │   ├── lang.js
│   │   │   │   │   ├── loader.js
│   │   │   │   │   ├── plugindefinition.js
│   │   │   │   │   ├── plugins.js
│   │   │   │   │   ├── resourcemanager.js
│   │   │   │   │   ├── scriptloader.js
│   │   │   │   │   ├── skins.js
│   │   │   │   │   ├── themes.js
│   │   │   │   │   ├── tools.js
│   │   │   │   │   └── ui.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── _languages.js
│   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   ├── af.js
│   │   │   │   │   ├── ar.js
│   │   │   │   │   ├── bg.js
│   │   │   │   │   ├── bn.js
│   │   │   │   │   ├── bs.js
│   │   │   │   │   ├── ca.js
│   │   │   │   │   ├── cs.js
│   │   │   │   │   ├── cy.js
│   │   │   │   │   ├── da.js
│   │   │   │   │   ├── de.js
│   │   │   │   │   ├── el.js
│   │   │   │   │   ├── en-au.js
│   │   │   │   │   ├── en-ca.js
│   │   │   │   │   ├── en-gb.js
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── eo.js
│   │   │   │   │   ├── es.js
│   │   │   │   │   ├── et.js
│   │   │   │   │   ├── eu.js
│   │   │   │   │   ├── fa.js
│   │   │   │   │   ├── fi.js
│   │   │   │   │   ├── fo.js
│   │   │   │   │   ├── fr-ca.js
│   │   │   │   │   ├── fr.js
│   │   │   │   │   ├── gl.js
│   │   │   │   │   ├── gu.js
│   │   │   │   │   ├── he.js
│   │   │   │   │   ├── hi.js
│   │   │   │   │   ├── hr.js
│   │   │   │   │   ├── hu.js
│   │   │   │   │   ├── id.js
│   │   │   │   │   ├── is.js
│   │   │   │   │   ├── it.js
│   │   │   │   │   ├── ja.js
│   │   │   │   │   ├── ka.js
│   │   │   │   │   ├── km.js
│   │   │   │   │   ├── ko.js
│   │   │   │   │   ├── lt.js
│   │   │   │   │   ├── lv.js
│   │   │   │   │   ├── mk.js
│   │   │   │   │   ├── mn.js
│   │   │   │   │   ├── ms.js
│   │   │   │   │   ├── nb.js
│   │   │   │   │   ├── nl.js
│   │   │   │   │   ├── no.js
│   │   │   │   │   ├── pl.js
│   │   │   │   │   ├── pt-br.js
│   │   │   │   │   ├── pt.js
│   │   │   │   │   ├── ro.js
│   │   │   │   │   ├── ru.js
│   │   │   │   │   ├── sk.js
│   │   │   │   │   ├── sl.js
│   │   │   │   │   ├── sr-latn.js
│   │   │   │   │   ├── sr.js
│   │   │   │   │   ├── sv.js
│   │   │   │   │   ├── th.js
│   │   │   │   │   ├── tr.js
│   │   │   │   │   ├── ug.js
│   │   │   │   │   ├── uk.js
│   │   │   │   │   ├── vi.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh.js
│   │   │   │   ├── plugins
│   │   │   │   │   ├── a11yhelp
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── a11yhelp.js
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── gu.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── mk.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   │   ├── ro.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── about
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   ├── about.js
│   │   │   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── adobeair
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── ajax
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── autogrow
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── basicstyles
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── bbcode
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── bidi
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── blockquote
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── button
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── clipboard
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── paste.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── colorbutton
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── colordialog
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── colordialog.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── contextmenu
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── devtools
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── gu.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── dialog
│   │   │   │   │   │   ├── dialogDefinition.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── dialogadvtab
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── dialogui
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── div
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── div.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── docprops
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── docprops.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── domiterator
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── editingblock
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── elementspath
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── enterkey
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── entities
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── fakeobjects
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── filebrowser
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── find
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── find.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── flash
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── flash.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── placeholder.png
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── floatpanel
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── font
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── format
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── forms
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   ├── button.js
│   │   │   │   │   │   │   ├── checkbox.js
│   │   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   │   │   ├── radio.js
│   │   │   │   │   │   │   ├── select.js
│   │   │   │   │   │   │   ├── textarea.js
│   │   │   │   │   │   │   └── textfield.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── hiddenfield.gif
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── horizontalrule
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── htmldataprocessor
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── htmlwriter
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── iframe
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── iframe.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── placeholder.png
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── iframedialog
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── image.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── indent
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── justify
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── keystrokes
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── link
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   │   └── link.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── anchor.gif
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── list
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── listblock
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── liststyle
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── liststyle.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── maximize
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── menu
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── menubutton
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── newpage
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── pagebreak
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   └── pagebreak.gif
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── panel
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── panelbutton
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── pastefromword
│   │   │   │   │   │   ├── filter
│   │   │   │   │   │   │   └── default.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── pastetext
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── pastetext.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── placeholder
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── placeholder.js
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   │   ├── placeholder.gif
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── popup
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── preview
│   │   │   │   │   │   ├── plugin.js
│   │   │   │   │   │   └── preview.html
│   │   │   │   │   ├── print
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── removeformat
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── resize
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── richcombo
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── save
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── scayt
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   ├── options.js
│   │   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── selection
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── showblocks
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── showborders
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── smiley
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── smiley.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   │   │   ├── broken_heart.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
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── sourcearea
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── specialchar
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── specialchar.js
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── styles
│   │   │   │   │   │   ├── plugin.js
│   │   │   │   │   │   └── styles
│   │   │   │   │   │   └── default.js
│   │   │   │   │   ├── stylescombo
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── stylesheetparser
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── tab
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── table
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── table.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── tableresize
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── tabletools
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── tableCell.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── templates
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── templates.js
│   │   │   │   │   │   ├── plugin.js
│   │   │   │   │   │   └── templates
│   │   │   │   │   │   ├── default.js
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── template1.gif
│   │   │   │   │   │   ├── template2.gif
│   │   │   │   │   │   └── template3.gif
│   │   │   │   │   ├── toolbar
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── uicolor
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   └── uicolor.js
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── mk.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   │   ├── plugin.js
│   │   │   │   │   │   ├── uicolor.gif
│   │   │   │   │   │   └── yui
│   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   ├── hue_bg.png
│   │   │   │   │   │   │   ├── hue_thumb.png
│   │   │   │   │   │   │   ├── picker_mask.png
│   │   │   │   │   │   │   ├── picker_thumb.png
│   │   │   │   │   │   │   └── yui.css
│   │   │   │   │   │   └── yui.js
│   │   │   │   │   ├── undo
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── wsc
│   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   ├── ciframe.html
│   │   │   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   │   │   ├── wsc.css
│   │   │   │   │   │   │   └── wsc.js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   ├── wysiwygarea
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   └── xml
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── skins
│   │   │   │   │   ├── kama
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── editor.css
│   │   │   │   │   │   ├── elementspath.css
│   │   │   │   │   │   ├── icons.css
│   │   │   │   │   │   ├── icons.png
│   │   │   │   │   │   ├── icons_rtl.png
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   │   └── toolbar_start.gif
│   │   │   │   │   │   ├── mainui.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── presets.css
│   │   │   │   │   │   ├── reset.css
│   │   │   │   │   │   ├── richcombo.css
│   │   │   │   │   │   ├── skin.js
│   │   │   │   │   │   ├── templates.css
│   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   ├── office2003
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── editor.css
│   │   │   │   │   │   ├── elementspath.css
│   │   │   │   │   │   ├── icons.css
│   │   │   │   │   │   ├── icons.png
│   │   │   │   │   │   ├── icons_rtl.png
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   │   └── sprites_ie6.png
│   │   │   │   │   │   ├── mainui.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── presets.css
│   │   │   │   │   │   ├── reset.css
│   │   │   │   │   │   ├── richcombo.css
│   │   │   │   │   │   ├── skin.js
│   │   │   │   │   │   ├── templates.css
│   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   └── v2
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── editor.css
│   │   │   │   │   ├── elementspath.css
│   │   │   │   │   ├── icons.css
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── icons_rtl.png
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   └── toolbar_start.gif
│   │   │   │   │   ├── mainui.css
│   │   │   │   │   ├── menu.css
│   │   │   │   │   ├── panel.css
│   │   │   │   │   ├── presets.css
│   │   │   │   │   ├── reset.css
│   │   │   │   │   ├── richcombo.css
│   │   │   │   │   ├── skin.js
│   │   │   │   │   ├── templates.css
│   │   │   │   │   └── toolbar.css
│   │   │   │   └── themes
│   │   │   │   └── default
│   │   │   │   └── theme.js
│   │   │   ├── adapters
│   │   │   │   └── jquery.js
│   │   │   ├── ckeditor.js
│   │   │   ├── ckeditor.pack
│   │   │   ├── ckeditor_basic.js
│   │   │   ├── ckeditor_basic_source.js
│   │   │   ├── ckeditor_source.js
│   │   │   ├── config.js
│   │   │   ├── contents.css
│   │   │   ├── images
│   │   │   │   └── spacer.gif
│   │   │   ├── lang
│   │   │   │   ├── _languages.js
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── af.js
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── bn.js
│   │   │   │   ├── bs.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── cy.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-au.js
│   │   │   │   ├── en-ca.js
│   │   │   │   ├── en-gb.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── eu.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fo.js
│   │   │   │   ├── fr-ca.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── gl.js
│   │   │   │   ├── gu.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hi.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── id.js
│   │   │   │   ├── is.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── ka.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── mk.js
│   │   │   │   ├── mn.js
│   │   │   │   ├── ms.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sr-latn.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── tr.js
│   │   │   │   ├── ug.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── plugins
│   │   │   │   ├── a11yhelp
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── a11yhelp.js
│   │   │   │   │   └── lang
│   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   ├── cs.js
│   │   │   │   │   ├── cy.js
│   │   │   │   │   ├── da.js
│   │   │   │   │   ├── de.js
│   │   │   │   │   ├── el.js
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── eo.js
│   │   │   │   │   ├── fa.js
│   │   │   │   │   ├── fi.js
│   │   │   │   │   ├── fr.js
│   │   │   │   │   ├── gu.js
│   │   │   │   │   ├── he.js
│   │   │   │   │   ├── it.js
│   │   │   │   │   ├── mk.js
│   │   │   │   │   ├── nb.js
│   │   │   │   │   ├── nl.js
│   │   │   │   │   ├── no.js
│   │   │   │   │   ├── pt-br.js
│   │   │   │   │   ├── ro.js
│   │   │   │   │   ├── tr.js
│   │   │   │   │   ├── ug.js
│   │   │   │   │   ├── vi.js
│   │   │   │   │   └── zh-cn.js
│   │   │   │   ├── about
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── about.js
│   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   ├── adobeair
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── ajax
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── autogrow
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── bbcode
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── clipboard
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── paste.js
│   │   │   │   ├── colordialog
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── colordialog.js
│   │   │   │   ├── devtools
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── gu.js
│   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── dialog
│   │   │   │   │   └── dialogDefinition.js
│   │   │   │   ├── div
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── div.js
│   │   │   │   ├── docprops
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── docprops.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── find
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── find.js
│   │   │   │   ├── flash
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── flash.js
│   │   │   │   │   └── images
│   │   │   │   │   └── placeholder.png
│   │   │   │   ├── forms
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── button.js
│   │   │   │   │   │   ├── checkbox.js
│   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   │   ├── radio.js
│   │   │   │   │   │   ├── select.js
│   │   │   │   │   │   ├── textarea.js
│   │   │   │   │   │   └── textfield.js
│   │   │   │   │   └── images
│   │   │   │   │   └── hiddenfield.gif
│   │   │   │   ├── iframe
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── iframe.js
│   │   │   │   │   └── images
│   │   │   │   │   └── placeholder.png
│   │   │   │   ├── iframedialog
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── image
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── image.js
│   │   │   │   ├── link
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   └── link.js
│   │   │   │   │   └── images
│   │   │   │   │   └── anchor.gif
│   │   │   │   ├── liststyle
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── liststyle.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── images
│   │   │   │   │   └── pagebreak.gif
│   │   │   │   ├── pastefromword
│   │   │   │   │   └── filter
│   │   │   │   │   └── default.js
│   │   │   │   ├── pastetext
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── pastetext.js
│   │   │   │   ├── placeholder
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── placeholder.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   ├── placeholder.gif
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── preview
│   │   │   │   │   └── preview.html
│   │   │   │   ├── scayt
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── options.js
│   │   │   │   │   └── toolbar.css
│   │   │   │   ├── showblocks
│   │   │   │   │   └── 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
│   │   │   │   ├── smiley
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── smiley.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   ├── broken_heart.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
│   │   │   │   ├── specialchar
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── specialchar.js
│   │   │   │   │   └── lang
│   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   ├── cs.js
│   │   │   │   │   ├── cy.js
│   │   │   │   │   ├── de.js
│   │   │   │   │   ├── el.js
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── eo.js
│   │   │   │   │   ├── et.js
│   │   │   │   │   ├── fa.js
│   │   │   │   │   ├── fi.js
│   │   │   │   │   ├── fr.js
│   │   │   │   │   ├── he.js
│   │   │   │   │   ├── hr.js
│   │   │   │   │   ├── it.js
│   │   │   │   │   ├── nb.js
│   │   │   │   │   ├── nl.js
│   │   │   │   │   ├── no.js
│   │   │   │   │   ├── pt-br.js
│   │   │   │   │   ├── tr.js
│   │   │   │   │   ├── ug.js
│   │   │   │   │   └── zh-cn.js
│   │   │   │   ├── styles
│   │   │   │   │   └── styles
│   │   │   │   │   └── default.js
│   │   │   │   ├── stylesheetparser
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── table
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── table.js
│   │   │   │   ├── tableresize
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── tabletools
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── tableCell.js
│   │   │   │   ├── templates
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── templates.js
│   │   │   │   │   └── templates
│   │   │   │   │   ├── default.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── uicolor
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── uicolor.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── _translationstatus.txt
│   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   ├── cy.js
│   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── eo.js
│   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   ├── mk.js
│   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   ├── no.js
│   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   ├── pt-br.js
│   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   ├── ug.js
│   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   ├── plugin.js
│   │   │   │   │   ├── uicolor.gif
│   │   │   │   │   └── yui
│   │   │   │   │   ├── assets
│   │   │   │   │   │   ├── hue_bg.png
│   │   │   │   │   │   ├── hue_thumb.png
│   │   │   │   │   │   ├── picker_mask.png
│   │   │   │   │   │   ├── picker_thumb.png
│   │   │   │   │   │   └── yui.css
│   │   │   │   │   └── yui.js
│   │   │   │   ├── wsc
│   │   │   │   │   └── dialogs
│   │   │   │   │   ├── ciframe.html
│   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   ├── wsc.css
│   │   │   │   │   └── wsc.js
│   │   │   │   └── xml
│   │   │   │   └── plugin.js
│   │   │   ├── skins
│   │   │   │   ├── kama
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── editor.css
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── icons_rtl.png
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   └── toolbar_start.gif
│   │   │   │   │   ├── skin.js
│   │   │   │   │   └── templates.css
│   │   │   │   ├── office2003
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── editor.css
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── icons_rtl.png
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   └── sprites_ie6.png
│   │   │   │   │   ├── skin.js
│   │   │   │   │   └── templates.css
│   │   │   │   └── v2
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── icons_rtl.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   └── toolbar_start.gif
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   └── themes
│   │   │   └── default
│   │   │   └── theme.js
│   │   ├── ckfinder
│   │   │   ├── _samples
│   │   │   │   ├── ckeditor.html
│   │   │   │   ├── fckeditor.html
│   │   │   │   ├── index.html
│   │   │   │   ├── popup.html
│   │   │   │   ├── popups.html
│   │   │   │   ├── public_api.html
│   │   │   │   ├── sample.css
│   │   │   │   ├── standalone.html
│   │   │   │   ├── standalone_v1.html
│   │   │   │   └── tagusage.jsp
│   │   │   ├── changelog.txt
│   │   │   ├── ckfinder.html
│   │   │   ├── ckfinder_v1.js
│   │   │   ├── config.js
│   │   │   ├── help
│   │   │   │   ├── cs
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── 014.html
│   │   │   │   │   │   ├── 015.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── en
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── 014.html
│   │   │   │   │   │   ├── 015.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── es
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 001.png
│   │   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   │   ├── 004.png
│   │   │   │   │   │   │   ├── 005.png
│   │   │   │   │   │   │   ├── 006.png
│   │   │   │   │   │   │   ├── 007.png
│   │   │   │   │   │   │   ├── 008.png
│   │   │   │   │   │   │   ├── 009.png
│   │   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   │   ├── 011.png
│   │   │   │   │   │   │   ├── 012.png
│   │   │   │   │   │   │   ├── 013.png
│   │   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   │   ├── 018.png
│   │   │   │   │   │   │   ├── 019.png
│   │   │   │   │   │   │   └── 020.png
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── es-mx
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 001.png
│   │   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   │   ├── 004.png
│   │   │   │   │   │   │   ├── 005.png
│   │   │   │   │   │   │   ├── 006.png
│   │   │   │   │   │   │   ├── 007.png
│   │   │   │   │   │   │   ├── 008.png
│   │   │   │   │   │   │   ├── 009.png
│   │   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   │   ├── 011.png
│   │   │   │   │   │   │   ├── 012.png
│   │   │   │   │   │   │   ├── 013.png
│   │   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   │   ├── 018.png
│   │   │   │   │   │   │   ├── 019.png
│   │   │   │   │   │   │   └── 020.png
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── fi
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 001.gif
│   │   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   │   ├── 004.gif
│   │   │   │   │   │   │   ├── 005.gif
│   │   │   │   │   │   │   ├── 006.gif
│   │   │   │   │   │   │   ├── 007.gif
│   │   │   │   │   │   │   ├── 008.gif
│   │   │   │   │   │   │   ├── 009.gif
│   │   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   │   ├── 011.gif
│   │   │   │   │   │   │   ├── 012.gif
│   │   │   │   │   │   │   ├── 013.gif
│   │   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   │   ├── 018.gif
│   │   │   │   │   │   │   ├── 019.gif
│   │   │   │   │   │   │   └── 020.gif
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   ├── files
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   ├── CKFinder_basket_clear.png
│   │   │   │   │   │   ├── CKFinder_basket_drag.png
│   │   │   │   │   │   ├── CKFinder_basket_empty.png
│   │   │   │   │   │   ├── CKFinder_basket_file_menu.png
│   │   │   │   │   │   ├── CKFinder_basket_remove.png
│   │   │   │   │   │   ├── CKFinder_file_already_exists.png
│   │   │   │   │   │   ├── CKFinder_file_copied.png
│   │   │   │   │   │   ├── CKFinder_file_delete.png
│   │   │   │   │   │   ├── CKFinder_file_display_01.png
│   │   │   │   │   │   ├── CKFinder_file_display_02.png
│   │   │   │   │   │   ├── CKFinder_file_display_03.png
│   │   │   │   │   │   ├── CKFinder_file_display_04.png
│   │   │   │   │   │   ├── CKFinder_file_drag_copy.png
│   │   │   │   │   │   ├── CKFinder_file_drag_move.png
│   │   │   │   │   │   ├── CKFinder_file_menu.png
│   │   │   │   │   │   ├── CKFinder_file_moved.png
│   │   │   │   │   │   ├── CKFinder_file_pane.png
│   │   │   │   │   │   ├── CKFinder_file_rename.png
│   │   │   │   │   │   ├── CKFinder_file_resize.png
│   │   │   │   │   │   ├── CKFinder_file_resize_both.png
│   │   │   │   │   │   ├── CKFinder_file_resize_new.png
│   │   │   │   │   │   ├── CKFinder_file_resize_overwrite.png
│   │   │   │   │   │   ├── CKFinder_file_resize_resized.png
│   │   │   │   │   │   ├── CKFinder_file_resize_thumbnails.png
│   │   │   │   │   │   ├── CKFinder_file_select_hovered.png
│   │   │   │   │   │   ├── CKFinder_file_select_selected.png
│   │   │   │   │   │   ├── CKFinder_file_select_unselected.png
│   │   │   │   │   │   ├── CKFinder_file_view_list.png
│   │   │   │   │   │   ├── CKFinder_file_view_thumbnails.png
│   │   │   │   │   │   ├── CKFinder_folder_collapse.png
│   │   │   │   │   │   ├── CKFinder_folder_copied_from_basket.png
│   │   │   │   │   │   ├── CKFinder_folder_delete.png
│   │   │   │   │   │   ├── CKFinder_folder_expand.png
│   │   │   │   │   │   ├── CKFinder_folder_loading.png
│   │   │   │   │   │   ├── CKFinder_folder_menu.png
│   │   │   │   │   │   ├── CKFinder_folder_moved_from_basket.png
│   │   │   │   │   │   ├── CKFinder_folder_new.png
│   │   │   │   │   │   ├── CKFinder_folder_pane.png
│   │   │   │   │   │   ├── CKFinder_folder_rename.png
│   │   │   │   │   │   ├── CKFinder_folder_select.png
│   │   │   │   │   │   ├── CKFinder_interface.png
│   │   │   │   │   │   ├── CKFinder_menu_arrow.png
│   │   │   │   │   │   ├── CKFinder_menu_arrows.png
│   │   │   │   │   │   ├── CKFinder_resize_lock.png
│   │   │   │   │   │   ├── CKFinder_resize_reset.png
│   │   │   │   │   │   ├── CKFinder_resize_unlock.png
│   │   │   │   │   │   ├── CKFinder_settings.png
│   │   │   │   │   │   ├── CKFinder_status_empty.png
│   │   │   │   │   │   ├── CKFinder_status_file.png
│   │   │   │   │   │   ├── CKFinder_status_folder.png
│   │   │   │   │   │   ├── CKFinder_toolbar.png
│   │   │   │   │   │   ├── CKFinder_toolbar_help.png
│   │   │   │   │   │   ├── CKFinder_toolbar_refresh.png
│   │   │   │   │   │   ├── CKFinder_upload_01.png
│   │   │   │   │   │   ├── CKFinder_upload_03.png
│   │   │   │   │   │   ├── CKFinder_upload_04.png
│   │   │   │   │   │   ├── CKFinder_upload_09.png
│   │   │   │   │   │   └── CKFinder_upload_10.png
│   │   │   │   │   └── other
│   │   │   │   │   ├── help.css
│   │   │   │   │   └── help.js
│   │   │   │   ├── lt
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── 001.html
│   │   │   │   │   │   ├── 002.html
│   │   │   │   │   │   ├── 003.html
│   │   │   │   │   │   ├── 004.html
│   │   │   │   │   │   ├── 005.html
│   │   │   │   │   │   ├── 006.html
│   │   │   │   │   │   ├── 007.html
│   │   │   │   │   │   ├── 008.html
│   │   │   │   │   │   ├── 009.html
│   │   │   │   │   │   ├── 010.html
│   │   │   │   │   │   ├── 011.html
│   │   │   │   │   │   ├── 012.html
│   │   │   │   │   │   ├── 013.html
│   │   │   │   │   │   ├── header.html
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── 001.gif
│   │   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   │   ├── 004.gif
│   │   │   │   │   │   │   ├── 005.gif
│   │   │   │   │   │   │   ├── 006.gif
│   │   │   │   │   │   │   ├── 007.gif
│   │   │   │   │   │   │   ├── 008.gif
│   │   │   │   │   │   │   ├── 009.gif
│   │   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   │   ├── 011.gif
│   │   │   │   │   │   │   ├── 012.gif
│   │   │   │   │   │   │   ├── 013.gif
│   │   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   │   ├── 018.gif
│   │   │   │   │   │   │   ├── 019.gif
│   │   │   │   │   │   │   └── 020.gif
│   │   │   │   │   │   ├── license.html
│   │   │   │   │   │   ├── suggestions.html
│   │   │   │   │   │   └── toc.html
│   │   │   │   │   └── index.html
│   │   │   │   └── pl
│   │   │   │   ├── files
│   │   │   │   │   ├── 001.html
│   │   │   │   │   ├── 002.html
│   │   │   │   │   ├── 003.html
│   │   │   │   │   ├── 004.html
│   │   │   │   │   ├── 005.html
│   │   │   │   │   ├── 006.html
│   │   │   │   │   ├── 007.html
│   │   │   │   │   ├── 008.html
│   │   │   │   │   ├── 009.html
│   │   │   │   │   ├── 010.html
│   │   │   │   │   ├── 011.html
│   │   │   │   │   ├── 012.html
│   │   │   │   │   ├── 013.html
│   │   │   │   │   ├── 014.html
│   │   │   │   │   ├── 015.html
│   │   │   │   │   ├── header.html
│   │   │   │   │   ├── license.html
│   │   │   │   │   ├── suggestions.html
│   │   │   │   │   └── toc.html
│   │   │   │   └── index.html
│   │   │   ├── install.txt
│   │   │   ├── lang
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── bg.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── cy.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es-mx.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── gu.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hi.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── nn.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── tr.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh-tw.js
│   │   │   ├── license.txt
│   │   │   ├── plugins
│   │   │   │   ├── dummy
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   └── pl.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── fileeditor
│   │   │   │   │   ├── codemirror
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── codemirror.css
│   │   │   │   │   │   │   └── codemirror.js
│   │   │   │   │   │   └── mode
│   │   │   │   │   │   ├── clike
│   │   │   │   │   │   │   └── clike.js
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── css.js
│   │   │   │   │   │   ├── htmlmixed
│   │   │   │   │   │   │   └── htmlmixed.js
│   │   │   │   │   │   ├── javascript
│   │   │   │   │   │   │   └── javascript.js
│   │   │   │   │   │   └── xml
│   │   │   │   │   │   └── xml.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── flashupload
│   │   │   │   │   ├── Uploader.html
│   │   │   │   │   └── flash
│   │   │   │   │   └── Uploader.swf
│   │   │   │   ├── gallery
│   │   │   │   │   └── colorbox
│   │   │   │   │   ├── colorbox.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── border.png
│   │   │   │   │   │   ├── controls.png
│   │   │   │   │   │   ├── ie6
│   │   │   │   │   │   │   ├── borderBottomCenter.png
│   │   │   │   │   │   │   ├── borderBottomLeft.png
│   │   │   │   │   │   │   ├── borderBottomRight.png
│   │   │   │   │   │   │   ├── borderMiddleLeft.png
│   │   │   │   │   │   │   ├── borderMiddleRight.png
│   │   │   │   │   │   │   ├── borderTopCenter.png
│   │   │   │   │   │   │   ├── borderTopLeft.png
│   │   │   │   │   │   │   └── borderTopRight.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── loading_background.png
│   │   │   │   │   │   └── overlay.png
│   │   │   │   │   ├── jquery.colorbox-min.js
│   │   │   │   │   └── license.txt
│   │   │   │   └── imageresize
│   │   │   │   ├── images
│   │   │   │   │   └── mini.gif
│   │   │   │   └── plugin.js
│   │   │   ├── skins
│   │   │   │   ├── kama
│   │   │   │   │   ├── app.css
│   │   │   │   │   ├── host.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ckffolder.gif
│   │   │   │   │   │   ├── ckffolderopened.gif
│   │   │   │   │   │   ├── ckfminus.gif
│   │   │   │   │   │   ├── ckfnothumb.gif
│   │   │   │   │   │   ├── ckfplus.gif
│   │   │   │   │   │   ├── icons
│   │   │   │   │   │   │   ├── 16
│   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   ├── docx.gif
│   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   ├── ogg.gif
│   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   ├── pptx.gif
│   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   └── 32
│   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   ├── docx.gif
│   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   ├── ogg.gif
│   │   │   │   │   │   │   ├── ogg.png
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── pptx.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   ├── icons.png
│   │   │   │   │   │   ├── loaders
│   │   │   │   │   │   │   ├── 16x16.gif
│   │   │   │   │   │   │   └── 32x32.gif
│   │   │   │   │   │   ├── spacer.gif
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   └── toolbar
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── clear_basket.gif
│   │   │   │   │   │   ├── delete.gif
│   │   │   │   │   │   ├── download.gif
│   │   │   │   │   │   ├── help.gif
│   │   │   │   │   │   ├── maximize.gif
│   │   │   │   │   │   ├── refresh.gif
│   │   │   │   │   │   ├── settings.gif
│   │   │   │   │   │   └── view.gif
│   │   │   │   │   ├── richcombo.css
│   │   │   │   │   ├── skin.js
│   │   │   │   │   └── uipanel.css
│   │   │   │   └── v1
│   │   │   │   ├── app.css
│   │   │   │   ├── host.css
│   │   │   │   ├── images
│   │   │   │   │   ├── ckffolder.gif
│   │   │   │   │   ├── ckffolderopened.gif
│   │   │   │   │   ├── ckfminus.gif
│   │   │   │   │   ├── ckfnothumb.gif
│   │   │   │   │   ├── ckfplus.gif
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── 16
│   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   ├── docx.gif
│   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── pptx.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   └── 32
│   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   ├── docx.gif
│   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   ├── pptx.gif
│   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   └── zip.gif
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── loaders
│   │   │   │   │   │   ├── 16x16.gif
│   │   │   │   │   │   └── 32x32.gif
│   │   │   │   │   ├── spacer.gif
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   ├── toolbar
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── clear_basket.gif
│   │   │   │   │   │   ├── delete.gif
│   │   │   │   │   │   ├── download.gif
│   │   │   │   │   │   ├── help.gif
│   │   │   │   │   │   ├── maximize.gif
│   │   │   │   │   │   ├── refresh.gif
│   │   │   │   │   │   ├── settings.gif
│   │   │   │   │   │   └── view.gif
│   │   │   │   │   └── toolbar_start.gif
│   │   │   │   ├── richcombo.css
│   │   │   │   ├── skin.js
│   │   │   │   └── uipanel.css
│   │   │   └── translations.txt
│   │   ├── mobile
│   │   │   └── login
│   │   │   ├── footer.jsp
│   │   │   └── head.jsp
│   │   ├── pic
│   │   │   └── body.jpg
│   │   └── register.jsp
│   ├── build
│   │   └── classes
│   │   ├── c3p0-config.xml
│   │   ├── cn
│   │   │   └── edu
│   │   │   └── scu
│   │   │   └── mobilearn
│   │   │   ├── CommonUtil
│   │   │   │   ├── CommonUtil.class
│   │   │   │   ├── MD5.class
│   │   │   │   └── Replace.class
│   │   │   ├── dao
│   │   │   │   ├── BbsDao.class
│   │   │   │   ├── Dao.class
│   │   │   │   ├── DaoFactory.class
│   │   │   │   ├── DaoSupport.class
│   │   │   │   ├── DiaryDao.class
│   │   │   │   ├── DocmentDao.class
│   │   │   │   ├── GradeDao.class
│   │   │   │   ├── HelpDaoImpl.class
│   │   │   │   ├── NoticDao.class
│   │   │   │   ├── RepBbsDao.class
│   │   │   │   ├── TestDao.class
│   │   │   │   ├── UserDao.class
│   │   │   │   ├── VediophotoDao.class
│   │   │   │   └── impl
│   │   │   │   ├── BbsDaoImpl.class
│   │   │   │   ├── DiaryDaoImpl.class
│   │   │   │   ├── DocmentDaoImpl.class
│   │   │   │   ├── GradeDaoImpl.class
│   │   │   │   ├── NoticDaoImpl.class
│   │   │   │   ├── RepBbsDaoImpl.class
│   │   │   │   ├── TestDaoImpl.class
│   │   │   │   ├── UserDaoImpl.class
│   │   │   │   └── VediophotoDaoImpl.class
│   │   │   ├── db
│   │   │   │   └── DataSourceManager.class
│   │   │   ├── entity
│   │   │   │   ├── Bbs.class
│   │   │   │   ├── Bbs.java.bak
│   │   │   │   ├── Diary.class
│   │   │   │   ├── Document.class
│   │   │   │   ├── Grade.class
│   │   │   │   ├── Notic.class
│   │   │   │   ├── RepBbs.class
│   │   │   │   ├── SentMessage.class
│   │   │   │   ├── Test.class
│   │   │   │   ├── User.class
│   │   │   │   └── Vediophoto.class
│   │   │   ├── jsonservlet
│   │   │   │   ├── AllMaterialJsonServlet.class
│   │   │   │   ├── BbsJsonServlet.class
│   │   │   │   ├── DiaryJsonServlet.class
│   │   │   │   ├── MaterialsServlet.class
│   │   │   │   ├── NoticJsonServlet.class
│   │   │   │   ├── PhvedioJsonServlet.class
│   │   │   │   ├── RepBbsJsonServlet.class
│   │   │   │   ├── TestJsonServlet.class
│   │   │   │   └── UserJsonServlet.class
│   │   │   ├── service
│   │   │   │   ├── impl
│   │   │   │   │   └── UserServiceImpl.class
│   │   │   │   └── service.class
│   │   │   └── servlet
│   │   │   ├── BbsServlet.class
│   │   │   ├── DiaryServlet.class
│   │   │   ├── DocServlet.class
│   │   │   ├── NoticServlet.class
│   │   │   ├── RepBbsServlet.class
│   │   │   ├── TestServlet.class
│   │   │   ├── UserServlet.class
│   │   │   ├── UsermanServlet.class
│   │   │   └── phvedioServlet.class
│   │   ├── daoconfig.properties
│   │   └── dbcpconfig.properties
│   └── src
│   ├── c3p0-config.xml
│   ├── cn
│   │   └── edu
│   │   └── scu
│   │   └── mobilearn
│   │   ├── CommonUtil
│   │   │   ├── CommonUtil.java
│   │   │   ├── MD5.java
│   │   │   └── Replace.java
│   │   ├── dao
│   │   │   ├── BbsDao.java
│   │   │   ├── Dao.java
│   │   │   ├── DaoFactory.java
│   │   │   ├── DaoSupport.java
│   │   │   ├── DiaryDao.java
│   │   │   ├── DocmentDao.java
│   │   │   ├── GradeDao.java
│   │   │   ├── HelpDaoImpl.java
│   │   │   ├── NoticDao.java
│   │   │   ├── RepBbsDao.java
│   │   │   ├── TestDao.java
│   │   │   ├── UserDao.java
│   │   │   ├── VediophotoDao.java
│   │   │   └── impl
│   │   │   ├── BbsDaoImpl.java
│   │   │   ├── DiaryDaoImpl.java
│   │   │   ├── DocmentDaoImpl.java
│   │   │   ├── GradeDaoImpl.java
│   │   │   ├── NoticDaoImpl.java
│   │   │   ├── RepBbsDaoImpl.java
│   │   │   ├── TestDaoImpl.java
│   │   │   ├── UserDaoImpl.java
│   │   │   └── VediophotoDaoImpl.java
│   │   ├── db
│   │   │   └── DataSourceManager.java
│   │   ├── entity
│   │   │   ├── Bbs.java
│   │   │   ├── Bbs.java.bak
│   │   │   ├── Diary.java
│   │   │   ├── Document.java
│   │   │   ├── Grade.java
│   │   │   ├── Notic.java
│   │   │   ├── RepBbs.java
│   │   │   ├── SentMessage.java
│   │   │   ├── Test.java
│   │   │   ├── User.java
│   │   │   └── Vediophoto.java
│   │   ├── jsonservlet
│   │   │   ├── AllMaterialJsonServlet.java
│   │   │   ├── BbsJsonServlet.java
│   │   │   ├── DiaryJsonServlet.java
│   │   │   ├── MaterialsServlet.java
│   │   │   ├── NoticJsonServlet.java
│   │   │   ├── PhvedioJsonServlet.java
│   │   │   ├── RepBbsJsonServlet.java
│   │   │   ├── TestJsonServlet.java
│   │   │   └── UserJsonServlet.java
│   │   ├── service
│   │   │   ├── impl
│   │   │   │   └── UserServiceImpl.java
│   │   │   └── service.java
│   │   └── servlet
│   │   ├── BbsServlet.java
│   │   ├── DiaryServlet.java
│   │   ├── DocServlet.java
│   │   ├── NoticServlet.java
│   │   ├── RepBbsServlet.java
│   │   ├── TestServlet.java
│   │   ├── UserServlet.java
│   │   ├── UsermanServlet.java
│   │   └── phvedioServlet.java
│   ├── daoconfig.properties
│   └── dbcpconfig.properties
└── suibian_version2
├── AndroidManifest.xml
├── assets
│   └── touxiang.jpg
├── bin
│   ├── AndroidManifest.xml
│   ├── classes
│   │   ├── cn
│   │   │   └── edu
│   │   │   └── scu
│   │   │   ├── DownLoad
│   │   │   │   ├── DBOpenHelper.class
│   │   │   │   ├── DownloadProgressListener.class
│   │   │   │   ├── DownloadService$1$1.class
│   │   │   │   ├── DownloadService$1.class
│   │   │   │   ├── DownloadService$2.class
│   │   │   │   ├── DownloadService.class
│   │   │   │   ├── DownloadThread.class
│   │   │   │   ├── FileDownloader.class
│   │   │   │   └── FileService.class
│   │   │   ├── GlobalParams
│   │   │   │   └── GlobalParams.class
│   │   │   ├── HandlerImageView
│   │   │   │   ├── RoundImageView.class
│   │   │   │   └── RoundedImageView.class
│   │   │   ├── HttpUtil
│   │   │   │   ├── AskForInternet.class
│   │   │   │   ├── ConstsUrl.class
│   │   │   │   ├── MD5.class
│   │   │   │   └── StreamTool.class
│   │   │   ├── cancelAll
│   │   │   │   └── SysApplication.class
│   │   │   ├── entity
│   │   │   │   ├── Bbs.class
│   │   │   │   ├── Diary.class
│   │   │   │   ├── Document.class
│   │   │   │   ├── Notic.class
│   │   │   │   ├── Question.class
│   │   │   │   ├── User.class
│   │   │   │   └── Vediophoto.class
│   │   │   ├── gallery
│   │   │   │   └── MyGallery.class
│   │   │   ├── search_dialog
│   │   │   │   ├── SearchQueryResults$1.class
│   │   │   │   ├── SearchQueryResults$2.class
│   │   │   │   ├── SearchQueryResults$3.class
│   │   │   │   ├── SearchQueryResults$4$1.class
│   │   │   │   ├── SearchQueryResults$4.class
│   │   │   │   ├── SearchQueryResults$ImageAdapter.class
│   │   │   │   ├── SearchQueryResults.class
│   │   │   │   ├── SearchSuggestionSampleProvider.class
│   │   │   │   └── TestSearchRecentSuggestions.class
│   │   │   ├── slidingmenu
│   │   │   │   └── slidingMenu.class
│   │   │   └── suibian_version2
│   │   │   ├── BbsEngine.class
│   │   │   ├── BuildConfig.class
│   │   │   ├── DataCleanManager.class
│   │   │   ├── Fragment_individual_message$1.class
│   │   │   ├── Fragment_individual_message$2.class
│   │   │   ├── Fragment_individual_message.class
│   │   │   ├── Fragment_individual_message_age$1.class
│   │   │   ├── Fragment_individual_message_age$DayAdapter.class
│   │   │   ├── Fragment_individual_message_age$MonthAdapter.class
│   │   │   ├── Fragment_individual_message_age$YearAdapter.class
│   │   │   ├── Fragment_individual_message_age.class
│   │   │   ├── Fragment_individual_message_announce$1.class
│   │   │   ├── Fragment_individual_message_announce.class
│   │   │   ├── Fragment_individual_message_email.class
│   │   │   ├── Fragment_individual_message_nick$1.class
│   │   │   ├── Fragment_individual_message_nick.class
│   │   │   ├── Fragment_individual_message_sex$1.class
│   │   │   ├── Fragment_individual_message_sex$2.class
│   │   │   ├── Fragment_individual_message_sex.class
│   │   │   ├── Fragment_login$1$1$1.class
│   │   │   ├── Fragment_login$1$1.class
│   │   │   ├── Fragment_login$1.class
│   │   │   ├── Fragment_login.class
│   │   │   ├── Fragment_my_focus$1$1.class
│   │   │   ├── Fragment_my_focus$1.class
│   │   │   ├── Fragment_my_focus$2.class
│   │   │   ├── Fragment_my_focus$3.class
│   │   │   ├── Fragment_my_focus$4$1.class
│   │   │   ├── Fragment_my_focus$4.class
│   │   │   ├── Fragment_my_focus$5.class
│   │   │   ├── Fragment_my_focus$6.class
│   │   │   ├── Fragment_my_focus$MyAdapter.class
│   │   │   ├── Fragment_my_focus.class
│   │   │   ├── Fragment_my_focus_all_full$1$1.class
│   │   │   ├── Fragment_my_focus_all_full$1.class
│   │   │   ├── Fragment_my_focus_all_full$2$1.class
│   │   │   ├── Fragment_my_focus_all_full$2.class
│   │   │   ├── Fragment_my_focus_all_full$3.class
│   │   │   ├── Fragment_my_focus_all_full$4.class
│   │   │   ├── Fragment_my_focus_all_full.class
│   │   │   ├── Fragment_my_focus_mine$1.class
│   │   │   ├── Fragment_my_focus_mine$2$1.class
│   │   │   ├── Fragment_my_focus_mine$2.class
│   │   │   ├── Fragment_my_focus_mine.class
│   │   │   ├── Fragment_my_notes$1$1.class
│   │   │   ├── Fragment_my_notes$1.class
│   │   │   ├── Fragment_my_notes.class
│   │   │   ├── Fragment_my_notes_add$1.class
│   │   │   ├── Fragment_my_notes_add.class
│   │   │   ├── Fragment_scan_course$1.class
│   │   │   ├── Fragment_scan_course$2.class
│   │   │   ├── Fragment_scan_course$3.class
│   │   │   ├── Fragment_scan_course$4.class
│   │   │   ├── Fragment_scan_course$5$1.class
│   │   │   ├── Fragment_scan_course$5.class
│   │   │   ├── Fragment_scan_course.class
│   │   │   ├── Fragment_scan_course_doc$1.class
│   │   │   ├── Fragment_scan_course_doc.class
│   │   │   ├── Fragment_scan_course_vip$1.class
│   │   │   ├── Fragment_scan_course_vip$2.class
│   │   │   ├── Fragment_scan_course_vip.class
│   │   │   ├── Fragment_setting$1.class
│   │   │   ├── Fragment_setting$2.class
│   │   │   ├── Fragment_setting.class
│   │   │   ├── Fragment_setting_aboutUs.class
│   │   │   ├── Fragment_setting_alterpassword$1$1.class
│   │   │   ├── Fragment_setting_alterpassword$1.class
│   │   │   ├── Fragment_setting_alterpassword.class
│   │   │   ├── Fragment_setting_backopinion.class
│   │   │   ├── Fragment_sign$1$1.class
│   │   │   ├── Fragment_sign$1.class
│   │   │   ├── Fragment_sign.class
│   │   │   ├── Fragment_test_online.class
│   │   │   ├── Fragment_test_online_answer$1.class
│   │   │   ├── Fragment_test_online_answer$2.class
│   │   │   ├── Fragment_test_online_answer$3.class
│   │   │   ├── Fragment_test_online_answer.class
│   │   │   ├── Fragment_test_online_test$1$1$1.class
│   │   │   ├── Fragment_test_online_test$1$1.class
│   │   │   ├── Fragment_test_online_test$1.class
│   │   │   ├── Fragment_test_online_test.class
│   │   │   ├── LeftSlidingMenuFragment$1.class
│   │   │   ├── LeftSlidingMenuFragment$MyBroadcastReciever.class
│   │   │   ├── LeftSlidingMenuFragment.class
│   │   │   ├── MainActivity$1.class
│   │   │   ├── MainActivity$2.class
│   │   │   ├── MainActivity$3$1.class
│   │   │   ├── MainActivity$3.class
│   │   │   ├── MainActivity$4.class
│   │   │   ├── MainActivity$5.class
│   │   │   ├── MainActivity$ImageAdapter.class
│   │   │   ├── MainActivity.class
│   │   │   ├── MyAdapter_document.class
│   │   │   ├── MyAdapter_videophoto.class
│   │   │   ├── NotesShow$1.class
│   │   │   ├── NotesShow$2.class
│   │   │   ├── NotesShow.class
│   │   │   ├── NoticeShow.class
│   │   │   ├── R$array.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$color.class
│   │   │   ├── R$dimen.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   ├── R$menu.class
│   │   │   ├── R$string.class
│   │   │   ├── R$style.class
│   │   │   ├── R$styleable.class
│   │   │   ├── R$xml.class
│   │   │   └── R.class
│   │   └── com
│   │   └── jeremyfeinstein
│   │   └── slidingmenu
│   │   └── lib
│   │   ├── CanvasTransformerBuilder$1.class
│   │   ├── CanvasTransformerBuilder$2.class
│   │   ├── CanvasTransformerBuilder$3.class
│   │   ├── CanvasTransformerBuilder$4.class
│   │   ├── CanvasTransformerBuilder$5.class
│   │   ├── CanvasTransformerBuilder$6.class
│   │   ├── CanvasTransformerBuilder.class
│   │   ├── CustomViewAbove$1.class
│   │   ├── CustomViewAbove$2.class
│   │   ├── CustomViewAbove$OnPageChangeListener.class
│   │   ├── CustomViewAbove$SimpleOnPageChangeListener.class
│   │   ├── CustomViewAbove.class
│   │   ├── CustomViewBehind.class
│   │   ├── MenuInterface.class
│   │   ├── SlidingMenu$1.class
│   │   ├── SlidingMenu$2.class
│   │   ├── SlidingMenu$CanvasTransformer.class
│   │   ├── SlidingMenu$OnCloseListener.class
│   │   ├── SlidingMenu$OnClosedListener.class
│   │   ├── SlidingMenu$OnOpenListener.class
│   │   ├── SlidingMenu$OnOpenedListener.class
│   │   ├── SlidingMenu$SavedState$1.class
│   │   ├── SlidingMenu$SavedState.class
│   │   ├── SlidingMenu.class
│   │   └── app
│   │   ├── SlidingActivity.class
│   │   ├── SlidingActivityBase.class
│   │   ├── SlidingActivityHelper$1.class
│   │   ├── SlidingActivityHelper.class
│   │   ├── SlidingFragmentActivity.class
│   │   ├── SlidingListActivity.class
│   │   └── SlidingPreferenceActivity.class
│   ├── classes.dex
│   ├── dexedLibs
│   │   ├── android-support-v4-9f82d0a62f8e35a0c99fd27d6e78f9d6.jar
│   │   └── android-support-v4-9fc8f47ae13372dddd63fe5788ff514f.jar
│   ├── jarlist.cache
│   ├── res
│   │   ├── drawable-hdpi
│   │   │   ├── aboutus.9.png
│   │   │   ├── bg_left.png
│   │   │   ├── bg_top.png
│   │   │   ├── easy_learn.png
│   │   │   ├── focus.9.png
│   │   │   ├── g_unread_messages_bg.png
│   │   │   ├── head_ui_add.png
│   │   │   ├── head_ui_add_press.png
│   │   │   ├── head_ui_back.png
│   │   │   ├── head_ui_back_press.png
│   │   │   ├── head_ui_classify.png
│   │   │   ├── head_ui_classify_press.png
│   │   │   ├── head_ui_delete.png
│   │   │   ├── head_ui_delete_press.png
│   │   │   ├── head_ui_home.png
│   │   │   ├── head_ui_home_press.png
│   │   │   ├── head_ui_local.png
│   │   │   ├── head_ui_local_press.png
│   │   │   ├── head_ui_local_w.png
│   │   │   ├── head_ui_login_beijing.png
│   │   │   ├── head_ui_my_notes_save.png
│   │   │   ├── head_ui_my_notes_save_press.png
│   │   │   ├── head_ui_my_post.png
│   │   │   ├── head_ui_my_post_press.png
│   │   │   ├── head_ui_post.png
│   │   │   ├── head_ui_post_press.png
│   │   │   ├── head_ui_search.png
│   │   │   ├── head_ui_search_press.png
│   │   │   ├── head_ui_sign.png
│   │   │   ├── head_ui_sign_press.png
│   │   │   ├── ic_comm_title_bg.png
│   │   │   ├── item_bg.9.png
│   │   │   ├── item_bg_n.9.png
│   │   │   ├── listview_bg.9.png
│   │   │   ├── logo.png
│   │   │   ├── main_title_slidingmenu_left_normal.png
│   │   │   ├── main_title_slidingmenu_left_pressed.png
│   │   │   ├── no_unread_messages.png
│   │   │   ├── password.png
│   │   │   ├── password2.png
│   │   │   ├── personal_press.png
│   │   │   ├── selector_bg.png
│   │   │   ├── test.png
│   │   │   ├── tool_box_fragment_bg_normal.9.png
│   │   │   ├── tool_box_fragment_bg_pressed.9.png
│   │   │   ├── tool_box_fragment_bg_selected.9.png
│   │   │   ├── toolbox_fragment_bg.png
│   │   │   ├── toolbox_item_home_page.png
│   │   │   ├── toolbox_item_individual_message.png
│   │   │   ├── toolbox_item_login.png
│   │   │   ├── toolbox_item_my_focus.png
│   │   │   ├── toolbox_item_my_notes.png
│   │   │   ├── toolbox_item_setting.png
│   │   │   ├── toolbox_item_setting_jiantou.png
│   │   │   ├── toolbox_item_test_online.png
│   │   │   ├── toolbox_item_unload_scan.png
│   │   │   ├── tools_box_invite_btn.png
│   │   │   └── tools_box_invite_btn_hover.png
│   │   ├── drawable-mdpi
│   │   │   └── easy_learn.png
│   │   ├── drawable-xhdpi
│   │   │   └── easy_learn.png
│   │   └── drawable-xxhdpi
│   │   └── easy_learn.png
│   ├── resources.ap_
│   └── suibian_version2.apk
├── gen
│   └── cn
│   └── edu
│   └── scu
│   └── suibian_version2
│   ├── BuildConfig.java
│   └── R.java
├── libs
│   └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│   ├── color
│   │   ├── font_selector.xml
│   │   ├── sign_textview_selector.xml
│   │   └── start_test_selector.xml
│   ├── drawable
│   │   ├── add_selector.xml
│   │   ├── back_selector.xml
│   │   ├── classify_selector.xml
│   │   ├── comm_title_bg.xml
│   │   ├── delete_selector.xml
│   │   ├── hint.xml
│   │   ├── hint_selected.xml
│   │   ├── hint_selector.xml
│   │   ├── home_selector.xml
│   │   ├── load_selector.xml
│   │   ├── local_selector.xml
│   │   ├── login_button_selector.xml
│   │   ├── my_notes_save_selector.xml
│   │   ├── my_post_selector.xml
│   │   ├── post_selector.xml
│   │   ├── shadow.xml
│   │   ├── shape.xml
│   │   ├── showleft_selector.xml
│   │   ├── showright_selector.xml
│   │   ├── sign_selector.xml
│   │   ├── textview_selector.xml
│   │   └── tool_box_fragment_bg_selector.xml
│   ├── drawable-hdpi
│   │   ├── aboutus.9.png
│   │   ├── bg_left.png
│   │   ├── bg_top.png
│   │   ├── easy_learn.png
│   │   ├── focus.9.png
│   │   ├── g_unread_messages_bg.png
│   │   ├── gallery1.jpg
│   │   ├── gallery2.jpg
│   │   ├── gallery3.jpg
│   │   ├── gallery4.jpg
│   │   ├── gallery5.jpg
│   │   ├── head_ui_add.png
│   │   ├── head_ui_add_press.png
│   │   ├── head_ui_back.png
│   │   ├── head_ui_back_press.png
│   │   ├── head_ui_classify.png
│   │   ├── head_ui_classify_press.png
│   │   ├── head_ui_delete.png
│   │   ├── head_ui_delete_press.png
│   │   ├── head_ui_home.png
│   │   ├── head_ui_home_press.png
│   │   ├── head_ui_local.png
│   │   ├── head_ui_local_press.png
│   │   ├── head_ui_local_w.png
│   │   ├── head_ui_login_beijing.png
│   │   ├── head_ui_my_notes_save.png
│   │   ├── head_ui_my_notes_save_press.png
│   │   ├── head_ui_my_post.png
│   │   ├── head_ui_my_post_press.png
│   │   ├── head_ui_post.png
│   │   ├── head_ui_post_press.png
│   │   ├── head_ui_search.png
│   │   ├── head_ui_search_press.png
│   │   ├── head_ui_sign.png
│   │   ├── head_ui_sign_beijing.jpg
│   │   ├── head_ui_sign_press.png
│   │   ├── ic_comm_title_bg.png
│   │   ├── item_bg.9.png
│   │   ├── item_bg_n.9.png
│   │   ├── listview_bg.9.png
│   │   ├── logo.png
│   │   ├── main_title_slidingmenu_left_normal.png
│   │   ├── main_title_slidingmenu_left_pressed.png
│   │   ├── no_unread_messages.png
│   │   ├── password.png
│   │   ├── password2.png
│   │   ├── personal_press.png
│   │   ├── selector_bg.png
│   │   ├── test.png
│   │   ├── tool_box_fragment_bg_normal.9.png
│   │   ├── tool_box_fragment_bg_pressed.9.png
│   │   ├── tool_box_fragment_bg_selected.9.png
│   │   ├── toolbox_fragment_bg.png
│   │   ├── toolbox_item_home_page.png
│   │   ├── toolbox_item_individual_message.png
│   │   ├── toolbox_item_login.png
│   │   ├── toolbox_item_my_focus.png
│   │   ├── toolbox_item_my_notes.png
│   │   ├── toolbox_item_setting.png
│   │   ├── toolbox_item_setting_jiantou.png
│   │   ├── toolbox_item_test_online.png
│   │   ├── toolbox_item_unload_scan.png
│   │   ├── tools_box_invite_btn.png
│   │   ├── tools_box_invite_btn_hover.png
│   │   └── touxiang.jpg
│   ├── drawable-mdpi
│   │   └── easy_learn.png
│   ├── drawable-xhdpi
│   │   └── easy_learn.png
│   ├── drawable-xxhdpi
│   │   └── easy_learn.png
│   ├── layout
│   │   ├── head_ui_individual_message.xml
│   │   ├── head_ui_individual_message_age.xml
│   │   ├── head_ui_individual_message_announce.xml
│   │   ├── head_ui_individual_message_email.xml
│   │   ├── head_ui_individual_message_nick.xml
│   │   ├── head_ui_individual_message_sex.xml
│   │   ├── head_ui_individual_message_touxiang.xml
│   │   ├── head_ui_login.xml
│   │   ├── head_ui_main.xml
│   │   ├── head_ui_main_item.xml
│   │   ├── head_ui_my_focus.xml
│   │   ├── head_ui_my_focus_all_full.xml
│   │   ├── head_ui_my_focus_all_full_item.xml
│   │   ├── head_ui_my_focus_all_item.xml
│   │   ├── head_ui_my_focus_mine_detail.xml
│   │   ├── head_ui_my_focus_mine_detail_item.xml
│   │   ├── head_ui_my_focus_mine_item.xml
│   │   ├── head_ui_my_notes.xml
│   │   ├── head_ui_my_notes_add.xml
│   │   ├── head_ui_my_notes_detail.xml
│   │   ├── head_ui_my_notes_edit.xml
│   │   ├── head_ui_my_notes_item.xml
│   │   ├── head_ui_notice_show.xml
│   │   ├── head_ui_scan_course.xml
│   │   ├── head_ui_scan_course_detail.xml
│   │   ├── head_ui_scan_course_detail_vip.xml
│   │   ├── head_ui_scan_course_item.xml
│   │   ├── head_ui_setting.xml
│   │   ├── head_ui_setting_aboutus.xml
│   │   ├── head_ui_setting_alterpassword.xml
│   │   ├── head_ui_setting_backopinion.xml
│   │   ├── head_ui_setting_item.xml
│   │   ├── head_ui_sign.xml
│   │   ├── head_ui_test_online.xml
│   │   ├── head_ui_test_online_answer.xml
│   │   ├── head_ui_test_online_answer_item.xml
│   │   ├── head_ui_test_online_test.xml
│   │   ├── head_ui_text_online_test_item.xml
│   │   ├── home_ui_gallery.xml
│   │   ├── main_left_fragment.xml
│   │   ├── main_left_layout.xml
│   │   ├── main_title.xml
│   │   ├── main_title_individual_message.xml
│   │   ├── main_title_my_focus.xml
│   │   ├── main_title_my_notes.xml
│   │   ├── main_title_my_notes_detail.xml
│   │   ├── main_title_my_notes_edit.xml
│   │   ├── main_title_scan_course.xml
│   │   ├── main_title_scan_course1.xml
│   │   ├── main_title_scan_course_detail.xml
│   │   ├── main_title_setting.xml
│   │   ├── main_title_test_online.xml
│   │   ├── main_title_test_online_test.xml
│   │   ├── noty.xml
│   │   ├── searchinvoke.xml
│   │   ├── slidingmenumain.xml
│   │   ├── tool_box_fragment_bg_selector.xml
│   │   ├── toolbox_item_home_page.xml
│   │   ├── toolbox_item_individual_message.xml
│   │   ├── toolbox_item_login.xml
│   │   ├── toolbox_item_my_focus.xml
│   │   ├── toolbox_item_my_notes.xml
│   │   ├── toolbox_item_scan_course.xml
│   │   ├── toolbox_item_setting.xml
│   │   └── toolbox_item_test_online.xml
│   ├── menu
│   │   └── main.xml
│   ├── values
│   │   ├── attrs.xml
│   │   ├── colors.xml
│   │   ├── dimens.xml
│   │   ├── ids.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-sw600dp
│   │   └── dimens.xml
│   ├── values-sw720dp-land
│   │   └── dimens.xml
│   ├── values-v11
│   │   └── styles.xml
│   ├── values-v14
│   │   └── styles.xml
│   └── xml
│   └── searchable.xml
└── src
├── cn
│   └── edu
│   └── scu
│   ├── DownLoad
│   │   ├── DBOpenHelper.java
│   │   ├── DownloadProgressListener.java
│   │   ├── DownloadService.java
│   │   ├── DownloadThread.java
│   │   ├── FileDownloader.java
│   │   └── FileService.java
│   ├── GlobalParams
│   │   └── GlobalParams.java
│   ├── HandlerImageView
│   │   ├── RoundImageView.java
│   │   └── RoundedImageView.java
│   ├── HttpUtil
│   │   ├── AskForInternet.java
│   │   ├── ConstsUrl.java
│   │   ├── MD5.java
│   │   └── StreamTool.java
│   ├── cancelAll
│   │   └── SysApplication.java
│   ├── entity
│   │   ├── Bbs.java
│   │   ├── Diary.java
│   │   ├── Document.java
│   │   ├── Notic.java
│   │   ├── Question.java
│   │   ├── User.java
│   │   └── Vediophoto.java
│   ├── gallery
│   │   └── MyGallery.java
│   ├── search_dialog
│   │   ├── SearchQueryResults.java
│   │   ├── SearchSuggestionSampleProvider.java
│   │   └── TestSearchRecentSuggestions.java
│   ├── slidingmenu
│   │   └── slidingMenu.java
│   └── suibian_version2
│   ├── BbsEngine.java
│   ├── DataCleanManager.java
│   ├── Fragment_individual_message.java
│   ├── Fragment_individual_message_age.java
│   ├── Fragment_individual_message_announce.java
│   ├── Fragment_individual_message_email.java
│   ├── Fragment_individual_message_nick.java
│   ├── Fragment_individual_message_sex.java
│   ├── Fragment_login.java
│   ├── Fragment_my_focus.java
│   ├── Fragment_my_focus_all_full.java
│   ├── Fragment_my_focus_mine.java
│   ├── Fragment_my_notes.java
│   ├── Fragment_my_notes_add.java
│   ├── Fragment_scan_course.java
│   ├── Fragment_scan_course_doc.java
│   ├── Fragment_scan_course_vip.java
│   ├── Fragment_setting.java
│   ├── Fragment_setting_aboutUs.java
│   ├── Fragment_setting_alterpassword.java
│   ├── Fragment_setting_backopinion.java
│   ├── Fragment_sign.java
│   ├── Fragment_test_online.java
│   ├── Fragment_test_online_answer.java
│   ├── Fragment_test_online_test.java
│   ├── LeftSlidingMenuFragment.java
│   ├── MainActivity.java
│   ├── MyAdapter_document.java
│   ├── MyAdapter_videophoto.java
│   ├── NotesShow.java
│   └── NoticeShow.java
└── com
└── jeremyfeinstein
└── slidingmenu
└── lib
├── CanvasTransformerBuilder.java
├── CustomViewAbove.java
├── CustomViewBehind.java
├── MenuInterface.java
├── SlidingMenu.java
└── app
├── SlidingActivity.java
├── SlidingActivityBase.java
├── SlidingActivityHelper.java
├── SlidingFragmentActivity.java
├── SlidingListActivity.java
└── SlidingPreferenceActivity.java

411 directories, 2073 files

标签:

实例下载地址

移动学习平台

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警