36 protected \ILIAS\LearningModule\InternalGUIService
$gui;
37 protected \ILIAS\LearningModule\InternalDomainService
$domain;
48 protected \ILIAS\DI\UIServices
$ui;
87 bool $a_call_by_reference =
true,
88 bool $a_prepare_output =
false 92 $this->
lng = $DIC->language();
93 $this->
access = $DIC->access();
94 $this->
tabs = $DIC->tabs();
96 $this->
user = $DIC->user();
97 $this->tpl = $DIC[
"tpl"];
98 $this->
toolbar = $DIC->toolbar();
99 $this->rbacsystem = $DIC->rbac()->system();
100 $this->tree = $DIC->repositoryTree();
101 $this->
help = $DIC[
"ilHelp"];
102 $this->
locator = $DIC[
"ilLocator"];
103 $this->db = $DIC->database();
104 $this->log = $DIC[
"ilLog"];
105 $this->
ui = $DIC->ui();
106 $lng = $DIC->language();
107 $ilCtrl = $DIC->ctrl();
108 $this->
ctrl = $ilCtrl;
109 $this->component_repository = $DIC[
"component.repository"];
114 $this->edit_request = $DIC
122 $this->to_props =
$req->getToProps();
123 $this->requested_obj_id =
$req->getObjId();
124 $this->requested_ref_id =
$req->getRefId();
125 $this->requested_root_id =
$req->getRootId();
126 $this->requested_glo_id =
$req->getGlossaryId();
127 $this->requested_glo_ref_id =
$req->getGlossaryRefId();
128 $this->requested_menu_entry =
$req->getMenuEntry();
129 $this->requested_lm_menu_expand =
$req->getLMMenuExpand();
130 $this->requested_search_root_expand =
$req->getSearchRootExpand();
131 $this->requested_new_type =
$req->getNewType();
132 $this->requested_baseClass =
$req->getBaseClass();
133 $this->requested_transl =
$req->getTranslation();
134 $this->requested_backcmd =
$req->getBackCmd();
135 $this->requested_hierarchy =
$req->getHierarchy();
136 $this->lang_switch_mode =
$req->getLangSwitchMode();
137 $this->requested_active_node =
$req->getActiveNode();
138 $this->requested_lmexpand =
$req->getLMExpand();
139 $this->requested_link_ref_id =
$req->getLinkRefId();
140 $this->requested_totransl =
$req->getToTranslation();
141 $this->requested_lmmovecopy =
$req->getLMMoveCopy();
142 $this->content_style_service = $DIC
145 $id = (isset($this->
object))
148 $this->reading_time_gui = new \ILIAS\LearningModule\ReadingTime\SettingsGUI(
$id);
149 $this->domain = $DIC->learningModule()->internal()->domain();
150 $this->gui = $DIC->learningModule()->internal()->gui();
156 $baseclass = strtolower($this->requested_baseClass);
157 $next_class = strtolower($this->
ctrl->getNextClass());
160 if (!in_array($baseclass, [
"illmpresentationgui",
"illmeditorgui"])) {
163 if (in_array($next_class, [
"ilcommonactiondispatchergui"])) {
184 if ($this->
ctrl->getRedirectSource() ==
"ilinternallinkgui") {
190 if ($this->
ctrl->getCmdClass() ==
"ilinternallinkgui") {
191 $this->
ctrl->setReturn($this,
"explorer");
195 $next_class = $this->
ctrl->getNextClass($this);
198 if ($this->to_props) {
199 $cmd = $this->
ctrl->getCmd(
"properties");
201 $cmd = $this->
ctrl->getCmd(
"chapters");
204 switch ($next_class) {
205 case 'illtiproviderobjectsettinggui':
208 $ilTabs->setTabActive(
"settings");
213 $lti_gui->offerLTIRolesForSelection(
true);
214 $this->
ctrl->forwardCommand($lti_gui);
219 case "illearningprogressgui":
222 $this->
setTabs(
"learning_progress");
225 $this->
ctrl->forwardCommand($new_gui);
229 case 'ilobjectmetadatagui':
230 if (!$ilAccess->checkAccess(
'write',
'', $this->lm->getRefId())) {
239 $md_gui->addMDObserver($this->lm,
'MDUpdateListener',
'Educational');
240 $md_gui->addMDObserver($this->lm,
'MDUpdateListener',
'General');
241 $this->
ctrl->forwardCommand($md_gui);
244 case "ilobjectcontentstylesettingsgui":
252 $settings_gui = $this->content_style_service
254 ->objectSettingsGUIForRefId(
258 $this->
ctrl->forwardCommand($settings_gui);
262 case "illmpageobjectgui":
264 $ilTabs->setBackTarget(
266 $ilCtrl->getLinkTarget($this,
"chapters")
268 $this->
ctrl->saveParameter($this, array(
"obj_id"));
270 $this->
ctrl->setReturn($this,
"chapters");
273 if ($this->requested_obj_id > 0) {
276 $pg_gui->setLMPageObject($obj);
278 $this->
ctrl->forwardCommand($pg_gui);
281 case "ilstructureobjectgui":
282 $ilTabs->setBackTarget(
284 $ilCtrl->getLinkTarget($this,
"chapters")
287 $this->
ctrl->saveParameter($this, array(
"obj_id"));
289 $this->
ctrl->setReturn($this,
"chapters");
291 if ($this->requested_obj_id > 0) {
294 $st_gui->setStructureObject($obj);
296 $this->
ctrl->forwardCommand($st_gui);
297 if ($cmd ==
"save" || $cmd ==
"cancel") {
298 if ($this->requested_obj_id == 0) {
299 $this->
ctrl->redirect($this,
"chapters");
308 case 'ilpermissiongui':
309 if (strtolower($this->requested_baseClass) ==
"iladministrationgui") {
317 $this->
ctrl->forwardCommand($perm_gui);
321 case 'ilinfoscreengui':
322 if (!$this->
object->isInfoEnabled()) {
329 $info->enablePrivateNotes();
330 $info->enableLearningProgress();
332 if ($ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
333 $info->enableNewsEditing();
334 $info->setBlockProperty(
"news",
"settings",
true);
338 $info->addMetaDataSections(
344 $this->
ctrl->forwardCommand($info);
351 case "showExportOptionsXML":
352 case "showExportOptionsHTML":
358 $this->
ctrl->setParameterByClass(ilObjLearningModuleGUI::class,
"transl",
"");
359 $this->
ctrl->setParameterByClass(ilLMEditorGUI::class,
"transl",
"");
361 $this->
ctrl->forwardCommand($exp_gui);
368 case 'ilobjecttranslationgui':
374 $transgui->setTitleDescrOnlyMode(
false);
375 $this->
ctrl->forwardCommand($transgui);
379 case "ilcommonactiondispatchergui":
382 $this->
ctrl->forwardCommand($gui);
385 case 'ilobjectcopygui':
389 $this->
ctrl->forwardCommand($cp);
392 case "ilmobmultisrtuploadgui":
398 $this->
ctrl->forwardCommand($gui);
401 case "illmimportgui":
407 $this->
ctrl->forwardCommand($gui);
410 case "illmeditshorttitlesgui":
419 $this->edit_request->getTranslation()
421 $this->
ctrl->forwardCommand($gui);
424 case strtolower(EditSubObjectsGUI::class):
428 if ($this->edit_request->getSubType() ===
"pg") {
434 $gui = $this->gui->editing()->editSubObjectsGUI(
435 $this->edit_request->getSubType(),
437 $this->
lng->txt(
"cont_chapters")
439 $this->
ctrl->forwardCommand($gui);
445 if ($cmd ==
"create" &&
446 !in_array($new_type, array(
"lm"))) {
449 $this->
ctrl->redirectByClass(ilLMPageObjectGUI::class, $this->
ctrl->getCmd());
453 $this->
ctrl->redirectByClass(ilStructureObjectGUI::class, $this->
ctrl->getCmd());
459 $new_type ===
"lm") {
477 $this->
lng->loadLanguageModule(
'exp');
480 if ($ot->getContentActivated()) {
481 $this->
lng->loadLanguageModule(
"meta");
482 $langs = $ot->getLanguages();
483 foreach ($langs as $l => $ldata) {
484 $items[
"html_" . $l] = $this->
lng->txt(
"meta_l_" . $l);
486 $items[
"html_all"] = $this->
lng->txt(
"cont_all_languages");
488 if (!$ot->getContentActivated()) {
489 $items[
"exportHTML"] =
"HTML";
491 $select = $this->
ui->factory()->input()->field()->select($this->
lng->txt(
"language"), $items)
492 ->withRequired(
true);
493 $section = $this->
ui->factory()->input()->field()->section(
495 $this->
lng->txt(
"export_options")
497 return $this->
ui->factory()->input()->container()->form()->standard(
498 $this->
ctrl->getLinkTargetByClass(ilObjContentObjectGUI::class,
"doExportHTML"),
500 )->withSubmitLabel($this->
lng->txt(
"export"));
505 $this->
lng->loadLanguageModule(
'exp');
508 if ($ot->getContentActivated()) {
509 $items[
"xml_master"] = $this->
lng->txt(
"cont_master_language_only");
510 $items[
"xml_masternomedia"] = $this->
lng->txt(
"cont_master_language_only_no_media");
511 $this->
lng->loadLanguageModule(
"meta");
512 $langs = $ot->getLanguages();
514 $select = $this->
ui->factory()->input()->field()->select($this->
lng->txt(
"export_type"), $items)
515 ->withRequired(
true);
516 $section = $this->
ui->factory()->input()->field()->section(
518 $this->
lng->txt(
"export_options")
520 return $this->
ui->factory()->input()->container()->form()->standard(
521 $this->
ctrl->getLinkTargetByClass(ilObjContentObjectGUI::class,
"doExportXML"),
523 )->withSubmitLabel($this->
lng->txt(
"export"));
537 if ($ot->getContentActivated()) {
543 if (!$ot->getContentActivated()) {
552 if (!is_null($form->getData())) {
553 $format = explode(
"_", $form->getData()[0][0]);
555 if (is_null($form->getData())) {
559 $this->
ui->mainTemplate()->setContent($this->
ui->renderer()->render($form));
564 $cont_exp->buildExportFile($opt);
573 if ($ot->getContentActivated() and !is_null($form->getData())) {
574 $format = explode(
"_", $form->getData()[0][0]);
577 if ($ot->getContentActivated() and is_null($form->getData())) {
581 $this->
ui->mainTemplate()->setContent($this->
ui->renderer()->render($form));
585 $cont_exp->buildExportFile();
606 $ecs->addSettingsToForm($this->
form,
'lm');
608 $this->tpl->setContent($this->
form->getHTML());
626 $ti->setRequired(
true);
627 $this->
form->addItem($ti);
631 $this->
form->addItem($ta);
635 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
636 $this->
form->addItem($section);
640 $this->
form->addItem($online);
644 $section->setTitle($this->
lng->txt(
'cont_presentation'));
645 $this->
form->addItem($section);
648 $obj_service->commonSettings()->legacyForm($this->
form, $this->lm)->addTileImage();
652 $option = array(
"st_title" => $this->
lng->txt(
"cont_st_title"),
653 "pg_title" => $this->
lng->txt(
"cont_pg_title"),
654 "none" => $this->
lng->txt(
"cont_none"));
656 $this->
form->addItem($page_header);
660 $this->
form->addItem($chap_num);
664 $option = array(
"chapters" => $this->
lng->txt(
"cont_chapters_only"),
665 "pages" => $this->
lng->txt(
"cont_chapters_and_pages"));
667 $this->
form->addItem($toc_mode);
671 $progr_icons->setInfo($this->
lng->txt(
"cont_progress_icons_info"));
672 $this->
form->addItem($progr_icons);
674 $this->reading_time_gui->addSettingToForm($this->
form);
678 $section->setTitle($this->
lng->txt(
'cont_self_assessment'));
679 $this->
form->addItem($section);
685 $radg->addOption($op1);
687 $radg->addOption($op2);
688 $this->
form->addItem($radg);
692 $qfeed->setInfo($this->
lng->txt(
"cont_restrict_forw_nav_info"));
693 $this->
form->addItem($qfeed);
697 $not->setInfo($this->
lng->txt(
"cont_notify_on_blocked_users_info"));
698 $qfeed->addSubItem($not);
702 $qfeed->setInfo($this->
lng->txt(
"cont_disable_def_feedback_info"));
703 $this->
form->addItem($qfeed);
707 $section->setTitle($this->
lng->txt(
'obj_features'));
708 $this->
form->addItem($section);
712 $this->
lng->loadLanguageModule(
"notes");
714 $pub_nodes->setInfo($this->
lng->txt(
"cont_lm_comments_desc"));
715 $this->
form->addItem($pub_nodes);
719 $this->
lng->loadLanguageModule(
'rating');
721 $rate->setInfo($this->
lng->txt(
'rating_activate_rating_info'));
722 $this->
form->addItem($rate);
724 $this->
form->addItem($ratep);
726 $this->
form->setTitle(
$lng->
txt(
"cont_lm_properties"));
727 $this->
form->addCommandButton(
"saveProperties",
$lng->
txt(
"save"));
728 $this->
form->setFormAction($ilCtrl->getFormAction($this));
748 $title = $this->lm->getTitle();
749 $description = $this->lm->getLongDescription();
751 if ($ot->getContentActivated()) {
752 $title = $ot->getDefaultTitle();
753 $description = $ot->getDefaultDescription();
756 $values[
"title"] = $title;
757 $values[
"description"] = $description;
758 if (!$this->lm->getOfflineStatus()) {
759 $values[
"cobj_online"] =
true;
762 $values[
"lm_pg_header"] = $this->lm->getPageHeader();
763 if ($this->lm->isActiveNumbering()) {
764 $values[
"cobj_act_number"] =
true;
766 $values[
"toc_mode"] = $this->lm->getTOCMode();
767 if ($this->lm->publicNotes()) {
768 $values[
"cobj_pub_notes"] =
true;
770 if ($this->lm->cleanFrames()) {
771 $values[
"cobj_clean_frames"] =
true;
774 $values[
"rating"] = $this->lm->hasRating();
775 $values[
"rating_pages"] = $this->lm->hasRatingPages();
776 $values[
"disable_def_feedback"] = $this->lm->getDisableDefaultFeedback();
777 $values[
"progr_icons"] = $this->lm->getProgressIcons();
778 $values[
"store_tries"] = (string) (
int) $this->lm->getStoreTries();
779 $values[
"restrict_forw_nav"] = $this->lm->getRestrictForwardNavigation();
787 $values[
"cont_show_info_tab"] = $this->
object->isInfoEnabled();
788 $this->
form->setValuesByArray($values,
true);
808 if ($ot->getContentActivated()) {
809 $ot->setDefaultTitle($form->
getInput(
'title'));
810 $ot->setDefaultDescription($form->
getInput(
'description'));
814 $this->lm->setTitle($form->
getInput(
'title'));
815 $this->lm->setDescription($form->
getInput(
'description'));
816 $this->lm->setPageHeader($form->
getInput(
"lm_pg_header"));
817 $this->lm->setTOCMode($form->
getInput(
"toc_mode"));
818 $this->lm->setOfflineStatus(!($form->
getInput(
'cobj_online')));
819 $this->lm->setActiveNumbering((
bool) $form->
getInput(
"cobj_act_number"));
820 $this->lm->setCleanFrames((
bool) $form->
getInput(
"cobj_clean_frames"));
822 $this->lm->setPublicNotes($form->
getInput(
"cobj_pub_notes"));
824 $this->lm->setRating((
bool) $form->
getInput(
"rating"));
825 $this->lm->setRatingPages((
bool) $form->
getInput(
"rating_pages"));
826 $this->lm->setDisableDefaultFeedback((
int) $form->
getInput(
"disable_def_feedback"));
827 $this->lm->setProgressIcons((
int) $form->
getInput(
"progr_icons"));
828 $this->reading_time_gui->saveSettingFromForm($this->
form);
831 $store_tries = $form->
getInput(
"store_tries");
832 if ($form->
getInput(
"restrict_forw_nav") && !$form->
getInput(
"store_tries")) {
834 $add_info =
"</br>" .
$lng->
txt(
"cont_automatically_set_store_tries");
835 $add_info = str_replace(
"$1",
$lng->
txt(
"cont_tries_store"), $add_info);
836 $add_info = str_replace(
"$2",
$lng->
txt(
"cont_restrict_forw_nav"), $add_info);
839 $this->lm->setStoreTries((
int) $store_tries);
840 $this->lm->setRestrictForwardNavigation((
int) $form->
getInput(
"restrict_forw_nav"));
841 $this->lm->updateProperties();
845 $obj_service->commonSettings()->legacyForm($this->
form, $this->lm)->saveTileImage();
851 (bool) $this->
form->getInput(
"notification_blocked_users")
866 if ($ecs->handleSettingsUpdate($form)) {
872 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified") . $add_info,
true);
873 $this->
ctrl->redirect($this,
"properties");
879 $this->
form->setValuesByPost();
880 $this->tpl->setContent($this->
form->getHTML());
893 $menu->setChecked($this->lm->isActiveLMMenu());
905 $print->setChecked($this->lm->isActivePrintView());
909 $glo =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_print_view_pre_glo"),
"cobj_act_print_prev_glo");
910 $glo->setChecked($this->lm->isActivePreventGlossaryAppendix());
911 $print->addSubItem($glo);
914 $hhfp =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_hide_head_foot_print"),
"hide_head_foot_print");
915 $hhfp->setChecked($this->lm->getHideHeaderFooterPrint());
916 $print->addSubItem($hhfp);
919 $no_download_file_available =
920 " " .
$lng->
txt(
"cont_no_download_file_available") .
921 " <a href='" . $ilCtrl->getLinkTargetByClass(
"ilexportgui",
"") .
"'>" .
$lng->
txt(
"change") .
"</a>";
922 $types = array(
"xml",
"html");
923 foreach ($types as
$type) {
924 if ($this->lm->getPublicExportFile($type) !=
"") {
925 if (is_file($this->lm->getExportDirectory($type) .
"/" .
926 $this->lm->getPublicExportFile($type))) {
927 $no_download_file_available =
"";
932 $dl->setInfo($this->
lng->txt(
"cont_downloads_desc") . $no_download_file_available);
933 $dl->setChecked($this->lm->isActiveDownloads());
937 $pdl =
new ilCheckboxInputGUI($this->
lng->txt(
"cont_downloads_public_desc"),
"cobj_act_downloads_public");
938 $pdl->setChecked($this->lm->isActiveDownloadsPublic());
939 $dl->addSubItem($pdl);
959 $ilTabs->setTabActive(
"settings");
962 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
963 $ilToolbar->addFormButton($this->
lng->txt(
"add_menu_entry"),
"addMenuEntry");
964 $ilToolbar->setCloseFormTag(
false);
971 $entries = $this->lmme_obj->getMenuEntries();
973 $table->setOpenFormTag(
false);
982 $this->lm->setActiveLMMenu((
int) $form->
getInput(
"cobj_act_lm_menu"));
984 $this->lm->setActivePrintView((
int) $form->
getInput(
"cobj_act_print"));
985 $this->lm->setActivePreventGlossaryAppendix((
int) $form->
getInput(
"cobj_act_print_prev_glo"));
986 $this->lm->setHideHeaderFooterPrint((
int) $form->
getInput(
"hide_head_foot_print"));
987 $this->lm->setActiveDownloads((
int) $form->
getInput(
"cobj_act_downloads"));
988 $this->lm->setActiveDownloadsPublic((
int) $form->
getInput(
"cobj_act_downloads_public"));
989 $this->lm->updateProperties();
993 $this->lmme_obj->updateActiveStatus($this->edit_request->getMenuEntries());
995 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
996 $this->
ctrl->redirect($this,
"editMenuProperties");
1004 $this->lm->executeDragDrop(
1005 $req->getHFormPar(
"source_id"),
1006 $req->getHFormPar(
"target_id"),
1007 $req->getHFormPar(
"fc"),
1008 $req->getHFormPar(
"as_subitem")
1010 $ilCtrl->redirect($this,
"chapters");
1015 $new_object->setCleanFrames(
true);
1019 $new_object->createLMTree();
1022 $new_object->addFirstChapterAndPage();
1025 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt($this->type .
"_added"),
true);
1026 $this->
ctrl->setParameterByClass(ilObjLearningModuleGUI::class,
"ref_id", $new_object->
getRefId());
1027 $this->
ctrl->redirectByClass([ilLMEditorGUI::class, ilObjLearningModuleGUI::class],
"");
1033 public function delete(
int $a_parent_subobj_id = 0):
void 1035 $ids = $this->edit_request->getIds();
1037 if (count($ids) == 0) {
1038 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1043 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_item"),
true);
1047 if ($a_parent_subobj_id == 0) {
1051 if ($a_parent_subobj_id != 0) {
1052 $this->
ctrl->setParameterByClass(
"ilStructureObjectGUI",
"backcmd", $this->requested_backcmd);
1053 $this->
ctrl->setParameterByClass(
"ilStructureObjectGUI",
"obj_id", $a_parent_subobj_id);
1056 $this->
ctrl->setParameter($this,
"backcmd", $this->requested_backcmd);
1063 $cgui->setHeaderText($this->
lng->txt(
"info_delete_sure"));
1064 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancelDelete");
1065 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"confirmedDelete");
1067 foreach ($ids as
$id) {
1070 $caption = $obj->getTitle();
1072 $cgui->addItem(
"id[]", $id, $caption);
1076 $this->tpl->setContent($cgui->getHTML());
1081 $this->
ctrl->redirect($this, $this->requested_backcmd);
1095 $ids = $this->edit_request->getIds();
1098 if (count($ids) == 0) {
1099 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1100 $this->
ctrl->redirect($this,
"cancelDelete");
1104 foreach ($ids as
$id) {
1108 if (is_object($obj)) {
1109 $obj->setLMId($this->lm->getId());
1113 "delete_" . $obj->getType(),
1115 $this->lm->getType()
1127 $this->lm->checkTree();
1130 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"info_deleted"),
true);
1132 if ($a_parent_subobj_id == 0) {
1133 $this->
ctrl->redirect($this, $this->requested_backcmd);
1143 $this->gui->ctrl()->setParameterByClass(EditSubObjectsGUI::class,
"sub_type",
"st");
1144 $this->gui->ctrl()->redirectByClass(EditSubObjectsGUI::class);
1149 object $a_gui_class,
1154 $lng = $DIC->language();
1155 $ilCtrl = $DIC->ctrl();
1157 $edit_request = $DIC
1174 if ($ot->getContentActivated()) {
1175 $ilCtrl->setParameter($a_gui_class,
"lang_switch_mode", $a_mode);
1180 $ml_head = $ml_gui->getMultiLangInfo($requested_transl);
1186 if (!in_array($requested_transl, array(
"",
"-"))) {
1187 $l = $ot->getMasterLanguage();
1189 $lng->
txt(
"cont_edit_language_version") .
": " .
1191 $ilCtrl->getLinkTarget($a_gui_class,
"editMasterLanguage")
1196 foreach ($ot->getLanguages() as $al =>
$lang) {
1197 if ($requested_transl != $al &&
1198 $al != $ot->getMasterLanguage()) {
1199 $ilCtrl->setParameter($a_gui_class,
"totransl", $al);
1201 $lng->
txt(
"cont_edit_language_version") .
": " .
1203 $ilCtrl->getLinkTarget($a_gui_class,
"switchToLanguage")
1205 $ilCtrl->setParameter($a_gui_class,
"totransl", $requested_totransl);
1213 $ml_head =
'<div class="ilFloatLeft">' . $ml_head .
'</div><div style="margin: 5px 0;" class="small ilRight">' .
$ui_renderer->render($dd) .
"</div>";
1215 $ilCtrl->setParameter($a_gui_class,
"lang_switch_mode",
"");
1231 $ilCtrl->setParameter($this,
"backcmd",
"pages");
1232 $ilCtrl->setParameterByClass(
"illmpageobjectgui",
"new_type",
"pg");
1233 $ilToolbar->addButton(
1235 $ilCtrl->getLinkTargetByClass(
"illmpageobjectgui",
"create")
1237 $ilCtrl->setParameterByClass(
"illmpageobjectgui",
"new_type",
"");
1257 $this->lm->getType()
1273 $ilToolbar->addButton(
1274 $this->
lng->txt(
"cont_fix_tree"),
1275 $this->
ctrl->getLinkTarget($this,
"fixTreeConfirm")
1284 $ids = $this->edit_request->getIds();
1285 foreach ($ids as
$id) {
1290 $this->
ctrl->redirect($this,
"pages");
1296 public function pastePage():
void 1299 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_page_in_clipboard"),
true);
1300 $this->
ctrl->redirect($this,
"pages");
1310 == $this->lm->getId()) {
1312 $new_page = $lm_page->copy($this->lm);
1313 $id = $new_page->getId();
1320 $copied_nodes = array();
1321 $new_page = $lm_page->copyToOtherContObject($this->lm, $copied_nodes);
1322 $id = $new_page->getId();
1331 != $this->lm->getId()) {
1336 $lm_page->setLMId($this->lm->getId());
1338 $page = $lm_page->getPageObject();
1340 $page->setParentId($this->lm->getId());
1347 $this->
ctrl->redirect($this,
"pages");
1352 $ids = $this->edit_request->getIds();
1353 if (count($ids) == 0) {
1354 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1355 $this->
ctrl->redirect($this,
"pages");
1361 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_selected_items_have_been_copied"),
true);
1363 $this->
ctrl->redirect($this,
"pages");
1368 int $a_startnode_id = 1
1372 $tmpPath = $this->lm_tree->getPathFull($a_endnode_id, $a_startnode_id);
1375 for ($i = 1; $i < (count($tmpPath) - 1); $i++) {
1380 $path .= $tmpPath[$i][
"title"];
1389 foreach ($a_actions as $name =>
$lng) {
1390 $d[$name] = array(
"name" => $name,
"lng" =>
$lng);
1393 $notoperations = array();
1395 $operations = array();
1398 foreach (
$d as $row) {
1399 if (!in_array($row[
"name"], $notoperations)) {
1400 $operations[] = $row;
1405 if (count($operations) > 0) {
1406 foreach ($operations as $val) {
1407 $this->tpl->setCurrentBlock(
"operation_btn");
1408 $this->tpl->setVariable(
"BTN_NAME", $val[
"name"]);
1409 $this->tpl->setVariable(
"BTN_VALUE", $this->
lng->txt($val[
"lng"]));
1410 $this->tpl->parseCurrentBlock();
1413 $this->tpl->setCurrentBlock(
"operation");
1415 $this->tpl->parseCurrentBlock();
1421 if (strtolower($this->requested_baseClass) ==
"iladministrationgui") {
1423 parent::viewObject();
1435 $ids = $this->edit_request->getIds();
1436 if (count($ids) == 0) {
1437 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"));
1438 if ($a_parent_subobj_id == 0) {
1439 $this->
ctrl->redirect($this,
"chapters");
1443 if (count($ids) > 1) {
1444 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"));
1445 if ($a_parent_subobj_id == 0) {
1446 $this->
ctrl->redirect($this,
"chapters");
1452 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_item"));
1453 if ($a_parent_subobj_id == 0) {
1454 $this->
ctrl->redirect($this,
"chapters");
1461 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_chap_select_target_now"),
true);
1463 if ($a_parent_subobj_id == 0) {
1464 $this->
ctrl->redirect($this,
"chapters");
1475 $this->insertChapterClip();
1480 $ids = $this->edit_request->getIds();
1481 if (count($ids) == 0) {
1482 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1483 $this->
ctrl->redirect($this,
"pages");
1486 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_selected_items_have_been_cut"),
true);
1491 $this->
ctrl->redirect($this,
"pages");
1496 if ($this->requested_new_type ==
"pg") {
1497 $this->
ctrl->redirect($this,
"pages");
1499 $this->
ctrl->redirect($this,
"chapters");
1507 if ($ot->getContentActivated()) {
1508 $format = explode(
"_", $this->edit_request->getFormat());
1514 $cont_exp->buildExportFile($opt);
1528 $changelink =
"<a href='" . $ilCtrl->
getLinkTarget($this,
"editMenuProperties") .
"'>" .
$lng->
txt(
"change") .
"</a>";
1529 if (!$this->lm->isActiveLMMenu()) {
1530 $add =
"<br />" .
$lng->
txt(
"cont_download_no_menu") .
" " . $changelink;
1531 } elseif (!$this->lm->isActiveDownloads()) {
1532 $add =
"<br />" .
$lng->
txt(
"cont_download_no_download") .
" " . $changelink;
1535 $basetype = explode(
"_", $a_type);
1536 $basetype = $basetype[0];
1538 if ($this->lm->getPublicExportFile($basetype) == $a_file) {
1539 return $lng->
txt(
"yes") . $add;
1550 if (!isset($a_files)) {
1551 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1553 foreach ($a_files as
$f) {
1554 $file = explode(
":", $f);
1555 if (is_int(strpos($file[0],
"_"))) {
1556 $file[0] = explode(
"_", $file[0])[0];
1558 $export_dir = $this->lm->getExportDirectory($file[0]);
1560 if ($this->lm->getPublicExportFile($file[0]) ==
1562 $this->lm->setPublicExportFile($file[0],
"");
1564 $this->lm->setPublicExportFile($file[0], $file[1]);
1567 $this->lm->update();
1569 $ilCtrl->redirectByClass(
"ilexportgui");
1579 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1580 $cgui->setHeaderText($this->
lng->txt(
"cont_fix_tree_confirm"));
1581 $cgui->setCancel($this->
lng->txt(
"cancel"),
"showMaintenance");
1582 $cgui->setConfirm($this->
lng->txt(
"cont_fix_tree"),
"fixTree");
1583 $issues = $this->lm->checkStructure();
1585 if (count($issues) > 0) {
1586 $mess =
"Found Issues: <br>" . implode(
"<br>", $issues);
1588 $this->tpl->setContent($cgui->getHTML() . $mess);
1593 $this->lm->fixTree();
1594 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"cont_tree_fixed"),
true);
1595 $this->
ctrl->redirect($this,
"showMaintenance");
1602 if ($ot->getContentActivated()) {
1603 $format = explode(
"_", $this->edit_request->getFormat());
1607 $cont_exp->buildExportFile();
1615 bool $a_omit_obj_id =
false 1620 if (!$a_omit_obj_id) {
1623 $lmtree = $this->lm->getTree();
1627 $path = $lmtree->getPathFull($lmtree->getRootId());
1629 $path[] = array(
"type" =>
"pg",
"child" => $this->obj_id,
1634 foreach (
$path as $key => $row) {
1635 if ($row[
"child"] == 1) {
1636 $this->
ctrl->setParameter($this,
"obj_id",
null);
1637 $locator->addItem($this->lm->getTitle(), $this->
ctrl->getLinkTarget($this,
"chapters"));
1639 $title = $row[
"title"];
1640 switch ($row[
"type"]) {
1642 $this->
ctrl->setParameterByClass(
"ilstructureobjectgui",
"obj_id", $row[
"child"]);
1643 $locator->addItem($title, $this->
ctrl->getLinkTargetByClass(
"ilstructureobjectgui",
"view"));
1647 $this->
ctrl->setParameterByClass(
"illmpageobjectgui",
"obj_id", $row[
"child"]);
1648 $locator->addItem($title, $this->
ctrl->getLinkTargetByClass(
"illmpageobjectgui",
"edit"));
1653 if (!$a_omit_obj_id) {
1654 $this->
ctrl->setParameter($this,
"obj_id", $this->requested_obj_id);
1690 $user_q_ids = $this->edit_request->getUserQuestionIds();
1691 if (count($user_q_ids) > 0) {
1692 foreach ($user_q_ids as $uqid) {
1693 $uqid = explode(
":", $uqid);
1696 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1698 $ilCtrl->redirect($this,
"listBlockedUsers");
1706 $user_q_ids = $this->edit_request->getUserQuestionIds();
1707 if (count($user_q_ids) > 0) {
1708 foreach ($user_q_ids as $uqid) {
1709 $uqid = explode(
":", $uqid);
1712 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1714 $ilCtrl->redirect($this,
"listBlockedUsers");
1721 $user_q_ids = $this->edit_request->getUserQuestionIds();
1722 if (count($user_q_ids) == 0) {
1723 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"), 1);
1724 $ilCtrl->
redirect($this,
"listBlockedUsers");
1728 foreach ($user_q_ids as $uqid) {
1729 $uqid = explode(
":", $uqid);
1731 if (!in_array($login, $rcps)) {
1741 'rcp_to' => implode(
',', $rcps),
1749 $link = chr(13) . chr(10) . chr(13) . chr(10);
1750 $link .= $this->
lng->txt(
'cont_blocked_users_mail_link');
1751 $link .= chr(13) . chr(10) . chr(13) . chr(10);
1752 $link .= ilLink::_getLink($this->lm->getRefId());
1753 return rawurlencode(base64_encode($link));
1761 protected function setTabs(
string $a_act =
""): void
1763 parent::setTitleAndDescription();
1778 $this->
ctrl->setParameterByClass(static::class,
"sub_type",
"st");
1782 $this->
ctrl->getLinkTargetByClass(EditSubObjectsGUI::class)
1790 $ilCtrl->getLinkTarget($this,
"pages")
1796 $lng->
txt(
"cont_short_titles"),
1797 $ilCtrl->getLinkTargetByClass(
"illmeditshorttitlesgui",
"")
1801 if (
$lm_set->get(
"html_export_ids")) {
1805 $lng->
txt(
"cont_html_export_ids"),
1806 $ilCtrl->getLinkTarget($this,
"showExportIDsOverview")
1814 $lng->
txt(
"cont_online_help_ids"),
1815 $ilCtrl->getLinkTarget($this,
"showExportIDsOverview")
1821 $ilCtrl->getLinkTarget($this,
"showTooltipList")
1828 $lng->
txt(
"cont_internal_links"),
1829 $ilCtrl->getLinkTarget($this,
"listLinks")
1835 $lng->
txt(
"cont_maintenance"),
1836 $ilCtrl->getLinkTarget($this,
"showMaintenance")
1842 $lng->
txt(
"cont_subtitle_files"),
1843 $ilCtrl->getLinkTargetByClass(
"ilmobmultisrtuploadgui",
"")
1850 $ilCtrl->getLinkTargetByClass(
"illmimportgui",
"")
1853 $ilTabs->activateSubTab($a_active);
1854 $ilTabs->activateTab(
"content");
1866 $lng->
txt(
"cont_question_stats"),
1867 $ilCtrl->getLinkTarget($this,
"listQuestions")
1873 $lng->
txt(
"cont_blocked_users"),
1874 $ilCtrl->getLinkTarget($this,
"listBlockedUsers")
1877 $ilTabs->activateSubTab($a_active);
1887 $this->
ctrl->setParameterByClass(static::class,
"sub_type",
"st");
1891 $this->
ctrl->getLinkTargetByClass(EditSubObjectsGUI::class)
1895 if ($this->
object->isInfoEnabled()) {
1899 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
'showSummary')
1907 $this->
ctrl->getLinkTarget($this,
'properties')
1914 $this->
ctrl->getLinkTarget($this,
"listQuestions")
1920 'learning_progress',
1921 $lng->
txt(
"learning_progress"),
1922 $this->
ctrl->getLinkTargetByClass(array(
'illearningprogressgui'),
'')
1928 $mdtab = $mdgui->getTab();
1941 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
1945 if ($rbacsystem->
checkAccess(
'edit_permission', $this->lm->getRefId())) {
1949 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
1954 $ilTabs->activateTab($a_act);
1958 $ilTabs->addNonTabbedLink(
1960 $lng->
txt(
"cont_presentation_view"),
1961 "ilias.php?baseClass=ilLMPresentationGUI&ref_id=" . $this->lm->getRefId()
1972 array(
"settings",
"cont_style",
"cont_lm_menu",
"public_section",
1973 "cont_glossaries",
"cont_multilinguality",
"obj_multilinguality",
1977 $ilTabs->addSubTabTarget(
1979 $this->
ctrl->getLinkTarget($this,
'properties'),
1985 $ilTabs->addSubTabTarget(
1987 $this->
ctrl->getLinkTargetByClass(
"ilObjectContentStyleSettingsGUI",
""),
1989 "ilObjectContentStyleSettingsGUI" 1993 $ilTabs->addSubTabTarget(
1995 $this->
ctrl->getLinkTarget($this,
'editMenuProperties'),
2001 $ilTabs->addSubTabTarget(
2003 $this->
ctrl->getLinkTarget($this,
'editGlossaries'),
2008 $ilTabs->addSubTabTarget(
2009 "obj_multilinguality",
2010 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
2014 if ($lti_settings->hasSettingsAccess()) {
2015 $ilTabs->addSubTabTarget(
2017 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
2021 $ilTabs->setSubTabActive($a_active);
2028 $this->lmme_obj->setObjId($this->lm->getId());
2042 $ilTabs->setTabActive(
"settings");
2045 $ilToolbar->addButton(
2046 $this->
lng->txt(
"lm_menu_select_internal_object"),
2047 $ilCtrl->getLinkTarget($this,
"showEntrySelector")
2050 if (is_null($form)) {
2053 $this->tpl->setContent($form->
getHTML());
2065 $ti->setMaxLength(255);
2067 $ti->setRequired(
true);
2072 $ta->setMaxLength(255);
2074 $ta->setRequired(
true);
2077 if ($a_mode ==
"edit") {
2079 $this->lmme_obj->readEntry($this->edit_request->getMenuEntry());
2080 $ti->setValue($this->lmme_obj->getTitle());
2081 $ta->setValue($this->lmme_obj->getTarget());
2084 if ($this->requested_link_ref_id > 0) {
2090 $target_link = $obj_type .
"_" . $link_ref_id;
2091 $ti->setValue($title);
2092 $ta->setValue($target_link);
2096 $hi->setValue($link_ref_id);
2102 if ($a_mode ==
"create") {
2122 $this->lmme_obj->setTitle($form->
getInput(
"title"));
2123 $this->lmme_obj->setTarget($form->
getInput(
"target"));
2124 $this->lmme_obj->setLinkRefId((
int) $form->
getInput(
"link_ref_id"));
2126 if ($form->
getInput(
"link_ref_id")) {
2127 $this->lmme_obj->setLinkType(
"intern");
2130 $this->lmme_obj->create();
2132 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_added"),
true);
2133 $this->
ctrl->redirect($this,
"editMenuProperties");
2142 if (empty($this->requested_menu_entry)) {
2143 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2144 $this->
ctrl->redirect($this,
"editMenuProperties");
2148 $this->lmme_obj->delete($this->requested_menu_entry);
2150 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_removed"),
true);
2151 $this->
ctrl->redirect($this,
"editMenuProperties");
2162 $ilTabs->setTabActive(
"settings");
2166 if (empty($this->requested_menu_entry)) {
2167 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2168 $this->
ctrl->redirect($this,
"editMenuProperties");
2171 $ilCtrl->saveParameter($this, array(
"menu_entry"));
2172 $ilToolbar->addButton(
2173 $this->
lng->txt(
"lm_menu_select_internal_object"),
2174 $ilCtrl->getLinkTarget($this,
"showEntrySelector")
2177 if (is_null($form)) {
2180 $this->tpl->setContent($form->
getHTML());
2187 if ($this->edit_request->getMenuEntry() ==
"") {
2188 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_menu_entry_id"),
true);
2189 $this->
ctrl->redirect($this,
"editMenuProperties");
2193 $this->lmme_obj->readEntry($this->edit_request->getMenuEntry());
2194 $this->lmme_obj->setTitle($form->
getInput(
"title"));
2195 $this->lmme_obj->setTarget($form->
getInput(
"target"));
2196 if ($form->
getInput(
"link_ref_id")) {
2197 $this->lmme_obj->setLinkType(
"intern");
2199 if (is_int(strpos($form->
getInput(
"target"),
"."))) {
2200 $this->lmme_obj->setLinkType(
"extern");
2202 $this->lmme_obj->update();
2203 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_entry_updated"),
true);
2204 $this->
ctrl->redirect($this,
"editMenuProperties");
2218 $ilTabs->setTabActive(
"settings");
2221 $ilCtrl->saveParameter($this, array(
"menu_entry"));
2223 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"lm_menu_select_object_to_add"));
2227 "showEntrySelector",
2233 $exp->setClickableTypes(array(
'mcst',
'mep',
'cat',
'lm',
'glo',
'frm',
'exc',
'tst',
'svy',
'chat',
'wiki',
'sahs',
"crs",
"grp",
"book",
"tst",
"file"));
2234 if (!$exp->handleCommand()) {
2235 $this->tpl->setContent($exp->getHTML());
2244 $ids = $this->edit_request->getIds();
2245 if (count($ids) == 0) {
2246 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
2247 $this->
ctrl->redirect($this,
"pages");
2249 if (count($ids) > 1) {
2250 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"),
true);
2251 $this->
ctrl->redirect($this,
"pages");
2253 if ($ids[0] != $this->lm->getHeaderPage()) {
2254 $this->lm->setHeaderPage($ids[0]);
2256 $this->lm->setHeaderPage(0);
2258 $this->lm->updateProperties();
2259 $this->
ctrl->redirect($this,
"pages");
2267 $ids = $this->edit_request->getIds();
2268 if (count($ids) == 0) {
2269 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
2270 $this->
ctrl->redirect($this,
"pages");
2272 if (count($ids) > 1) {
2273 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"),
true);
2274 $this->
ctrl->redirect($this,
"pages");
2276 if ($ids[0] != $this->lm->getFooterPage()) {
2277 $this->lm->setFooterPage($ids[0]);
2279 $this->lm->setFooterPage(0);
2281 $this->lm->updateProperties();
2282 $this->
ctrl->redirect($this,
"pages");
2294 $this->edit_request->getTitles(),
2298 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lm_save_titles"),
true);
2299 $ilCtrl->redirect($this,
"chapters");
2302 public static function _goto(
string $a_target): void
2305 $main_tpl = $DIC->ui()->mainTemplate();
2307 $ilAccess = $DIC->access();
2309 $lng = $DIC->language();
2310 $ctrl = $DIC->ctrl();
2312 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
2319 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
2323 $main_tpl->setOnScreenMessage(
'failure', sprintf(
2324 $lng->
txt(
"msg_no_perm_read_item"),
2339 if (count($ids) == 0) {
2340 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2341 $ilCtrl->redirect($this, $this->edit_request->getBackCmd());
2345 foreach ($ids as $k => $item) {
2350 foreach ($todel as $k) {
2355 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_selected_items_have_been_cut"),
true);
2357 $ilCtrl->redirect($this, $this->edit_request->getBackCmd());
2368 if (count($ids) == 0) {
2369 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2370 $ilCtrl->redirect($this,
"chapters");
2374 foreach ($ids as $k => $item) {
2379 foreach ($todel as $k) {
2384 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_selected_items_have_been_copied"),
true);
2385 $ilCtrl->redirect($this,
"chapters");
2412 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
2413 $lm_tree = $this->lm->getTree();
2415 $options = array(
"" =>
$lng->
txt(
"all"));
2416 foreach ($childs as
$c) {
2417 $options[$c[
"child"]] = $c[
"title"];
2422 $ilToolbar->addInputItem($si,
true);
2423 $ilToolbar->addFormButton(
$lng->
txt(
"help_filter"),
"filterHelpChapters");
2437 $ilCtrl->redirect($this,
"showExportIDsOverview");
2447 foreach ($this->edit_request->getExportIds() as $exp_id) {
2448 if ($exp_id !=
"" && !preg_match(
2449 "/^([a-zA-Z]+)[0-9a-zA-Z_]*$/",
2456 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"cont_exp_ids_not_resp_format1") .
": a-z, A-Z, 0-9, '_'. " .
2457 $lng->
txt(
"cont_exp_ids_not_resp_format3") .
" " .
2458 $lng->
txt(
"cont_exp_ids_not_resp_format2"));
2464 foreach ($this->edit_request->getExportIds() as $pg_id => $exp_id) {
2473 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"cont_saved_export_ids"),
true);
2474 $ilCtrl->redirect($this,
"showExportIdsOverview");
2481 $help_map = $this->
help->internal()->domain()->map();
2483 foreach ($this->edit_request->getScreenIds() as $chap => $ids) {
2484 $ids = explode(
"\n", $ids);
2485 $help_map->saveScreenIdsForChapter($chap, $ids);
2487 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2488 $ilCtrl->redirect($this,
"showExportIdsOverview");
2505 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
2507 $ti->setMaxLength(200);
2509 $ilToolbar->addInputItem($ti,
true);
2510 $ilToolbar->addFormButton(
$lng->
txt(
"add"),
"addTooltip");
2511 $ilToolbar->addSeparator();
2513 $options = $this->
help->internal()->domain()->tooltips()->getTooltipComponents();
2520 $ilToolbar->addInputItem($si,
true);
2521 $ilToolbar->addFormButton(
$lng->
txt(
"help_filter"),
"filterTooltips");
2533 $tt_id = $this->edit_request->getTooltipId();
2534 if (trim($tt_id) !=
"") {
2535 if (is_int(strpos($tt_id,
"_"))) {
2536 $this->
help->internal()->domain()->tooltips()->addTooltip(trim($tt_id),
"");
2537 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2539 $fu = strpos($tt_id,
"_");
2540 $comp = substr($tt_id, 0, $fu);
2543 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"cont_help_no_valid_tooltip_id"),
true);
2546 $ilCtrl->redirect($this,
"showTooltipList");
2555 $this->edit_request->getTooltipComponent()
2557 $ilCtrl->redirect($this,
"showTooltipList");
2565 $tooltip_ids = $this->edit_request->getTooltipIds();
2566 foreach ($this->edit_request->getTooltipTexts() as
$id => $text) {
2567 $this->
help->internal()->domain()->tooltips()->updateTooltip(
2570 $tooltip_ids[(
int) $id]
2573 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2574 $ilCtrl->redirect($this,
"showTooltipList");
2582 $ids = $this->edit_request->getIds();
2583 if (count($ids) > 0) {
2584 foreach ($ids as
$id) {
2585 $this->
help->internal()->domain()->tooltips()->deleteTooltip($id);
2587 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2589 $ilCtrl->redirect($this,
"showTooltipList");
2599 string $a_def_option =
"" 2605 $lng = $DIC->language();
2609 if ($a_def_option !=
"") {
2613 $layout->addOption(
new ilRadioOption(
"<table><tr><td>" . $im_tag .
"</td><td><strong>" .
2614 $lng->
txt(
"cont_lm_default_layout") .
2615 "</strong>: " .
$lng->
txt(
"cont_layout_" . $a_def_option) .
2616 "</td></tr></table>",
""));
2623 $layout->addOption(
new ilRadioOption(
"<table><tr><td style='padding: 0px 5px 5px;'>" .
2624 $im_tag .
"</td><td style='padding:5px;'><strong>" .
$lng->
txt(
"cont_layout_" . $l) .
"</strong>: " .
2625 $lng->
txt(
"cont_layout_" . $l .
"_desc") .
"</td></tr></table>", $l));
2646 bool $a_in_hierarchy =
false 2652 $ids = $this->edit_request->getIds();
2653 if (count($ids) == 0) {
2654 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"no_checkbox"),
true);
2656 if ($a_in_hierarchy) {
2657 $ilCtrl->redirect($this,
"chapters");
2659 $ilCtrl->redirect($this,
"pages");
2675 $ids = $this->edit_request->getIds();
2676 foreach ($ids as
$id) {
2679 $this->
form->addItem($hi);
2681 $layout = self::getLayoutOption(
2684 $this->lm->getLayout()
2686 $this->
form->addItem($layout);
2688 $this->
form->addCommandButton(
"savePageLayout",
$lng->
txt(
"save"));
2689 $this->
form->addCommandButton(
"pages",
$lng->
txt(
"cancel"));
2691 $this->
form->setTitle(
$lng->
txt(
"cont_set_layout"));
2692 $this->
form->setFormAction($ilCtrl->getFormAction($this));
2700 $ilCtrl->
setParameter($this,
"hierarchy", $this->requested_hierarchy);
2702 $ids = $this->edit_request->getIds();
2703 foreach ($ids as
$id) {
2706 $this->edit_request->getLayout(),
2710 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2712 if ($this->requested_hierarchy) {
2713 $ilCtrl->redirect($this,
"chapters");
2715 $ilCtrl->redirect($this,
"pages");
2735 $ilTabs->setTabActive(
"settings");
2738 $ilToolbar->addButton(
2740 $ilCtrl->getLinkTarget($this,
"showLMGlossarySelector")
2756 $ilTabs->setTabActive(
"settings");
2761 $exp->setPathOpen($this->
object->getRefId());
2762 $exp->setExpandTarget($ilCtrl->getLinkTarget($this,
'showLMGlossarySelector'));
2763 $exp->setTargetClass(get_class($this));
2764 $exp->setCmd(
'confirmGlossarySelection');
2765 $exp->setClickableTypes(array(
"glo"));
2766 $exp->addFilter(
"glo");
2780 $ilCtrl->setParameter($this,
"glo_ref_id", $this->requested_root_id);
2781 $cgui->setFormAction($ilCtrl->getFormAction($this));
2782 $cgui->setHeaderText(
$lng->
txt(
"cont_link_glo_in_lm"));
2783 $cgui->setCancel(
$lng->
txt(
"no"),
"selectLMGlossary");
2784 $cgui->setConfirm(
$lng->
txt(
"yes"),
"selectLMGlossaryLink");
2791 $this->lm->autoLinkGlossaryTerms($glo_ref_id);
2800 $glos = $this->lm->getAutoGlossaries();
2803 if (!in_array($glo_id, $glos)) {
2806 $this->lm->setAutoGlossaries($glos);
2807 $this->lm->update();
2809 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2810 $ilCtrl->redirect($this,
"editGlossaries");
2818 $this->lm->removeAutoGlossary($this->requested_glo_id);
2819 $this->lm->update();
2821 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
2822 $ilCtrl->redirect($this,
"editGlossaries");
2830 if ($this->lang_switch_mode ==
"short_titles") {
2831 $ilCtrl->redirectByClass(
"illmeditshorttitlesgui",
"");
2833 $ilCtrl->redirect($this,
"chapters");
2840 $ilCtrl->
setParameter($this,
"transl", $this->requested_totransl);
2841 if ($this->lang_switch_mode ==
"short_titles") {
2842 $ilCtrl->redirectByClass(
"illmeditshorttitlesgui",
"");
2844 $ilCtrl->redirect($this,
"chapters");
2850 parent::redrawHeaderActionObject();
2858 $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 class represents an option in a radio group.
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.
setPageLayoutInHierarchy()
Set layout for multiple pages.
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)
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
copyItems(array $ids)
Copy items to clipboard.
setPageLayout(bool $a_in_hierarchy=false)
Set layout for multiple pages.
prepareOutput(bool $show_sub_objects=true)
showMaintenance()
Show maintenance.
EditingGUIRequest $edit_request
Interface Observer Contains several chained tasks and infos about them.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
getChilds(int $a_node_id, string $a_order="", string $a_direction="ASC")
get child nodes of given node
string $requested_totransl
listLinks()
List all broken links.
static getInstance(ilObjLearningModule $a_content_obj, int $a_id=0, bool $a_halt=true)
getLinkTarget(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
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
ilStructureObjectGUI: ilConditionHandlerGUI, ilObjectMetaDataGUI ilStructureObjectGUI: ILIAS ...
ilComponentRepository $component_repository
setContent(string $a_html)
Sets content for standard template.
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
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.
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
getPropertiesFormValues()
Get values for properties form.
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)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
ilObjLearningModule $lm_obj
static _goto(string $a_target)
selectFooter()
select page as footer
saveProperties()
save properties
static _lookupSetting(string $a_set)
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)
GUI class for LTI provider object settings.
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
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
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...
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
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
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 initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
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...
ILIAS LearningModule InternalDomainService $domain
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
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.
form( $class_path, string $cmd, string $submit_caption="")
setSubTabs(string $a_active)
static saveExportId(int $a_lm_id, int $a_lmobj_id, string $a_exp_id, string $a_type="pg")
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)
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.
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
bool $requested_hierarchy
buildExportOptionsFormHTML()
ILIAS LearningModule InternalGUIService $gui
int $requested_active_node
const CMD_LIST_EXPORT_FILES
editGlossaries()
Edit automatically linked glossaries.
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
static _lookupType(int $id, bool $reference=false)
cutChapter()
Cut chapter(s)
addHeaderAction()
Add header action menu.
Class ilObjUserTrackingGUI.
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...
GUI class for object translation handling.
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...
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)
buildExportOptionsFormXML()