实例介绍
纯原创手敲代码,javaweb的结课作业,一个教务管理系统 三层架构
【实例截图】
【核心代码】
javaweb课程大作业——教务管理系统
└── student
├── WebRoot
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── WEB-INF
│ │ ├── classes
│ │ │ └── cn
│ │ │ ├── dao
│ │ │ │ ├── ClassBook.class
│ │ │ │ ├── TeacherDao.class
│ │ │ │ ├── UserDao.class
│ │ │ │ └── impl
│ │ │ │ ├── ClassBookJdbcImpl.class
│ │ │ │ ├── TeacherDaoJdbcImpl.class
│ │ │ │ └── UserDaoJdbcImpl.class
│ │ │ ├── domain
│ │ │ │ ├── Classbook.class
│ │ │ │ ├── Person.class
│ │ │ │ ├── Student.class
│ │ │ │ ├── Teacher.class
│ │ │ │ ├── Tstudent.class
│ │ │ │ ├── User.class
│ │ │ │ └── teacherbook.class
│ │ │ ├── exception
│ │ │ │ └── DaoException.class
│ │ │ ├── service
│ │ │ │ └── impl
│ │ │ │ └── BusinessServiceImpl.class
│ │ │ ├── test
│ │ │ │ ├── Sql.class
│ │ │ │ └── Test.class
│ │ │ ├── utils
│ │ │ │ └── JdbcUtils.class
│ │ │ └── web
│ │ │ └── controller
│ │ │ ├── AddUser.class
│ │ │ ├── Addclass.class
│ │ │ ├── LO.class
│ │ │ ├── LoginServlet.class
│ │ │ ├── RemoveSeesion.class
│ │ │ ├── StudentLogin.class
│ │ │ └── TeacherServlet.class
│ │ ├── lib
│ │ │ └── mysql-connector-java-5.1.38-bin.jar
│ │ └── web.xml
│ ├── admin
│ │ ├── add.jsp
│ │ ├── addclass.jsp
│ │ ├── addmanage.jsp
│ │ ├── addstudent.jsp
│ │ ├── addteacher.jsp
│ │ ├── admin_add.jsp
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── oneui.css
│ │ │ │ └── themes
│ │ │ │ ├── amethyst.min.css
│ │ │ │ ├── city.min.css
│ │ │ │ ├── flat.min.css
│ │ │ │ ├── modern.min.css
│ │ │ │ └── smooth.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── fontawesome-webfont.woff2
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── img
│ │ │ │ ├── avatars
│ │ │ │ │ ├── avatar1.jpg
│ │ │ │ │ ├── avatar10.jpg
│ │ │ │ │ ├── avatar11.jpg
│ │ │ │ │ ├── avatar12.jpg
│ │ │ │ │ ├── avatar13.jpg
│ │ │ │ │ ├── avatar14.jpg
│ │ │ │ │ ├── avatar15.jpg
│ │ │ │ │ ├── avatar16.jpg
│ │ │ │ │ ├── avatar2.jpg
│ │ │ │ │ ├── avatar3.jpg
│ │ │ │ │ ├── avatar4.jpg
│ │ │ │ │ ├── avatar5.jpg
│ │ │ │ │ ├── avatar6.jpg
│ │ │ │ │ ├── avatar7.jpg
│ │ │ │ │ ├── avatar8.jpg
│ │ │ │ │ ├── avatar9.jpg
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── favicons
│ │ │ │ │ ├── apple-touch-icon-114x114.png
│ │ │ │ │ ├── apple-touch-icon-120x120.png
│ │ │ │ │ ├── apple-touch-icon-144x144.png
│ │ │ │ │ ├── apple-touch-icon-152x152.png
│ │ │ │ │ ├── apple-touch-icon-180x180.png
│ │ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ │ ├── apple-touch-icon-76x76.png
│ │ │ │ │ ├── favicon-160x160.png
│ │ │ │ │ ├── favicon-16x16.png
│ │ │ │ │ ├── favicon-192x192.png
│ │ │ │ │ ├── favicon-32x32.png
│ │ │ │ │ ├── favicon-96x96.png
│ │ │ │ │ └── favicon.png
│ │ │ │ ├── photos
│ │ │ │ │ ├── photo1.jpg
│ │ │ │ │ ├── photo10.jpg
│ │ │ │ │ ├── photo10@2x.jpg
│ │ │ │ │ ├── photo11.jpg
│ │ │ │ │ ├── photo11@2x.jpg
│ │ │ │ │ ├── photo12.jpg
│ │ │ │ │ ├── photo12@2x.jpg
│ │ │ │ │ ├── photo13.jpg
│ │ │ │ │ ├── photo13@2x.jpg
│ │ │ │ │ ├── photo14.jpg
│ │ │ │ │ ├── photo14@2x.jpg
│ │ │ │ │ ├── photo15.jpg
│ │ │ │ │ ├── photo15@2x.jpg
│ │ │ │ │ ├── photo16.jpg
│ │ │ │ │ ├── photo16@2x.jpg
│ │ │ │ │ ├── photo17.jpg
│ │ │ │ │ ├── photo17@2x.jpg
│ │ │ │ │ ├── photo18.jpg
│ │ │ │ │ ├── photo18@2x.jpg
│ │ │ │ │ ├── photo19.jpg
│ │ │ │ │ ├── photo19@2x.jpg
│ │ │ │ │ ├── photo1@2x.jpg
│ │ │ │ │ ├── photo2.jpg
│ │ │ │ │ ├── photo20.jpg
│ │ │ │ │ ├── photo20@2x.jpg
│ │ │ │ │ ├── photo2@2x.jpg
│ │ │ │ │ ├── photo3.jpg
│ │ │ │ │ ├── photo3@2x.jpg
│ │ │ │ │ ├── photo4.jpg
│ │ │ │ │ ├── photo4@2x.jpg
│ │ │ │ │ ├── photo5.jpg
│ │ │ │ │ ├── photo5@2x.jpg
│ │ │ │ │ ├── photo6.jpg
│ │ │ │ │ ├── photo6@2x.jpg
│ │ │ │ │ ├── photo7.jpg
│ │ │ │ │ ├── photo7@2x.jpg
│ │ │ │ │ ├── photo8.jpg
│ │ │ │ │ ├── photo8@2x.jpg
│ │ │ │ │ ├── photo9.jpg
│ │ │ │ │ └── photo9@2x.jpg
│ │ │ │ └── various
│ │ │ │ ├── hero1.jpg
│ │ │ │ ├── little-monster.png
│ │ │ │ ├── promo1.jpg
│ │ │ │ ├── promo2.jpg
│ │ │ │ └── promo3.jpg
│ │ │ ├── js
│ │ │ │ ├── app.js
│ │ │ │ ├── core
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ ├── jquery.appear.min.js
│ │ │ │ │ ├── jquery.countTo.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ ├── jquery.placeholder.min.js
│ │ │ │ │ ├── jquery.scrollLock.min.js
│ │ │ │ │ ├── jquery.slimscroll.min.js
│ │ │ │ │ └── js.cookie.min.js
│ │ │ │ ├── pages
│ │ │ │ │ ├── base_comp_animations.js
│ │ │ │ │ ├── base_comp_calendar.js
│ │ │ │ │ ├── base_comp_charts.js
│ │ │ │ │ ├── base_comp_maps.js
│ │ │ │ │ ├── base_forms_validation.js
│ │ │ │ │ ├── base_forms_wizard.js
│ │ │ │ │ ├── base_pages_coming_soon.js
│ │ │ │ │ ├── base_pages_dashboard.js
│ │ │ │ │ ├── base_pages_lock.js
│ │ │ │ │ ├── base_pages_login.js
│ │ │ │ │ ├── base_pages_register.js
│ │ │ │ │ ├── base_pages_reminder.js
│ │ │ │ │ ├── base_tables_datatables.js
│ │ │ │ │ ├── base_ui_activity.js
│ │ │ │ │ ├── base_ui_icons.js
│ │ │ │ │ ├── base_ui_widgets.js
│ │ │ │ │ ├── frontend_contact.js
│ │ │ │ │ └── frontend_features.js
│ │ │ │ └── plugins
│ │ │ │ ├── bootstrap-colorpicker
│ │ │ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ │ └── img
│ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ ├── alpha-horizontal.png
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue-horizontal.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ ├── bootstrap-datepicker
│ │ │ │ │ ├── bootstrap-datepicker.min.js
│ │ │ │ │ └── bootstrap-datepicker3.min.css
│ │ │ │ ├── bootstrap-notify
│ │ │ │ │ └── bootstrap-notify.min.js
│ │ │ │ ├── bootstrap-wizard
│ │ │ │ │ └── jquery.bootstrap.wizard.min.js
│ │ │ │ ├── chartjs
│ │ │ │ │ └── Chart.min.js
│ │ │ │ ├── ckeditor
│ │ │ │ │ ├── CHANGES.md
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ └── jquery.js
│ │ │ │ │ ├── build-config.js
│ │ │ │ │ ├── ckeditor.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── contents.css
│ │ │ │ │ ├── lang
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ │ └── lang
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ ├── about
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ ├── clipboard
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── paste.js
│ │ │ │ │ │ ├── colordialog
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── colordialog.js
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ └── dialogDefinition.js
│ │ │ │ │ │ ├── div
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── div.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
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ │ ├── iframe
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ └── iframe.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── placeholder.png
│ │ │ │ │ │ ├── image
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── noimage.png
│ │ │ │ │ │ ├── link
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── anchor.png
│ │ │ │ │ │ │ └── hidpi
│ │ │ │ │ │ │ └── anchor.png
│ │ │ │ │ │ ├── liststyle
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── liststyle.js
│ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── pagebreak.gif
│ │ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ │ └── filter
│ │ │ │ │ │ │ └── default.js
│ │ │ │ │ │ ├── preview
│ │ │ │ │ │ │ └── preview.html
│ │ │ │ │ │ ├── scayt
│ │ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ └── 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
│ │ │ │ │ │ │ ├── angel_smile.png
│ │ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ │ ├── angry_smile.png
│ │ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ │ ├── broken_heart.png
│ │ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ │ ├── confused_smile.png
│ │ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ │ ├── cry_smile.png
│ │ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ │ ├── devil_smile.png
│ │ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ │ │ │ ├── embarrassed_smile.png
│ │ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ │ ├── envelope.png
│ │ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ │ ├── heart.png
│ │ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ │ ├── kiss.png
│ │ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ │ ├── omg_smile.png
│ │ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ │ ├── regular_smile.png
│ │ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ │ ├── sad_smile.png
│ │ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ │ ├── shades_smile.png
│ │ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ │ ├── teeth_smile.png
│ │ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ │ ├── thumbs_down.png
│ │ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ │ ├── thumbs_up.png
│ │ │ │ │ │ │ ├── tongue_smile.gif
│ │ │ │ │ │ │ ├── tongue_smile.png
│ │ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ │ │ │ ├── wink_smile.gif
│ │ │ │ │ │ │ └── wink_smile.png
│ │ │ │ │ │ ├── specialchar
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ │ └── specialchar.js
│ │ │ │ │ │ ├── table
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── table.js
│ │ │ │ │ │ ├── tabletools
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── tableCell.js
│ │ │ │ │ │ ├── templates
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ ├── templates.css
│ │ │ │ │ │ │ │ └── templates.js
│ │ │ │ │ │ │ └── templates
│ │ │ │ │ │ │ ├── default.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ │ └── template3.gif
│ │ │ │ │ │ └── wsc
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── ciframe.html
│ │ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ │ ├── wsc.css
│ │ │ │ │ │ ├── wsc.js
│ │ │ │ │ │ └── wsc_ie.js
│ │ │ │ │ ├── samples
│ │ │ │ │ │ ├── ajax.html
│ │ │ │ │ │ ├── api.html
│ │ │ │ │ │ ├── appendto.html
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── inlineall
│ │ │ │ │ │ │ │ └── logo.png
│ │ │ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ │ │ ├── posteddata.php
│ │ │ │ │ │ │ ├── sample.jpg
│ │ │ │ │ │ │ └── uilanguages
│ │ │ │ │ │ │ └── languages.js
│ │ │ │ │ │ ├── datafiltering.html
│ │ │ │ │ │ ├── divreplace.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── inlineall.html
│ │ │ │ │ │ ├── inlinebycode.html
│ │ │ │ │ │ ├── inlinetextarea.html
│ │ │ │ │ │ ├── jquery.html
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ │ │ │ └── dialog.html
│ │ │ │ │ │ │ ├── enterkey
│ │ │ │ │ │ │ │ └── enterkey.html
│ │ │ │ │ │ │ ├── htmlwriter
│ │ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ │ │ │ └── outputhtml.html
│ │ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ │ └── magicline.html
│ │ │ │ │ │ │ ├── toolbar
│ │ │ │ │ │ │ │ └── toolbar.html
│ │ │ │ │ │ │ └── wysiwygarea
│ │ │ │ │ │ │ └── fullpage.html
│ │ │ │ │ │ ├── readonly.html
│ │ │ │ │ │ ├── replacebyclass.html
│ │ │ │ │ │ ├── replacebycode.html
│ │ │ │ │ │ ├── sample.css
│ │ │ │ │ │ ├── sample.js
│ │ │ │ │ │ ├── sample_posteddata.php
│ │ │ │ │ │ ├── tabindex.html
│ │ │ │ │ │ ├── uicolor.html
│ │ │ │ │ │ ├── uilanguages.html
│ │ │ │ │ │ └── xhtmlstyle.html
│ │ │ │ │ ├── skins
│ │ │ │ │ │ └── bootstrapck
│ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ │ ├── dialog_opera.css
│ │ │ │ │ │ ├── editor.css
│ │ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ ├── readme.md
│ │ │ │ │ │ └── sample
│ │ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ │ └── js
│ │ │ │ │ │ ├── analytics.js
│ │ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ │ └── styles.js
│ │ │ │ ├── datatables
│ │ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ │ └── jquery.dataTables.min.js
│ │ │ │ ├── dropzonejs
│ │ │ │ │ ├── dropzone.min.css
│ │ │ │ │ └── dropzone.min.js
│ │ │ │ ├── easy-pie-chart
│ │ │ │ │ └── jquery.easypiechart.min.js
│ │ │ │ ├── flot
│ │ │ │ │ ├── jquery.flot.min.js
│ │ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ │ └── jquery.flot.stack.min.js
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.min.css
│ │ │ │ │ ├── fullcalendar.min.js
│ │ │ │ │ ├── gcal.min.js
│ │ │ │ │ └── moment.min.js
│ │ │ │ ├── gmapsjs
│ │ │ │ │ └── gmaps.min.js
│ │ │ │ ├── highlightjs
│ │ │ │ │ ├── github-gist.min.css
│ │ │ │ │ └── highlight.pack.js
│ │ │ │ ├── jquery-countdown
│ │ │ │ │ └── jquery.countdown.min.js
│ │ │ │ ├── jquery-tags-input
│ │ │ │ │ ├── jquery.tagsinput.min.css
│ │ │ │ │ └── jquery.tagsinput.min.js
│ │ │ │ ├── jquery-ui
│ │ │ │ │ └── jquery-ui.min.js
│ │ │ │ ├── jquery-validation
│ │ │ │ │ └── jquery.validate.min.js
│ │ │ │ ├── magnific-popup
│ │ │ │ │ ├── magnific-popup.min.css
│ │ │ │ │ └── magnific-popup.min.js
│ │ │ │ ├── masked-inputs
│ │ │ │ │ └── jquery.maskedinput.min.js
│ │ │ │ ├── select2
│ │ │ │ │ ├── select2-bootstrap.css
│ │ │ │ │ ├── select2.full.min.js
│ │ │ │ │ └── select2.min.css
│ │ │ │ ├── slick
│ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── slick.eot
│ │ │ │ │ │ ├── slick.svg
│ │ │ │ │ │ ├── slick.ttf
│ │ │ │ │ │ └── slick.woff
│ │ │ │ │ ├── slick-theme.min.css
│ │ │ │ │ ├── slick.min.css
│ │ │ │ │ └── slick.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ └── summernote
│ │ │ │ ├── summernote-bs3.min.css
│ │ │ │ ├── summernote.min.css
│ │ │ │ └── summernote.min.js
│ │ │ └── less
│ │ │ ├── main.less
│ │ │ ├── mixins.less
│ │ │ ├── modules
│ │ │ │ ├── base.bootstrap-overwrite.less
│ │ │ │ ├── base.bootstrap.less
│ │ │ │ ├── extend.animations.less
│ │ │ │ ├── extend.plugins.less
│ │ │ │ ├── icons.fontawesome.less
│ │ │ │ ├── icons.simplelineicons.less
│ │ │ │ ├── oneui.blocks.less
│ │ │ │ ├── oneui.forms.less
│ │ │ │ ├── oneui.images.less
│ │ │ │ ├── oneui.layout.less
│ │ │ │ ├── oneui.lists.less
│ │ │ │ ├── oneui.navigation.less
│ │ │ │ ├── oneui.print.less
│ │ │ │ ├── oneui.themes.less
│ │ │ │ └── oneui.utilities.less
│ │ │ ├── themes
│ │ │ │ ├── amethyst.less
│ │ │ │ ├── city.less
│ │ │ │ ├── flat.less
│ │ │ │ ├── modern.less
│ │ │ │ └── smooth.less
│ │ │ └── variables.less
│ │ ├── del.jsp
│ │ ├── index.jsp
│ │ └── student.jsp
│ ├── assets
│ │ ├── css
│ │ │ ├── oneui.css
│ │ │ └── themes
│ │ │ ├── amethyst.min.css
│ │ │ ├── city.min.css
│ │ │ ├── flat.min.css
│ │ │ ├── modern.min.css
│ │ │ └── smooth.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── Simple-Line-Icons.eot
│ │ │ ├── Simple-Line-Icons.svg
│ │ │ ├── Simple-Line-Icons.ttf
│ │ │ ├── Simple-Line-Icons.woff
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── img
│ │ │ ├── avatars
│ │ │ │ ├── avatar1.jpg
│ │ │ │ ├── avatar10.jpg
│ │ │ │ ├── avatar11.jpg
│ │ │ │ ├── avatar12.jpg
│ │ │ │ ├── avatar13.jpg
│ │ │ │ ├── avatar14.jpg
│ │ │ │ ├── avatar15.jpg
│ │ │ │ ├── avatar16.jpg
│ │ │ │ ├── avatar2.jpg
│ │ │ │ ├── avatar3.jpg
│ │ │ │ ├── avatar4.jpg
│ │ │ │ ├── avatar5.jpg
│ │ │ │ ├── avatar6.jpg
│ │ │ │ ├── avatar7.jpg
│ │ │ │ ├── avatar8.jpg
│ │ │ │ ├── avatar9.jpg
│ │ │ │ └── readme.txt
│ │ │ ├── favicons
│ │ │ │ ├── apple-touch-icon-114x114.png
│ │ │ │ ├── apple-touch-icon-120x120.png
│ │ │ │ ├── apple-touch-icon-144x144.png
│ │ │ │ ├── apple-touch-icon-152x152.png
│ │ │ │ ├── apple-touch-icon-180x180.png
│ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ ├── apple-touch-icon-76x76.png
│ │ │ │ ├── favicon-160x160.png
│ │ │ │ ├── favicon-16x16.png
│ │ │ │ ├── favicon-192x192.png
│ │ │ │ ├── favicon-32x32.png
│ │ │ │ ├── favicon-96x96.png
│ │ │ │ └── favicon.png
│ │ │ ├── photos
│ │ │ │ ├── photo1.jpg
│ │ │ │ ├── photo10.jpg
│ │ │ │ ├── photo10@2x.jpg
│ │ │ │ ├── photo11.jpg
│ │ │ │ ├── photo11@2x.jpg
│ │ │ │ ├── photo12.jpg
│ │ │ │ ├── photo12@2x.jpg
│ │ │ │ ├── photo13.jpg
│ │ │ │ ├── photo13@2x.jpg
│ │ │ │ ├── photo14.jpg
│ │ │ │ ├── photo14@2x.jpg
│ │ │ │ ├── photo15.jpg
│ │ │ │ ├── photo15@2x.jpg
│ │ │ │ ├── photo16.jpg
│ │ │ │ ├── photo16@2x.jpg
│ │ │ │ ├── photo17.jpg
│ │ │ │ ├── photo17@2x.jpg
│ │ │ │ ├── photo18.jpg
│ │ │ │ ├── photo18@2x.jpg
│ │ │ │ ├── photo19.jpg
│ │ │ │ ├── photo19@2x.jpg
│ │ │ │ ├── photo1@2x.jpg
│ │ │ │ ├── photo2.jpg
│ │ │ │ ├── photo20.jpg
│ │ │ │ ├── photo20@2x.jpg
│ │ │ │ ├── photo2@2x.jpg
│ │ │ │ ├── photo3.jpg
│ │ │ │ ├── photo3@2x.jpg
│ │ │ │ ├── photo4.jpg
│ │ │ │ ├── photo4@2x.jpg
│ │ │ │ ├── photo5.jpg
│ │ │ │ ├── photo5@2x.jpg
│ │ │ │ ├── photo6.jpg
│ │ │ │ ├── photo6@2x.jpg
│ │ │ │ ├── photo7.jpg
│ │ │ │ ├── photo7@2x.jpg
│ │ │ │ ├── photo8.jpg
│ │ │ │ ├── photo8@2x.jpg
│ │ │ │ ├── photo9.jpg
│ │ │ │ └── photo9@2x.jpg
│ │ │ └── various
│ │ │ ├── hero1.jpg
│ │ │ ├── little-monster.png
│ │ │ ├── promo1.jpg
│ │ │ ├── promo2.jpg
│ │ │ └── promo3.jpg
│ │ ├── js
│ │ │ ├── app.js
│ │ │ ├── core
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── jquery.appear.min.js
│ │ │ │ ├── jquery.countTo.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery.placeholder.min.js
│ │ │ │ ├── jquery.scrollLock.min.js
│ │ │ │ ├── jquery.slimscroll.min.js
│ │ │ │ └── js.cookie.min.js
│ │ │ ├── pages
│ │ │ │ ├── base_comp_animations.js
│ │ │ │ ├── base_comp_calendar.js
│ │ │ │ ├── base_comp_charts.js
│ │ │ │ ├── base_comp_maps.js
│ │ │ │ ├── base_forms_validation.js
│ │ │ │ ├── base_forms_wizard.js
│ │ │ │ ├── base_pages_coming_soon.js
│ │ │ │ ├── base_pages_dashboard.js
│ │ │ │ ├── base_pages_lock.js
│ │ │ │ ├── base_pages_login.js
│ │ │ │ ├── base_pages_register.js
│ │ │ │ ├── base_pages_reminder.js
│ │ │ │ ├── base_tables_datatables.js
│ │ │ │ ├── base_ui_activity.js
│ │ │ │ ├── base_ui_icons.js
│ │ │ │ ├── base_ui_widgets.js
│ │ │ │ ├── frontend_contact.js
│ │ │ │ └── frontend_features.js
│ │ │ └── plugins
│ │ │ ├── bootstrap-colorpicker
│ │ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ │ ├── css
│ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ └── img
│ │ │ │ └── bootstrap-colorpicker
│ │ │ │ ├── alpha-horizontal.png
│ │ │ │ ├── alpha.png
│ │ │ │ ├── hue-horizontal.png
│ │ │ │ ├── hue.png
│ │ │ │ └── saturation.png
│ │ │ ├── bootstrap-datepicker
│ │ │ │ ├── bootstrap-datepicker.min.js
│ │ │ │ └── bootstrap-datepicker3.min.css
│ │ │ ├── bootstrap-notify
│ │ │ │ └── bootstrap-notify.min.js
│ │ │ ├── bootstrap-wizard
│ │ │ │ └── jquery.bootstrap.wizard.min.js
│ │ │ ├── chartjs
│ │ │ │ └── Chart.min.js
│ │ │ ├── ckeditor
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── README.md
│ │ │ │ ├── adapters
│ │ │ │ │ └── jquery.js
│ │ │ │ ├── build-config.js
│ │ │ │ ├── ckeditor.js
│ │ │ │ ├── config.js
│ │ │ │ ├── contents.css
│ │ │ │ ├── lang
│ │ │ │ │ └── en.js
│ │ │ │ ├── plugins
│ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ └── lang
│ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ └── zh.js
│ │ │ │ │ ├── about
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ ├── clipboard
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── paste.js
│ │ │ │ │ ├── colordialog
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── colordialog.js
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ └── dialogDefinition.js
│ │ │ │ │ ├── div
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── div.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
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ ├── iframe
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ └── iframe.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── placeholder.png
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── noimage.png
│ │ │ │ │ ├── link
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── anchor.png
│ │ │ │ │ │ └── hidpi
│ │ │ │ │ │ └── anchor.png
│ │ │ │ │ ├── liststyle
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── liststyle.js
│ │ │ │ │ ├── magicline
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── pagebreak.gif
│ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ └── filter
│ │ │ │ │ │ └── default.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.html
│ │ │ │ │ ├── scayt
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── 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
│ │ │ │ │ │ ├── angel_smile.png
│ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ ├── angry_smile.png
│ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ ├── broken_heart.png
│ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ ├── confused_smile.png
│ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ ├── cry_smile.png
│ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ ├── devil_smile.png
│ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ │ │ ├── embarrassed_smile.png
│ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ ├── envelope.png
│ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ ├── heart.png
│ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ ├── kiss.png
│ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ ├── omg_smile.png
│ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ ├── regular_smile.png
│ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ ├── sad_smile.png
│ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ ├── shades_smile.png
│ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ ├── teeth_smile.png
│ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ ├── thumbs_down.png
│ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ ├── thumbs_up.png
│ │ │ │ │ │ ├── tongue_smile.gif
│ │ │ │ │ │ ├── tongue_smile.png
│ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ │ │ ├── wink_smile.gif
│ │ │ │ │ │ └── wink_smile.png
│ │ │ │ │ ├── specialchar
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ └── specialchar.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── table.js
│ │ │ │ │ ├── tabletools
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── tableCell.js
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── templates.css
│ │ │ │ │ │ │ └── templates.js
│ │ │ │ │ │ └── templates
│ │ │ │ │ │ ├── default.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ └── template3.gif
│ │ │ │ │ └── wsc
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── ciframe.html
│ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ ├── wsc.css
│ │ │ │ │ ├── wsc.js
│ │ │ │ │ └── wsc_ie.js
│ │ │ │ ├── samples
│ │ │ │ │ ├── ajax.html
│ │ │ │ │ ├── api.html
│ │ │ │ │ ├── appendto.html
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── inlineall
│ │ │ │ │ │ │ └── logo.png
│ │ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ │ ├── posteddata.php
│ │ │ │ │ │ ├── sample.jpg
│ │ │ │ │ │ └── uilanguages
│ │ │ │ │ │ └── languages.js
│ │ │ │ │ ├── datafiltering.html
│ │ │ │ │ ├── divreplace.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── inlineall.html
│ │ │ │ │ ├── inlinebycode.html
│ │ │ │ │ ├── inlinetextarea.html
│ │ │ │ │ ├── jquery.html
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ │ │ └── dialog.html
│ │ │ │ │ │ ├── enterkey
│ │ │ │ │ │ │ └── enterkey.html
│ │ │ │ │ │ ├── htmlwriter
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ │ │ └── outputhtml.html
│ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ └── magicline.html
│ │ │ │ │ │ ├── toolbar
│ │ │ │ │ │ │ └── toolbar.html
│ │ │ │ │ │ └── wysiwygarea
│ │ │ │ │ │ └── fullpage.html
│ │ │ │ │ ├── readonly.html
│ │ │ │ │ ├── replacebyclass.html
│ │ │ │ │ ├── replacebycode.html
│ │ │ │ │ ├── sample.css
│ │ │ │ │ ├── sample.js
│ │ │ │ │ ├── sample_posteddata.php
│ │ │ │ │ ├── tabindex.html
│ │ │ │ │ ├── uicolor.html
│ │ │ │ │ ├── uilanguages.html
│ │ │ │ │ └── xhtmlstyle.html
│ │ │ │ ├── skins
│ │ │ │ │ └── bootstrapck
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ ├── dialog_opera.css
│ │ │ │ │ ├── editor.css
│ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── readme.md
│ │ │ │ │ └── sample
│ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── analytics.js
│ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ └── styles.js
│ │ │ ├── datatables
│ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ └── jquery.dataTables.min.js
│ │ │ ├── dropzonejs
│ │ │ │ ├── dropzone.min.css
│ │ │ │ └── dropzone.min.js
│ │ │ ├── easy-pie-chart
│ │ │ │ └── jquery.easypiechart.min.js
│ │ │ ├── flot
│ │ │ │ ├── jquery.flot.min.js
│ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ └── jquery.flot.stack.min.js
│ │ │ ├── fullcalendar
│ │ │ │ ├── fullcalendar.min.css
│ │ │ │ ├── fullcalendar.min.js
│ │ │ │ ├── gcal.min.js
│ │ │ │ └── moment.min.js
│ │ │ ├── gmapsjs
│ │ │ │ └── gmaps.min.js
│ │ │ ├── highlightjs
│ │ │ │ ├── github-gist.min.css
│ │ │ │ └── highlight.pack.js
│ │ │ ├── jquery-countdown
│ │ │ │ └── jquery.countdown.min.js
│ │ │ ├── jquery-tags-input
│ │ │ │ ├── jquery.tagsinput.min.css
│ │ │ │ └── jquery.tagsinput.min.js
│ │ │ ├── jquery-ui
│ │ │ │ └── jquery-ui.min.js
│ │ │ ├── jquery-validation
│ │ │ │ └── jquery.validate.min.js
│ │ │ ├── magnific-popup
│ │ │ │ ├── magnific-popup.min.css
│ │ │ │ └── magnific-popup.min.js
│ │ │ ├── masked-inputs
│ │ │ │ └── jquery.maskedinput.min.js
│ │ │ ├── select2
│ │ │ │ ├── select2-bootstrap.css
│ │ │ │ ├── select2.full.min.js
│ │ │ │ └── select2.min.css
│ │ │ ├── slick
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── fonts
│ │ │ │ │ ├── slick.eot
│ │ │ │ │ ├── slick.svg
│ │ │ │ │ ├── slick.ttf
│ │ │ │ │ └── slick.woff
│ │ │ │ ├── slick-theme.min.css
│ │ │ │ ├── slick.min.css
│ │ │ │ └── slick.min.js
│ │ │ ├── sparkline
│ │ │ │ └── jquery.sparkline.min.js
│ │ │ └── summernote
│ │ │ ├── summernote-bs3.min.css
│ │ │ ├── summernote.min.css
│ │ │ └── summernote.min.js
│ │ └── less
│ │ ├── main.less
│ │ ├── mixins.less
│ │ ├── modules
│ │ │ ├── base.bootstrap-overwrite.less
│ │ │ ├── base.bootstrap.less
│ │ │ ├── extend.animations.less
│ │ │ ├── extend.plugins.less
│ │ │ ├── icons.fontawesome.less
│ │ │ ├── icons.simplelineicons.less
│ │ │ ├── oneui.blocks.less
│ │ │ ├── oneui.forms.less
│ │ │ ├── oneui.images.less
│ │ │ ├── oneui.layout.less
│ │ │ ├── oneui.lists.less
│ │ │ ├── oneui.navigation.less
│ │ │ ├── oneui.print.less
│ │ │ ├── oneui.themes.less
│ │ │ └── oneui.utilities.less
│ │ ├── themes
│ │ │ ├── amethyst.less
│ │ │ ├── city.less
│ │ │ ├── flat.less
│ │ │ ├── modern.less
│ │ │ └── smooth.less
│ │ └── variables.less
│ ├── css
│ │ ├── bootstrap.min.css
│ │ └── main.css
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── img
│ │ ├── name1.jpg
│ │ └── name2.jpg
│ ├── index.jsp
│ ├── js
│ │ ├── bootstrap.min.js
│ │ └── jquery.min.js
│ ├── messag.jsp
│ ├── message.jsp
│ ├── student
│ │ ├── alterstudent.jsp
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── oneui.css
│ │ │ │ └── themes
│ │ │ │ ├── amethyst.min.css
│ │ │ │ ├── city.min.css
│ │ │ │ ├── flat.min.css
│ │ │ │ ├── modern.min.css
│ │ │ │ └── smooth.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ ├── Simple-Line-Icons.svg
│ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── fontawesome-webfont.woff2
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── img
│ │ │ │ ├── avatars
│ │ │ │ │ ├── avatar1.jpg
│ │ │ │ │ ├── avatar10.jpg
│ │ │ │ │ ├── avatar11.jpg
│ │ │ │ │ ├── avatar12.jpg
│ │ │ │ │ ├── avatar13.jpg
│ │ │ │ │ ├── avatar14.jpg
│ │ │ │ │ ├── avatar15.jpg
│ │ │ │ │ ├── avatar16.jpg
│ │ │ │ │ ├── avatar2.jpg
│ │ │ │ │ ├── avatar3.jpg
│ │ │ │ │ ├── avatar4.jpg
│ │ │ │ │ ├── avatar5.jpg
│ │ │ │ │ ├── avatar6.jpg
│ │ │ │ │ ├── avatar7.jpg
│ │ │ │ │ ├── avatar8.jpg
│ │ │ │ │ ├── avatar9.jpg
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── favicons
│ │ │ │ │ ├── apple-touch-icon-114x114.png
│ │ │ │ │ ├── apple-touch-icon-120x120.png
│ │ │ │ │ ├── apple-touch-icon-144x144.png
│ │ │ │ │ ├── apple-touch-icon-152x152.png
│ │ │ │ │ ├── apple-touch-icon-180x180.png
│ │ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ │ ├── apple-touch-icon-76x76.png
│ │ │ │ │ ├── favicon-160x160.png
│ │ │ │ │ ├── favicon-16x16.png
│ │ │ │ │ ├── favicon-192x192.png
│ │ │ │ │ ├── favicon-32x32.png
│ │ │ │ │ ├── favicon-96x96.png
│ │ │ │ │ └── favicon.png
│ │ │ │ ├── photos
│ │ │ │ │ ├── photo1.jpg
│ │ │ │ │ ├── photo10.jpg
│ │ │ │ │ ├── photo10@2x.jpg
│ │ │ │ │ ├── photo11.jpg
│ │ │ │ │ ├── photo11@2x.jpg
│ │ │ │ │ ├── photo12.jpg
│ │ │ │ │ ├── photo12@2x.jpg
│ │ │ │ │ ├── photo13.jpg
│ │ │ │ │ ├── photo13@2x.jpg
│ │ │ │ │ ├── photo14.jpg
│ │ │ │ │ ├── photo14@2x.jpg
│ │ │ │ │ ├── photo15.jpg
│ │ │ │ │ ├── photo15@2x.jpg
│ │ │ │ │ ├── photo16.jpg
│ │ │ │ │ ├── photo16@2x.jpg
│ │ │ │ │ ├── photo17.jpg
│ │ │ │ │ ├── photo17@2x.jpg
│ │ │ │ │ ├── photo18.jpg
│ │ │ │ │ ├── photo18@2x.jpg
│ │ │ │ │ ├── photo19.jpg
│ │ │ │ │ ├── photo19@2x.jpg
│ │ │ │ │ ├── photo1@2x.jpg
│ │ │ │ │ ├── photo2.jpg
│ │ │ │ │ ├── photo20.jpg
│ │ │ │ │ ├── photo20@2x.jpg
│ │ │ │ │ ├── photo2@2x.jpg
│ │ │ │ │ ├── photo3.jpg
│ │ │ │ │ ├── photo3@2x.jpg
│ │ │ │ │ ├── photo4.jpg
│ │ │ │ │ ├── photo4@2x.jpg
│ │ │ │ │ ├── photo5.jpg
│ │ │ │ │ ├── photo5@2x.jpg
│ │ │ │ │ ├── photo6.jpg
│ │ │ │ │ ├── photo6@2x.jpg
│ │ │ │ │ ├── photo7.jpg
│ │ │ │ │ ├── photo7@2x.jpg
│ │ │ │ │ ├── photo8.jpg
│ │ │ │ │ ├── photo8@2x.jpg
│ │ │ │ │ ├── photo9.jpg
│ │ │ │ │ └── photo9@2x.jpg
│ │ │ │ └── various
│ │ │ │ ├── hero1.jpg
│ │ │ │ ├── little-monster.png
│ │ │ │ ├── promo1.jpg
│ │ │ │ ├── promo2.jpg
│ │ │ │ └── promo3.jpg
│ │ │ ├── js
│ │ │ │ ├── app.js
│ │ │ │ ├── core
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ ├── jquery.appear.min.js
│ │ │ │ │ ├── jquery.countTo.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ ├── jquery.placeholder.min.js
│ │ │ │ │ ├── jquery.scrollLock.min.js
│ │ │ │ │ ├── jquery.slimscroll.min.js
│ │ │ │ │ └── js.cookie.min.js
│ │ │ │ ├── pages
│ │ │ │ │ ├── base_comp_animations.js
│ │ │ │ │ ├── base_comp_calendar.js
│ │ │ │ │ ├── base_comp_charts.js
│ │ │ │ │ ├── base_comp_maps.js
│ │ │ │ │ ├── base_forms_validation.js
│ │ │ │ │ ├── base_forms_wizard.js
│ │ │ │ │ ├── base_pages_coming_soon.js
│ │ │ │ │ ├── base_pages_dashboard.js
│ │ │ │ │ ├── base_pages_lock.js
│ │ │ │ │ ├── base_pages_login.js
│ │ │ │ │ ├── base_pages_register.js
│ │ │ │ │ ├── base_pages_reminder.js
│ │ │ │ │ ├── base_tables_datatables.js
│ │ │ │ │ ├── base_ui_activity.js
│ │ │ │ │ ├── base_ui_icons.js
│ │ │ │ │ ├── base_ui_widgets.js
│ │ │ │ │ ├── frontend_contact.js
│ │ │ │ │ └── frontend_features.js
│ │ │ │ └── plugins
│ │ │ │ ├── bootstrap-colorpicker
│ │ │ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ │ └── img
│ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ ├── alpha-horizontal.png
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue-horizontal.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ ├── bootstrap-datepicker
│ │ │ │ │ ├── bootstrap-datepicker.min.js
│ │ │ │ │ └── bootstrap-datepicker3.min.css
│ │ │ │ ├── bootstrap-notify
│ │ │ │ │ └── bootstrap-notify.min.js
│ │ │ │ ├── bootstrap-wizard
│ │ │ │ │ └── jquery.bootstrap.wizard.min.js
│ │ │ │ ├── chartjs
│ │ │ │ │ └── Chart.min.js
│ │ │ │ ├── ckeditor
│ │ │ │ │ ├── CHANGES.md
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ └── jquery.js
│ │ │ │ │ ├── build-config.js
│ │ │ │ │ ├── ckeditor.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── contents.css
│ │ │ │ │ ├── lang
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ │ └── lang
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ ├── about
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ ├── clipboard
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── paste.js
│ │ │ │ │ │ ├── colordialog
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── colordialog.js
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ └── dialogDefinition.js
│ │ │ │ │ │ ├── div
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── div.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
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ │ ├── iframe
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ └── iframe.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── placeholder.png
│ │ │ │ │ │ ├── image
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── noimage.png
│ │ │ │ │ │ ├── link
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── anchor.png
│ │ │ │ │ │ │ └── hidpi
│ │ │ │ │ │ │ └── anchor.png
│ │ │ │ │ │ ├── liststyle
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── liststyle.js
│ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── pagebreak.gif
│ │ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ │ └── filter
│ │ │ │ │ │ │ └── default.js
│ │ │ │ │ │ ├── preview
│ │ │ │ │ │ │ └── preview.html
│ │ │ │ │ │ ├── scayt
│ │ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ └── 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
│ │ │ │ │ │ │ ├── angel_smile.png
│ │ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ │ ├── angry_smile.png
│ │ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ │ ├── broken_heart.png
│ │ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ │ ├── confused_smile.png
│ │ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ │ ├── cry_smile.png
│ │ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ │ ├── devil_smile.png
│ │ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ │ │ │ ├── embarrassed_smile.png
│ │ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ │ ├── envelope.png
│ │ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ │ ├── heart.png
│ │ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ │ ├── kiss.png
│ │ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ │ ├── omg_smile.png
│ │ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ │ ├── regular_smile.png
│ │ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ │ ├── sad_smile.png
│ │ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ │ ├── shades_smile.png
│ │ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ │ ├── teeth_smile.png
│ │ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ │ ├── thumbs_down.png
│ │ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ │ ├── thumbs_up.png
│ │ │ │ │ │ │ ├── tongue_smile.gif
│ │ │ │ │ │ │ ├── tongue_smile.png
│ │ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ │ │ │ ├── wink_smile.gif
│ │ │ │ │ │ │ └── wink_smile.png
│ │ │ │ │ │ ├── specialchar
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ │ └── specialchar.js
│ │ │ │ │ │ ├── table
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── table.js
│ │ │ │ │ │ ├── tabletools
│ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ └── tableCell.js
│ │ │ │ │ │ ├── templates
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ ├── templates.css
│ │ │ │ │ │ │ │ └── templates.js
│ │ │ │ │ │ │ └── templates
│ │ │ │ │ │ │ ├── default.js
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ │ └── template3.gif
│ │ │ │ │ │ └── wsc
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── ciframe.html
│ │ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ │ ├── wsc.css
│ │ │ │ │ │ ├── wsc.js
│ │ │ │ │ │ └── wsc_ie.js
│ │ │ │ │ ├── samples
│ │ │ │ │ │ ├── ajax.html
│ │ │ │ │ │ ├── api.html
│ │ │ │ │ │ ├── appendto.html
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── inlineall
│ │ │ │ │ │ │ │ └── logo.png
│ │ │ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ │ │ ├── posteddata.php
│ │ │ │ │ │ │ ├── sample.jpg
│ │ │ │ │ │ │ └── uilanguages
│ │ │ │ │ │ │ └── languages.js
│ │ │ │ │ │ ├── datafiltering.html
│ │ │ │ │ │ ├── divreplace.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── inlineall.html
│ │ │ │ │ │ ├── inlinebycode.html
│ │ │ │ │ │ ├── inlinetextarea.html
│ │ │ │ │ │ ├── jquery.html
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ │ │ │ └── dialog.html
│ │ │ │ │ │ │ ├── enterkey
│ │ │ │ │ │ │ │ └── enterkey.html
│ │ │ │ │ │ │ ├── htmlwriter
│ │ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ │ │ │ └── outputhtml.html
│ │ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ │ └── magicline.html
│ │ │ │ │ │ │ ├── toolbar
│ │ │ │ │ │ │ │ └── toolbar.html
│ │ │ │ │ │ │ └── wysiwygarea
│ │ │ │ │ │ │ └── fullpage.html
│ │ │ │ │ │ ├── readonly.html
│ │ │ │ │ │ ├── replacebyclass.html
│ │ │ │ │ │ ├── replacebycode.html
│ │ │ │ │ │ ├── sample.css
│ │ │ │ │ │ ├── sample.js
│ │ │ │ │ │ ├── sample_posteddata.php
│ │ │ │ │ │ ├── tabindex.html
│ │ │ │ │ │ ├── uicolor.html
│ │ │ │ │ │ ├── uilanguages.html
│ │ │ │ │ │ └── xhtmlstyle.html
│ │ │ │ │ ├── skins
│ │ │ │ │ │ └── bootstrapck
│ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ │ ├── dialog_opera.css
│ │ │ │ │ │ ├── editor.css
│ │ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ ├── readme.md
│ │ │ │ │ │ └── sample
│ │ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ │ └── js
│ │ │ │ │ │ ├── analytics.js
│ │ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ │ └── styles.js
│ │ │ │ ├── datatables
│ │ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ │ └── jquery.dataTables.min.js
│ │ │ │ ├── dropzonejs
│ │ │ │ │ ├── dropzone.min.css
│ │ │ │ │ └── dropzone.min.js
│ │ │ │ ├── easy-pie-chart
│ │ │ │ │ └── jquery.easypiechart.min.js
│ │ │ │ ├── flot
│ │ │ │ │ ├── jquery.flot.min.js
│ │ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ │ └── jquery.flot.stack.min.js
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.min.css
│ │ │ │ │ ├── fullcalendar.min.js
│ │ │ │ │ ├── gcal.min.js
│ │ │ │ │ └── moment.min.js
│ │ │ │ ├── gmapsjs
│ │ │ │ │ └── gmaps.min.js
│ │ │ │ ├── highlightjs
│ │ │ │ │ ├── github-gist.min.css
│ │ │ │ │ └── highlight.pack.js
│ │ │ │ ├── jquery-countdown
│ │ │ │ │ └── jquery.countdown.min.js
│ │ │ │ ├── jquery-tags-input
│ │ │ │ │ ├── jquery.tagsinput.min.css
│ │ │ │ │ └── jquery.tagsinput.min.js
│ │ │ │ ├── jquery-ui
│ │ │ │ │ └── jquery-ui.min.js
│ │ │ │ ├── jquery-validation
│ │ │ │ │ └── jquery.validate.min.js
│ │ │ │ ├── magnific-popup
│ │ │ │ │ ├── magnific-popup.min.css
│ │ │ │ │ └── magnific-popup.min.js
│ │ │ │ ├── masked-inputs
│ │ │ │ │ └── jquery.maskedinput.min.js
│ │ │ │ ├── select2
│ │ │ │ │ ├── select2-bootstrap.css
│ │ │ │ │ ├── select2.full.min.js
│ │ │ │ │ └── select2.min.css
│ │ │ │ ├── slick
│ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── slick.eot
│ │ │ │ │ │ ├── slick.svg
│ │ │ │ │ │ ├── slick.ttf
│ │ │ │ │ │ └── slick.woff
│ │ │ │ │ ├── slick-theme.min.css
│ │ │ │ │ ├── slick.min.css
│ │ │ │ │ └── slick.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ └── summernote
│ │ │ │ ├── summernote-bs3.min.css
│ │ │ │ ├── summernote.min.css
│ │ │ │ └── summernote.min.js
│ │ │ └── less
│ │ │ ├── main.less
│ │ │ ├── mixins.less
│ │ │ ├── modules
│ │ │ │ ├── base.bootstrap-overwrite.less
│ │ │ │ ├── base.bootstrap.less
│ │ │ │ ├── extend.animations.less
│ │ │ │ ├── extend.plugins.less
│ │ │ │ ├── icons.fontawesome.less
│ │ │ │ ├── icons.simplelineicons.less
│ │ │ │ ├── oneui.blocks.less
│ │ │ │ ├── oneui.forms.less
│ │ │ │ ├── oneui.images.less
│ │ │ │ ├── oneui.layout.less
│ │ │ │ ├── oneui.lists.less
│ │ │ │ ├── oneui.navigation.less
│ │ │ │ ├── oneui.print.less
│ │ │ │ ├── oneui.themes.less
│ │ │ │ └── oneui.utilities.less
│ │ │ ├── themes
│ │ │ │ ├── amethyst.less
│ │ │ │ ├── city.less
│ │ │ │ ├── flat.less
│ │ │ │ ├── modern.less
│ │ │ │ └── smooth.less
│ │ │ └── variables.less
│ │ ├── index.jsp
│ │ └── seabook.jsp
│ └── teacher
│ ├── addchengji.jsp
│ ├── assets
│ │ ├── css
│ │ │ ├── oneui.css
│ │ │ └── themes
│ │ │ ├── amethyst.min.css
│ │ │ ├── city.min.css
│ │ │ ├── flat.min.css
│ │ │ ├── modern.min.css
│ │ │ └── smooth.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── Simple-Line-Icons.eot
│ │ │ ├── Simple-Line-Icons.svg
│ │ │ ├── Simple-Line-Icons.ttf
│ │ │ ├── Simple-Line-Icons.woff
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── img
│ │ │ ├── avatars
│ │ │ │ ├── avatar1.jpg
│ │ │ │ ├── avatar10.jpg
│ │ │ │ ├── avatar11.jpg
│ │ │ │ ├── avatar12.jpg
│ │ │ │ ├── avatar13.jpg
│ │ │ │ ├── avatar14.jpg
│ │ │ │ ├── avatar15.jpg
│ │ │ │ ├── avatar16.jpg
│ │ │ │ ├── avatar2.jpg
│ │ │ │ ├── avatar3.jpg
│ │ │ │ ├── avatar4.jpg
│ │ │ │ ├── avatar5.jpg
│ │ │ │ ├── avatar6.jpg
│ │ │ │ ├── avatar7.jpg
│ │ │ │ ├── avatar8.jpg
│ │ │ │ ├── avatar9.jpg
│ │ │ │ └── readme.txt
│ │ │ ├── favicons
│ │ │ │ ├── apple-touch-icon-114x114.png
│ │ │ │ ├── apple-touch-icon-120x120.png
│ │ │ │ ├── apple-touch-icon-144x144.png
│ │ │ │ ├── apple-touch-icon-152x152.png
│ │ │ │ ├── apple-touch-icon-180x180.png
│ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ ├── apple-touch-icon-76x76.png
│ │ │ │ ├── favicon-160x160.png
│ │ │ │ ├── favicon-16x16.png
│ │ │ │ ├── favicon-192x192.png
│ │ │ │ ├── favicon-32x32.png
│ │ │ │ ├── favicon-96x96.png
│ │ │ │ └── favicon.png
│ │ │ ├── photos
│ │ │ │ ├── photo1.jpg
│ │ │ │ ├── photo10.jpg
│ │ │ │ ├── photo10@2x.jpg
│ │ │ │ ├── photo11.jpg
│ │ │ │ ├── photo11@2x.jpg
│ │ │ │ ├── photo12.jpg
│ │ │ │ ├── photo12@2x.jpg
│ │ │ │ ├── photo13.jpg
│ │ │ │ ├── photo13@2x.jpg
│ │ │ │ ├── photo14.jpg
│ │ │ │ ├── photo14@2x.jpg
│ │ │ │ ├── photo15.jpg
│ │ │ │ ├── photo15@2x.jpg
│ │ │ │ ├── photo16.jpg
│ │ │ │ ├── photo16@2x.jpg
│ │ │ │ ├── photo17.jpg
│ │ │ │ ├── photo17@2x.jpg
│ │ │ │ ├── photo18.jpg
│ │ │ │ ├── photo18@2x.jpg
│ │ │ │ ├── photo19.jpg
│ │ │ │ ├── photo19@2x.jpg
│ │ │ │ ├── photo1@2x.jpg
│ │ │ │ ├── photo2.jpg
│ │ │ │ ├── photo20.jpg
│ │ │ │ ├── photo20@2x.jpg
│ │ │ │ ├── photo2@2x.jpg
│ │ │ │ ├── photo3.jpg
│ │ │ │ ├── photo3@2x.jpg
│ │ │ │ ├── photo4.jpg
│ │ │ │ ├── photo4@2x.jpg
│ │ │ │ ├── photo5.jpg
│ │ │ │ ├── photo5@2x.jpg
│ │ │ │ ├── photo6.jpg
│ │ │ │ ├── photo6@2x.jpg
│ │ │ │ ├── photo7.jpg
│ │ │ │ ├── photo7@2x.jpg
│ │ │ │ ├── photo8.jpg
│ │ │ │ ├── photo8@2x.jpg
│ │ │ │ ├── photo9.jpg
│ │ │ │ └── photo9@2x.jpg
│ │ │ └── various
│ │ │ ├── hero1.jpg
│ │ │ ├── little-monster.png
│ │ │ ├── promo1.jpg
│ │ │ ├── promo2.jpg
│ │ │ └── promo3.jpg
│ │ ├── js
│ │ │ ├── app.js
│ │ │ ├── core
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── jquery.appear.min.js
│ │ │ │ ├── jquery.countTo.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery.placeholder.min.js
│ │ │ │ ├── jquery.scrollLock.min.js
│ │ │ │ ├── jquery.slimscroll.min.js
│ │ │ │ └── js.cookie.min.js
│ │ │ ├── pages
│ │ │ │ ├── base_comp_animations.js
│ │ │ │ ├── base_comp_calendar.js
│ │ │ │ ├── base_comp_charts.js
│ │ │ │ ├── base_comp_maps.js
│ │ │ │ ├── base_forms_validation.js
│ │ │ │ ├── base_forms_wizard.js
│ │ │ │ ├── base_pages_coming_soon.js
│ │ │ │ ├── base_pages_dashboard.js
│ │ │ │ ├── base_pages_lock.js
│ │ │ │ ├── base_pages_login.js
│ │ │ │ ├── base_pages_register.js
│ │ │ │ ├── base_pages_reminder.js
│ │ │ │ ├── base_tables_datatables.js
│ │ │ │ ├── base_ui_activity.js
│ │ │ │ ├── base_ui_icons.js
│ │ │ │ ├── base_ui_widgets.js
│ │ │ │ ├── frontend_contact.js
│ │ │ │ └── frontend_features.js
│ │ │ └── plugins
│ │ │ ├── bootstrap-colorpicker
│ │ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ │ ├── css
│ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ └── img
│ │ │ │ └── bootstrap-colorpicker
│ │ │ │ ├── alpha-horizontal.png
│ │ │ │ ├── alpha.png
│ │ │ │ ├── hue-horizontal.png
│ │ │ │ ├── hue.png
│ │ │ │ └── saturation.png
│ │ │ ├── bootstrap-datepicker
│ │ │ │ ├── bootstrap-datepicker.min.js
│ │ │ │ └── bootstrap-datepicker3.min.css
│ │ │ ├── bootstrap-notify
│ │ │ │ └── bootstrap-notify.min.js
│ │ │ ├── bootstrap-wizard
│ │ │ │ └── jquery.bootstrap.wizard.min.js
│ │ │ ├── chartjs
│ │ │ │ └── Chart.min.js
│ │ │ ├── ckeditor
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── README.md
│ │ │ │ ├── adapters
│ │ │ │ │ └── jquery.js
│ │ │ │ ├── build-config.js
│ │ │ │ ├── ckeditor.js
│ │ │ │ ├── config.js
│ │ │ │ ├── contents.css
│ │ │ │ ├── lang
│ │ │ │ │ └── en.js
│ │ │ │ ├── plugins
│ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ └── lang
│ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ └── zh.js
│ │ │ │ │ ├── about
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ ├── clipboard
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── paste.js
│ │ │ │ │ ├── colordialog
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── colordialog.js
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ └── dialogDefinition.js
│ │ │ │ │ ├── div
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── div.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
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ ├── iframe
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ └── iframe.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── placeholder.png
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── noimage.png
│ │ │ │ │ ├── link
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── anchor.png
│ │ │ │ │ │ └── hidpi
│ │ │ │ │ │ └── anchor.png
│ │ │ │ │ ├── liststyle
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── liststyle.js
│ │ │ │ │ ├── magicline
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ │ └── icon.png
│ │ │ │ │ │ ├── icon-rtl.png
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── pagebreak.gif
│ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ └── filter
│ │ │ │ │ │ └── default.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.html
│ │ │ │ │ ├── scayt
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── 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
│ │ │ │ │ │ ├── angel_smile.png
│ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ ├── angry_smile.png
│ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ ├── broken_heart.png
│ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ ├── confused_smile.png
│ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ ├── cry_smile.png
│ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ ├── devil_smile.png
│ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ │ │ ├── embarrassed_smile.png
│ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ ├── envelope.png
│ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ ├── heart.png
│ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ ├── kiss.png
│ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ ├── omg_smile.png
│ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ ├── regular_smile.png
│ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ ├── sad_smile.png
│ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ ├── shades_smile.png
│ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ ├── teeth_smile.png
│ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ ├── thumbs_down.png
│ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ ├── thumbs_up.png
│ │ │ │ │ │ ├── tongue_smile.gif
│ │ │ │ │ │ ├── tongue_smile.png
│ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ │ │ ├── wink_smile.gif
│ │ │ │ │ │ └── wink_smile.png
│ │ │ │ │ ├── specialchar
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en-gb.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ ├── id.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ ├── si.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ ├── sq.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ └── specialchar.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── table.js
│ │ │ │ │ ├── tabletools
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── tableCell.js
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── templates.css
│ │ │ │ │ │ │ └── templates.js
│ │ │ │ │ │ └── templates
│ │ │ │ │ │ ├── default.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ └── template3.gif
│ │ │ │ │ └── wsc
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── ciframe.html
│ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ ├── wsc.css
│ │ │ │ │ ├── wsc.js
│ │ │ │ │ └── wsc_ie.js
│ │ │ │ ├── samples
│ │ │ │ │ ├── ajax.html
│ │ │ │ │ ├── api.html
│ │ │ │ │ ├── appendto.html
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── inlineall
│ │ │ │ │ │ │ └── logo.png
│ │ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ │ ├── posteddata.php
│ │ │ │ │ │ ├── sample.jpg
│ │ │ │ │ │ └── uilanguages
│ │ │ │ │ │ └── languages.js
│ │ │ │ │ ├── datafiltering.html
│ │ │ │ │ ├── divreplace.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── inlineall.html
│ │ │ │ │ ├── inlinebycode.html
│ │ │ │ │ ├── inlinetextarea.html
│ │ │ │ │ ├── jquery.html
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ │ │ └── dialog.html
│ │ │ │ │ │ ├── enterkey
│ │ │ │ │ │ │ └── enterkey.html
│ │ │ │ │ │ ├── htmlwriter
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ │ │ └── outputhtml.html
│ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ └── magicline.html
│ │ │ │ │ │ ├── toolbar
│ │ │ │ │ │ │ └── toolbar.html
│ │ │ │ │ │ └── wysiwygarea
│ │ │ │ │ │ └── fullpage.html
│ │ │ │ │ ├── readonly.html
│ │ │ │ │ ├── replacebyclass.html
│ │ │ │ │ ├── replacebycode.html
│ │ │ │ │ ├── sample.css
│ │ │ │ │ ├── sample.js
│ │ │ │ │ ├── sample_posteddata.php
│ │ │ │ │ ├── tabindex.html
│ │ │ │ │ ├── uicolor.html
│ │ │ │ │ ├── uilanguages.html
│ │ │ │ │ └── xhtmlstyle.html
│ │ │ │ ├── skins
│ │ │ │ │ └── bootstrapck
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ ├── dialog_opera.css
│ │ │ │ │ ├── editor.css
│ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ └── refresh.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── readme.md
│ │ │ │ │ └── sample
│ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── analytics.js
│ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ └── styles.js
│ │ │ ├── datatables
│ │ │ │ ├── jquery.dataTables.min.css
│ │ │ │ └── jquery.dataTables.min.js
│ │ │ ├── dropzonejs
│ │ │ │ ├── dropzone.min.css
│ │ │ │ └── dropzone.min.js
│ │ │ ├── easy-pie-chart
│ │ │ │ └── jquery.easypiechart.min.js
│ │ │ ├── flot
│ │ │ │ ├── jquery.flot.min.js
│ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ └── jquery.flot.stack.min.js
│ │ │ ├── fullcalendar
│ │ │ │ ├── fullcalendar.min.css
│ │ │ │ ├── fullcalendar.min.js
│ │ │ │ ├── gcal.min.js
│ │ │ │ └── moment.min.js
│ │ │ ├── gmapsjs
│ │ │ │ └── gmaps.min.js
│ │ │ ├── highlightjs
│ │ │ │ ├── github-gist.min.css
│ │ │ │ └── highlight.pack.js
│ │ │ ├── jquery-countdown
│ │ │ │ └── jquery.countdown.min.js
│ │ │ ├── jquery-tags-input
│ │ │ │ ├── jquery.tagsinput.min.css
│ │ │ │ └── jquery.tagsinput.min.js
│ │ │ ├── jquery-ui
│ │ │ │ └── jquery-ui.min.js
│ │ │ ├── jquery-validation
│ │ │ │ └── jquery.validate.min.js
│ │ │ ├── magnific-popup
│ │ │ │ ├── magnific-popup.min.css
│ │ │ │ └── magnific-popup.min.js
│ │ │ ├── masked-inputs
│ │ │ │ └── jquery.maskedinput.min.js
│ │ │ ├── select2
│ │ │ │ ├── select2-bootstrap.css
│ │ │ │ ├── select2.full.min.js
│ │ │ │ └── select2.min.css
│ │ │ ├── slick
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── fonts
│ │ │ │ │ ├── slick.eot
│ │ │ │ │ ├── slick.svg
│ │ │ │ │ ├── slick.ttf
│ │ │ │ │ └── slick.woff
│ │ │ │ ├── slick-theme.min.css
│ │ │ │ ├── slick.min.css
│ │ │ │ └── slick.min.js
│ │ │ ├── sparkline
│ │ │ │ └── jquery.sparkline.min.js
│ │ │ └── summernote
│ │ │ ├── summernote-bs3.min.css
│ │ │ ├── summernote.min.css
│ │ │ └── summernote.min.js
│ │ └── less
│ │ ├── main.less
│ │ ├── mixins.less
│ │ ├── modules
│ │ │ ├── base.bootstrap-overwrite.less
│ │ │ ├── base.bootstrap.less
│ │ │ ├── extend.animations.less
│ │ │ ├── extend.plugins.less
│ │ │ ├── icons.fontawesome.less
│ │ │ ├── icons.simplelineicons.less
│ │ │ ├── oneui.blocks.less
│ │ │ ├── oneui.forms.less
│ │ │ ├── oneui.images.less
│ │ │ ├── oneui.layout.less
│ │ │ ├── oneui.lists.less
│ │ │ ├── oneui.navigation.less
│ │ │ ├── oneui.print.less
│ │ │ ├── oneui.themes.less
│ │ │ └── oneui.utilities.less
│ │ ├── themes
│ │ │ ├── amethyst.less
│ │ │ ├── city.less
│ │ │ ├── flat.less
│ │ │ ├── modern.less
│ │ │ └── smooth.less
│ │ └── variables.less
│ ├── index.jsp
│ ├── seabook.jsp
│ └── seastudent.jsp
└── src
└── cn
├── dao
│ ├── ClassBook.java
│ ├── TeacherDao.java
│ ├── UserDao.java
│ └── impl
│ ├── ClassBookJdbcImpl.java
│ ├── TeacherDaoJdbcImpl.java
│ └── UserDaoJdbcImpl.java
├── domain
│ ├── Classbook.java
│ ├── Person.java
│ ├── Student.java
│ ├── Teacher.java
│ ├── Tstudent.java
│ ├── User.java
│ └── teacherbook.java
├── exception
│ └── DaoException.java
├── service
│ └── impl
│ └── BusinessServiceImpl.java
├── test
│ ├── Sql.java
│ └── Test.java
├── utils
│ └── JdbcUtils.java
└── web
└── controller
├── AddUser.java
├── Addclass.java
├── LO.java
├── LoginServlet.java
├── RemoveSeesion.java
├── StudentLogin.java
└── TeacherServlet.java
554 directories, 2062 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论