43 protected \ILIAS\DI\UIServices
$ui;
80 bool $a_call_by_reference =
true,
81 bool $a_prepare_output =
false 85 $this->
lng = $DIC->language();
86 $this->
access = $DIC->access();
87 $this->
tabs = $DIC->tabs();
89 $this->
user = $DIC->user();
90 $this->tpl = $DIC[
"tpl"];
91 $this->
toolbar = $DIC->toolbar();
92 $this->rbacsystem = $DIC->rbac()->system();
93 $this->tree = $DIC->repositoryTree();
94 $this->
help = $DIC[
"ilHelp"];
95 $this->
locator = $DIC[
"ilLocator"];
96 $this->db = $DIC->database();
97 $this->log = $DIC[
"ilLog"];
98 $this->
ui = $DIC->ui();
99 $lng = $DIC->language();
100 $ilCtrl = $DIC->ctrl();
101 $this->
ctrl = $ilCtrl;
102 $this->component_repository = $DIC[
"component.repository"];
107 $this->edit_request = $DIC
115 $this->to_props =
$req->getToProps();
116 $this->requested_obj_id =
$req->getObjId();
117 $this->requested_ref_id =
$req->getRefId();
118 $this->requested_root_id =
$req->getRootId();
119 $this->requested_glo_id =
$req->getGlossaryId();
120 $this->requested_glo_ref_id =
$req->getGlossaryRefId();
121 $this->requested_menu_entry =
$req->getMenuEntry();
122 $this->requested_lm_menu_expand =
$req->getLMMenuExpand();
123 $this->requested_search_root_expand =
$req->getSearchRootExpand();
124 $this->requested_new_type =
$req->getNewType();
125 $this->requested_baseClass =
$req->getBaseClass();
126 $this->requested_transl =
$req->getTranslation();
127 $this->requested_backcmd =
$req->getBackCmd();
128 $this->requested_hierarchy =
$req->getHierarchy();
129 $this->lang_switch_mode =
$req->getLangSwitchMode();
130 $this->requested_active_node =
$req->getActiveNode();
131 $this->requested_lmexpand =
$req->getLMExpand();
132 $this->requested_link_ref_id =
$req->getLinkRefId();
133 $this->requested_totransl =
$req->getToTranslation();
134 $this->requested_lmmovecopy =
$req->getLMMoveCopy();
135 $this->content_style_service = $DIC
138 $id = (isset($this->
object))
141 $this->reading_time_gui = new \ILIAS\LearningModule\ReadingTime\SettingsGUI(
$id);
147 $baseclass = strtolower($this->requested_baseClass);
148 $next_class = strtolower($this->
ctrl->getNextClass());
151 if (!in_array($baseclass, [
"illmpresentationgui",
"illmeditorgui"])) {
154 if (in_array($next_class, [
"ilcommonactiondispatchergui"])) {
175 if ($this->
ctrl->getRedirectSource() ==
"ilinternallinkgui") {
181 if ($this->
ctrl->getCmdClass() ==
"ilinternallinkgui") {
182 $this->
ctrl->setReturn($this,
"explorer");
186 $next_class = $this->
ctrl->getNextClass($this);
189 if ($this->to_props) {
190 $cmd = $this->
ctrl->getCmd(
"properties");
192 $cmd = $this->
ctrl->getCmd(
"chapters");
196 switch ($next_class) {
197 case 'illtiproviderobjectsettinggui':
200 $ilTabs->setTabActive(
"settings");
205 $lti_gui->offerLTIRolesForSelection(
true);
206 $this->
ctrl->forwardCommand($lti_gui);
211 case "illearningprogressgui":
214 $this->
setTabs(
"learning_progress");
217 $this->
ctrl->forwardCommand($new_gui);
221 case 'ilobjectmetadatagui':
222 if (!$ilAccess->checkAccess(
'write',
'', $this->lm->getRefId())) {
231 $md_gui->addMDObserver($this->lm,
'MDUpdateListener',
'Educational');
232 $md_gui->addMDObserver($this->lm,
'MDUpdateListener',
'General');
233 $this->
ctrl->forwardCommand($md_gui);
236 case "ilobjectcontentstylesettingsgui":
244 $settings_gui = $this->content_style_service
246 ->objectSettingsGUIForRefId(
250 $this->
ctrl->forwardCommand($settings_gui);
254 case "illmpageobjectgui":
256 $ilTabs->setBackTarget(
258 $ilCtrl->getLinkTarget($this,
"chapters")
260 $this->
ctrl->saveParameter($this, array(
"obj_id"));
262 $this->
ctrl->setReturn($this,
"chapters");
265 if ($this->requested_obj_id > 0) {
268 $pg_gui->setLMPageObject($obj);
270 $this->
ctrl->forwardCommand($pg_gui);
273 case "ilstructureobjectgui":
274 $ilTabs->setBackTarget(
276 $ilCtrl->getLinkTarget($this,
"chapters")
279 $this->
ctrl->saveParameter($this, array(
"obj_id"));
281 $this->
ctrl->setReturn($this,
"chapters");
283 if ($this->requested_obj_id > 0) {
286 $st_gui->setStructureObject($obj);
288 $this->
ctrl->forwardCommand($st_gui);
289 if ($cmd ==
"save" || $cmd ==
"cancel") {
290 if ($this->requested_obj_id == 0) {
291 $this->
ctrl->redirect($this,
"chapters");
293 $this->
ctrl->setCmd(
"subchap");
299 case 'ilpermissiongui':
300 if (strtolower($this->requested_baseClass) ==
"iladministrationgui") {
308 $this->
ctrl->forwardCommand($perm_gui);
312 case 'ilinfoscreengui':
317 $info->enablePrivateNotes();
318 $info->enableLearningProgress();
320 if ($ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
321 $info->enableNewsEditing();
322 $info->setBlockProperty(
"news",
"settings",
true);
326 $info->addMetaDataSections(
332 $this->
ctrl->forwardCommand($info);
338 $this->
ctrl->setParameterByClass(ilObjLearningModuleGUI::class,
"transl",
"");
339 $this->
ctrl->setParameterByClass(ilLMEditorGUI::class,
"transl",
"");
341 $exp_gui->addFormat(
"xml");
343 if ($ot->getContentActivated()) {
344 $exp_gui->addFormat(
"xml_master",
"XML (" .
$lng->
txt(
"cont_master_language_only") .
")", $this,
"export");
345 $exp_gui->addFormat(
"xml_masternomedia",
"XML (" .
$lng->
txt(
"cont_master_language_only_no_media") .
")", $this,
"export");
348 $langs = $ot->getLanguages();
349 foreach ($langs as $l => $ldata) {
350 $exp_gui->addFormat(
"html_" . $l,
"HTML (" .
$lng->
txt(
"meta_l_" . $l) .
")", $this,
"exportHTML");
352 $exp_gui->addFormat(
"html_all",
"HTML (" .
$lng->
txt(
"cont_all_languages") .
")", $this,
"exportHTML");
354 $exp_gui->addFormat(
"html",
"", $this,
"exportHTML");
357 $exp_gui->addCustomColumn(
358 $lng->
txt(
"cont_public_access"),
360 "getPublicAccessColValue" 362 $exp_gui->addCustomMultiCommand(
363 $lng->
txt(
"cont_public_access"),
367 $this->
ctrl->forwardCommand($exp_gui);
368 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"lm_only_one_download_per_type"));
374 case 'ilobjecttranslationgui':
380 $transgui->setTitleDescrOnlyMode(
false);
381 $this->
ctrl->forwardCommand($transgui);
385 case "ilcommonactiondispatchergui":
388 $this->
ctrl->forwardCommand($gui);
391 case 'ilobjectcopygui':
395 $this->
ctrl->forwardCommand($cp);
398 case "ilmobmultisrtuploadgui":
404 $this->
ctrl->forwardCommand($gui);
407 case "illmimportgui":
413 $this->
ctrl->forwardCommand($gui);
416 case "illmeditshorttitlesgui":
425 $this->edit_request->getTranslation()
427 $this->
ctrl->forwardCommand($gui);
433 if ($cmd ==
"create" &&
434 !in_array($new_type, array(
"lm"))) {
438 $this->
ctrl->setCmdClass(
"ilLMPageObjectGUI");
444 $this->
ctrl->setCmdClass(
"ilStructureObjectGUI");
451 $new_type ===
"lm") {
484 $ecs->addSettingsToForm($this->
form,
'lm');
486 $this->tpl->setContent($this->
form->getHTML());
504 $ti->setRequired(
true);
505 $ti->setMaxLength(255);
506 $this->
form->addItem($ti);
510 $this->
form->addItem($ta);
514 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
515 $this->
form->addItem($section);
519 $this->
form->addItem($online);
523 $section->setTitle($this->
lng->txt(
'cont_presentation'));
524 $this->
form->addItem($section);
527 $obj_service->commonSettings()->legacyForm($this->
form, $this->lm)->addTileImage();
531 $option = array(
"st_title" => $this->
lng->txt(
"cont_st_title"),
532 "pg_title" => $this->
lng->txt(
"cont_pg_title"),
533 "none" => $this->
lng->txt(
"cont_none"));
534 $page_header->setOptions($option);
535 $this->
form->addItem($page_header);
539 $this->
form->addItem($chap_num);
543 $option = array(
"chapters" => $this->
lng->txt(
"cont_chapters_only"),
544 "pages" => $this->
lng->txt(
"cont_chapters_and_pages"));
546 $this->
form->addItem($toc_mode);
550 $progr_icons->
setInfo($this->
lng->txt(
"cont_progress_icons_info"));
551 $this->
form->addItem($progr_icons);
553 $this->reading_time_gui->addSettingToForm($this->
form);
557 $section->setTitle($this->
lng->txt(
'cont_self_assessment'));
558 $this->
form->addItem($section);
564 $radg->addOption($op1);
566 $radg->addOption($op2);
567 $this->
form->addItem($radg);
571 $qfeed->
setInfo($this->
lng->txt(
"cont_restrict_forw_nav_info"));
572 $this->
form->addItem($qfeed);
576 $not->
setInfo($this->
lng->txt(
"cont_notify_on_blocked_users_info"));
577 $qfeed->addSubItem($not);
581 $qfeed->
setInfo($this->
lng->txt(
"cont_disable_def_feedback_info"));
582 $this->
form->addItem($qfeed);
586 $section->setTitle($this->
lng->txt(
'obj_features'));
587 $this->
form->addItem($section);
591 $this->
lng->loadLanguageModule(
"notes");
593 $pub_nodes->
setInfo($this->
lng->txt(
"cont_lm_comments_desc"));
594 $this->
form->addItem($pub_nodes);
599 $com->
setInfo($this->
lng->txt(
"enable_hist_user_comments_desc"));
600 $this->
form->addItem($com);
603 $this->
lng->loadLanguageModule(
'rating');
605 $rate->
setInfo($this->
lng->txt(
'rating_activate_rating_info'));
606 $this->
form->addItem($rate);
608 $this->
form->addItem($ratep);
610 $this->
form->setTitle(
$lng->
txt(
"cont_lm_properties"));
611 $this->
form->addCommandButton(
"saveProperties",
$lng->
txt(
"save"));
612 $this->
form->setFormAction($ilCtrl->getFormAction($this));
632 $title = $this->lm->getTitle();
633 $description = $this->lm->getLongDescription();
635 if ($ot->getContentActivated()) {
636 $title = $ot->getDefaultTitle();
637 $description = $ot->getDefaultDescription();
640 $values[
"title"] = $title;
641 $values[
"description"] = $description;
642 if (!$this->lm->getOfflineStatus()) {
643 $values[
"cobj_online"] =
true;
646 $values[
"lm_pg_header"] = $this->lm->getPageHeader();
647 if ($this->lm->isActiveNumbering()) {
648 $values[
"cobj_act_number"] =
true;
650 $values[
"toc_mode"] = $this->lm->getTOCMode();
651 if ($this->lm->publicNotes()) {
652 $values[
"cobj_pub_notes"] =
true;
654 if ($this->lm->cleanFrames()) {
655 $values[
"cobj_clean_frames"] =
true;
657 if ($this->lm->isActiveHistoryUserComments()) {
658 $values[
"cobj_user_comments"] =
true;
661 $values[
"rating"] = $this->lm->hasRating();
662 $values[
"rating_pages"] = $this->lm->hasRatingPages();
663 $values[
"disable_def_feedback"] = $this->lm->getDisableDefaultFeedback();
664 $values[
"progr_icons"] = $this->lm->getProgressIcons();
665 $values[
"store_tries"] = (string) (
int) $this->lm->getStoreTries();
666 $values[
"restrict_forw_nav"] = $this->lm->getRestrictForwardNavigation();
674 $values[
"cont_show_info_tab"] = $this->
object->isInfoEnabled();
675 $this->
form->setValuesByArray($values,
true);
695 if ($ot->getContentActivated()) {
696 $ot->setDefaultTitle($form->
getInput(
'title'));
697 $ot->setDefaultDescription($form->
getInput(
'description'));
701 $this->lm->setTitle($form->
getInput(
'title'));
702 $this->lm->setDescription($form->
getInput(
'description'));
703 $this->lm->setPageHeader($form->
getInput(
"lm_pg_header"));
704 $this->lm->setTOCMode($form->
getInput(
"toc_mode"));
705 $this->lm->setOfflineStatus(!($form->
getInput(
'cobj_online')));
706 $this->lm->setActiveNumbering((
bool) $form->
getInput(
"cobj_act_number"));
707 $this->lm->setCleanFrames((
bool) $form->
getInput(
"cobj_clean_frames"));
709 $this->lm->setPublicNotes($form->
getInput(
"cobj_pub_notes"));
711 $this->lm->setHistoryUserComments((
bool) $form->
getInput(
"cobj_user_comments"));
712 $this->lm->setRating((
bool) $form->
getInput(
"rating"));
713 $this->lm->setRatingPages((
bool) $form->
getInput(
"rating_pages"));
714 $this->lm->setDisableDefaultFeedback((
int) $form->
getInput(
"disable_def_feedback"));
715 $this->lm->setProgressIcons((
int) $form->
getInput(
"progr_icons"));
716 $this->reading_time_gui->saveSettingFromForm($this->
form);
719 $store_tries = $form->
getInput(
"store_tries");
720 if ($form->
getInput(
"restrict_forw_nav") && !$form->
getInput(
"store_tries")) {
722 $add_info =
"</br>" .
$lng->
txt(
"cont_automatically_set_store_tries");
723 $add_info = str_replace(
"$1",
$lng->
txt(
"cont_tries_store"), $add_info);
724 $add_info = str_replace(
"$2",
$lng->
txt(
"cont_restrict_forw_nav"), $add_info);
727 $this->lm->setStoreTries((
int) $store_tries);
728 $this->lm->setRestrictForwardNavigation((
int) $form->
getInput(
"restrict_forw_nav"));
729 $this->lm->updateProperties();
733 $obj_service->commonSettings()->legacyForm($this->
form, $this->lm)->saveTileImage();
739 (bool) $this->
form->getInput(
"notification_blocked_users")
754 if ($ecs->handleSettingsUpdate()) {
760 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified") . $add_info,
true);
761 $this->
ctrl->redirect($this,
"properties");
767 $this->
form->setValuesByPost();
768 $this->tpl->setContent($this->
form->getHTML());
781 $menu->
setChecked($this->lm->isActiveLMMenu());
793 $print->
setChecked($this->lm->isActivePrintView());
797 $glo =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_print_view_pre_glo"),
"cobj_act_print_prev_glo");
798 $glo->
setChecked($this->lm->isActivePreventGlossaryAppendix());
799 $print->addSubItem($glo);
802 $hhfp =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_hide_head_foot_print"),
"hide_head_foot_print");
803 $hhfp->
setChecked($this->lm->getHideHeaderFooterPrint());
804 $print->addSubItem($hhfp);
807 $no_download_file_available =
808 " " .
$lng->
txt(
"cont_no_download_file_available") .
809 " <a href='" . $ilCtrl->getLinkTargetByClass(
"ilexportgui",
"") .
"'>" .
$lng->
txt(
"change") .
"</a>";
810 $types = array(
"xml",
"html");
811 foreach ($types as
$type) {
812 if ($this->lm->getPublicExportFile($type) !=
"") {
813 if (is_file($this->lm->getExportDirectory($type) .
"/" .
814 $this->lm->getPublicExportFile($type))) {
815 $no_download_file_available =
"";
820 $dl->
setInfo($this->
lng->txt(
"cont_downloads_desc") . $no_download_file_available);
821 $dl->setChecked($this->lm->isActiveDownloads());
825 $pdl =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_downloads_public_desc"),
"cobj_act_downloads_public");
826 $pdl->
setChecked($this->lm->isActiveDownloadsPublic());
827 $dl->addSubItem($pdl);
847 $ilTabs->setTabActive(
"settings");
850 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
851 $ilToolbar->addFormButton($this->
lng->txt(
"add_menu_entry"),
"addMenuEntry");
852 $ilToolbar->setCloseFormTag(
false);
859 $entries = $this->lmme_obj->getMenuEntries();
861 $table->setOpenFormTag(
false);
870 $this->lm->setActiveLMMenu((
int) $form->
getInput(
"cobj_act_lm_menu"));
872 $this->lm->setActivePrintView((
int) $form->
getInput(
"cobj_act_print"));
873 $this->lm->setActivePreventGlossaryAppendix((
int) $form->
getInput(
"cobj_act_print_prev_glo"));
874 $this->lm->setHideHeaderFooterPrint((
int) $form->
getInput(
"hide_head_foot_print"));
875 $this->lm->setActiveDownloads((
int) $form->
getInput(
"cobj_act_downloads"));
876 $this->lm->setActiveDownloadsPublic((
int) $form->
getInput(
"cobj_act_downloads_public"));
877 $this->lm->updateProperties();
881 $this->lmme_obj->updateActiveStatus($this->edit_request->getMenuEntries());
883 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
884 $this->
ctrl->redirect($this,
"editMenuProperties");
892 $this->lm->executeDragDrop(
893 $req->getHFormPar(
"source_id"),
894 $req->getHFormPar(
"target_id"),
895 $req->getHFormPar(
"fc"),
896 $req->getHFormPar(
"as_subitem")
898 $ilCtrl->redirect($this,
"chapters");
903 $new_object->setCleanFrames(
true);
907 $new_object->createLMTree();
910 $new_object->addFirstChapterAndPage();
913 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt($this->type .
"_added"),
true);
914 $this->
ctrl->setParameterByClass(ilObjLearningModuleGUI::class,
"ref_id", $new_object->
getRefId());
915 $this->
ctrl->redirectByClass([ilLMEditorGUI::class, ilObjLearningModuleGUI::class],
"");
920 $form = parent::initImportForm($new_type);
937 parent::importFileObject(null);
944 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"obj_import_file_error") .
" <br />" . $e->getMessage());
954 throw new ilLMOldExportFileException(
"This file seems to be from ILIAS version 5.0.x or lower. Import is not supported anymore.");
968 $ilCtrl->setParameter($this,
"backcmd",
"chapters");
972 $form_gui->setTitle($this->lm->getTitle());
974 $form_gui->setTree($this->lm_tree);
975 $form_gui->setMaxDepth(0);
976 $this->tree->readRootId();
977 $form_gui->setCurrentTopNodeId($this->tree->getRootId());
978 $form_gui->addMultiCommand(
$lng->
txt(
"delete"),
"delete");
979 $form_gui->addMultiCommand(
$lng->
txt(
"cut"),
"cutItems");
980 $form_gui->addMultiCommand(
$lng->
txt(
"copy"),
"copyItems");
981 if ($this->lm->getLayoutPerPage()) {
982 $form_gui->addMultiCommand(
$lng->
txt(
"cont_set_layout"),
"setPageLayoutInHierarchy");
985 $form_gui->addCommand(
$lng->
txt(
"cont_save_all_titles"),
"saveAllTitles");
986 $up_gui =
"ilobjlearningmodulegui";
988 $ctpl =
new ilTemplate(
"tpl.chap_and_pages.html",
true,
true,
"Modules/LearningModule");
989 $ctpl->setVariable(
"HIERARCHY_FORM", $form_gui->getHTML());
990 $ilCtrl->setParameter($this,
"obj_id", null);
992 $ml_head = self::getMultiLangHeader($this->lm->getId(), $this);
994 $this->tpl->setContent($ml_head . $ctpl->get());
1004 $lng = $DIC->language();
1005 $ilCtrl = $DIC->ctrl();
1007 $edit_request = $DIC
1021 if ($ot->getContentActivated()) {
1022 $ilCtrl->setParameter($a_gui_class,
"lang_switch_mode", $a_mode);
1027 $ml_head = $ml_gui->getMultiLangInfo($requested_transl);
1031 $list->setListTitle(
$lng->
txt(
"actions"));
1032 $list->setId(
"copage_act");
1034 if (!in_array($requested_transl, array(
"",
"-"))) {
1035 $l = $ot->getMasterLanguage();
1037 $lng->
txt(
"cont_edit_language_version") .
": " .
1040 $ilCtrl->getLinkTarget($a_gui_class,
"editMasterLanguage")
1045 foreach ($ot->getLanguages() as $al =>
$lang) {
1046 if ($requested_transl != $al &&
1047 $al != $ot->getMasterLanguage()) {
1048 $ilCtrl->setParameter($a_gui_class,
"totransl", $al);
1050 $lng->
txt(
"cont_edit_language_version") .
": " .
1053 $ilCtrl->getLinkTarget($a_gui_class,
"switchToLanguage")
1055 $ilCtrl->setParameter($a_gui_class,
"totransl", $requested_totransl);
1061 $ml_head =
'<div class="ilFloatLeft">' . $ml_head .
'</div><div style="margin: 5px 0;" class="small ilRight">' . $list->getHTML() .
"</div>";
1063 $ilCtrl->setParameter($a_gui_class,
"lang_switch_mode",
"");
1079 $ilCtrl->setParameter($this,
"backcmd",
"pages");
1080 $ilCtrl->setParameterByClass(
"illmpageobjectgui",
"new_type",
"pg");
1081 $ilToolbar->addButton(
1083 $ilCtrl->getLinkTargetByClass(
"illmpageobjectgui",
"create")
1085 $ilCtrl->setParameterByClass(
"illmpageobjectgui",
"new_type",
"");
1105 $this->lm->getType()
1121 $ilToolbar->addButton(
1122 $this->
lng->txt(
"cont_fix_tree"),
1123 $this->
ctrl->getLinkTarget($this,
"fixTreeConfirm")
1132 $ids = $this->edit_request->getIds();
1133 foreach ($ids as
$id) {
1138 $this->
ctrl->redirect($this,
"pages");
1144 public function pastePage():
void 1147 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_page_in_clipboard"),
true);
1148 $this->
ctrl->redirect($this,
"pages");
1158 == $this->lm->getId()) {
1160 $new_page = $lm_page->copy($this->lm);
1161 $id = $new_page->getId();
1168 $copied_nodes = array();
1169 $new_page = $lm_page->copyToOtherContObject($this->lm, $copied_nodes);
1170 $id = $new_page->getId();
1179 != $this->lm->getId()) {
1184 $lm_page->setLMId($this->lm->getId());
1186 $page = $lm_page->getPageObject();
1188 $page->setParentId($this->lm->getId());
1195 $this->
ctrl->redirect($this,
"pages");
1200 $ids = $this->edit_request->getIds();
1201 if (count($ids) == 0) {
1202 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1203 $this->
ctrl->redirect($this,
"pages");
1209 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_selected_items_have_been_copied"),
true);
1211 $this->
ctrl->redirect($this,
"pages");
1220 public function delete(
int $a_parent_subobj_id = 0):
void 1222 $ids = $this->edit_request->getIds();
1224 if (count($ids) == 0) {
1225 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1230 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_item"),
true);
1234 if ($a_parent_subobj_id == 0) {
1238 if ($a_parent_subobj_id != 0) {
1239 $this->
ctrl->setParameterByClass(
"ilStructureObjectGUI",
"backcmd", $this->requested_backcmd);
1240 $this->
ctrl->setParameterByClass(
"ilStructureObjectGUI",
"obj_id", $a_parent_subobj_id);
1243 $this->
ctrl->setParameter($this,
"backcmd", $this->requested_backcmd);
1250 $cgui->setHeaderText($this->
lng->txt(
"info_delete_sure"));
1251 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancelDelete");
1252 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"confirmedDelete");
1254 foreach ($ids as
$id) {
1257 $caption = $obj->getTitle();
1259 $cgui->addItem(
"id[]", $id, $caption);
1263 $this->tpl->setContent($cgui->getHTML());
1268 $this->
ctrl->redirect($this, $this->requested_backcmd);
1282 $ids = $this->edit_request->getIds();
1285 if (count($ids) == 0) {
1286 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1287 $this->
ctrl->redirect($this,
"cancelDelete");
1291 foreach ($ids as
$id) {
1295 if (is_object($obj)) {
1296 $obj->setLMId($this->lm->getId());
1300 "delete_" . $obj->getType(),
1302 $this->lm->getType()
1314 $this->lm->checkTree();
1317 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"info_deleted"),
true);
1319 if ($a_parent_subobj_id == 0) {
1320 $this->
ctrl->redirect($this, $this->requested_backcmd);
1326 int $a_startnode_id = 1
1330 $tmpPath = $this->lm_tree->getPathFull($a_endnode_id, $a_startnode_id);
1333 for (
$i = 1;
$i < (count($tmpPath) - 1);
$i++) {
1338 $path .= $tmpPath[
$i][
"title"];
1351 $notoperations = array();
1353 $operations = array();
1356 foreach (
$d as $row) {
1357 if (!in_array($row[
"name"], $notoperations)) {
1358 $operations[] = $row;
1363 if (count($operations) > 0) {
1364 foreach ($operations as $val) {
1365 $this->tpl->setCurrentBlock(
"operation_btn");
1366 $this->tpl->setVariable(
"BTN_NAME", $val[
"name"]);
1367 $this->tpl->setVariable(
"BTN_VALUE", $this->
lng->txt($val[
"lng"]));
1368 $this->tpl->parseCurrentBlock();
1371 $this->tpl->setCurrentBlock(
"operation");
1373 $this->tpl->parseCurrentBlock();
1379 if (strtolower($this->requested_baseClass) ==
"iladministrationgui") {
1381 parent::viewObject();
1393 $ids = $this->edit_request->getIds();
1394 if (count($ids) == 0) {
1395 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1396 if ($a_parent_subobj_id == 0) {
1397 $this->
ctrl->redirect($this,
"chapters");
1401 if (count($ids) > 1) {
1402 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"));
1403 if ($a_parent_subobj_id == 0) {
1404 $this->
ctrl->redirect($this,
"chapters");
1410 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_item"));
1411 if ($a_parent_subobj_id == 0) {
1412 $this->
ctrl->redirect($this,
"chapters");
1419 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_chap_select_target_now"),
true);
1421 if ($a_parent_subobj_id == 0) {
1422 $this->
ctrl->redirect($this,
"chapters");
1438 $ids = $this->edit_request->getIds();
1439 if (count($ids) == 0) {
1440 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1441 $this->
ctrl->redirect($this,
"pages");
1444 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_selected_items_have_been_cut"),
true);
1449 $this->
ctrl->redirect($this,
"pages");
1454 if ($this->requested_new_type ==
"pg") {
1455 $this->
ctrl->redirect($this,
"pages");
1457 $this->
ctrl->redirect($this,
"chapters");
1465 if ($ot->getContentActivated()) {
1466 $format = explode(
"_", $this->edit_request->getFormat());
1472 $cont_exp->buildExportFile($opt);
1486 $changelink =
"<a href='" . $ilCtrl->
getLinkTarget($this,
"editMenuProperties") .
"'>" .
$lng->
txt(
"change") .
"</a>";
1487 if (!$this->lm->isActiveLMMenu()) {
1488 $add =
"<br />" .
$lng->
txt(
"cont_download_no_menu") .
" " . $changelink;
1489 } elseif (!$this->lm->isActiveDownloads()) {
1490 $add =
"<br />" .
$lng->
txt(
"cont_download_no_download") .
" " . $changelink;
1493 $basetype = explode(
"_", $a_type);
1494 $basetype = $basetype[0];
1496 if ($this->lm->getPublicExportFile($basetype) == $a_file) {
1497 return $lng->
txt(
"yes") . $add;
1508 if (!isset($a_files)) {
1509 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1511 foreach ($a_files as
$f) {
1512 $file = explode(
":", $f);
1513 if (is_int(strpos($file[0],
"_"))) {
1514 $file[0] = explode(
"_", $file[0])[0];
1516 $export_dir = $this->lm->getExportDirectory($file[0]);
1518 if ($this->lm->getPublicExportFile($file[0]) ==
1520 $this->lm->setPublicExportFile($file[0],
"");
1522 $this->lm->setPublicExportFile($file[0], $file[1]);
1525 $this->lm->update();
1527 $ilCtrl->redirectByClass(
"ilexportgui");
1537 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1538 $cgui->setHeaderText($this->
lng->txt(
"cont_fix_tree_confirm"));
1539 $cgui->setCancel($this->
lng->txt(
"cancel"),
"showMaintenance");
1540 $cgui->setConfirm($this->
lng->txt(
"cont_fix_tree"),
"fixTree");
1541 $issues = $this->lm->checkStructure();
1543 if (count($issues) > 0) {
1544 $mess =
"Found Issues: <br>" . implode(
"<br>", $issues);
1546 $this->tpl->setContent($cgui->getHTML() . $mess);
1551 $this->lm->fixTree();
1552 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"cont_tree_fixed"),
true);
1553 $this->
ctrl->redirect($this,
"showMaintenance");
1560 if ($ot->getContentActivated()) {
1561 $format = explode(
"_", $this->edit_request->getFormat());
1565 $cont_exp->buildExportFile();
1573 bool $a_omit_obj_id =
false 1578 if (!$a_omit_obj_id) {
1581 $lmtree = $this->lm->getTree();
1585 $path = $lmtree->getPathFull($lmtree->getRootId());
1587 $path[] = array(
"type" =>
"pg",
"child" => $this->obj_id,
1593 if ($row[
"child"] == 1) {
1594 $this->
ctrl->setParameter($this,
"obj_id", null);
1597 $title = $row[
"title"];
1598 switch ($row[
"type"]) {
1600 $this->
ctrl->setParameterByClass(
"ilstructureobjectgui",
"obj_id", $row[
"child"]);
1601 $locator->
addItem($title, $this->
ctrl->getLinkTargetByClass(
"ilstructureobjectgui",
"view"));
1605 $this->
ctrl->setParameterByClass(
"illmpageobjectgui",
"obj_id", $row[
"child"]);
1606 $locator->
addItem($title, $this->
ctrl->getLinkTargetByClass(
"illmpageobjectgui",
"edit"));
1611 if (!$a_omit_obj_id) {
1612 $this->
ctrl->setParameter($this,
"obj_id", $this->requested_obj_id);
1648 $user_q_ids = $this->edit_request->getUserQuestionIds();
1649 if (count($user_q_ids) > 0) {
1650 foreach ($user_q_ids as $uqid) {
1651 $uqid = explode(
":", $uqid);
1654 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1656 $ilCtrl->redirect($this,
"listBlockedUsers");
1664 $user_q_ids = $this->edit_request->getUserQuestionIds();
1665 if (count($user_q_ids) > 0) {
1666 foreach ($user_q_ids as $uqid) {
1667 $uqid = explode(
":", $uqid);
1670 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1672 $ilCtrl->redirect($this,
"listBlockedUsers");
1679 $user_q_ids = $this->edit_request->getUserQuestionIds();
1680 if (count($user_q_ids) == 0) {
1681 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"), 1);
1682 $ilCtrl->
redirect($this,
"listBlockedUsers");
1686 foreach ($user_q_ids as $uqid) {
1687 $uqid = explode(
":", $uqid);
1689 if (!in_array($login, $rcps)) {
1699 'rcp_to' => implode(
',', $rcps),
1707 $link = chr(13) . chr(10) . chr(13) . chr(10);
1708 $link .= $this->
lng->txt(
'cont_blocked_users_mail_link');
1709 $link .= chr(13) . chr(10) . chr(13) . chr(10);
1711 return rawurlencode(base64_encode($link));
1719 protected function setTabs(
string $a_act =
""): void
1721 parent::setTitleAndDescription();
1739 $ilCtrl->getLinkTarget($this,
"chapters")
1746 $ilCtrl->getLinkTarget($this,
"pages")
1752 $lng->
txt(
"cont_short_titles"),
1753 $ilCtrl->getLinkTargetByClass(
"illmeditshorttitlesgui",
"")
1757 if (
$lm_set->get(
"html_export_ids")) {
1761 $lng->
txt(
"cont_html_export_ids"),
1762 $ilCtrl->getLinkTarget($this,
"showExportIDsOverview")
1770 $lng->
txt(
"cont_online_help_ids"),
1771 $ilCtrl->getLinkTarget($this,
"showExportIDsOverview")
1777 $ilCtrl->getLinkTarget($this,
"showTooltipList")
1784 $lng->
txt(
"cont_internal_links"),
1785 $ilCtrl->getLinkTarget($this,
"listLinks")
1791 $this->
ctrl->getLinkTarget($this,
"history")
1797 $lng->
txt(
"cont_maintenance"),
1798 $ilCtrl->getLinkTarget($this,
"showMaintenance")
1804 $lng->
txt(
"cont_subtitle_files"),
1805 $ilCtrl->getLinkTargetByClass(
"ilmobmultisrtuploadgui",
"")
1812 $ilCtrl->getLinkTargetByClass(
"illmimportgui",
"")
1815 $ilTabs->activateSubTab($a_active);
1816 $ilTabs->activateTab(
"content");
1828 $lng->
txt(
"cont_question_stats"),
1829 $ilCtrl->getLinkTarget($this,
"listQuestions")
1835 $lng->
txt(
"cont_blocked_users"),
1836 $ilCtrl->getLinkTarget($this,
"listBlockedUsers")
1839 $ilTabs->activateSubTab($a_active);
1844 $rbacsystem = $this->rbacsystem;
1852 $this->
ctrl->getLinkTarget($this,
"chapters")
1856 if ($this->
object->isInfoEnabled()) {
1860 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
'showSummary')
1868 $this->
ctrl->getLinkTarget($this,
'properties')
1875 $this->
ctrl->getLinkTarget($this,
"listQuestions")
1881 'learning_progress',
1882 $lng->
txt(
"learning_progress"),
1883 $this->
ctrl->getLinkTargetByClass(array(
'illearningprogressgui'),
'')
1889 $mdtab = $mdgui->getTab();
1902 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
1906 if ($rbacsystem->checkAccess(
'edit_permission', $this->lm->getRefId())) {
1910 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
1915 $ilTabs->activateTab($a_act);
1919 $ilTabs->addNonTabbedLink(
1921 $lng->
txt(
"cont_presentation_view"),
1922 "ilias.php?baseClass=ilLMPresentationGUI&ref_id=" . $this->lm->getRefId(),
1934 array(
"settings",
"cont_style",
"cont_lm_menu",
"public_section",
1935 "cont_glossaries",
"cont_multilinguality",
"obj_multilinguality",
1939 $ilTabs->addSubTabTarget(
1941 $this->
ctrl->getLinkTarget($this,
'properties'),
1947 $ilTabs->addSubTabTarget(
1949 $this->
ctrl->getLinkTargetByClass(
"ilObjectContentStyleSettingsGUI",
""),
1951 "ilObjectContentStyleSettingsGUI" 1955 $ilTabs->addSubTabTarget(
1957 $this->
ctrl->getLinkTarget($this,
'editMenuProperties'),
1963 $ilTabs->addSubTabTarget(
1965 $this->
ctrl->getLinkTarget($this,
'editGlossaries'),
1972 $ilTabs->addSubTabTarget(
1974 $this->
ctrl->getLinkTarget($this,
'editPublicSection'),
1980 $ilTabs->addSubTabTarget(
1981 "obj_multilinguality",
1982 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
1986 if ($lti_settings->hasSettingsAccess()) {
1987 $ilTabs->addSubTabTarget(
1989 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
1993 $ilTabs->setSubTabActive($a_active);
2004 if (!$ilAccess->checkAccessOfUser(
ANONYMOUS_USER_ID,
"read",
"", $this->lm->getRefId())) {
2005 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_anonymous_user_missing_perm"));
2010 $ilTabs->setTabActive(
"settings");
2012 $this->tpl->addBlockFile(
2015 "tpl.lm_public_selector.html",
2016 "Modules/LearningModule" 2024 $modes = array(
"complete" => $this->
lng->txt(
"all_pages"),
"selected" => $this->
lng->txt(
"selected_pages_only"));
2026 $si->setOptions($modes);
2027 $si->setValue($this->lm->getPublicAccessMode());
2028 $ilToolbar->addInputItem($si,
true);
2029 $ilToolbar->addFormButton($this->
lng->txt(
"save"),
"savePublicSectionAccess");
2030 $ilToolbar->setFormAction($this->
ctrl->getFormAction($this,
"savePublicSectionAccess"));
2032 if ($this->lm->getPublicAccessMode() ==
"selected") {
2033 $this->tpl->setCurrentBlock(
"select_pages");
2034 $this->tpl->setVariable(
"FORMACTION", $this->
ctrl->getLinkTarget($this,
"savePublicSectionPages"));
2038 "editPublicSection",
2040 $this->edit_request->getTranslation()
2042 $tree->setSelectMode(
"pages",
true);
2043 $tree->setSkipRootNode(
true);
2045 $this->tpl->setVariable(
"EXPLORER",
$tree->getHTML());
2046 $this->tpl->setVariable(
"TXT_SAVE", $this->
lng->txt(
"save"));
2048 $this->tpl->parseCurrentBlock();
2054 $this->lm->setPublicAccessMode(
2055 $this->edit_request->getLMPublicMode()
2057 $this->lm->updateProperties();
2059 $this->edit_request->getPublicPages(),
2062 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
2063 $this->
ctrl->redirect($this,
"editPublicSection");
2071 $this->lm->setPublicAccessMode(
2072 $this->edit_request->getLMPublicMode()
2074 $this->lm->updateProperties();
2075 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
2076 $this->
ctrl->redirect($this,
"editPublicSection");
2085 $this->edit_request->getPublicPages(),
2088 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
2089 $this->
ctrl->redirect($this,
"editPublicSection");
2101 $this->lm->getType()
2104 $hist_gui->setCommentVisibility($this->lm->isActiveHistoryUserComments());
2106 $this->tpl->setContent($hist_gui->getHTML());
2112 $this->lmme_obj->setObjId($this->lm->getId());
2126 $ilTabs->setTabActive(
"settings");
2129 $ilToolbar->addButton(
2130 $this->
lng->txt(
"lm_menu_select_internal_object"),
2131 $ilCtrl->getLinkTarget($this,
"showEntrySelector")
2134 if (is_null($form)) {
2137 $this->tpl->setContent($form->
getHTML());
2149 $ti->setMaxLength(255);
2151 $ti->setRequired(
true);
2156 $ta->setMaxLength(255);
2158 $ta->setRequired(
true);
2161 if ($a_mode ==
"edit") {
2163 $this->lmme_obj->readEntry($this->edit_request->getMenuEntry());
2164 $ti->setValue($this->lmme_obj->getTitle());
2165 $ta->setValue($this->lmme_obj->getTarget());
2168 if ($this->requested_link_ref_id > 0) {
2174 $target_link = $obj_type .
"_" . $link_ref_id;
2175 $ti->setValue($title);
2176 $ta->setValue($target_link);
2180 $hi->setValue($link_ref_id);
2186 if ($a_mode ==
"create") {
2206 $this->lmme_obj->setTitle($form->
getInput(
"title"));
2207 $this->lmme_obj->setTarget($form->
getInput(
"target"));
2208 $this->lmme_obj->setLinkRefId((
int) $form->
getInput(
"link_ref_id"));
2210 if ($form->
getInput(
"link_ref_id")) {
2211 $this->lmme_obj->setLinkType(
"intern");
2214 $this->lmme_obj->create();
2216 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_added"),
true);
2217 $this->
ctrl->redirect($this,
"editMenuProperties");
2226 if (empty($this->requested_menu_entry)) {
2227 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2228 $this->
ctrl->redirect($this,
"editMenuProperties");
2232 $this->lmme_obj->delete($this->requested_menu_entry);
2234 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_removed"),
true);
2235 $this->
ctrl->redirect($this,
"editMenuProperties");
2246 $ilTabs->setTabActive(
"settings");
2250 if (empty($this->requested_menu_entry)) {
2251 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2252 $this->
ctrl->redirect($this,
"editMenuProperties");
2255 $ilCtrl->saveParameter($this, array(
"menu_entry"));
2256 $ilToolbar->addButton(
2257 $this->
lng->txt(
"lm_menu_select_internal_object"),
2258 $ilCtrl->getLinkTarget($this,
"showEntrySelector")
2261 if (is_null($form)) {
2264 $this->tpl->setContent($form->
getHTML());
2271 if ($this->edit_request->getMenuEntry() ==
"") {
2272 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2273 $this->
ctrl->redirect($this,
"editMenuProperties");
2277 $this->lmme_obj->readEntry($this->edit_request->getMenuEntry());
2278 $this->lmme_obj->setTitle($form->
getInput(
"title"));
2279 $this->lmme_obj->setTarget($form->
getInput(
"target"));
2280 if ($form->
getInput(
"link_ref_id")) {
2281 $this->lmme_obj->setLinkType(
"intern");
2283 if (is_int(strpos($form->
getInput(
"target"),
"."))) {
2284 $this->lmme_obj->setLinkType(
"extern");
2286 $this->lmme_obj->update();
2287 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_updated"),
true);
2288 $this->
ctrl->redirect($this,
"editMenuProperties");
2302 $ilTabs->setTabActive(
"settings");
2305 $ilCtrl->saveParameter($this, array(
"menu_entry"));
2307 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"lm_menu_select_object_to_add"));
2311 "showEntrySelector",
2317 $exp->setClickableTypes(array(
'mcst',
'mep',
'cat',
'lm',
'glo',
'frm',
'exc',
'tst',
'svy',
'chat',
'wiki',
'sahs',
"crs",
"grp",
"book",
"tst",
"file"));
2318 if (!$exp->handleCommand()) {
2319 $this->tpl->setContent($exp->getHTML());
2328 $ids = $this->edit_request->getIds();
2329 if (count($ids) == 0) {
2330 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
2331 $this->
ctrl->redirect($this,
"pages");
2333 if (count($ids) > 1) {
2334 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"),
true);
2335 $this->
ctrl->redirect($this,
"pages");
2337 if ($ids[0] != $this->lm->getHeaderPage()) {
2338 $this->lm->setHeaderPage($ids[0]);
2340 $this->lm->setHeaderPage(0);
2342 $this->lm->updateProperties();
2343 $this->
ctrl->redirect($this,
"pages");
2351 $ids = $this->edit_request->getIds();
2352 if (count($ids) == 0) {
2353 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
2354 $this->
ctrl->redirect($this,
"pages");
2356 if (count($ids) > 1) {
2357 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"),
true);
2358 $this->
ctrl->redirect($this,
"pages");
2360 if ($ids[0] != $this->lm->getFooterPage()) {
2361 $this->lm->setFooterPage($ids[0]);
2363 $this->lm->setFooterPage(0);
2365 $this->lm->updateProperties();
2366 $this->
ctrl->redirect($this,
"pages");
2378 $this->edit_request->getTitles(),
2382 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lm_save_titles"),
true);
2383 $ilCtrl->redirect($this,
"chapters");
2398 $parent_id = $this->lm_tree->getParentId($node_id);
2401 $parent_id = $node_id;
2405 for (
$i = 1;
$i <= $num;
$i++) {
2407 $chap->setType(
"st");
2408 $chap->setTitle(
$lng->
txt(
"cont_new_chap"));
2409 $chap->setLMId($this->lm->getId());
2414 $ilCtrl->redirect($this,
"chapters");
2429 if (!$first_child) {
2430 $parent_id = $this->lm_tree->getParentId($node_id);
2433 $parent_id = $node_id;
2438 $chapters =
$ilUser->getClipboardObjects(
"st",
true);
2439 $copied_nodes = array();
2440 foreach ($chapters as $chap) {
2441 $ilLog->write(
"Call pasteTree, Target LM: " . $this->lm->getId() .
", Chapter ID: " . $chap[
"id"]
2442 .
", Parent ID: " . $parent_id .
", Target: " . $target);
2443 $cid = ilLMObject::pasteTree(
2448 (
string) ($chap[
"insert_time"] ??
""),
2457 $ilUser->clipboardDeleteObjectsOfType(
"pg");
2458 $ilUser->clipboardDeleteObjectsOfType(
"st");
2462 $this->lm->checkTree();
2463 $ilCtrl->redirect($this,
"chapters");
2466 public static function _goto(
string $a_target): void
2469 $main_tpl = $DIC->ui()->mainTemplate();
2471 $ilAccess = $DIC->access();
2473 $lng = $DIC->language();
2474 $ctrl = $DIC->ctrl();
2476 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
2479 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
2483 $main_tpl->setOnScreenMessage(
'failure', sprintf(
2484 $lng->
txt(
"msg_no_perm_read_item"),
2494 public function cutItems(
string $a_return =
"chapters"): void
2499 $ids = $this->edit_request->getIds();
2500 if (count($ids) == 0) {
2501 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2502 $ilCtrl->redirect($this, $a_return);
2506 foreach ($ids as $k => $item) {
2511 foreach ($todel as $k) {
2516 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_selected_items_have_been_cut"),
true);
2518 $ilCtrl->redirect($this, $a_return);
2529 $ids = $this->edit_request->getIds();
2530 if (count($ids) == 0) {
2531 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2532 $ilCtrl->redirect($this,
"chapters");
2536 foreach ($ids as $k => $item) {
2541 foreach ($todel as $k) {
2546 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_selected_items_have_been_copied"),
true);
2547 $ilCtrl->redirect($this,
"chapters");
2574 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
2575 $lm_tree = $this->lm->getTree();
2576 $childs = $lm_tree->getChilds($lm_tree->readRootId());
2577 $options = array(
"" =>
$lng->
txt(
"all"));
2578 foreach ($childs as
$c) {
2579 $options[$c[
"child"]] = $c[
"title"];
2582 $si->setOptions($options);
2584 $ilToolbar->addInputItem($si,
true);
2585 $ilToolbar->addFormButton(
$lng->
txt(
"help_filter"),
"filterHelpChapters");
2599 $ilCtrl->redirect($this,
"showExportIDsOverview");
2609 foreach ($this->edit_request->getExportIds() as $exp_id) {
2610 if ($exp_id !=
"" && !preg_match(
2611 "/^([a-zA-Z]+)[0-9a-zA-Z_]*$/",
2618 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"cont_exp_ids_not_resp_format1") .
": a-z, A-Z, 0-9, '_'. " .
2619 $lng->
txt(
"cont_exp_ids_not_resp_format3") .
" " .
2620 $lng->
txt(
"cont_exp_ids_not_resp_format2"));
2626 foreach ($this->edit_request->getExportIds() as $pg_id => $exp_id) {
2635 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"cont_saved_export_ids"),
true);
2636 $ilCtrl->redirect($this,
"showExportIdsOverview");
2644 foreach ($this->edit_request->getScreenIds() as $chap => $ids) {
2645 $ids = explode(
"\n", $ids);
2648 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2649 $ilCtrl->redirect($this,
"showExportIdsOverview");
2666 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
2668 $ti->setMaxLength(200);
2670 $ilToolbar->addInputItem($ti,
true);
2671 $ilToolbar->addFormButton(
$lng->
txt(
"add"),
"addTooltip");
2672 $ilToolbar->addSeparator();
2679 $si->setOptions($options);
2681 $ilToolbar->addInputItem($si,
true);
2682 $ilToolbar->addFormButton(
$lng->
txt(
"help_filter"),
"filterTooltips");
2694 $tt_id = $this->edit_request->getTooltipId();
2695 if (trim($tt_id) !=
"") {
2696 if (is_int(strpos($tt_id,
"_"))) {
2698 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2700 $fu = strpos($tt_id,
"_");
2701 $comp = substr($tt_id, 0, $fu);
2704 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"cont_help_no_valid_tooltip_id"),
true);
2707 $ilCtrl->redirect($this,
"showTooltipList");
2716 $this->edit_request->getTooltipComponent()
2718 $ilCtrl->redirect($this,
"showTooltipList");
2726 $tooltip_ids = $this->edit_request->getTooltipIds();
2727 foreach ($this->edit_request->getTooltipTexts() as
$id => $text) {
2731 $tooltip_ids[(
int) $id]
2734 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2735 $ilCtrl->redirect($this,
"showTooltipList");
2743 $ids = $this->edit_request->getIds();
2744 if (count($ids) > 0) {
2745 foreach ($ids as
$id) {
2748 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2750 $ilCtrl->redirect($this,
"showTooltipList");
2760 string $a_def_option =
"" 2766 $lng = $DIC->language();
2770 if ($a_def_option !=
"") {
2774 $layout->addOption(
new ilRadioOption(
"<table><tr><td>" . $im_tag .
"</td><td><b>" .
2775 $lng->
txt(
"cont_lm_default_layout") .
2776 "</b>: " .
$lng->
txt(
"cont_layout_" . $a_def_option) .
2777 "</td></tr></table>",
""));
2784 $layout->addOption(
new ilRadioOption(
"<table><tr><td style='padding: 0px 5px 5px;'>" .
2785 $im_tag .
"</td><td style='padding:5px;'><b>" .
$lng->
txt(
"cont_layout_" . $l) .
"</b>: " .
2786 $lng->
txt(
"cont_layout_" . $l .
"_desc") .
"</td></tr></table>", $l));
2807 bool $a_in_hierarchy =
false 2813 $ids = $this->edit_request->getIds();
2814 if (count($ids) == 0) {
2815 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2817 if ($a_in_hierarchy) {
2818 $ilCtrl->redirect($this,
"chapters");
2820 $ilCtrl->redirect($this,
"pages");
2836 $ids = $this->edit_request->getIds();
2837 foreach ($ids as
$id) {
2840 $this->
form->addItem($hi);
2842 $layout = self::getLayoutOption(
2845 $this->lm->getLayout()
2847 $this->
form->addItem($layout);
2849 $this->
form->addCommandButton(
"savePageLayout",
$lng->
txt(
"save"));
2850 $this->
form->addCommandButton(
"pages",
$lng->
txt(
"cancel"));
2852 $this->
form->setTitle(
$lng->
txt(
"cont_set_layout"));
2853 $this->
form->setFormAction($ilCtrl->getFormAction($this));
2861 $ilCtrl->
setParameter($this,
"hierarchy", $this->requested_hierarchy);
2863 $ids = $this->edit_request->getIds();
2864 foreach ($ids as
$id) {
2867 $this->edit_request->getLayout(),
2871 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2873 if ($this->requested_hierarchy) {
2874 $ilCtrl->redirect($this,
"chapters");
2876 $ilCtrl->redirect($this,
"pages");
2896 $ilTabs->setTabActive(
"settings");
2899 $ilToolbar->addButton(
2901 $ilCtrl->getLinkTarget($this,
"showLMGlossarySelector")
2917 $ilTabs->setTabActive(
"settings");
2922 $exp->setPathOpen($this->
object->getRefId());
2923 $exp->setExpandTarget($ilCtrl->getLinkTarget($this,
'showLMGlossarySelector'));
2924 $exp->setTargetClass(get_class($this));
2925 $exp->setCmd(
'confirmGlossarySelection');
2926 $exp->setClickableTypes(array(
"glo"));
2927 $exp->addFilter(
"glo");
2941 $ilCtrl->setParameter($this,
"glo_ref_id", $this->requested_root_id);
2942 $cgui->setFormAction($ilCtrl->getFormAction($this));
2943 $cgui->setHeaderText(
$lng->
txt(
"cont_link_glo_in_lm"));
2944 $cgui->setCancel(
$lng->
txt(
"no"),
"selectLMGlossary");
2945 $cgui->setConfirm(
$lng->
txt(
"yes"),
"selectLMGlossaryLink");
2952 $this->lm->autoLinkGlossaryTerms($glo_ref_id);
2961 $glos = $this->lm->getAutoGlossaries();
2964 if (!in_array($glo_id, $glos)) {
2967 $this->lm->setAutoGlossaries($glos);
2968 $this->lm->update();
2970 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2971 $ilCtrl->redirect($this,
"editGlossaries");
2979 $this->lm->removeAutoGlossary($this->requested_glo_id);
2980 $this->lm->update();
2982 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2983 $ilCtrl->redirect($this,
"editGlossaries");
2991 if ($this->lang_switch_mode ==
"short_titles") {
2992 $ilCtrl->redirectByClass(
"illmeditshorttitlesgui",
"");
2994 $ilCtrl->redirect($this,
"chapters");
3001 $ilCtrl->
setParameter($this,
"transl", $this->requested_totransl);
3002 if ($this->lang_switch_mode ==
"short_titles") {
3003 $ilCtrl->redirectByClass(
"illmeditshorttitlesgui",
"");
3005 $ilCtrl->redirect($this,
"chapters");
3011 parent::redrawHeaderActionObject();
3019 $this->
ctrl->redirectByClass(array(
'illearningprogressgui'),
'');
static updateInternalLinks(array $a_copied_nodes, string $a_parent_type="lm")
Update internal links, after multiple pages have been copied.
showExportIDsOverview(bool $a_validation=false)
static get(string $a_var)
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
static setAction(string $a_action)
static resetTries(int $a_q_id, int $a_user_id)
Reset tries for user and question.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setQuestionsSubTabs(string $a_active)
Readable part of repository interface to ilComponentDataDB.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getLayoutOption(string $a_txt, string $a_var, string $a_def_option="")
getNodeData(int $a_node_id, ?int $a_tree_pk=null)
get all information of a node.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Import related features for learning modules.
redirectByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
setPageLayoutInHierarchy()
Set layout for multiple pages.
static _writePublicAccessStatus(array $a_pages, int $a_cont_obj_id)
update public access flags in lm_data for all pages of a content object
Explorer for selecting repository items.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
moveChapter(int $a_parent_subobj_id=0)
move a single chapter (selection)
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
static _createEntry(int $a_obj_id, string $a_action, array $a_info_params=[], string $a_obj_type="", string $a_user_comment="", bool $a_update_last=false)
Creates a new history entry for an object.
string $requested_new_type
static storeContentObject(string $a_type, int $a_id, string $a_action="cut")
GUI class for the workflow of copying objects.
const TYPE_LM_BLOCKED_USERS
static saveTitles(ilObjLearningModule $a_lm, array $a_titles, string $a_lang="-")
Save titles for lm objects.
int $requested_link_ref_id
int $requested_search_root_expand
setPageLayout(bool $a_in_hierarchy=false)
Set layout for multiple pages.
prepareOutput(bool $show_sub_objects=true)
showMaintenance()
Show maintenance.
EditingGUIRequest $edit_request
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
string $requested_totransl
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
listLinks()
List all broken links.
static getInstance(ilObjLearningModule $a_content_obj, int $a_id=0, bool $a_halt=true)
activatePages()
activates or deactivates pages
int $requested_menu_entry
isInTree(?int $a_node_id)
get all information of a node.
static getAvailableLayouts()
get all available lm layouts
addLocations(bool $a_omit_obj_id=false)
display locator
User Interface for Structure Objects Editing.
ilComponentRepository $component_repository
static saveScreenIdsForChapter(int $a_chap, array $a_ids)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
deleteTree(array $a_node)
delete node and the whole subtree under this node
loadLanguageModule(string $a_module)
Load language module.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
viewObject()
viewObject container presentation for "administration -> repository, trash, permissions" ...
static clipboardCut(int $a_cont_obj_id, array $a_ids)
Copy a set of chapters/pages into the clipboard.
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
importFileObject(int $parent_id=null)
afterSave(ilObject $new_object)
string $requested_baseClass
getContextPath(int $a_endnode_id, int $a_startnode_id=1)
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
getPublicAccessColValue(string $a_type, string $a_file)
Get public access value for export table.
saveAllTitles()
Save all titles of chapters/pages.
static getTooltipComponents(int $a_module_id=0)
Get all tooltip components.
getPropertiesFormValues()
Get values for properties form.
static putInTree(ilLMObject $a_obj, int $a_parent_id=0, int $a_target_node_id=0)
put this object into content object tree
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
catch(\Exception $e) $req
static _lookupTitle(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjLearningModule $lm_obj
static _goto(string $a_target)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
selectFooter()
select page as footer
saveProperties()
save properties
ILIAS LearningModule ReadingTime SettingsGUI $reading_time_gui
publishExportFile(?array $a_files)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
string $requested_backcmd
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static writeLayout(int $a_obj_id, string $a_layout, ?ilObjLearningModule $a_lm=null)
Write layout setting.
properties()
edit properties form
copyItems()
Copy items to clipboard.
savePublicSectionAccess()
Saves lm access mode.
selectHeader()
select page as header
setScreenIdComponent(string $a_comp)
Class ilObjectGUI Basic methods of all Output classes.
static getInstance(int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
insertChapterClip()
Insert Chapter from clipboard.
static _lookupObjectId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjectService $object_service
static addTooltip(string $a_tt_id, string $a_text, int $a_module_id=0)
int $requested_lm_menu_expand
addMenuEntry(?ilPropertyFormGUI $form=null)
display add menu entry form
showActions(array $a_actions)
int $requested_glo_ref_id
setTabs(string $a_act="")
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
form( $class_path, string $cmd)
static deleteTooltip(int $a_id)
setCustomRolesForSelection(array $a_roles)
Set custom roles for mapping to LTI roles.
static getContentObjectType()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _writeActive(int $a_id, string $a_parent_type, bool $a_active)
write activation status
static getMultiLangHeader(int $a_lm_id, object $a_gui_class, string $a_mode="")
static redirect(string $a_script)
ILIAS Style Content Service $content_style_service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
User Interface for Learning Module Page Objects Editing.
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
setContentSubTabs(string $a_active)
static unlock(int $a_q_id, int $a_user_id)
Unlock question for user.
setSubTabs(string $a_active)
getLinkTarget(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
static saveExportId(int $a_lm_id, int $a_lmobj_id, string $a_exp_id, string $a_type="pg")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getContentObjectId()
static _getPresentationTitle(int $a_pg_id, string $a_mode=self::CHAPTER_TITLE, bool $a_include_numbers=false, bool $a_time_scheduled_activation=false, bool $a_force_content=false, int $a_lm_id=0, string $a_lang="-", bool $a_include_short=false)
presentation title doesn't have to be page title, it may be chapter title + page title or chapter tit...
string $requested_lang_switch_mode
initMenuEntryForm(string $a_mode="edit")
confirmGlossarySelection()
__construct(Container $dic, ilPlugin $plugin)
cutItems(string $a_return="chapters")
const LP_CONTEXT_REPOSITORY
learningProgress()
Learning progress.
This class represents a text area property in a property form.
__construct( $a_data, int $a_id=0, bool $a_call_by_reference=true, bool $a_prepare_output=false)
static _lookupType(int $a_obj_id, int $a_lm_id=0)
getBlockedUsersMailSignature()
initPropertiesForm()
Init properties form.
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
static hasNotification(int $type, int $user_id, int $id)
Check notification status for object and user.
Class ilObjContentObjectGUI.
bool $requested_lmmovecopy
static _lookupContObjID(int $a_id)
get learning module id for lm object
const INFO_TAB_VISIBILITY
static updateTooltip(int $a_id, string $a_text, string $a_tt_id)
bool $requested_hierarchy
savePublicSectionPages()
Saves public lm pages.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
int $requested_active_node
editGlossaries()
Edit automatically linked glossaries.
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
initImportForm(string $new_type)
static _lookupType(int $id, bool $reference=false)
cutChapter()
Cut chapter(s)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static set(string $a_var, $a_val)
Set a value.
confirmedDelete(int $a_parent_subobj_id=0)
delete page object or structure objects
addTabs(string $a_act="")
editMenuEntry(?ilPropertyFormGUI $form=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
setExpand($a_node_id)
set the expand option this value is stored in a SESSION variable to save it different view (lo view...
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isOnlineHelpModule(int $a_id, bool $a_as_obj_id=false)
Is module an online module.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
insertChapter()
Insert (multiple) chapters at node.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static clipboardCopy(int $a_cont_obj_id, array $a_ids)
Copy a set of chapters/pages into the clipboard.
static _lookupLogin(int $a_user_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...