在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → claroline简体中文版(PHP)

claroline简体中文版(PHP)

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:4.12M
  • 下载次数:1
  • 浏览次数:3
  • 发布时间:2023-10-28
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: php LIN 中文版 简体 hp

实例介绍

【实例简介】claroline简体中文版(PHP)
在线学习管理系统claroline简体中文版下载(PHP),版本号为1811

【实例截图】

from clipboard

【核心代码】

.
├── CHANGELOG.txt
├── CREDITS.txt
├── INSTALL.txt
├── LICENCE.txt
├── README.txt
├── claroline
│   ├── admin
│   │   ├── adminUserCourseSettings.php
│   │   ├── admin_class.php
│   │   ├── admin_class_cours.php
│   │   ├── admin_class_course_registered.php
│   │   ├── admin_class_register.php
│   │   ├── admin_class_user.php
│   │   ├── adminaddnewuser.php
│   │   ├── admincats.php
│   │   ├── admincourses.php
│   │   ├── admincourseusers.php
│   │   ├── adminmailsystem.php
│   │   ├── adminprofile.php
│   │   ├── adminregisteruser.php
│   │   ├── adminusercourses.php
│   │   ├── adminuserdeleted.php
│   │   ├── adminusers.php
│   │   ├── adminuserunregistered.php
│   │   ├── advancedCourseSearch.php
│   │   ├── advancedUserSearch.php
│   │   ├── campusLog.php
│   │   ├── campusProblem.php
│   │   ├── checkIfHtAccessIsPresent.php
│   │   ├── clarolinenews.php
│   │   ├── devTools
│   │   │   └── index.php
│   │   ├── index.php
│   │   ├── maintenance
│   │   │   ├── claroline_script.inc.php
│   │   │   ├── index.php
│   │   │   └── repaircats.php
│   │   ├── managing
│   │   │   ├── editFile.php
│   │   │   └── index.php
│   │   ├── module
│   │   │   ├── module.php
│   │   │   ├── module_dock.php
│   │   │   └── module_list.php
│   │   ├── registerCampus.php
│   │   ├── right
│   │   │   ├── index.php
│   │   │   ├── profile.php
│   │   │   └── profile_list.php
│   │   ├── rsscache_3fd066f41519f202d7125f254deae6a2
│   │   ├── technical
│   │   │   ├── diskUsage.php
│   │   │   ├── index.php
│   │   │   ├── lib
│   │   │   │   ├── PhpSecInfo.lib.php
│   │   │   │   ├── Test
│   │   │   │   │   ├── CGI
│   │   │   │   │   │   └── force_redirect.php
│   │   │   │   │   ├── Core
│   │   │   │   │   │   ├── allow_url_fopen.php
│   │   │   │   │   │   ├── display_errors.php
│   │   │   │   │   │   ├── expose_php.php
│   │   │   │   │   │   ├── file_uploads.php
│   │   │   │   │   │   ├── gid.php
│   │   │   │   │   │   ├── magic_quotes_gpc.php
│   │   │   │   │   │   ├── memory_limit.php
│   │   │   │   │   │   ├── open_basedir.php
│   │   │   │   │   │   ├── post_max_size.php
│   │   │   │   │   │   ├── register_globals.php
│   │   │   │   │   │   ├── uid.php
│   │   │   │   │   │   ├── upload_max_filesize.php
│   │   │   │   │   │   └── upload_tmp_dir.php
│   │   │   │   │   ├── Curl
│   │   │   │   │   │   └── file_support.php
│   │   │   │   │   ├── Session
│   │   │   │   │   │   └── use_trans_sid.php
│   │   │   │   │   ├── Test.php
│   │   │   │   │   ├── Test_Cgi.php
│   │   │   │   │   ├── Test_Core.php
│   │   │   │   │   ├── Test_Curl.php
│   │   │   │   │   └── Test_Session.php
│   │   │   │   └── phpinfo.lib.php
│   │   │   └── phpInfo.php
│   │   ├── tool
│   │   │   ├── config_edit.php
│   │   │   ├── config_list.php
│   │   │   └── index.php
│   │   ├── traffic_details.php
│   │   ├── upgrade
│   │   │   ├── configUpgrade.class.php
│   │   │   ├── index.php
│   │   │   ├── purge_work_repositories.php
│   │   │   ├── restore_course_repository.php
│   │   │   ├── upgrade.css
│   │   │   ├── upgrade.lib.php
│   │   │   ├── upgrade.php
│   │   │   ├── upgrade_conf.php
│   │   │   ├── upgrade_course_16.lib.php
│   │   │   ├── upgrade_course_17.lib.php
│   │   │   ├── upgrade_course_18.lib.php
│   │   │   ├── upgrade_courses.php
│   │   │   ├── upgrade_init_global.inc.php
│   │   │   ├── upgrade_main_db.php
│   │   │   ├── upgrade_main_db_16.lib.php
│   │   │   ├── upgrade_main_db_17.lib.php
│   │   │   └── upgrade_main_db_18.lib.php
│   │   └── xtra
│   │       ├── index.php
│   │       └── sdk
│   │           ├── index.php
│   │           ├── lang
│   │           │   ├── build_devel_lang_file.php
│   │           │   ├── build_empty_lang_file.php
│   │           │   ├── build_missing_lang_file.php
│   │           │   ├── build_prod_lang_file.php
│   │           │   ├── conversion_17_to_18.csv
│   │           │   ├── convert_lang_17_to_18.php
│   │           │   ├── display_content_diff.php
│   │           │   ├── display_var_diff.php
│   │           │   ├── extract_var_from_lang_file.php
│   │           │   ├── extract_var_from_script_file.php
│   │           │   ├── index.php
│   │           │   ├── language.conf.php
│   │           │   ├── language.conf.php.dist
│   │           │   ├── language.lib.php
│   │           │   ├── language.png
│   │           │   └── progression_translation.php
│   │           └── translation_index.php
│   ├── announcements
│   │   ├── announcement.gif
│   │   ├── announcements.php
│   │   ├── connector
│   │   │   ├── ical.write.cnr.php
│   │   │   └── rss.write.cnr.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   └── announcement.lib.php
│   │   ├── manifest.xml
│   │   └── messages.php
│   ├── auth
│   │   ├── courses.php
│   │   ├── extauth
│   │   │   ├── README.txt
│   │   │   ├── cas
│   │   │   │   └── casProcess.inc.php
│   │   │   ├── drivers
│   │   │   │   ├── atutor.inc.php.dist
│   │   │   │   ├── auth.drivers.conf.php.dist
│   │   │   │   ├── db-generic.inc.php.dist
│   │   │   │   ├── docebo.inc.php.dist
│   │   │   │   ├── dokeos.1.6.inc.php.dist
│   │   │   │   ├── dokeos.inc.php.dist
│   │   │   │   ├── ganesha.inc.php.dist
│   │   │   │   ├── index.php
│   │   │   │   ├── ldap.inc.php.dist
│   │   │   │   ├── mambo.inc.php.dist
│   │   │   │   ├── moodle.inc.php.dist
│   │   │   │   ├── phpnuke.inc.php.dist
│   │   │   │   ├── postnuke.inc.php.dist
│   │   │   │   └── spip.inc.php.dist
│   │   │   ├── extAuthProcess.inc.php
│   │   │   ├── index.php
│   │   │   ├── lcs
│   │   │   │   ├── lcs.inc.php.dist
│   │   │   │   └── lcsProcess.inc.php
│   │   │   └── shibboleth
│   │   │       ├── conf
│   │   │       │   └── auth.shibboleth.conf.php.dist
│   │   │       ├── index.php
│   │   │       ├── shibboleth.lib.php
│   │   │       ├── shibbolethProcess.inc.php
│   │   │       └── shibbolethUser.php
│   │   ├── index.php
│   │   ├── inscription.php
│   │   ├── login.php
│   │   ├── lostPassword.php
│   │   ├── profile.php
│   │   └── sso
│   │       ├── client.php
│   │       ├── index.php
│   │       └── server.php
│   ├── calendar
│   │   ├── agenda.gif
│   │   ├── agenda.php
│   │   ├── connector
│   │   │   ├── ical.write.cnr.php
│   │   │   └── rss.write.cnr.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   └── agenda.lib.php
│   │   ├── manifest.xml
│   │   └── myagenda.php
│   ├── chat
│   │   ├── chat.gif
│   │   ├── chat.php
│   │   ├── chat_header.php
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLCHT.def.conf.inc.php
│   │   ├── index.php
│   │   ├── manifest.xml
│   │   ├── messageEditor.php
│   │   └── messageList.php
│   ├── course
│   │   ├── create.php
│   │   ├── index.php
│   │   ├── settings.php
│   │   └── tools.php
│   ├── course_description
│   │   ├── index.php
│   │   ├── info.gif
│   │   ├── manifest.xml
│   │   └── tiplistinit.inc.php
│   ├── css
│   │   ├── caucase
│   │   │   ├── bg-course.gif
│   │   │   ├── bg-messagebox.gif
│   │   │   ├── bg-platform copy.gif
│   │   │   ├── bg-platform.gif
│   │   │   ├── bg-rightcolumn.gif
│   │   │   └── bg-user.gif
│   │   ├── caucase.css
│   │   ├── clarocom
│   │   │   ├── bg_footer.jpg
│   │   │   ├── bg_header.jpg
│   │   │   ├── bg_separator.jpg
│   │   │   ├── cornerleft_header.jpg
│   │   │   ├── cornerright_header.jpg
│   │   │   ├── cutter.jpg
│   │   │   ├── fleche_blanc.gif
│   │   │   ├── fleche_bleu.gif
│   │   │   ├── fleche_gris.gif
│   │   │   ├── fleche_vert.gif
│   │   │   ├── horizbar.jpg
│   │   │   └── verticalbar.jpg
│   │   ├── clarocom.css
│   │   ├── claroffice
│   │   │   ├── topnav1m.gif
│   │   │   ├── topnav1m_alt.gif
│   │   │   ├── topnav2m.gif
│   │   │   └── topnav3m.gif
│   │   ├── claroffice.css
│   │   ├── claroline142.css
│   │   ├── claroline16
│   │   │   └── arrow.gif
│   │   ├── claroline16.css
│   │   ├── corporate
│   │   │   ├── arrow.gif
│   │   │   ├── caliope.png
│   │   │   ├── hard.gif
│   │   │   └── soft.gif
│   │   ├── corporate.css
│   │   ├── cupertino
│   │   │   ├── bg-course.gif
│   │   │   ├── bg-header.gif
│   │   │   ├── bg-messagebox.gif
│   │   │   ├── bg-platform.gif
│   │   │   ├── bg-supraheader.gif
│   │   │   ├── bg-user.gif
│   │   │   ├── bg.gif
│   │   │   ├── tag-left.gif
│   │   │   └── tag-right.gif
│   │   ├── cupertino.css
│   │   ├── default
│   │   │   ├── arrow_blue.gif
│   │   │   ├── arrow_green.gif
│   │   │   ├── bg_body.jpg
│   │   │   ├── bg_footer.jpg
│   │   │   ├── bg_header.gif
│   │   │   ├── bg_header.jpg
│   │   │   └── bg_msgBox.jpg
│   │   ├── default.css
│   │   ├── index.php
│   │   ├── netscape
│   │   │   ├── campus_banner_bg.png
│   │   │   └── grayfadeout.gif
│   │   ├── netscape.css
│   │   ├── orangejuice
│   │   │   └── arrow.gif
│   │   ├── orangejuice.css
│   │   ├── pinklaro.css
│   │   ├── print.css
│   │   ├── pure.css
│   │   └── rss.css
│   ├── document
│   │   ├── Example_document.pdf
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLDOC.def.conf.inc.php
│   │   ├── document.gif
│   │   ├── document.php
│   │   ├── goto
│   │   │   └── index.php
│   │   ├── index.php
│   │   ├── manifest.xml
│   │   └── rqmkhtml.php
│   ├── editor
│   │   ├── GenericEditor.class.php
│   │   └── tiny_mce
│   │       ├── blank.htm
│   │       ├── changelog_for_claroline.txt
│   │       ├── editor.class.php
│   │       ├── langs
│   │       │   ├── en.js
│   │       │   ├── readme.txt
│   │       │   └── zh_cn.js
│   │       ├── license.txt
│   │       ├── plugins
│   │       │   ├── _template
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── advhr
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── advimage
│   │       │   │   ├── css
│   │       │   │   │   └── advimage.css
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── image.htm
│   │       │   │   ├── images
│   │       │   │   │   └── sample.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   └── functions.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── cs.js
│   │       │   │   │   ├── da.js
│   │       │   │   │   ├── de.js
│   │       │   │   │   ├── en.js
│   │       │   │   │   ├── fa.js
│   │       │   │   │   ├── fa_ca.js
│   │       │   │   │   ├── fr.js
│   │       │   │   │   ├── fr_ca.js
│   │       │   │   │   ├── he.js
│   │       │   │   │   ├── hu.js
│   │       │   │   │   ├── ko.js
│   │       │   │   │   ├── nl.js
│   │       │   │   │   ├── no.js
│   │       │   │   │   ├── pl.js
│   │       │   │   │   ├── pt_br.js
│   │       │   │   │   ├── sv.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   └── readme.txt
│   │       │   ├── advlink
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── autosave
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── directionality
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── images
│   │       │   │   │   ├── ltr.gif
│   │       │   │   │   └── rtl.gif
│   │       │   │   ├── langs
│   │       │   │   │   ├── cs.js
│   │       │   │   │   ├── da.js
│   │       │   │   │   ├── de.js
│   │       │   │   │   ├── en.js
│   │       │   │   │   ├── fr_ca.js
│   │       │   │   │   ├── he.js
│   │       │   │   │   ├── hu.js
│   │       │   │   │   ├── no.js
│   │       │   │   │   ├── sv.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   └── readme.txt
│   │       │   ├── emotions
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── flash
│   │       │   │   ├── css
│   │       │   │   │   ├── content.css
│   │       │   │   │   └── flash.css
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── flash.htm
│   │       │   │   ├── images
│   │       │   │   │   └── flash.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   └── flash.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── en.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   └── readme.txt
│   │       │   ├── fullpage
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── fullscreen
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── iespell
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── insertdatetime
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── layer
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── media
│   │       │   │   ├── css
│   │       │   │   │   ├── content.css
│   │       │   │   │   └── media.css
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── images
│   │       │   │   │   ├── flash.gif
│   │       │   │   │   ├── media.gif
│   │       │   │   │   ├── quicktime.gif
│   │       │   │   │   ├── realmedia.gif
│   │       │   │   │   ├── shockwave.gif
│   │       │   │   │   └── windowsmedia.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   ├── embed.js
│   │       │   │   │   └── media.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── en.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   └── media.htm
│   │       │   ├── paste
│   │       │   │   ├── blank.htm
│   │       │   │   ├── css
│   │       │   │   │   ├── blank.css
│   │       │   │   │   └── pasteword.css
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── images
│   │       │   │   │   ├── pastetext.gif
│   │       │   │   │   ├── pasteword.gif
│   │       │   │   │   └── selectall.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   ├── pastetext.js
│   │       │   │   │   └── pasteword.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── en.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   ├── pastetext.htm
│   │       │   │   ├── pasteword.htm
│   │       │   │   └── readme.txt
│   │       │   ├── preview
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── print
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── readme.txt
│   │       │   ├── save
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── searchreplace
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── spellchecker
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── style
│   │       │   │   └── langs
│   │       │   │       └── zh_cn.js
│   │       │   ├── table
│   │       │   │   ├── cell.htm
│   │       │   │   ├── css
│   │       │   │   │   ├── cell.css
│   │       │   │   │   ├── row.css
│   │       │   │   │   └── table.css
│   │       │   │   ├── editor_plugin.js
│   │       │   │   ├── editor_plugin_src.js
│   │       │   │   ├── images
│   │       │   │   │   ├── buttons.gif
│   │       │   │   │   ├── table.gif
│   │       │   │   │   ├── table_cell_props.gif
│   │       │   │   │   ├── table_delete.gif
│   │       │   │   │   ├── table_delete_col.gif
│   │       │   │   │   ├── table_delete_row.gif
│   │       │   │   │   ├── table_insert_col_after.gif
│   │       │   │   │   ├── table_insert_col_before.gif
│   │       │   │   │   ├── table_insert_row_after.gif
│   │       │   │   │   ├── table_insert_row_before.gif
│   │       │   │   │   ├── table_merge_cells.gif
│   │       │   │   │   ├── table_row_props.gif
│   │       │   │   │   └── table_split_cells.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   ├── cell.js
│   │       │   │   │   ├── merge_cells.js
│   │       │   │   │   ├── row.js
│   │       │   │   │   └── table.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── ar.js
│   │       │   │   │   ├── cs.js
│   │       │   │   │   ├── da.js
│   │       │   │   │   ├── de.js
│   │       │   │   │   ├── el.js
│   │       │   │   │   ├── en.js
│   │       │   │   │   ├── es.js
│   │       │   │   │   ├── fa.js
│   │       │   │   │   ├── fi.js
│   │       │   │   │   ├── fr.js
│   │       │   │   │   ├── fr_ca.js
│   │       │   │   │   ├── he.js
│   │       │   │   │   ├── hu.js
│   │       │   │   │   ├── it.js
│   │       │   │   │   ├── ja.js
│   │       │   │   │   ├── ko.js
│   │       │   │   │   ├── nl.js
│   │       │   │   │   ├── no.js
│   │       │   │   │   ├── pl.js
│   │       │   │   │   ├── pt.js
│   │       │   │   │   ├── readme.txt
│   │       │   │   │   ├── sv.js
│   │       │   │   │   ├── tw.js
│   │       │   │   │   └── zh_cn.js
│   │       │   │   ├── merge_cells.htm
│   │       │   │   ├── readme.txt
│   │       │   │   ├── row.htm
│   │       │   │   └── table.htm
│   │       │   └── xhtmlxtras
│   │       │       └── langs
│   │       │           └── zh_cn.js
│   │       ├── themes
│   │       │   ├── advanced
│   │       │   │   ├── about.htm
│   │       │   │   ├── anchor.htm
│   │       │   │   ├── charmap.htm
│   │       │   │   ├── color_picker.htm
│   │       │   │   ├── css
│   │       │   │   │   ├── colorpicker.css
│   │       │   │   │   ├── editor_content.css
│   │       │   │   │   ├── editor_popup.css
│   │       │   │   │   └── editor_ui.css
│   │       │   │   ├── docs
│   │       │   │   │   ├── en
│   │       │   │   │   │   ├── about.htm
│   │       │   │   │   │   ├── common_buttons.htm
│   │       │   │   │   │   ├── create_accessible_content.htm
│   │       │   │   │   │   ├── images
│   │       │   │   │   │   │   ├── insert_anchor_window.gif
│   │       │   │   │   │   │   ├── insert_image_window.gif
│   │       │   │   │   │   │   ├── insert_link_window.gif
│   │       │   │   │   │   │   └── insert_table_window.gif
│   │       │   │   │   │   ├── index.htm
│   │       │   │   │   │   ├── insert_anchor_button.htm
│   │       │   │   │   │   ├── insert_image_button.htm
│   │       │   │   │   │   ├── insert_link_button.htm
│   │       │   │   │   │   ├── insert_table_button.htm
│   │       │   │   │   │   └── style.css
│   │       │   │   │   └── images
│   │       │   │   │       ├── table.gif
│   │       │   │   │       ├── table_delete_col.gif
│   │       │   │   │       ├── table_delete_row.gif
│   │       │   │   │       ├── table_insert_col_after.gif
│   │       │   │   │       ├── table_insert_col_before.gif
│   │       │   │   │       ├── table_insert_row_after.gif
│   │       │   │   │       └── table_insert_row_before.gif
│   │       │   │   ├── editor_template.js
│   │       │   │   ├── editor_template_src.js
│   │       │   │   ├── image.htm
│   │       │   │   ├── image.php
│   │       │   │   ├── images
│   │       │   │   │   ├── anchor.gif
│   │       │   │   │   ├── anchor_symbol.gif
│   │       │   │   │   ├── backcolor.gif
│   │       │   │   │   ├── bold.gif
│   │       │   │   │   ├── bold_de_se.gif
│   │       │   │   │   ├── bold_es.gif
│   │       │   │   │   ├── bold_fr.gif
│   │       │   │   │   ├── bold_ru.gif
│   │       │   │   │   ├── bold_tw.gif
│   │       │   │   │   ├── browse.gif
│   │       │   │   │   ├── bullist.gif
│   │       │   │   │   ├── button_menu.gif
│   │       │   │   │   ├── buttons.gif
│   │       │   │   │   ├── cancel_button_bg.gif
│   │       │   │   │   ├── center.gif
│   │       │   │   │   ├── charmap.gif
│   │       │   │   │   ├── cleanup.gif
│   │       │   │   │   ├── close.gif
│   │       │   │   │   ├── code.gif
│   │       │   │   │   ├── color.gif
│   │       │   │   │   ├── colors.jpg
│   │       │   │   │   ├── copy.gif
│   │       │   │   │   ├── custom_1.gif
│   │       │   │   │   ├── cut.gif
│   │       │   │   │   ├── forecolor.gif
│   │       │   │   │   ├── full.gif
│   │       │   │   │   ├── help.gif
│   │       │   │   │   ├── hr.gif
│   │       │   │   │   ├── image.gif
│   │       │   │   │   ├── indent.gif
│   │       │   │   │   ├── insert_button_bg.gif
│   │       │   │   │   ├── italic.gif
│   │       │   │   │   ├── italic_de_se.gif
│   │       │   │   │   ├── italic_es.gif
│   │       │   │   │   ├── italic_ru.gif
│   │       │   │   │   ├── italic_tw.gif
│   │       │   │   │   ├── justifycenter.gif
│   │       │   │   │   ├── justifyfull.gif
│   │       │   │   │   ├── justifyleft.gif
│   │       │   │   │   ├── justifyright.gif
│   │       │   │   │   ├── left.gif
│   │       │   │   │   ├── link.gif
│   │       │   │   │   ├── menu_check.gif
│   │       │   │   │   ├── newdocument.gif
│   │       │   │   │   ├── numlist.gif
│   │       │   │   │   ├── opacity.png
│   │       │   │   │   ├── outdent.gif
│   │       │   │   │   ├── paste.gif
│   │       │   │   │   ├── redo.gif
│   │       │   │   │   ├── removeformat.gif
│   │       │   │   │   ├── right.gif
│   │       │   │   │   ├── separator.gif
│   │       │   │   │   ├── spacer.gif
│   │       │   │   │   ├── statusbar_resize.gif
│   │       │   │   │   ├── strikethrough.gif
│   │       │   │   │   ├── sub.gif
│   │       │   │   │   ├── sup.gif
│   │       │   │   │   ├── table.gif
│   │       │   │   │   ├── table_delete_col.gif
│   │       │   │   │   ├── table_delete_row.gif
│   │       │   │   │   ├── table_insert_col_after.gif
│   │       │   │   │   ├── table_insert_col_before.gif
│   │       │   │   │   ├── table_insert_row_after.gif
│   │       │   │   │   ├── table_insert_row_before.gif
│   │       │   │   │   ├── underline.gif
│   │       │   │   │   ├── underline_es.gif
│   │       │   │   │   ├── underline_fr.gif
│   │       │   │   │   ├── underline_ru.gif
│   │       │   │   │   ├── underline_tw.gif
│   │       │   │   │   ├── undo.gif
│   │       │   │   │   ├── unlink.gif
│   │       │   │   │   ├── visualaid.gif
│   │       │   │   │   └── xp
│   │       │   │   │       ├── tab_bg.gif
│   │       │   │   │       ├── tab_end.gif
│   │       │   │   │       ├── tab_sel_bg.gif
│   │       │   │   │       ├── tab_sel_end.gif
│   │       │   │   │       └── tabs_bg.gif
│   │       │   │   ├── jscripts
│   │       │   │   │   ├── about.js
│   │       │   │   │   ├── anchor.js
│   │       │   │   │   ├── charmap.js
│   │       │   │   │   ├── color_picker.js
│   │       │   │   │   ├── image.js
│   │       │   │   │   ├── link.js
│   │       │   │   │   └── source_editor.js
│   │       │   │   ├── langs
│   │       │   │   │   ├── en.js
│   │       │   │   │   ├── readme.txt
│   │       │   │   │   └── zh_cn.js
│   │       │   │   ├── link.htm
│   │       │   │   └── source_editor.htm
│   │       │   └── simple
│   │       │       ├── css
│   │       │       │   ├── editor_content.css
│   │       │       │   ├── editor_popup.css
│   │       │       │   └── editor_ui.css
│   │       │       ├── editor_template.js
│   │       │       ├── editor_template_src.js
│   │       │       └── images
│   │       │           ├── bold.gif
│   │       │           ├── bold_de_se.gif
│   │       │           ├── bold_fr.gif
│   │       │           ├── bold_ru.gif
│   │       │           ├── bold_tw.gif
│   │       │           ├── bullist.gif
│   │       │           ├── buttons.gif
│   │       │           ├── cleanup.gif
│   │       │           ├── italic.gif
│   │       │           ├── italic_de_se.gif
│   │       │           ├── italic_ru.gif
│   │       │           ├── italic_tw.gif
│   │       │           ├── numlist.gif
│   │       │           ├── redo.gif
│   │       │           ├── separator.gif
│   │       │           ├── spacer.gif
│   │       │           ├── strikethrough.gif
│   │       │           ├── underline.gif
│   │       │           ├── underline_fr.gif
│   │       │           ├── underline_ru.gif
│   │       │           ├── underline_tw.gif
│   │       │           └── undo.gif
│   │       ├── tiny_mce.js
│   │       ├── tiny_mce_popup.js
│   │       ├── tiny_mce_src.js
│   │       └── utils
│   │           ├── editable_selects.js
│   │           ├── form_utils.js
│   │           ├── mclayer.js
│   │           ├── mctabs.js
│   │           └── validate.js
│   ├── exercise
│   │   ├── admin
│   │   │   ├── edit_answers.php
│   │   │   ├── edit_exercise.php
│   │   │   ├── edit_question.php
│   │   │   ├── index.php
│   │   │   └── question_pool.php
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLQWZ.def.conf.inc.php
│   │   ├── exercise.php
│   │   ├── exercise_submit.php
│   │   ├── export
│   │   │   ├── exercise_import.inc.php
│   │   │   ├── index.php
│   │   │   ├── qti
│   │   │   │   ├── qti_classes.php
│   │   │   │   └── qti_export.php
│   │   │   ├── qti2
│   │   │   │   ├── qti2_classes.php
│   │   │   │   └── qti2_export.php
│   │   │   └── scorm
│   │   │       └── scorm_classes.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   ├── answer_fib.class.php
│   │   │   ├── answer_matching.class.php
│   │   │   ├── answer_multiplechoice.class.php
│   │   │   ├── answer_truefalse.class.php
│   │   │   ├── exercise.class.php
│   │   │   ├── exercise.lib.php
│   │   │   ├── index.php
│   │   │   └── question.class.php
│   │   ├── manifest.xml
│   │   └── quiz.gif
│   ├── group
│   │   ├── group.gif
│   │   ├── group.php
│   │   ├── group_edit.php
│   │   ├── group_properties.php
│   │   ├── group_space.php
│   │   ├── index.php
│   │   └── manifest.xml
│   ├── help
│   │   ├── help_claroline.php
│   │   ├── help_document.php
│   │   ├── help_exercise.php
│   │   ├── help_forum.php
│   │   ├── help_group.php
│   │   ├── help_home.php
│   │   ├── help_user.php
│   │   ├── help_work.php
│   │   └── index.php
│   ├── ical
│   │   └── index.php
│   ├── img
│   │   ├── access_locked.gif
│   │   ├── access_open.gif
│   │   ├── agenda.gif
│   │   ├── announcement.gif
│   │   ├── announcement_hot.gif
│   │   ├── assignment.gif
│   │   ├── avi.gif
│   │   ├── back.gif
│   │   ├── bar_1.gif
│   │   ├── bar_1m.gif
│   │   ├── bar_1r.gif
│   │   ├── bar_1u.gif
│   │   ├── block.gif
│   │   ├── bmp.gif
│   │   ├── book.gif
│   │   ├── caution.gif
│   │   ├── chat.gif
│   │   ├── checkbox_off.gif
│   │   ├── checkbox_on.gif
│   │   ├── claroline.gif
│   │   ├── class.gif
│   │   ├── comment.gif
│   │   ├── course.gif
│   │   ├── css.gif
│   │   ├── default.gif
│   │   ├── delete.gif
│   │   ├── deluser.gif
│   │   ├── doc.gif
│   │   ├── document.gif
│   │   ├── down.gif
│   │   ├── download.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── enroll.gif
│   │   ├── enroll_locked.gif
│   │   ├── enroll_open.gif
│   │   ├── enter.gif
│   │   ├── exe.gif
│   │   ├── export.gif
│   │   ├── export.png
│   │   ├── favicon.ico
│   │   ├── fill.gif
│   │   ├── folder.gif
│   │   ├── folder_hot.gif
│   │   ├── forum.gif
│   │   ├── forum_hot.gif
│   │   ├── gif.gif
│   │   ├── group.gif
│   │   ├── help.gif
│   │   ├── help_little.gif
│   │   ├── history.gif
│   │   ├── home.gif
│   │   ├── hot.gif
│   │   ├── html.gif
│   │   ├── image.gif
│   │   ├── image_shibboleth_logo_color.png
│   │   ├── importlist.gif
│   │   ├── index.php
│   │   ├── info.gif
│   │   ├── invisible.gif
│   │   ├── jpg.gif
│   │   ├── js.gif
│   │   ├── learnpath.gif
│   │   ├── link.gif
│   │   ├── locked.gif
│   │   ├── logo.gif
│   │   ├── logo.png
│   │   ├── manager.gif
│   │   ├── mark.gif
│   │   ├── mid.gif
│   │   ├── minus.gif
│   │   ├── mov.gif
│   │   ├── move.gif
│   │   ├── mp3.gif
│   │   ├── mpeg.gif
│   │   ├── mpg.gif
│   │   ├── odb.png
│   │   ├── odf.png
│   │   ├── odg.png
│   │   ├── odp.png
│   │   ├── ods.png
│   │   ├── odt.png
│   │   ├── opendir.gif
│   │   ├── parent.gif
│   │   ├── parentdisabled.gif
│   │   ├── pdf.gif
│   │   ├── php.gif
│   │   ├── pixel.gif
│   │   ├── pl.gif
│   │   ├── plus.gif
│   │   ├── post.gif
│   │   ├── post_hot.gif
│   │   ├── ppt.gif
│   │   ├── preview.gif
│   │   ├── processing.gif
│   │   ├── quiz.gif
│   │   ├── radio_off.gif
│   │   ├── radio_on.gif
│   │   ├── ram.gif
│   │   ├── rar.gif
│   │   ├── reply.gif
│   │   ├── save.gif
│   │   ├── scorm.gif
│   │   ├── search.gif
│   │   ├── settings.gif
│   │   ├── statistics.gif
│   │   ├── sweep.gif
│   │   ├── swf.gif
│   │   ├── textzone.gif
│   │   ├── tool.gif
│   │   ├── topic.gif
│   │   ├── topic_hot.gif
│   │   ├── txt.gif
│   │   ├── unblock.gif
│   │   ├── unenroll.gif
│   │   ├── unlock.gif
│   │   ├── up.gif
│   │   ├── user.gif
│   │   ├── usersetting.gif
│   │   ├── version.gif
│   │   ├── visible.gif
│   │   ├── wav.gif
│   │   ├── wiki.gif
│   │   ├── xls.gif
│   │   ├── zip.gif
│   │   └── 复件 logo.gif
│   ├── inc
│   │   ├── claro_init_banner.inc.php
│   │   ├── claro_init_footer.inc.php
│   │   ├── claro_init_global.inc.php
│   │   ├── claro_init_header.inc.php
│   │   ├── claro_init_local.inc.php
│   │   ├── conf
│   │   │   └── def
│   │   │       ├── CLAUTH.def.conf.inc.php
│   │   │       ├── CLCAS.def.conf.inc.php
│   │   │       ├── CLCRS.def.conf.inc.php
│   │   │       ├── CLGRP.def.conf.inc.php
│   │   │       ├── CLHOME.def.conf.inc.php
│   │   │       ├── CLICAL.def.conf.inc.php
│   │   │       ├── CLKCACHE.def.conf.inc.php
│   │   │       ├── CLLINKER.def.conf.inc.php
│   │   │       ├── CLMAIN.def.conf.inc.php
│   │   │       ├── CLPROFIL.def.conf.inc.php
│   │   │       ├── CLRSS.def.conf.inc.php
│   │   │       └── CLSSO.def.conf.inc.php
│   │   ├── index.php
│   │   ├── index_loginzone.inc.php
│   │   ├── index_mycourses.inc.php
│   │   ├── index_mydigest.inc.php
│   │   ├── index_platformcourses.inc.php
│   │   ├── installedVersion.inc.php
│   │   ├── introductionSection.inc.php
│   │   ├── lib
│   │   │   ├── JPSpan
│   │   │   │   ├── JPSpan
│   │   │   │   │   ├── CodeWriter.php
│   │   │   │   │   ├── ErrorHandler.php
│   │   │   │   │   ├── Generator.php
│   │   │   │   │   ├── Handle.php
│   │   │   │   │   ├── Include.php
│   │   │   │   │   ├── Lexer.php
│   │   │   │   │   ├── Listener.php
│   │   │   │   │   ├── Monitor.php
│   │   │   │   │   ├── RequestData.php
│   │   │   │   │   ├── Script.php
│   │   │   │   │   ├── Serializer.php
│   │   │   │   │   ├── Server
│   │   │   │   │   │   └── PostOffice.php
│   │   │   │   │   ├── Server.php
│   │   │   │   │   ├── Types.php
│   │   │   │   │   ├── Unserializer
│   │   │   │   │   │   ├── PHP.php
│   │   │   │   │   │   └── XML.php
│   │   │   │   │   ├── Unserializer.php
│   │   │   │   │   ├── errors
│   │   │   │   │   │   └── errors.en.ini
│   │   │   │   │   └── js
│   │   │   │   │       ├── encode
│   │   │   │   │       │   ├── php.js
│   │   │   │   │       │   └── xml.js
│   │   │   │   │       ├── httpclient.js
│   │   │   │   │       ├── remoteobject.js
│   │   │   │   │       ├── request
│   │   │   │   │       │   ├── get.js
│   │   │   │   │       │   ├── post.js
│   │   │   │   │       │   └── rawpost.js
│   │   │   │   │       ├── request.js
│   │   │   │   │       ├── serialize.js
│   │   │   │   │       └── util
│   │   │   │   │           ├── data.js
│   │   │   │   │           ├── errorreader.js
│   │   │   │   │           ├── mock.js
│   │   │   │   │           ├── mockxmlhttp.js
│   │   │   │   │           ├── pseudoxmlhttp.js
│   │   │   │   │           ├── typeof.js
│   │   │   │   │           └── utf8.js
│   │   │   │   ├── JPSpan.php
│   │   │   │   ├── LICENSE
│   │   │   │   └── README
│   │   │   ├── add_course.lib.inc.php
│   │   │   ├── admin.lib.inc.php
│   │   │   ├── assignment.lib.php
│   │   │   ├── backlog.class.php
│   │   │   ├── buffer.lib.php
│   │   │   ├── cas
│   │   │   │   ├── CAS.php
│   │   │   │   ├── PGTStorage
│   │   │   │   │   ├── pgt-db.php
│   │   │   │   │   ├── pgt-file.php
│   │   │   │   │   └── pgt-main.php
│   │   │   │   ├── client.php
│   │   │   │   ├── domxml-php4-php5.php
│   │   │   │   └── languages
│   │   │   │       ├── english.php
│   │   │   │       ├── french.php
│   │   │   │       ├── greek.php
│   │   │   │       └── languages.php
│   │   │   ├── claroCourse.class.php
│   │   │   ├── claro_main.lib.php
│   │   │   ├── claro_utils.lib.php
│   │   │   ├── class.lib.php
│   │   │   ├── class.tree.php
│   │   │   ├── compat.lib.php
│   │   │   ├── config.class.php
│   │   │   ├── config.lib.inc.php
│   │   │   ├── configHtml.class.php
│   │   │   ├── course.lib.inc.php
│   │   │   ├── courseDescription.lib.php
│   │   │   ├── course_home.lib.php
│   │   │   ├── course_user.lib.php
│   │   │   ├── course_utils.lib.php
│   │   │   ├── courselist.lib.php
│   │   │   ├── csv.class.php
│   │   │   ├── datavalidator.lib.php
│   │   │   ├── debug.lib.inc.php
│   │   │   ├── embed.lib.php
│   │   │   ├── event
│   │   │   │   ├── class.event.php
│   │   │   │   ├── init_event_manager.inc.php
│   │   │   │   └── notifier.php
│   │   │   ├── events.lib.inc.php
│   │   │   ├── export_exe_tracking.class.php
│   │   │   ├── extauth.lib.php
│   │   │   ├── faculty.lib.inc.php
│   │   │   ├── file.lib.php
│   │   │   ├── fileDisplay.lib.php
│   │   │   ├── fileManage.lib.php
│   │   │   ├── fileUpload.lib.php
│   │   │   ├── form.lib.php
│   │   │   ├── forum.lib.php
│   │   │   ├── group.lib.inc.php
│   │   │   ├── html.lib.php
│   │   │   ├── htmlxtra.lib.php
│   │   │   ├── ical.write.lib.php
│   │   │   ├── icalendar
│   │   │   │   ├── class.iCal.inc.php
│   │   │   │   ├── class.iCalAlarm.inc.php
│   │   │   │   ├── class.iCalBase.inc.php
│   │   │   │   ├── class.iCalEvent.inc.php
│   │   │   │   ├── class.iCalFreeBusy.inc.php
│   │   │   │   ├── class.iCalJournal.inc.php
│   │   │   │   └── class.iCalToDo.inc.php
│   │   │   ├── icon.lib.php
│   │   │   ├── image.lib.php
│   │   │   ├── import.lib.php
│   │   │   ├── import_csv.lib.php
│   │   │   ├── index.php
│   │   │   ├── init.lib.php
│   │   │   ├── language.lib.php
│   │   │   ├── lastRSS
│   │   │   │   └── lastRSS.php
│   │   │   ├── learnPath.lib.inc.php
│   │   │   ├── mimetex
│   │   │   │   ├── README.txt
│   │   │   │   ├── mimetex.darwin
│   │   │   │   ├── mimetex.exe
│   │   │   │   └── mimetex.linux
│   │   │   ├── module.lib.php
│   │   │   ├── module.manage.lib.php
│   │   │   ├── nusoap.php
│   │   │   ├── pager.lib.php
│   │   │   ├── path.lib.php
│   │   │   ├── pclzip
│   │   │   │   └── pclzip.lib.php
│   │   │   ├── pear
│   │   │   │   ├── Auth
│   │   │   │   │   ├── Auth.php
│   │   │   │   │   ├── Container
│   │   │   │   │   │   ├── DB.php
│   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   ├── IMAP.php
│   │   │   │   │   │   ├── LDAP.php
│   │   │   │   │   │   ├── MDB.php
│   │   │   │   │   │   ├── POP3.php
│   │   │   │   │   │   ├── RADIUS.php
│   │   │   │   │   │   ├── SMBPasswd.php
│   │   │   │   │   │   ├── SOAP.php
│   │   │   │   │   │   └── vpopmail.php
│   │   │   │   │   └── Container.php
│   │   │   │   ├── Auth.php
│   │   │   │   ├── DB
│   │   │   │   │   ├── common.php
│   │   │   │   │   ├── dbase.php
│   │   │   │   │   ├── fbsql.php
│   │   │   │   │   ├── ibase.php
│   │   │   │   │   ├── ifx.php
│   │   │   │   │   ├── msql.php
│   │   │   │   │   ├── mssql.php
│   │   │   │   │   ├── mysql.php
│   │   │   │   │   ├── mysqli.php
│   │   │   │   │   ├── oci8.php
│   │   │   │   │   ├── odbc.php
│   │   │   │   │   ├── pgsql.php
│   │   │   │   │   ├── sqlite.php
│   │   │   │   │   ├── storage.php
│   │   │   │   │   └── sybase.php
│   │   │   │   ├── DB.php
│   │   │   │   ├── File
│   │   │   │   │   ├── Passwd
│   │   │   │   │   │   ├── Authbasic.php
│   │   │   │   │   │   └── Common.php
│   │   │   │   │   └── Passwd.php
│   │   │   │   ├── Lite
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Function.php
│   │   │   │   │   └── Output.php
│   │   │   │   ├── Lite.php
│   │   │   │   ├── PEAR.php
│   │   │   │   └── XML
│   │   │   │       ├── Serializer.php
│   │   │   │       └── Util.php
│   │   │   ├── phpmailer
│   │   │   │   ├── class.phpmailer.php
│   │   │   │   └── class.smtp.php
│   │   │   ├── right
│   │   │   │   ├── constants.inc.php
│   │   │   │   ├── courseProfileToolAction.class.php
│   │   │   │   ├── profile.class.php
│   │   │   │   ├── profileToolAction.class.php
│   │   │   │   ├── profileToolRight.class.php
│   │   │   │   ├── profileToolRightHtml.class.php
│   │   │   │   ├── right_profile.lib.php
│   │   │   │   └── toolAction.class.php
│   │   │   ├── rss.write.lib.php
│   │   │   ├── sendmail.lib.php
│   │   │   ├── sql.lib.php
│   │   │   ├── sqlxtra.lib.php
│   │   │   ├── statsUtils.lib.inc.php
│   │   │   ├── textzone.lib.php
│   │   │   ├── url.lib.php
│   │   │   ├── user.lib.php
│   │   │   ├── user_info.lib.php
│   │   │   └── xml.lib.php
│   │   └── swf
│   │       ├── dewplayer.swf
│   │       ├── player_flv.jpg
│   │       ├── player_flv.swf
│   │       └── player_mp3.swf
│   ├── index.php
│   ├── install
│   │   ├── INSTALL
│   │   ├── createMainBase.inc.php
│   │   ├── createStatBase.inc.php
│   │   ├── defaultsetting.inc.php
│   │   ├── do_install.inc.php
│   │   ├── dropMainTables.inc.php
│   │   ├── dropStatTables.inc.php
│   │   ├── fillMainBase.inc.php
│   │   ├── fillStatBase.inc.php
│   │   ├── index.php
│   │   ├── init_profile_right.lib.php
│   │   ├── install.css
│   │   └── install.lib.inc.php
│   ├── lang
│   │   ├── arabic
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── brazilian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── bulgarian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── catalan
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── croatian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── czech
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── danish
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── dutch
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── english
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── finnish
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── french
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── french_corp
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── galician
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── german
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── greek
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── guarani
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── hungarian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── indonesian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── italian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── japanese
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── lao
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── malay
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── persian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── polish
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── portuguese
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── romanian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── russian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── simpl_chinese
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── slovenian
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── spanish
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── spanish_latin
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── swedish
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── thai
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── turkce
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   ├── vietnamese
│   │   │   ├── complete.lang.php
│   │   │   ├── locale_settings.php
│   │   │   └── missing.lang.php
│   │   └── zh_tw
│   │       ├── complete.lang.php
│   │       ├── locale_settings.php
│   │       └── missing.lang.php
│   ├── learnPath
│   │   ├── export
│   │   │   ├── APIWrapper.js
│   │   │   ├── adlcp_rootv1p2.xsd
│   │   │   ├── ims_xml.xsd
│   │   │   ├── imscp_rootv1p1p2.xsd
│   │   │   ├── imsmd_rootv1p2p1.xsd
│   │   │   ├── index.php
│   │   │   └── scores.js
│   │   ├── importLearningPath.php
│   │   ├── include
│   │   │   ├── document.inc.php
│   │   │   ├── exercise.inc.php
│   │   │   ├── index.php
│   │   │   ├── scorm.inc.php
│   │   │   └── scormExport.inc.php
│   │   ├── index.php
│   │   ├── insertMyDoc.php
│   │   ├── insertMyExercise.php
│   │   ├── insertMyModule.php
│   │   ├── learningPath.php
│   │   ├── learningPathAdmin.php
│   │   ├── learningPathList.php
│   │   ├── learnpath.gif
│   │   ├── manifest.xml
│   │   ├── module.php
│   │   ├── modules_pool.php
│   │   └── navigation
│   │       ├── backFromExercise.php
│   │       ├── bottomModule.php
│   │       ├── index.php
│   │       ├── scormAPI.inc.php
│   │       ├── startModule.php
│   │       ├── tableOfContent.php
│   │       ├── topModule.php
│   │       ├── updateProgress.php
│   │       └── viewer.php
│   ├── license
│   │   ├── gpl.txt
│   │   ├── gpl_print.txt
│   │   ├── header.txt
│   │   └── license_gpl.txt
│   ├── linker
│   │   ├── CLANN___Navigator.php
│   │   ├── CLANN___Resolver.php
│   │   ├── CLCAL___Navigator.php
│   │   ├── CLCAL___Resolver.php
│   │   ├── CLDOC___Navigator.php
│   │   ├── CLDOC___Resolver.php
│   │   ├── CLDSC___Navigator.php
│   │   ├── CLDSC___Resolver.php
│   │   ├── CLEXT___Resolver.php
│   │   ├── CLFRM___Navigator.php
│   │   ├── CLFRM___Resolver.php
│   │   ├── CLGRP___Navigator.php
│   │   ├── CLGRP___Resolver.php
│   │   ├── CLINTRO_Resolver.php
│   │   ├── CLLNP___Navigator.php
│   │   ├── CLLNP___Resolver.php
│   │   ├── CLQWZ___Navigator.php
│   │   ├── CLQWZ___Resolver.php
│   │   ├── CLWRK___Navigator.php
│   │   ├── CLWRK___Resolver.php
│   │   ├── CRLTool.php
│   │   ├── CourseResolver.php
│   │   ├── arrayutils.js
│   │   ├── index.php
│   │   ├── jpspan.lib.php
│   │   ├── linker.inc.php
│   │   ├── linker.lib.php
│   │   ├── linker_jpspan.lib.php
│   │   ├── linker_jpspan_display.js
│   │   ├── linker_jpspan_server.php
│   │   ├── linker_popup.inc.php
│   │   ├── linker_popup.lib.php
│   │   ├── linker_popup_display.lib.php
│   │   ├── linker_sql.lib.php
│   │   ├── navigator.lib.php
│   │   ├── notfound.php
│   │   ├── prompt_utils.js
│   │   ├── resolver.lib.php
│   │   └── utils.js
│   ├── phpbb
│   │   ├── admin.php
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLFRM.def.conf.inc.php
│   │   ├── editpost.php
│   │   ├── forum.gif
│   │   ├── index.php
│   │   ├── manifest.xml
│   │   ├── newtopic.php
│   │   ├── reply.php
│   │   ├── viewforum.php
│   │   ├── viewsearch.php
│   │   └── viewtopic.php
│   ├── redirector.php
│   ├── right
│   │   ├── profile.php
│   │   └── profile_list.php
│   ├── rss
│   │   └── index.php
│   ├── sql
│   │   └── index.php
│   ├── tracking
│   │   ├── courseLog.php
│   │   ├── course_access_details.php
│   │   ├── delete_course_stats.php
│   │   ├── exercises_details.php
│   │   ├── index.php
│   │   ├── learnPath_details.php
│   │   ├── learnPath_detailsAllPath.php
│   │   ├── logins_details.php
│   │   ├── lp_modules_details.php
│   │   ├── personnalLog.php
│   │   ├── questions_details.php
│   │   ├── toolaccess_details.php
│   │   ├── userLog.php
│   │   ├── user_access_details.php
│   │   └── user_exercise_details.php
│   ├── user
│   │   ├── AddCSVusers.php
│   │   ├── class_add.php
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLUSR.def.conf.inc.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   └── export.lib.php
│   │   ├── manifest.xml
│   │   ├── user.gif
│   │   ├── user.php
│   │   ├── userInfo.php
│   │   └── user_add.php
│   ├── wiki
│   │   ├── conf
│   │   │   └── def
│   │   │       └── CLWIKI.def.conf.inc.php
│   │   ├── help_wiki.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   ├── class.clarodbconnection.php
│   │   │   ├── class.dbconnection.php
│   │   │   ├── class.html_sanitizer.php
│   │   │   ├── class.wiki.php
│   │   │   ├── class.wiki2xhtmlarea.php
│   │   │   ├── class.wiki2xhtmlexport.php
│   │   │   ├── class.wiki2xhtmlrenderer.php
│   │   │   ├── class.wikiaccesscontrol.php
│   │   │   ├── class.wikipage.php
│   │   │   ├── class.wikisearchengine.php
│   │   │   ├── class.wikistore.php
│   │   │   ├── index.php
│   │   │   ├── javascript
│   │   │   │   ├── index.php
│   │   │   │   ├── toolbar.js
│   │   │   │   └── wiki_acl.js
│   │   │   ├── lib.createwiki.php
│   │   │   ├── lib.diff.php
│   │   │   ├── lib.javascript.php
│   │   │   ├── lib.requestfilter.php
│   │   │   ├── lib.url.php
│   │   │   ├── lib.wikidisplay.php
│   │   │   ├── lib.wikisql.php
│   │   │   └── wiki2xhtml
│   │   │       ├── COPYING
│   │   │       ├── acronyms.txt
│   │   │       ├── class.wiki2xhtml.php
│   │   │       └── index.php
│   │   ├── manifest.xml
│   │   ├── page.php
│   │   ├── toolbar
│   │   │   ├── bt_bquote.png
│   │   │   ├── bt_br.png
│   │   │   ├── bt_code.png
│   │   │   ├── bt_del.png
│   │   │   ├── bt_em.png
│   │   │   ├── bt_img.png
│   │   │   ├── bt_img_link.png
│   │   │   ├── bt_ins.png
│   │   │   ├── bt_link.png
│   │   │   ├── bt_ol.png
│   │   │   ├── bt_pre.png
│   │   │   ├── bt_quote.png
│   │   │   ├── bt_strong.png
│   │   │   ├── bt_ul.png
│   │   │   └── index.php
│   │   ├── wiki.css
│   │   ├── wiki.gif
│   │   └── wiki.php
│   └── work
│       ├── assignment.gif
│       ├── conf
│       │   └── def
│       │       └── CLWRK.def.conf.inc.php
│       ├── connector
│       │   └── ical.write.cnr.php
│       ├── feedback.php
│       ├── index.php
│       ├── lib
│       │   ├── assignment.class.php
│       │   ├── submission.class.php
│       │   └── zip.lib.php
│       ├── manifest.xml
│       ├── userWork.php
│       ├── work.php
│       └── workList.php
├── claroline简体中文版(PHP)_claroline1811简体中文版.rar
├── index.php
├── 汉化CHANGELOG.txt
└── 安装说明.txt

245 directories, 1230 files


标签: php LIN 中文版 简体 hp

实例下载地址

claroline简体中文版(PHP)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警