实例介绍
网络教学平台源代码,不过是英文的,可以自己去更改。
【实例截图】
【核心代码】
4744302543411594241.zip
└── logicampus-2.0.4
├── LICENSE
├── logicreate
│ ├── cache
│ │ └── README
│ ├── classLibrary
│ │ └── README
│ ├── content
│ │ ├── contactus.html
│ │ ├── docs
│ │ │ └── README
│ │ ├── err_access_denied.html
│ │ ├── loginthanks.html
│ │ ├── __messageoftheday__
│ │ ├── privacy.html
│ │ ├── registerthanks.html
│ │ ├── termsofservice.html
│ │ ├── uploads
│ │ │ └── README
│ │ └── welcome.html
│ ├── data
│ │ ├── admin_account.sql
│ │ ├── assessment_lesson_link.mysql.sql
│ │ ├── assessments.sql
│ │ ├── class_enrollment.mysql.sql
│ │ ├── class_lesson_sequence.mysql.sql
│ │ ├── class_syllabus.mysql.sql
│ │ ├── lcConfig.sql
│ │ ├── lcFormInfo.sql
│ │ ├── lcForms.sql
│ │ ├── lcGroups.sql
│ │ ├── lcPerms.sql
│ │ ├── lcRegistry.sql
│ │ ├── lcUsers.sql
│ │ ├── lob_activity.mysql.sql
│ │ ├── lob_class_content.mysql.sql
│ │ ├── lob_class_metadata.mysql.sql
│ │ ├── lob_class_repo.mysql.sql
│ │ ├── lob_content.mysql.sql
│ │ ├── lob_metadata.mysql.sql
│ │ ├── lob_repo_entry.mysql.sql
│ │ ├── lob_test.mysql.sql
│ │ ├── lob_test_qst.mysql.sql
│ │ ├── lob_user_link.mysql.sql
│ │ ├── profile.sql
│ │ ├── semesters_and_classes.sql
│ │ └── setup.sql
│ ├── lang
│ │ ├── fallback.php
│ │ ├── lct.en_US.php
│ │ ├── lct.es_MX.php
│ │ └── lct.zh_CN.php
│ ├── lib
│ │ ├── AssessmentActivityLog.php
│ │ ├── AssessmentAnswer.php
│ │ ├── AssessmentLib.php
│ │ ├── AssessmentLog.php
│ │ ├── Assessment.php
│ │ ├── AssessmentQuestion.php
│ │ ├── classAnnouncements.php
│ │ ├── _classAssignmentObj.php
│ │ ├── classAssignmentObj.php
│ │ ├── classFaqs.php
│ │ ├── ClassGradebookCategories.php
│ │ ├── ClassGradebookEntries.php
│ │ ├── ClassGradebook.php
│ │ ├── ClassGradebookVal.php
│ │ ├── classLessonContentObj.php
│ │ ├── classLessonObjectiveObj.php
│ │ ├── classLessonObj.php
│ │ ├── classLinksCategories.php
│ │ ├── classLinks.php
│ │ ├── classObj.php
│ │ ├── ClassUtility.php
│ │ ├── courseObj.php
│ │ ├── datagrid.php
│ │ ├── doclibLibrary.php
│ │ ├── documentLibraryLib.php
│ │ ├── eventsObj.php
│ │ ├── ExamScheduleClassesDates.php
│ │ ├── ExamScheduleClasses.php
│ │ ├── ExamScheduleDates.php
│ │ ├── FacapCourseAction.php
│ │ ├── FacapCourse.php
│ │ ├── FacapCourseWorkflow.php
│ │ ├── FacapFacultyAction.php
│ │ ├── FacapFaculty.php
│ │ ├── FacapFacultyWorkflow.php
│ │ ├── gradeBookObj.php
│ │ ├── inputValidation.php
│ │ ├── JSON.php
│ │ ├── js_serializer.php
│ │ ├── lc_categories.php
│ │ ├── lc_class.php
│ │ ├── LC_CM.php
│ │ ├── LC_db.php
│ │ ├── lcemail.php
│ │ ├── lc_enrollment.php
│ │ ├── LC_form.php
│ │ ├── LC_html.php
│ │ ├── LC_include.php
│ │ ├── lc_lesson.php
│ │ ├── lc_lesson_sequence.php
│ │ ├── lc_lob_class.php
│ │ ├── lc_lob.php
│ │ ├── lc_lob_renderer.php
│ │ ├── LC_mysql.php
│ │ ├── LC_package.php
│ │ ├── LC_registry.php
│ │ ├── lc_settings.php
│ │ ├── LC_sqlite.php
│ │ ├── lc_table_calendar.php
│ │ ├── lc_table.php
│ │ ├── lc_table_renderer.php
│ │ ├── LC_usage.php
│ │ ├── LC_user.php
│ │ ├── OrientationClasses.php
│ │ ├── OrientationDates.php
│ │ ├── PBDO
│ │ │ ├── AssessmentEventLink.php
│ │ │ ├── Chat.php
│ │ │ ├── ChatQueue.php
│ │ │ ├── ClassAnnouncements.php
│ │ │ ├── ClassAssignmentsGrades.php
│ │ │ ├── ClassAssignmentsLink.php
│ │ │ ├── ClassAssignments.php
│ │ │ ├── ClassAssignmentsTurnin.php
│ │ │ ├── ClassEnrollment.php
│ │ │ ├── Classes.php
│ │ │ ├── ClassExtraFaculty.php
│ │ │ ├── ClassFaqs.php
│ │ │ ├── ClassForumCategory.php
│ │ │ ├── ClassForum.php
│ │ │ ├── ClassForumPost.php
│ │ │ ├── ClassForumTrashPost.php
│ │ │ ├── ClassForumUserActivity.php
│ │ │ ├── ClassGroupMember.php
│ │ │ ├── ClassGroup.php
│ │ │ ├── ClassLessonContent.php
│ │ │ ├── ClassLessonLinks.php
│ │ │ ├── ClassLessonObjectives.php
│ │ │ ├── ClassLessonSequence.php
│ │ │ ├── ClassLessons.php
│ │ │ ├── ClassLinksCategories.php
│ │ │ ├── ClassLinks.php
│ │ │ ├── ClassObjectives.php
│ │ │ ├── ClassPresentations.php
│ │ │ ├── ClassSections.php
│ │ │ ├── ClassStudentSections.php
│ │ │ ├── ClassSyllabus.php
│ │ │ ├── Courses.php
│ │ │ ├── DocsDirectoriesFiles.php
│ │ │ ├── DocsDirectoriesGroups.php
│ │ │ ├── DocsDirectories.php
│ │ │ ├── DocsFilesGroups.php
│ │ │ ├── DocsFiles.php
│ │ │ ├── DocsFiletypes.php
│ │ │ ├── LcActionLog.php
│ │ │ ├── LcActionLogType.php
│ │ │ ├── LcEvent.php
│ │ │ ├── LcUsersLastLogin.php
│ │ │ ├── LcUsersLoginAttempt.php
│ │ │ ├── LobActivity.php
│ │ │ ├── LobClassContent.php
│ │ │ ├── LobClassMetadata.php
│ │ │ ├── LobClassRepo.php
│ │ │ ├── LobContent.php
│ │ │ ├── LobMetadata.php
│ │ │ ├── LobRepoEntry.php
│ │ │ ├── LobTest.php
│ │ │ ├── LobTestQst.php
│ │ │ ├── LobUserLink.php
│ │ │ ├── Photos.php
│ │ │ ├── PrivateMessages.php
│ │ │ ├── ProfileFacultyCoursefamily.php
│ │ │ ├── ProfileFaculty.php
│ │ │ ├── Profile.php
│ │ │ ├── ProfileStudent.php
│ │ │ ├── RemoteTestFiles.php
│ │ │ ├── SemestersCourseInfo.php
│ │ │ ├── Semesters.php
│ │ │ └── TextbookEstimates.php
│ │ ├── pbdo_sql.php
│ │ ├── pellet.php
│ │ ├── presentationObj.php
│ │ ├── profileFacultyObj.php
│ │ ├── rss
│ │ │ └── simplepie.php
│ │ ├── semesterObj.php
│ │ ├── SeminarClassesDates.php
│ │ ├── SiteForms.php
│ │ ├── TextbookClasses.php
│ │ ├── Textbook.php
│ │ ├── Tree.php
│ │ ├── User.php
│ │ ├── visual_editor.php
│ │ └── xmlparser.php
│ ├── scripts
│ │ ├── class_dl_onetime_fix.php
│ │ ├── install_metainfo.sh
│ │ ├── README
│ │ ├── setpermissions.sh
│ │ └── wipe_clean.sh
│ └── services
│ ├── administration
│ │ ├── backupclasses.lcp
│ │ ├── cal.lcp
│ │ ├── classes_extra.lcp
│ │ ├── classes.lcp
│ │ ├── classrestore.lcp
│ │ ├── courses.lcp
│ │ ├── enrollment.lcp
│ │ ├── facultylist.lcp
│ │ ├── formmgr.lcp
│ │ ├── groups.lcp
│ │ ├── main.lcp
│ │ ├── menu.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── mod.lcp
│ │ ├── search.lcp
│ │ ├── semesterrestore.lcp
│ │ ├── semesters.lcp
│ │ ├── servicePermissions.lcp
│ │ ├── templates
│ │ │ ├── backupclasses_main.html
│ │ │ ├── backupclasses_progress.html
│ │ │ ├── cal_day.html
│ │ │ ├── cal_edit.html
│ │ │ ├── cal_eventTemplate.html
│ │ │ ├── cal_main.html
│ │ │ ├── cal_scheduling.html
│ │ │ ├── cal_week.html
│ │ │ ├── cal_year.html
│ │ │ ├── classes_add.html
│ │ │ ├── classes_backup.html
│ │ │ ├── classes_extra_main.html
│ │ │ ├── classes_extra_show.html
│ │ │ ├── classes_main.html
│ │ │ ├── classes_restore.html
│ │ │ ├── classes_schedule.html
│ │ │ ├── courses_addcourse.html
│ │ │ ├── courses_main.html
│ │ │ ├── courses_semesterInfo.html
│ │ │ ├── courses_semesterInfo_thankyou.html
│ │ │ ├── courses_viewcourse.html
│ │ │ ├── enrollment_error.html
│ │ │ ├── enrollment_main.html
│ │ │ ├── facultylist_main.html
│ │ │ ├── formmgr_addmodifyformfield.html
│ │ │ ├── formmgr_addmodifyform.html
│ │ │ ├── formmgr_exportsql.html
│ │ │ ├── formmgr_main.html
│ │ │ ├── formmgr_viewform.html
│ │ │ ├── groups_main.html
│ │ │ ├── groups_show.html
│ │ │ ├── main_main.html
│ │ │ ├── menu_details.html
│ │ │ ├── menu_item_app.html
│ │ │ ├── menu_item_hr.html
│ │ │ ├── menu_item_html.html
│ │ │ ├── menu_item_move.html
│ │ │ ├── menu_item_url.html
│ │ │ ├── menu_main.html
│ │ │ ├── menu_menueditor_add.html
│ │ │ ├── mod_main.html
│ │ │ ├── restore_main.html
│ │ │ ├── search_main.html
│ │ │ ├── semesterrestore_main.html
│ │ │ ├── semesterrestore_progress.html
│ │ │ ├── semesters_add.html
│ │ │ ├── semesters_listing.html
│ │ │ ├── servicePermissions_chooseService.html
│ │ │ ├── servicePermissions_groupPerms.html
│ │ │ ├── servicePermissions_main.html
│ │ │ ├── users_addFacultyAccountInfo.html
│ │ │ ├── users_altergroups.html
│ │ │ ├── users_chooseType.html
│ │ │ ├── users_deletegroups.html
│ │ │ ├── users_doSyncStudents.html
│ │ │ ├── users_editProfile.html
│ │ │ ├── users_main.html
│ │ │ ├── users_new.html
│ │ │ ├── users_oldSync.html
│ │ │ ├── users_resetgroups.html
│ │ │ ├── users_showDelete.html
│ │ │ ├── users_showUser.html
│ │ │ ├── users_syncStudentsConfirm.html
│ │ │ ├── users_syncStudents.html
│ │ │ ├── users_syncStudentsIndividual.html
│ │ │ └── users_syncStudentsWait.html
│ │ └── users.lcp
│ ├── assessments
│ │ ├── add.lcp
│ │ ├── backup.lcp
│ │ ├── edit.lcp
│ │ ├── grade.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── pool.lcp
│ │ ├── question.lcp
│ │ ├── restore.lcp
│ │ ├── templates
│ │ │ ├── edit_edit.html
│ │ │ ├── grade_error.html
│ │ │ ├── grade_main.html
│ │ │ ├── grade_view.html
│ │ │ ├── main_add.html
│ │ │ ├── main_error.html
│ │ │ ├── main_main.html
│ │ │ ├── main_remove.html
│ │ │ ├── main_setAvailability.html
│ │ │ ├── main_view.html
│ │ │ ├── pool_main.html
│ │ │ ├── pool_pickQuestions.html
│ │ │ ├── question_copy.html
│ │ │ ├── question_error.html
│ │ │ ├── question_essay.html
│ │ │ ├── question_fillinblank.html
│ │ │ ├── question_manswer.html
│ │ │ ├── question_matching.html
│ │ │ ├── question_mchoice.html
│ │ │ ├── question_move.html
│ │ │ ├── question_savematching.html
│ │ │ └── question_truefalse.html
│ │ └── test.lcp
│ ├── classchat
│ │ ├── controls.lcp
│ │ ├── main.lcp
│ │ └── templates
│ │ ├── chat_transcripts.html
│ │ ├── chat_transcripts_result.html
│ │ ├── chat_userlist.html
│ │ ├── controls_main.html
│ │ ├── main_chatFrame.html
│ │ ├── main_main.html
│ │ ├── main_messages.html
│ │ └── main_title.html
│ ├── classdoclib
│ │ ├── addFile.lcp
│ │ ├── addFolder.lcp
│ │ ├── download.lcp
│ │ ├── editFile.lcp
│ │ ├── editFolder.lcp
│ │ ├── main.lcp
│ │ ├── templates
│ │ │ ├── action.html
│ │ │ ├── addFile.html
│ │ │ ├── addFile_selectFolder.html
│ │ │ ├── addFolder.html
│ │ │ ├── add.html
│ │ │ ├── editFile.html
│ │ │ ├── editFolder.html
│ │ │ ├── error_file.html
│ │ │ ├── error_folder.html
│ │ │ ├── fileedit.html
│ │ │ ├── main.html
│ │ │ ├── main_nofolders.html
│ │ │ ├── main_trash.html
│ │ │ ├── manager-header.html
│ │ │ ├── managerView.html
│ │ │ ├── trash.html
│ │ │ ├── viewer-header.html
│ │ │ ├── wysiwyg_contentlinks_frame.html
│ │ │ ├── wysiwyg_contentlinks.html
│ │ │ ├── wysiwyg_frame.html
│ │ │ ├── wysiwyg.html
│ │ │ ├── wysiwyg_links_frame.html
│ │ │ ├── wysiwyg_links.html
│ │ │ ├── wysiwyg_swf_frame.html
│ │ │ └── wysiwyg_swf.html
│ │ ├── trash.lcp
│ │ ├── wysiwygcontentlinks.lcp
│ │ ├── wysiwygimages.lcp
│ │ ├── wysiwyglinks.lcp
│ │ └── wysiwygswf.lcp
│ ├── classforums
│ │ ├── categories.lcp
│ │ ├── classforums_lib.php
│ │ ├── forumAdmin.lcp
│ │ ├── forum.lcp
│ │ ├── lc_table_forums.php
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── posts.lcp
│ │ ├── templates
│ │ │ ├── categories_main.html
│ │ │ ├── forumAdmin_editForum.html
│ │ │ ├── forumAdmin_main.html
│ │ │ ├── forumAdmin_moveThread.html
│ │ │ ├── forumAdmin_trashThread.html
│ │ │ ├── forumAdmin_unTrash.html
│ │ │ ├── forumAdmin_viewTrash.html
│ │ │ ├── forum_invisible.html
│ │ │ ├── forum_main.html
│ │ │ ├── main_main.html
│ │ │ ├── main_search.html
│ │ │ ├── old_main.html
│ │ │ ├── posts_edit.html
│ │ │ ├── posts_forumLocked.html
│ │ │ ├── posts_main.html
│ │ │ ├── posts_newTopic.html
│ │ │ └── posts_reply.html
│ │ └── topic.lcp
│ ├── classmgr
│ │ ├── adjustDates.lcp
│ │ ├── adjustLessonDates.lcp
│ │ ├── announcements.lcp
│ │ ├── assignmentManage.lcp
│ │ ├── cal.lcp
│ │ ├── classSetup.lcp
│ │ ├── contactStudents.lcp
│ │ ├── courseinfo.lcp
│ │ ├── dataexchange.lcp
│ │ ├── display.lcp
│ │ ├── ettendance.lcp
│ │ ├── examschedule.lcp
│ │ ├── exportContent.lcp
│ │ ├── faq.lcp
│ │ ├── fileManage.lcp
│ │ ├── forum.lcp
│ │ ├── lc_table_lesson.php
│ │ ├── lessonContent.lcp
│ │ ├── lessonManager.lcp
│ │ ├── lessonNew.lcp
│ │ ├── lessonObjectives.lcp
│ │ ├── lessonSequence.lcp
│ │ ├── lessonWebliography.lcp
│ │ ├── links.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── orientations.lcp
│ │ ├── semestercopy.lcp
│ │ ├── seminars.lcp
│ │ ├── studentPresentation.lcp
│ │ ├── studentProfile.lcp
│ │ ├── syllabusManage.lcp
│ │ ├── teacherclass.lcp
│ │ ├── templates
│ │ │ ├── adjustDates_adjustLesson.html
│ │ │ ├── adjustDates_edit.html
│ │ │ ├── adjustDates_main.html
│ │ │ ├── announcements_main.html
│ │ │ ├── assignmentManage_editAssignment.html
│ │ │ ├── assignmentManage_main.html
│ │ │ ├── assignmentManage_pushtoGradebook.html
│ │ │ ├── assignmentManage_viewAssignment_observer.html
│ │ │ ├── assignmentManage_viewAssignment_one.html
│ │ │ ├── assignmentManage_viewAssignment_single.html
│ │ │ ├── assignmentManage_wipeClassAssignments.html
│ │ │ ├── cal_edit.html
│ │ │ ├── cal_eventTemplate.html
│ │ │ ├── cal_main.html
│ │ │ ├── cal_scheduling.html
│ │ │ ├── cal_viewDay.html
│ │ │ ├── cal_viewWeek.html
│ │ │ ├── cal_viewYear.html
│ │ │ ├── classsetup_main.html
│ │ │ ├── contactStudents_main.html
│ │ │ ├── courseinfo_edit.html
│ │ │ ├── dataexchange_main.html
│ │ │ ├── displayClass_main.html
│ │ │ ├── display_main.html
│ │ │ ├── ettendance_main.html
│ │ │ ├── examschedule_edit.html
│ │ │ ├── examschedule_main.html
│ │ │ ├── examschedule_noexam.html
│ │ │ ├── faq_edit.html
│ │ │ ├── faq_main.html
│ │ │ ├── fileManage_main.html
│ │ │ ├── filesReview_main.html
│ │ │ ├── forum_forumview.html
│ │ │ ├── forum_main.html
│ │ │ ├── forum_messageview.html
│ │ │ ├── lessonContent_add.html
│ │ │ ├── lessonContent.html
│ │ │ ├── lessonContent_html.html
│ │ │ ├── lessonContent_import.html
│ │ │ ├── lessonContent_notidy.html
│ │ │ ├── lessonContent_process.html
│ │ │ ├── lessonContent_view.html
│ │ │ ├── lessonManager_checkList.html
│ │ │ ├── lessonManager_deleteConf.html
│ │ │ ├── lessonManager_edit.html
│ │ │ ├── lessonManager_linkItems.html
│ │ │ ├── lessonManager_main.html
│ │ │ ├── lessonManager_new.html
│ │ │ ├── lessonManager_page.html
│ │ │ ├── lessonNew_checkList.html
│ │ │ ├── lessonNew_linkItems.html
│ │ │ ├── lessonObjectives_edit.html
│ │ │ ├── lessonObjectives_lessonObjectives.html
│ │ │ ├── lessonSequence_main.html
│ │ │ ├── lessonWebliography.html
│ │ │ ├── links_main.html
│ │ │ ├── main_main.html
│ │ │ ├── orientations_main.html
│ │ │ ├── semestercopy_done.html
│ │ │ ├── semestercopy_main.html
│ │ │ ├── semestercopy_selectClass.html
│ │ │ ├── semestercopy_selectWith.html
│ │ │ ├── seminars_edit.html
│ │ │ ├── seminars_error.html
│ │ │ ├── seminars_view.html
│ │ │ ├── studentPresentation_edit.html
│ │ │ ├── studentPresentation_main.html
│ │ │ ├── studentProfile_main.html
│ │ │ ├── syllabusManage_main.html
│ │ │ ├── syllabusManage_viewSyllabusManage.html
│ │ │ ├── teacherclass_added.html
│ │ │ ├── teacherclass_list.html
│ │ │ ├── teacherclass_newClass.html
│ │ │ ├── textbooks_edit.html
│ │ │ ├── textbooks_error.html
│ │ │ ├── textbooks_view.html
│ │ │ ├── users_error.html
│ │ │ ├── users_main.html
│ │ │ ├── users_showUser.html
│ │ │ └── webfileManage_main.html
│ │ ├── textbookmgr.lcp
│ │ ├── textbooks.lcp
│ │ ├── users.lcp
│ │ └── webfileManage.lcp
│ ├── classroom
│ │ ├── announcements.lcp
│ │ ├── assessments.lcp
│ │ ├── assignments.lcp
│ │ ├── chat.lcp
│ │ ├── classCalendar.lcp
│ │ ├── classmates.lcp
│ │ ├── contactStudents.lcp
│ │ ├── content.lcp
│ │ ├── contentShare.lcp
│ │ ├── details.lcp
│ │ ├── discussion.lcp
│ │ ├── discussion_post.lcp
│ │ ├── discussion_search.lcp
│ │ ├── discussion_view.lcp
│ │ ├── facultyProfile.lcp
│ │ ├── faq.lcp
│ │ ├── gradebookall.lcp
│ │ ├── gradebookallsem.lcp
│ │ ├── gradebook.lcp
│ │ ├── lessons.lcp
│ │ ├── links.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── online.lcp
│ │ ├── presentations.lcp
│ │ ├── question.lcp
│ │ ├── studentPost.lcp
│ │ ├── syllabus.lcp
│ │ ├── templates
│ │ │ ├── announcements_main.html
│ │ │ ├── announcements_view.html
│ │ │ ├── assessments_error.html
│ │ │ ├── assessments_main.html
│ │ │ ├── assessments_start.html
│ │ │ ├── assessments_stop.html
│ │ │ ├── assessments_stop_showgrade.html
│ │ │ ├── assessments_view.html
│ │ │ ├── assignments_main.html
│ │ │ ├── assignments_submitAssignment.html
│ │ │ ├── assignments_uploadAssignment.html
│ │ │ ├── assignments_view_done_text.html
│ │ │ ├── assignments_view_done_upload.html
│ │ │ ├── assignments_view.html
│ │ │ ├── assignments_viewnew.html
│ │ │ ├── chat_blank.html
│ │ │ ├── chat_chat.html
│ │ │ ├── chat_empty.html
│ │ │ ├── chat_input.html
│ │ │ ├── chat_main.html
│ │ │ ├── chat_nochat.html
│ │ │ ├── chat_reload.html
│ │ │ ├── chat_small.html
│ │ │ ├── chat_start.html
│ │ │ ├── chat_title.html
│ │ │ ├── chat_transcripts.html
│ │ │ ├── chat_transcripts_result.html
│ │ │ ├── chat_userlist.html
│ │ │ ├── classCalendar_day.html
│ │ │ ├── classCalendar_main.html
│ │ │ ├── classCalendar_week.html
│ │ │ ├── classCalendar_year.html
│ │ │ ├── classFaq_main.html
│ │ │ ├── classmates_main.html
│ │ │ ├── contactStudents_main.html
│ │ │ ├── contentShare_main.html
│ │ │ ├── details_main.html
│ │ │ ├── details_motd.html
│ │ │ ├── details_showtools.html
│ │ │ ├── discussion_main.html
│ │ │ ├── discussion_posted.html
│ │ │ ├── discussion_post.html
│ │ │ ├── discussion_post_reply.html
│ │ │ ├── discussion_view.html
│ │ │ ├── discussion_view_main.html
│ │ │ ├── discussion_view_main_threaded.html
│ │ │ ├── emailList_main.html
│ │ │ ├── emailList_sendEmail.html
│ │ │ ├── facultyProfile_main.html
│ │ │ ├── faq_main.html
│ │ │ ├── faq_view.html
│ │ │ ├── gradebookall_main.html
│ │ │ ├── gradebookallsem_main.html
│ │ │ ├── gradebook_main.html
│ │ │ ├── lessons_main.html
│ │ │ ├── lessons_nocontent.html
│ │ │ ├── lessons_viewContent.html
│ │ │ ├── lessons_view.html
│ │ │ ├── links.html
│ │ │ ├── listUsers_main.html
│ │ │ ├── main_main.html
│ │ │ ├── main_noclassestaken.html
│ │ │ ├── main_nocontentaccess.html
│ │ │ ├── online_main.html
│ │ │ ├── presentation_main.html
│ │ │ ├── presentation_submit.html
│ │ │ ├── presentation_thanks.html
│ │ │ ├── presentation_view.html
│ │ │ ├── profile_main.html
│ │ │ ├── question_error.html
│ │ │ ├── question_essay.html
│ │ │ ├── question_fillinblank.html
│ │ │ ├── question_manswer.html
│ │ │ ├── question_matching.html
│ │ │ ├── question_mchoice.html
│ │ │ ├── question_stop.html
│ │ │ ├── question_truefalse.html
│ │ │ ├── studentPost_delNews.html
│ │ │ ├── studentPost_editNews.html
│ │ │ ├── studentPost_main.html
│ │ │ ├── studentPost_updateNews.html
│ │ │ ├── syllabus_main.html
│ │ │ ├── viewer_main.html
│ │ │ └── webliography_main.html
│ │ ├── viewContent.lcp
│ │ ├── viewer.lcp
│ │ └── webliography.lcp
│ ├── docs
│ │ ├── includes
│ │ │ ├── Access.php
│ │ │ ├── Directory.php
│ │ │ ├── Docs.php
│ │ │ ├── File.php
│ │ │ └── Filetype.php
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ └── templates
│ │ ├── deltreeRun.html
│ │ ├── dirRun.html
│ │ ├── noPerms.html
│ │ ├── permsDone.html
│ │ ├── permsRun.html
│ │ └── rmRun.html
│ ├── examschedule
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── templates
│ │ │ ├── examschedule_report.html
│ │ │ ├── examschedule_report_testcheck.html
│ │ │ ├── examschedule_report_testlist.html
│ │ │ ├── main_edit.html
│ │ │ ├── main.html
│ │ │ ├── main_main.html
│ │ │ ├── main_noexam.html
│ │ │ ├── main_view.html
│ │ │ ├── testdates_edit.html
│ │ │ └── testdates_main.html
│ │ └── testdates.lcp
│ ├── faq
│ │ ├── admin
│ │ │ ├── main.lcp
│ │ │ └── templates
│ │ │ ├── adminfaqedit.html
│ │ │ ├── adminfaq.html
│ │ │ └── main.html
│ │ ├── faqObj.php
│ │ ├── main.lcp
│ │ └── templates
│ │ ├── faqread.html
│ │ ├── main.html
│ │ ├── main_search.html
│ │ └── thanks.html
│ ├── forum
│ │ ├── admin
│ │ │ ├── main.lcp
│ │ │ └── templates
│ │ │ ├── confirm.html
│ │ │ ├── edit.html
│ │ │ └── main.html
│ │ ├── admin.lcp
│ │ ├── forumTree.php
│ │ ├── LcForumModerator.php
│ │ ├── LcForumPerm.php
│ │ ├── LcForum.php
│ │ ├── LC_forum.php
│ │ ├── LcForumPost.php
│ │ ├── LcForumSection.php
│ │ ├── LC_object.php
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── post.lcp
│ │ ├── README
│ │ ├── search.lcp
│ │ ├── templates
│ │ │ ├── admin_forumEdit.html
│ │ │ ├── admin_forum.html
│ │ │ ├── admin_forumUpdate.html
│ │ │ ├── admin_main.html
│ │ │ ├── admin_sectionDelete.html
│ │ │ ├── admin_sectionEdit.html
│ │ │ ├── admin_section.html
│ │ │ ├── admin_sectionUpdate.html
│ │ │ ├── discussion_post_reply.html
│ │ │ ├── forum.html
│ │ │ ├── forumview.html
│ │ │ ├── main.html
│ │ │ ├── message.html
│ │ │ ├── messageview.html
│ │ │ ├── post_main.html
│ │ │ ├── post_post.html
│ │ │ ├── view_main.html
│ │ │ ├── viewPost_main.html
│ │ │ └── viewPost_main_threaded.html
│ │ ├── view.lcp
│ │ └── viewPost.lcp
│ ├── gradebook
│ │ ├── assessment.lcp
│ │ ├── category.lcp
│ │ ├── dataexchange.lcp
│ │ ├── entry.lcp
│ │ ├── gradesbystudent.lcp
│ │ ├── grades.lcp
│ │ ├── import.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── prefs.lcp
│ │ ├── report.lcp
│ │ ├── student.lcp
│ │ └── templates
│ │ ├── assessment_editAsmt.html
│ │ ├── assessment_main.html
│ │ ├── assessment_updateAsmt.html
│ │ ├── assessment_viewNonPublished.html
│ │ ├── category_add.html
│ │ ├── category_error.html
│ │ ├── category_main.html
│ │ ├── dataexchange_export.html
│ │ ├── entry_add.html
│ │ ├── entry_editSingle.html
│ │ ├── entry_error.html
│ │ ├── entry_main.html
│ │ ├── entry_showGrdbyStu.html
│ │ ├── grades_asmtDelete.html
│ │ ├── gradesbystudent_main.html
│ │ ├── gradesbystudent_view.html
│ │ ├── grades_delEntry.html
│ │ ├── grades_editAsmt.html
│ │ ├── grades_editEntry.html
│ │ ├── grades_entryDelete.html
│ │ ├── grades_main.html
│ │ ├── grades_publishAsmt.html
│ │ ├── grades_showGrdbyAsmt.html
│ │ ├── grades_showGrdbyEntry.html
│ │ ├── grades_updateEntry.html
│ │ ├── grades_updateWeightedTotals.html
│ │ ├── import_main.html
│ │ ├── import_process.html
│ │ ├── main_controlpanel.html
│ │ ├── main_iframe.html
│ │ ├── main_main.html
│ │ ├── prefs_chooseColorOption.html
│ │ ├── prefs_chooseGradeOption.html
│ │ ├── prefs_main.html
│ │ ├── prefs_updatePrefs.html
│ │ ├── report_classGradesTable.html
│ │ ├── report_classStandards.html
│ │ ├── report_main.html
│ │ ├── report_renderImage.html
│ │ ├── report_show.html
│ │ └── student_main.html
│ ├── helpdesk
│ │ ├── faq.lcp
│ │ ├── hdCategory.lcp
│ │ ├── hdStatus.lcp
│ │ ├── HelpdeskCategories.php
│ │ ├── HelpdeskComments.php
│ │ ├── HelpdeskIncidentLog.php
│ │ ├── HelpdeskIncident.php
│ │ ├── HelpdeskStatus.php
│ │ ├── helpdeskSubmit.lcp
│ │ ├── helpdeskView.lcp
│ │ ├── history.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── README
│ │ ├── templates
│ │ │ ├── access_denied.html
│ │ │ ├── faq_ask.html
│ │ │ ├── faq_ask_thankyou.html
│ │ │ ├── faq_category.html
│ │ │ ├── faq_main.html
│ │ │ ├── faq_review.html
│ │ │ ├── faq_search.html
│ │ │ ├── faq_showanswer.html
│ │ │ ├── faq_showquestions.html
│ │ │ ├── helpdeskSubmit_add.html
│ │ │ ├── helpdeskSubmit_detailAdded.html
│ │ │ ├── helpdeskSubmit_main.html
│ │ │ ├── helpdeskView_admin.html
│ │ │ ├── helpdeskView_main.html
│ │ │ ├── history_main.html
│ │ │ ├── main_faculty.html
│ │ │ ├── main_hdadmin2.html
│ │ │ ├── main_hdadmin.html
│ │ │ ├── main.html
│ │ │ ├── main_student.html
│ │ │ └── main_view.html
│ │ └── TODO
│ ├── html
│ │ ├── admin
│ │ │ ├── contentSearch.lcp
│ │ │ ├── dialog.lcp
│ │ │ ├── edit.lcp
│ │ │ ├── main.lcp
│ │ │ └── templates
│ │ │ ├── content_addMisc.html
│ │ │ ├── content_addPage.html
│ │ │ ├── content_addSharing.html
│ │ │ ├── contentsearch_image.html
│ │ │ ├── contentsearch_page.html
│ │ │ ├── content_updateMisc.html
│ │ │ ├── content_updatePage.html
│ │ │ ├── content_updateSharing.html
│ │ │ ├── dialog.html
│ │ │ ├── main.html
│ │ │ ├── template-one_col.html
│ │ │ ├── templates.html
│ │ │ ├── template-two_col_banner.html
│ │ │ └── template-two_col.html
│ │ ├── contentObj.php
│ │ ├── formToEmail.lcp
│ │ ├── main.lcp
│ │ └── templates
│ │ ├── formError.html
│ │ └── thanks.html
│ ├── js
│ │ ├── main.lcp
│ │ └── templates
│ │ ├── fullscreen.html
│ │ └── main.html
│ ├── lobrepo
│ │ ├── add.lcp
│ │ ├── edit.lcp
│ │ ├── import.lcp
│ │ ├── lob_table_renderer.php
│ │ ├── main.lcp
│ │ ├── myobj.lcp
│ │ ├── preview.lcp
│ │ ├── templates
│ │ │ ├── add_activity.html
│ │ │ ├── add_doc.html
│ │ │ ├── add_html.html
│ │ │ ├── add_image.html
│ │ │ ├── add_main.html
│ │ │ ├── add_text.html
│ │ │ ├── edit_main.html
│ │ │ ├── import_main.html
│ │ │ ├── main_main.html
│ │ │ ├── myobj_main.html
│ │ │ └── view_main.html
│ │ └── view.lcp
│ ├── login
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── out.lcp
│ │ ├── phpSniff.class.php
│ │ ├── phpSniff.core.php
│ │ ├── register.lcp
│ │ └── templates
│ │ ├── address_edit.html
│ │ ├── address_main.html
│ │ ├── cancel.html
│ │ ├── cancelled.html
│ │ ├── confirmcancel.html
│ │ ├── date.html
│ │ ├── loginlost.html
│ │ ├── main.html
│ │ ├── register.html
│ │ └── regthanks.html
│ ├── mastercalendar
│ │ ├── cal.lcp
│ │ ├── day.lcp
│ │ ├── main.lcp
│ │ ├── search.lcp
│ │ ├── templates
│ │ │ ├── cal_edit.html
│ │ │ ├── cal_eventTemplate.html
│ │ │ ├── cal_scheduling.html
│ │ │ ├── day_main.html
│ │ │ ├── main_main.html
│ │ │ ├── search_main.html
│ │ │ ├── week_main.html
│ │ │ └── year_main.html
│ │ ├── week.lcp
│ │ └── year.lcp
│ ├── menu
│ │ ├── admin
│ │ │ ├── itemEditor.lcp
│ │ │ ├── main.lcp
│ │ │ ├── menuEditor.lcp
│ │ │ └── templates
│ │ │ ├── itemEditor_app.html
│ │ │ ├── itemEditor_hr.html
│ │ │ ├── itemEditor_html.html
│ │ │ ├── itemEditor_move.html
│ │ │ ├── itemEditor_url.html
│ │ │ ├── main_details.html
│ │ │ ├── main.html
│ │ │ └── menuEditor.html
│ │ ├── menuObj.php
│ │ └── META-INFO
│ │ └── setup.sql
│ ├── pm
│ │ ├── admin
│ │ │ ├── main.lcp
│ │ │ └── templates
│ │ │ └── main.html
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── privmess.php
│ │ └── templates
│ │ ├── compose.html
│ │ ├── invalid.html
│ │ ├── main.html
│ │ └── read.html
│ ├── register
│ │ ├── main.lcp
│ │ ├── templates
│ │ │ ├── users_error.html
│ │ │ ├── users_login.html
│ │ │ ├── users_main.html
│ │ │ └── users_new.html
│ │ └── users.lcp
│ ├── remotetest
│ │ ├── main.lcp
│ │ ├── newTest.lcp
│ │ ├── show.lcp
│ │ └── templates
│ │ ├── main_main.html
│ │ ├── newTest_done.html
│ │ ├── newTest_main.html
│ │ └── show_main.html
│ ├── search
│ │ ├── admin
│ │ │ ├── FAQ.lcs
│ │ │ ├── HTML.lcs
│ │ │ ├── main.lcp
│ │ │ ├── News.lcs
│ │ │ ├── searchManager.lcp
│ │ │ ├── templates
│ │ │ │ └── main.html
│ │ │ └── Users.lcs
│ │ ├── main.lcp
│ │ └── templates
│ │ ├── main.html
│ │ └── search.css
│ ├── seminarorientation
│ │ ├── admin
│ │ │ └── templates
│ │ │ └── main.html
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── orientationcal.lcp
│ │ ├── orientations.lcp
│ │ ├── seminarcal.lcp
│ │ ├── seminars.lcp
│ │ └── templates
│ │ ├── cal_day.html
│ │ ├── cal_month.html
│ │ ├── cal_week.html
│ │ ├── cal_year.html
│ │ ├── main_main.html
│ │ ├── orientations_dates_form.html
│ │ ├── orientations_edit.html
│ │ ├── orientations_error.html
│ │ ├── orientations_main.html
│ │ ├── seminars_edit.html
│ │ ├── seminars_error.html
│ │ ├── seminars_main.html
│ │ └── seminars_view.html
│ ├── test
│ │ ├── question.lcp
│ │ ├── take.lcp
│ │ └── templates
│ │ ├── question_error.html
│ │ ├── question_essay.html
│ │ ├── question_fillinblank.html
│ │ ├── question_manswer.html
│ │ ├── question_matching.html
│ │ ├── question_mchoice.html
│ │ ├── question_stop.html
│ │ ├── question_truefalse.html
│ │ ├── take_error.html
│ │ ├── take_main.html
│ │ ├── take_start.html
│ │ ├── take_stop.html
│ │ ├── take_stop_showgrade.html
│ │ └── take_view.html
│ ├── textbookmgr
│ │ ├── adminScheduleForm.lcp
│ │ ├── adminSubmissions.lcp
│ │ ├── dup.lcp
│ │ ├── estimates.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── pbdo.xml
│ │ │ └── setup.sql
│ │ ├── printPDF.lcp
│ │ ├── templates
│ │ │ ├── adminScheduleForm_main.html
│ │ │ ├── adminScheduleForm_selectReturnByDate.html
│ │ │ ├── adminScheduleForm_selectSemester.html
│ │ │ ├── adminScheduleForm_send.html
│ │ │ ├── adminScheduleForm_thankyou.html
│ │ │ ├── adminSubmissions_edit.html
│ │ │ ├── adminSubmissions_main.html
│ │ │ ├── adminSubmissions_search.html
│ │ │ ├── dup_all.html
│ │ │ ├── dup_main.html
│ │ │ ├── dup_one_many.html
│ │ │ ├── estimates_main.html
│ │ │ ├── form_main.html
│ │ │ ├── form_submit.html
│ │ │ ├── form_textbook.html
│ │ │ ├── form_thankyou.html
│ │ │ ├── main_edit.html
│ │ │ ├── main_error.html
│ │ │ ├── main_main.html
│ │ │ ├── main_view.html
│ │ │ ├── printPDF_main.html
│ │ │ ├── viewestimates_edit.html
│ │ │ ├── viewestimates_main.html
│ │ │ └── viewestimates_view.html
│ │ └── viewestimates.lcp
│ ├── unitTest
│ │ ├── assessmentTest.php
│ │ ├── classTest.php
│ │ ├── gradebookTest.php
│ │ ├── learningobjectTest.php
│ │ ├── logicampus_reporter.php
│ │ ├── main.lcp
│ │ ├── sample_content.zip
│ │ ├── systemTest.php
│ │ ├── templates
│ │ │ ├── main.html
│ │ │ └── unitTest.html
│ │ ├── unitTest.php
│ │ └── userTest.php
│ ├── users
│ │ ├── articles.lcp
│ │ ├── blog.lcp
│ │ ├── changePass.lcp
│ │ ├── chat.lcp
│ │ ├── editProfile.lcp
│ │ ├── email.lcp
│ │ ├── enrollment.lcp
│ │ ├── maillist.lcp
│ │ ├── main.lcp
│ │ ├── META-INFO
│ │ │ ├── blog.xml
│ │ │ ├── pbdo.xml
│ │ │ ├── setup.sql
│ │ │ ├── tbl_blog_entry.sql
│ │ │ └── tbl_blog.sql
│ │ ├── online.lcp
│ │ ├── prof.lcp
│ │ ├── TblBlogEntry.php
│ │ ├── TblBlog.php
│ │ ├── templates
│ │ │ ├── articles.html
│ │ │ ├── blog_edit.html
│ │ │ ├── blog.html
│ │ │ ├── blog_mypost.html
│ │ │ ├── blog_read.html
│ │ │ ├── blog_setup.html
│ │ │ ├── changePass.html
│ │ │ ├── chat_blank.html
│ │ │ ├── chat_chat.html
│ │ │ ├── chat_empty.html
│ │ │ ├── chat_input.html
│ │ │ ├── chat_main.html
│ │ │ ├── chat_nochat.html
│ │ │ ├── chat_small.html
│ │ │ ├── chat_start.html
│ │ │ ├── chat_userlist.html
│ │ │ ├── edit_editPhotos.html
│ │ │ ├── edit_errorPhotos.html
│ │ │ ├── editProfile.html
│ │ │ ├── editReturn.html
│ │ │ ├── email_done.html
│ │ │ ├── email_main.html
│ │ │ ├── email_same.html
│ │ │ ├── enrollment_error.html
│ │ │ ├── enrollment_main.html
│ │ │ ├── maillist_done.html
│ │ │ ├── maillist.html
│ │ │ ├── main.html
│ │ │ ├── myPhotos.html
│ │ │ ├── online.html
│ │ │ ├── prof2.html
│ │ │ ├── prof3.html
│ │ │ ├── prof.html
│ │ │ ├── uploadMyPhotos.html
│ │ │ ├── userPhotos.html
│ │ │ ├── userTypeChanged.html
│ │ │ ├── view.html
│ │ │ └── viewPhoto.html
│ │ ├── view.lcp
│ │ ├── viewPhoto.lcp
│ │ └── webmail.lcp
│ └── welcome
│ ├── about.lcp
│ ├── admin
│ │ ├── main.lcp
│ │ └── templates
│ │ └── main.html
│ ├── catalog.lcp
│ ├── date.lcp
│ ├── dummy_students.lcp
│ ├── main.lcp
│ ├── news.lcp
│ ├── templates
│ │ ├── about_main.html
│ │ ├── catalog_course.html
│ │ ├── catalog_main.html
│ │ ├── date.html
│ │ ├── main.html
│ │ ├── news.html
│ │ ├── time.html
│ │ ├── virtualclassrooms_error.html
│ │ └── welcome_main.html
│ └── virtualclassrooms.lcp
├── patches
│ ├── 107_to_110
│ │ ├── 01_alter_semesters.sql
│ │ ├── 02_update_forms.sql
│ │ ├── 03_alter_forum_allow_null.sql
│ │ ├── 04_update_helpdesk_labels.sql
│ │ ├── 05_add_helpdesk_sort.sql
│ │ └── 06_add_helpdesk_time.sql
│ ├── 110_111
│ │ ├── 01_add_indexes.sql
│ │ ├── 02_remove_lesson_form.php
│ │ └── 03_add_form_index.sql
│ ├── 111_112
│ │ ├── 01_assessment_event_table.sql
│ │ └── 02_fix_assessment_calendar.sql
│ ├── 115_120
│ │ ├── 01_enrollment.mysql.sql
│ │ └── 02_class_syllabus.mysql.sql
│ ├── 200_202
│ │ └── 01_fix_announce_dates.sql
│ └── 202_210
│ └── 01_add_assessment_index.mysql.sql
├── public_html
│ ├── commentrec
│ │ ├── commentrec.jar
│ │ └── jspeex.jar
│ ├── defines.php
│ ├── defines.template.php
│ ├── herc
│ │ ├── auth.php
│ │ ├── cat.php
│ │ ├── chart.php
│ │ ├── conf.php
│ │ ├── controls.php
│ │ ├── email.php
│ │ ├── formMgr.php
│ │ ├── groups.php
│ │ ├── images.php
│ │ ├── index.html
│ │ ├── maillist.php
│ │ ├── main.php
│ │ ├── mod_add.php
│ │ ├── mod_del.php
│ │ ├── moduleadmin.php
│ │ ├── perm.php
│ │ ├── templates
│ │ │ ├── addmodifyfield.html
│ │ │ ├── cat_edit.html
│ │ │ ├── cat.html
│ │ │ ├── cat_show_edit.html
│ │ │ ├── conf.html
│ │ │ ├── content_wysiwyg.html
│ │ │ ├── controls.html
│ │ │ ├── emaildone.html
│ │ │ ├── email.html
│ │ │ ├── exportsql.html
│ │ │ ├── form.html
│ │ │ ├── formMgr.html
│ │ │ ├── groups.html
│ │ │ ├── groups_show.html
│ │ │ ├── images
│ │ │ │ ├── add_active.gif
│ │ │ │ ├── add.gif
│ │ │ │ ├── add_press.gif
│ │ │ │ ├── album.gif
│ │ │ │ ├── closed.gif
│ │ │ │ ├── conf_active.gif
│ │ │ │ ├── conf.gif
│ │ │ │ ├── conf_press.gif
│ │ │ │ ├── content.gif
│ │ │ │ ├── down_arrow.gif
│ │ │ │ ├── edittrash.gif
│ │ │ │ ├── filenew.gif
│ │ │ │ ├── fileopen.gif
│ │ │ │ ├── fronth2.gif
│ │ │ │ ├── fronth.gif
│ │ │ │ ├── gif.gif
│ │ │ │ ├── image.png
│ │ │ │ ├── indent.gif
│ │ │ │ ├── jpg.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── opened.gif
│ │ │ │ ├── photoAlbum.gif
│ │ │ │ ├── photoAlbum.png
│ │ │ │ ├── photoIcon.gif
│ │ │ │ ├── photoUpload.gif
│ │ │ │ ├── photoUpload.png
│ │ │ │ ├── php-small-black.gif
│ │ │ │ ├── png.gif
│ │ │ │ ├── single_col.gif
│ │ │ │ ├── splash1.gif
│ │ │ │ ├── splash1.png
│ │ │ │ ├── stats.gif
│ │ │ │ ├── table_B.gif
│ │ │ │ ├── table_BL.gif
│ │ │ │ ├── table_BR.gif
│ │ │ │ ├── table_L.gif
│ │ │ │ ├── table_R.gif
│ │ │ │ ├── table_U.gif
│ │ │ │ ├── table_UL.gif
│ │ │ │ ├── table_UR.gif
│ │ │ │ ├── tabshell.gif
│ │ │ │ ├── title.gif
│ │ │ │ ├── two_col_banner.gif
│ │ │ │ ├── two_col.gif
│ │ │ │ ├── up_arrow.gif
│ │ │ │ ├── uploadPic.gif
│ │ │ │ ├── user.gif
│ │ │ │ ├── visualEditor.gif
│ │ │ │ ├── visualEditor_moz.gif
│ │ │ │ ├── w_bgcolor.gif
│ │ │ │ ├── w_Bold.gif
│ │ │ │ ├── w_bullist.gif
│ │ │ │ ├── w_Center.gif
│ │ │ │ ├── w_Copy.gif
│ │ │ │ ├── w_Cut.gif
│ │ │ │ ├── w_deindent.gif
│ │ │ │ ├── w_fgcolor.gif
│ │ │ │ ├── w_hr.gif
│ │ │ │ ├── w_inindent.gif
│ │ │ │ ├── w_Italic.gif
│ │ │ │ ├── w_left.gif
│ │ │ │ ├── w_Link.gif
│ │ │ │ ├── w_numlist.gif
│ │ │ │ ├── w_Paste.gif
│ │ │ │ ├── w_pixel.gif
│ │ │ │ ├── w_right.gif
│ │ │ │ └── w_under.gif
│ │ │ ├── images.html
│ │ │ ├── images_viewer.html
│ │ │ ├── import_review.html
│ │ │ ├── maillist.html
│ │ │ ├── mod_add.html
│ │ │ ├── mod_del.html
│ │ │ ├── mod_footer.html
│ │ │ ├── mod_footer.html.php
│ │ │ ├── mod_header.html
│ │ │ ├── mod_header.html.php
│ │ │ ├── newform.html
│ │ │ ├── noadmin.html
│ │ │ ├── perm_change.html
│ │ │ ├── perm.html
│ │ │ ├── site.css
│ │ │ ├── start.html
│ │ │ ├── title.html
│ │ │ ├── usage.html
│ │ │ ├── users_altergroups.html
│ │ │ ├── users_deletegroups.html
│ │ │ ├── users_delete.html
│ │ │ ├── users.html
│ │ │ ├── users_new.html
│ │ │ ├── users_resetgroups.html
│ │ │ ├── users_show.html
│ │ │ ├── viewform.html
│ │ │ ├── viewformsource.html
│ │ │ └── view.html
│ │ ├── usage.php
│ │ ├── users.php
│ │ └── view.php
│ ├── htmlarea
│ │ ├── custom.js
│ │ ├── dialog.js
│ │ ├── example.html
│ │ ├── htmlarea.css
│ │ ├── htmlarea.js
│ │ ├── htmlarea-lang-b5.js
│ │ ├── htmlarea-lang-da.js
│ │ ├── htmlarea-lang-de.js
│ │ ├── htmlarea-lang-en.js
│ │ ├── htmlarea-lang-es.js
│ │ ├── htmlarea-lang-fr.js
│ │ ├── htmlarea-lang-gb.js
│ │ ├── htmlarea-lang-it.js
│ │ ├── htmlarea-lang-ja-euc.js
│ │ ├── htmlarea-lang-ja-jis.js
│ │ ├── htmlarea-lang-ja-sjis.js
│ │ ├── htmlarea-lang-ja-utf8.js
│ │ ├── htmlarea-lang-nb.js
│ │ ├── htmlarea-lang-nl.js
│ │ ├── htmlarea-lang-pl.js
│ │ ├── htmlarea-lang-pt_br.js
│ │ ├── htmlarea-lang-ru.js
│ │ ├── htmlarea-lang-se.js
│ │ ├── htmlarea-lang-vn.js
│ │ ├── images
│ │ │ ├── content.gif
│ │ │ ├── doccontentlib.gif
│ │ │ ├── doclib.gif
│ │ │ ├── ed_about.gif
│ │ │ ├── ed_align_center.gif
│ │ │ ├── ed_align_justify.gif
│ │ │ ├── ed_align_left.gif
│ │ │ ├── ed_align_right.gif
│ │ │ ├── ed_blank.gif
│ │ │ ├── ed_charmap.gif
│ │ │ ├── ed_color_bg.gif
│ │ │ ├── ed_color_fg.gif
│ │ │ ├── ed_copy.gif
│ │ │ ├── ed_custom.gif
│ │ │ ├── ed_cut.gif
│ │ │ ├── ed_delete.gif
│ │ │ ├── ed_format_bold.gif
│ │ │ ├── ed_format_italic.gif
│ │ │ ├── ed_format_strike.gif
│ │ │ ├── ed_format_sub.gif
│ │ │ ├── ed_format_sup.gif
│ │ │ ├── ed_format_underline.gif
│ │ │ ├── ed_help.gif
│ │ │ ├── ed_hr.gif
│ │ │ ├── ed_html.gif
│ │ │ ├── ed_image.gif
│ │ │ ├── ed_indent_less.gif
│ │ │ ├── ed_indent_more.gif
│ │ │ ├── ed_link.gif
│ │ │ ├── ed_list_bullet.gif
│ │ │ ├── ed_list_num.gif
│ │ │ ├── ed_paste.gif
│ │ │ ├── ed_redo.gif
│ │ │ ├── ed_undo.gif
│ │ │ ├── flash.gif
│ │ │ ├── fullscreen_maximize.gif
│ │ │ ├── fullscreen_minimize.gif
│ │ │ └── insert_table.gif
│ │ ├── license.txt
│ │ ├── popups
│ │ │ ├── about.html
│ │ │ ├── blank.html
│ │ │ ├── custom2.html
│ │ │ ├── editor_help.html
│ │ │ ├── find_replace.html
│ │ │ ├── fullscreen.html
│ │ │ ├── insert_image.html
│ │ │ ├── insert_table.html
│ │ │ ├── old-fullscreen.html
│ │ │ ├── old_insert_image.html
│ │ │ ├── popup.js
│ │ │ └── select_color.html
│ │ ├── popupwin.js
│ │ ├── readme.html
│ │ └── reference.html
│ ├── images
│ │ ├── back.png
│ │ ├── calendar.png
│ │ ├── calendar_popup.png
│ │ ├── child-close-pipe.gif
│ │ ├── child-pipe.gif
│ │ ├── docs
│ │ │ ├── back.gif
│ │ │ ├── doc.gif
│ │ │ ├── document.gif
│ │ │ ├── folder.gif
│ │ │ ├── home.gif
│ │ │ ├── html.gif
│ │ │ ├── img.gif
│ │ │ ├── mdb.gif
│ │ │ ├── mov.gif
│ │ │ ├── pdf.gif
│ │ │ ├── perms.gif
│ │ │ ├── ppt.gif
│ │ │ ├── refresh.gif
│ │ │ └── xls.gif
│ │ ├── document.gif
│ │ ├── down_arrow.gif
│ │ ├── edittrash.gif
│ │ ├── exit.png
│ │ ├── file-new.gif
│ │ ├── filenew.gif
│ │ ├── file-trash.png
│ │ ├── folder_blue_open.png
│ │ ├── folder.gif
│ │ ├── folder-new.gif
│ │ ├── folder-new.png
│ │ ├── folder-open.gif
│ │ ├── forum_action_move.png
│ │ ├── forum_action_trash.png
│ │ ├── forum_important.png
│ │ ├── help.png
│ │ ├── icon-assmt.gif
│ │ ├── icon-communicate.gif
│ │ ├── icon-content.gif
│ │ ├── icon-flag.png
│ │ ├── icon-general.gif
│ │ ├── icon-student.gif
│ │ ├── icon-users.png
│ │ ├── icon-utils.gif
│ │ ├── lblue_arrow.gif
│ │ ├── lc-logo.gif
│ │ ├── messages_locked.png
│ │ ├── messages_new.png
│ │ ├── messages_read.png
│ │ ├── mimetypes
│ │ │ ├── activity.png
│ │ │ ├── document.png
│ │ │ ├── html.png
│ │ │ ├── image.png
│ │ │ ├── make.png
│ │ │ ├── pdf.png
│ │ │ ├── postscript.png
│ │ │ ├── quiz.png
│ │ │ ├── sound.png
│ │ │ ├── video.png
│ │ │ └── wordprocessing.png
│ │ ├── msg_alert.png
│ │ ├── msg_info.png
│ │ ├── msg_question.png
│ │ ├── msg_warn.png
│ │ ├── next.gif
│ │ ├── nextnext.gif
│ │ ├── noimage.png
│ │ ├── nonext.gif
│ │ ├── nonextnext.gif
│ │ ├── noprev.gif
│ │ ├── noprevprev.gif
│ │ ├── path-pipe.gif
│ │ ├── photos
│ │ │ ├── README
│ │ │ └── thumb
│ │ │ └── README
│ │ ├── prev.gif
│ │ ├── prevprev.gif
│ │ ├── semi-transparent.gif
│ │ ├── sibling-child-pipe.gif
│ │ ├── sibling-pipe.gif
│ │ ├── spacer.gif
│ │ ├── up_arrow.gif
│ │ └── wysig-help.gif
│ ├── index.php
│ ├── install
│ │ ├── data_01.php
│ │ ├── data_02.php
│ │ ├── data_03.php
│ │ ├── data_04.php
│ │ ├── data_05.php
│ │ ├── data_06.php
│ │ ├── data_07.php
│ │ ├── data_08.php
│ │ ├── data_09.php
│ │ ├── data_10.php
│ │ ├── data_11.php
│ │ ├── data_12.php
│ │ ├── data_13.php
│ │ ├── data_14.php
│ │ ├── data_15.php
│ │ ├── db.php
│ │ ├── index.php
│ │ ├── install_done.php
│ │ ├── install_proc.php
│ │ ├── schema_01.php
│ │ ├── schema_02.php
│ │ ├── schema_03.php
│ │ ├── schema_04.php
│ │ ├── schema_05.php
│ │ ├── schema_06.php
│ │ ├── schema_07.php
│ │ ├── schema_08.php
│ │ ├── schema_09.php
│ │ ├── schema_10.php
│ │ ├── schema_11.php
│ │ ├── schema_12.php
│ │ ├── schema_13.php
│ │ ├── schema_14.php
│ │ ├── schema_15.php
│ │ ├── schema_16.php
│ │ ├── schema_17.php
│ │ ├── schema_18.php
│ │ ├── schema_19.php
│ │ ├── schema_20.php
│ │ ├── schema_21.php
│ │ ├── schema_22.php
│ │ ├── schema_23.php
│ │ ├── schema_24.php
│ │ ├── schema_25.php
│ │ └── schema_26.php
│ ├── license.txt
│ ├── settings.advanced.php
│ ├── settings.simple.php
│ ├── templates
│ │ ├── debug
│ │ │ └── debug.html
│ │ ├── default
│ │ │ ├── blue.css
│ │ │ ├── footer.html.php
│ │ │ ├── green.css
│ │ │ ├── header.html.php
│ │ │ ├── install_header.html.php
│ │ │ ├── red.css
│ │ │ └── site.css
│ │ ├── private
│ │ │ ├── calendar.css
│ │ │ ├── datagrid.css
│ │ │ ├── footer.html.php
│ │ │ ├── header.html.php
│ │ │ ├── lesson.footer.html.php
│ │ │ ├── site.css
│ │ │ ├── welcome_demo.html.php
│ │ │ └── welcome_login.html.php
│ │ └── sinorca
│ │ ├── calendar.css
│ │ ├── datagrid.css
│ │ ├── footer.html.php
│ │ ├── header.html.php
│ │ ├── sinorca-print.css
│ │ ├── sinorca-screen-alt.css
│ │ ├── sinorca-screen.css
│ │ ├── welcome_demo.html.php
│ │ └── welcome_login.html.php
│ └── ua.js
└── README
130 directories, 1448 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论