├── system ├── .htaccess ├── fonts │ ├── texb.ttf │ └── index.html ├── index.html ├── core │ └── index.html ├── database │ ├── index.html │ └── drivers │ │ ├── index.html │ │ ├── pdo │ │ └── index.html │ │ ├── cubrid │ │ └── index.html │ │ ├── mssql │ │ └── index.html │ │ ├── mysql │ │ └── index.html │ │ ├── mysqli │ │ └── index.html │ │ ├── oci8 │ │ └── index.html │ │ ├── odbc │ │ └── index.html │ │ ├── postgre │ │ └── index.html │ │ ├── sqlite │ │ └── index.html │ │ └── sqlsrv │ │ └── index.html ├── helpers │ ├── index.html │ ├── language_helper.php │ ├── email_helper.php │ └── path_helper.php ├── language │ ├── index.html │ └── english │ │ ├── index.html │ │ ├── number_lang.php │ │ ├── migration_lang.php │ │ ├── unit_test_lang.php │ │ ├── profiler_lang.php │ │ ├── ftp_lang.php │ │ ├── calendar_lang.php │ │ ├── upload_lang.php │ │ ├── email_lang.php │ │ └── form_validation_lang.php └── libraries │ ├── index.html │ ├── Cache │ ├── index.html │ └── drivers │ │ └── index.html │ └── javascript │ └── index.html ├── application ├── .htaccess ├── cache │ ├── .htaccess │ └── index.html ├── index.html ├── core │ └── index.html ├── hooks │ └── index.html ├── logs │ └── index.html ├── views │ ├── index.html │ └── templates │ │ ├── admin │ │ └── footer.tpl │ │ └── footer.tpl ├── config │ ├── index.html │ ├── hooks.php │ ├── profiler.php │ ├── doctypes.php │ ├── migration.php │ ├── constants.php │ ├── routes.php │ └── foreign_chars.php ├── errors │ ├── index.html │ ├── error_php.php │ ├── error_db.php │ ├── error_general.php │ └── error_404.php ├── helpers │ └── index.html ├── language │ ├── index.html │ ├── zh_cn │ │ ├── index.html │ │ ├── number_lang.php │ │ ├── migration_lang.php │ │ ├── ftp_lang.php │ │ ├── unit_test_lang.php │ │ ├── profiler_lang.php │ │ ├── upload_lang.php │ │ ├── form_validation_lang.php │ │ ├── email_lang.php │ │ ├── imglib_lang.php │ │ ├── db_lang.php │ │ └── calendar_lang.php │ └── english │ │ └── index.html ├── libraries │ ├── index.html │ └── Smarty.php ├── models │ ├── index.html │ ├── file.php │ └── log.php ├── controllers │ ├── index.html │ ├── test.php │ ├── admin │ │ ├── default_controller.php │ │ ├── log_list.php │ │ ├── data_statistics.php │ │ ├── work_list.php │ │ ├── data_list.php │ │ ├── lesson_list.php │ │ └── course_list.php │ ├── about.php │ ├── default_controller.php │ ├── course_data.php │ ├── work_list.php │ └── question_list.php └── third_party │ ├── index.html │ ├── smarty │ └── libs │ │ ├── plugins │ │ ├── variablefilter.htmlspecialchars.php │ │ ├── modifiercompiler.noprint.php │ │ ├── modifiercompiler.string_format.php │ │ ├── modifiercompiler.cat.php │ │ ├── modifiercompiler.count_paragraphs.php │ │ ├── modifiercompiler.upper.php │ │ ├── modifiercompiler.strip_tags.php │ │ ├── modifiercompiler.indent.php │ │ ├── modifiercompiler.lower.php │ │ ├── modifier.spacify.php │ │ ├── modifiercompiler.count_sentences.php │ │ ├── modifiercompiler.to_charset.php │ │ ├── modifiercompiler.from_charset.php │ │ ├── modifiercompiler.default.php │ │ ├── modifiercompiler.strip.php │ │ ├── modifier.replace.php │ │ ├── modifiercompiler.count_characters.php │ │ ├── modifiercompiler.count_words.php │ │ ├── shared.literal_compiler_param.php │ │ ├── modifiercompiler.unescape.php │ │ ├── shared.make_timestamp.php │ │ ├── shared.mb_unicode.php │ │ ├── modifiercompiler.wordwrap.php │ │ ├── shared.escape_special_chars.php │ │ ├── modifier.regex_replace.php │ │ └── shared.mb_str_replace.php │ │ └── sysplugins │ │ ├── smarty_resource_recompiled.php │ │ ├── smarty_internal_compile_ldelim.php │ │ ├── smarty_internal_compile_rdelim.php │ │ ├── smarty_internal_compile_debug.php │ │ ├── smarty_internal_get_include_path.php │ │ ├── smarty_resource_uncompiled.php │ │ ├── smarty_internal_compile_append.php │ │ └── smarty_internal_nocache_insert.php │ └── identicon │ ├── Identicon │ └── Generator │ │ └── GeneratorInterface.php │ └── autoload.php ├── third_party └── ueditor │ ├── themes │ ├── iframe.css │ └── default │ │ └── images │ │ ├── lock.gif │ │ ├── word.gif │ │ ├── anchor.gif │ │ ├── arrow.png │ │ ├── charts.png │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── loading.gif │ │ ├── scale.png │ │ ├── spacer.gif │ │ ├── upload.png │ │ ├── arrow_up.png │ │ ├── button-bg.gif │ │ ├── cursor_h.gif │ │ ├── cursor_h.png │ │ ├── cursor_v.gif │ │ ├── cursor_v.png │ │ ├── filescan.png │ │ ├── icons-all.gif │ │ ├── loaderror.png │ │ ├── pagebreak.gif │ │ ├── sortable.png │ │ ├── videologo.gif │ │ ├── wordpaste.png │ │ ├── arrow_down.png │ │ ├── cancelbutton.gif │ │ ├── highlighted.gif │ │ ├── sparator_v.png │ │ ├── toolbar_bg.png │ │ ├── unhighlighted.gif │ │ ├── dialog-title-bg.png │ │ ├── neweditor-tab-bg.png │ │ ├── table-cell-align.png │ │ └── tangram-colorpicker.png │ ├── lang │ ├── en │ │ └── images │ │ │ ├── copy.png │ │ │ ├── button.png │ │ │ ├── music.png │ │ │ ├── upload.png │ │ │ ├── addimage.png │ │ │ ├── background.png │ │ │ ├── localimage.png │ │ │ ├── deletedisable.png │ │ │ ├── deleteenable.png │ │ │ ├── listbackground.png │ │ │ ├── rotateleftenable.png │ │ │ ├── alldeletebtnupskin.png │ │ │ ├── rotateleftdisable.png │ │ │ ├── rotaterightdisable.png │ │ │ ├── rotaterightenable.png │ │ │ └── alldeletebtnhoverskin.png │ └── zh-cn │ │ └── images │ │ ├── copy.png │ │ ├── music.png │ │ ├── upload.png │ │ └── localimage.png │ ├── dialogs │ ├── emotion │ │ ├── images │ │ │ ├── 0.gif │ │ │ ├── bface.gif │ │ │ ├── cface.gif │ │ │ ├── fface.gif │ │ │ ├── tface.gif │ │ │ ├── wface.gif │ │ │ ├── yface.gif │ │ │ ├── jxface2.gif │ │ │ └── neweditor-tab-bg.png │ │ └── emotion.css │ ├── image │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ └── alignicon.jpg │ ├── table │ │ ├── dragicon.png │ │ ├── edittip.html │ │ ├── edittable.css │ │ └── edittd.html │ ├── video │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── file-icons.gif │ │ │ ├── file-icons.png │ │ │ ├── left_focus.jpg │ │ │ ├── none_focus.jpg │ │ │ ├── center_focus.jpg │ │ │ └── right_focus.jpg │ ├── scrawl │ │ └── images │ │ │ ├── redo.png │ │ │ ├── size.png │ │ │ ├── undo.png │ │ │ ├── addimg.png │ │ │ ├── brush.png │ │ │ ├── delimg.png │ │ │ ├── delimgH.png │ │ │ ├── empty.png │ │ │ ├── emptyH.png │ │ │ ├── eraser.png │ │ │ ├── redoH.png │ │ │ ├── scale.png │ │ │ ├── scaleH.png │ │ │ └── undoH.png │ ├── template │ │ ├── images │ │ │ ├── bg.gif │ │ │ ├── pre0.png │ │ │ ├── pre1.png │ │ │ ├── pre2.png │ │ │ ├── pre3.png │ │ │ └── pre4.png │ │ ├── template.html │ │ ├── template.css │ │ └── template.js │ ├── attachment │ │ ├── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── alignicon.gif │ │ │ ├── alignicon.png │ │ │ ├── file-icons.gif │ │ │ └── file-icons.png │ │ └── fileTypeImages │ │ │ ├── icon_mv.gif │ │ │ ├── icon_chm.gif │ │ │ ├── icon_doc.gif │ │ │ ├── icon_exe.gif │ │ │ ├── icon_jpg.gif │ │ │ ├── icon_mp3.gif │ │ │ ├── icon_pdf.gif │ │ │ ├── icon_ppt.gif │ │ │ ├── icon_psd.gif │ │ │ ├── icon_rar.gif │ │ │ ├── icon_txt.gif │ │ │ ├── icon_xls.gif │ │ │ └── icon_default.png │ ├── background │ │ └── images │ │ │ ├── bg.png │ │ │ └── success.png │ ├── charts │ │ ├── images │ │ │ ├── charts0.png │ │ │ ├── charts1.png │ │ │ ├── charts2.png │ │ │ ├── charts3.png │ │ │ ├── charts4.png │ │ │ └── charts5.png │ │ └── chart.config.js │ ├── wordimage │ │ ├── imageUploader.swf │ │ └── fClipboard_ueditor.swf │ ├── help │ │ ├── help.css │ │ └── help.js │ ├── spechars │ │ └── spechars.html │ ├── music │ │ ├── music.html │ │ └── music.css │ ├── preview │ │ └── preview.html │ └── anchor │ │ └── anchor.html │ ├── third-party │ ├── video-js │ │ ├── font │ │ │ ├── vjs.eot │ │ │ ├── vjs.ttf │ │ │ └── vjs.woff │ │ └── video-js.swf │ ├── webuploader │ │ ├── Uploader.swf │ │ └── webuploader.css │ ├── zeroclipboard │ │ └── ZeroClipboard.swf │ ├── snapscreen │ │ └── UEditorSnapscreen.exe │ └── highcharts │ │ └── modules │ │ ├── heatmap.js │ │ ├── heatmap.src.js │ │ ├── no-data-to-display.js │ │ └── funnel.js │ └── php │ ├── action_crawler.php │ └── controller.php ├── css ├── admin │ ├── admin_list.css │ ├── log_list.css │ ├── user_list.css │ ├── course_edit.css │ └── index.css ├── webuploader.css └── iCheck_square_blue.css ├── js ├── Uploader.swf └── bootstrap-datetimepicker.zh-CN.js ├── fonts ├── simhei.ttf ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── images ├── Git_OSC.gif ├── login_bg.jpg ├── slider-bg.jpg ├── login_box_bg.png ├── skins │ ├── blue.png │ └── blue@2x.png ├── slider-bg2.jpg ├── social_home.png └── social_github.png ├── upload_files └── ueditor │ └── php │ └── upload │ └── image │ └── 20150511 │ └── 1431338873272735.jpg ├── .htaccess ├── .gitignore └── README.md /system/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all -------------------------------------------------------------------------------- /application/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all -------------------------------------------------------------------------------- /application/cache/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all -------------------------------------------------------------------------------- /third_party/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /css/admin/admin_list.css: -------------------------------------------------------------------------------- 1 | #admin_table .btn-group{ 2 | min-width: 100px;margin:auto; 3 | } -------------------------------------------------------------------------------- /css/admin/log_list.css: -------------------------------------------------------------------------------- 1 | #admin_table .btn-group{ 2 | min-width: 100px;margin:auto; 3 | } -------------------------------------------------------------------------------- /css/admin/user_list.css: -------------------------------------------------------------------------------- 1 | #user_table .btn-group{ 2 | min-width: 100px;margin:auto; 3 | } -------------------------------------------------------------------------------- /js/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/js/Uploader.swf -------------------------------------------------------------------------------- /fonts/simhei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/fonts/simhei.ttf -------------------------------------------------------------------------------- /images/Git_OSC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/Git_OSC.gif -------------------------------------------------------------------------------- /images/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/login_bg.jpg -------------------------------------------------------------------------------- /images/slider-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/slider-bg.jpg -------------------------------------------------------------------------------- /images/login_box_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/login_box_bg.png -------------------------------------------------------------------------------- /images/skins/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/skins/blue.png -------------------------------------------------------------------------------- /images/slider-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/slider-bg2.jpg -------------------------------------------------------------------------------- /images/social_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/social_home.png -------------------------------------------------------------------------------- /system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/system/fonts/texb.ttf -------------------------------------------------------------------------------- /images/skins/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/skins/blue@2x.png -------------------------------------------------------------------------------- /images/social_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/images/social_github.png -------------------------------------------------------------------------------- /css/admin/course_edit.css: -------------------------------------------------------------------------------- 1 | #edit_table td{ 2 | vertical-align:middle;/*垂直居中*/ 3 | } 4 | #edit_table #content_area{ 5 | min-height: 300px; 6 | } -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /system/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /third_party/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /third_party/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /third_party/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /application/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /third_party/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /application/config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/libraries/Cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /third_party/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/language/zh_cn/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /application/third_party/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/pdo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/libraries/javascript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /third_party/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/cubrid/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /third_party/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /third_party/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /third_party/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /upload_files/ueditor/php/upload/image/20150511/1431338873272735.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/upload_files/ueditor/php/upload/image/20150511/1431338873272735.jpg -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quericy/Teaching-interactive-web-platform/HEAD/third_party/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine on 2 | 3 | RewriteBase / 4 | 5 | RewriteCond %{REQUEST_FILENAME} !-f 6 | RewriteCond %{REQUEST_FILENAME} !-d 7 | RewriteCond $1 !^(index\.php|images|css|robots\.txt) 8 | 9 | RewriteRule ^(.*)$ /index.php/$1 [L] -------------------------------------------------------------------------------- /css/admin/index.css: -------------------------------------------------------------------------------- 1 | 2 | /*状态图表*/ 3 | .content .sys_div{ 4 | width: 160px;margin: 0 auto; 5 | } 6 | .content .sys_canvas{ 7 | margin:5px auto;text-align: center; 8 | } 9 | .content .user_info_chart_canvas{ 10 | width: 300px;margin: 0 auto; 11 | } 12 | .content .info_tips_table{ 13 | height: 200px; 14 | } -------------------------------------------------------------------------------- /system/language/english/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |Severity:
6 |Message:
7 |Filename:
8 |Line Number:
9 | 10 | -------------------------------------------------------------------------------- /third_party/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Created by .ignore support plugin (hsz.mobi) 2 | ### CodeIgniter template 3 | */config/development 4 | */logs/log-*.php 5 | !*/logs/index.html 6 | */cache/* 7 | !*/cache/index.html 8 | !*/cache/.htaccess 9 | 10 | user_guide_src/build/* 11 | user_guide_src/cilexer/build/* 12 | user_guide_src/cilexer/dist/* 13 | user_guide_src/cilexer/pycilexer.egg-info/* 14 | 15 | #codeigniter 3 16 | application/logs/* 17 | !application/logs/index.html 18 | !application/logs/.htaccess 19 | /vendor/ 20 | 21 | -------------------------------------------------------------------------------- /application/third_party/smarty/libs/plugins/variablefilter.htmlspecialchars.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: noprint