35 protected \ILIAS\Glossary\InternalDomainService
$domain;
36 protected \ILIAS\Glossary\InternalGUIService
$gui;
37 protected \ILIAS\DI\UIServices
$ui;
70 bool $a_call_by_reference =
true,
71 bool $a_prepare_output =
true 75 $service = $DIC->glossary()->internal();
77 $this->domain = $domain =
$service->domain();
79 $this->
lng = $domain->lng();
80 $this->
user = $domain->user();
81 $this->setting = $domain->settings();
82 $this->
access = $domain->access();
83 $this->rbacsystem = $domain->rbac()->system();
84 $this->log = $domain->log();
86 $this->
ctrl = $gui->ctrl();
87 $this->
toolbar = $gui->toolbar();
88 $this->
tabs = $gui->tabs();
89 $this->
help = $gui->help();
90 $this->
ui = $gui->ui();
91 $this->ui_fac = $gui->ui()->factory();
92 $this->ui_ren = $gui->ui()->renderer();
93 $this->global_screen = $gui->globalScreen();
94 $this->gui_presentation_service = $gui->presentation();
96 $this->edit_request = $gui->editing()->request();
98 $this->requested_table_glossary_term_list_action = $this->edit_request->getTableGlossaryTermListAction();
99 $this->requested_table_glossary_term_list_ids = $this->edit_request->getTableGlossaryTermListIds();
101 $this->
ctrl->saveParameter($this, array(
"ref_id"));
102 $this->
lng->loadLanguageModule(
"content");
103 $this->
lng->loadLanguageModule(
"glo");
110 if (($this->requested_table_glossary_term_list_action ==
"editTerm" 111 || $this->requested_table_glossary_term_list_action ==
"editDefinition")
112 && !empty($this->requested_table_glossary_term_list_ids)) {
113 $this->term_id = $this->requested_table_glossary_term_list_ids[0];
115 $this->term_id = $this->edit_request->getTermId();
118 if ($this->term_id > 0 && $term_glo_id != $this->
object->getId()
122 $this->
ctrl->setParameterByClass(
"ilglossarytermgui",
"term_id", $this->term_id);
124 $this->tax_id = $this->
object->getTaxonomyId();
125 if ($this->tax_id > 0) {
126 $this->
ctrl->saveParameter($this, array(
"show_tax",
"tax_node"));
130 $tax_node = $this->edit_request->getTaxNode();
131 if ($tax_node > 1 && $this->tax->getTree()->readRootId() !=
$tax_node) {
135 if ($this->getGlossary()) {
136 $this->term_manager = $domain->term(
137 $this->getGlossary(),
140 $this->tax_manager = $domain->taxonomy(
145 $this->term_def_bulk_gui = $this->gui_presentation_service
146 ->TermDefinitionBulkCreationGUI($this->getGlossary());
148 $this->in_administration =
149 (strtolower($this->edit_request->getBaseClass()) ==
"iladministrationgui");
150 $cs = $DIC->contentStyle();
151 $this->content_style_gui = $cs->gui();
152 if (is_object($this->
object)) {
153 $this->content_style_domain = $cs->domain()->styleForRefId($this->
object->getRefId());
154 $this->taxonomy = $DIC->taxonomy();
160 $cmd = $this->
ctrl->getCmd();
161 $next_class = $this->
ctrl->getNextClass($this);
163 $this->log->debug(
"glossary term, next class " . $next_class .
", cmd: " . $cmd);
165 switch ($next_class) {
166 case 'ilobjectmetadatagui':
174 $this->tabs_gui->activateTab(
'meta_data');
176 $this->
ctrl->forwardCommand($md_gui);
179 case "ilglossarytermgui":
180 if (!$this->term_perm->checkPermission(
"edit_content", $this->term_id) &&
181 !$this->term_perm->checkPermission(
"write", $this->term_id)) {
185 $this->
ctrl->setReturn($this,
"listTerms");
187 $term_gui->setGlossary($this->getGlossary());
188 $this->
ctrl->forwardCommand($term_gui);
191 case "ilinfoscreengui":
194 $this->
tabs->activateTab(
"info_short");
197 case "ilobjectcontentstylesettingsgui":
201 $this->tabs_gui->activateTab(
"settings");
203 $settings_gui = $this->content_style_gui
204 ->objectSettingsGUIForRefId(
208 $this->
ctrl->forwardCommand($settings_gui);
212 case 'ilpermissiongui':
213 if ($this->in_administration) {
222 $ret = $this->
ctrl->forwardCommand($perm_gui);
225 case "ilcommonactiondispatchergui":
228 $this->
ctrl->forwardCommand($gui);
231 case strtolower(ilTaxonomySettingsGUI::class):
236 $this->
tabs->activateTab(
"settings");
239 $this->
ctrl->setReturn($this,
"properties");
240 $tax_gui = $this->taxonomy->gui()->getSettingsGUI(
242 $this->
lng->txt(
"glo_tax_info"),
246 $ret = $this->
ctrl->forwardCommand($tax_gui);
252 $this->
tabs->activateTab(
"export");
255 $ret = $this->
ctrl->forwardCommand($exp_gui);
258 case 'ilobjectcopygui':
262 $this->
ctrl->forwardCommand($cp);
265 case "ilglossaryforeigntermcollectorgui":
266 $this->
ctrl->setReturn($this,
"");
272 $this->
ctrl->forwardCommand($coll);
275 case "iltermdefinitionbulkcreationgui":
276 $this->
ctrl->setReturn($this,
"listTerms");
277 $this->
ctrl->forwardCommand($this->term_def_bulk_gui);
280 case strtolower(SettingsGUI::class):
283 $this->
tabs->activateTab(
"settings");
287 $gui = $this->gui->settings()->settingsGUI(
294 $this->
ctrl->forwardCommand($gui);
298 $cmd = $this->
ctrl->getCmd(
"listTerms");
300 if (($cmd ==
"create") && ($this->edit_request->getNewType() ==
"term")) {
301 $this->
ctrl->redirectByClass(ilGlossaryTermGUI::class,
"create");
303 if ($this->in_administration ||
313 if ($cmd ==
"redrawHeaderAction") {
314 $cmd =
"redrawHeaderActionObject";
323 $this->tpl->printToStdout();
334 if (isset($glossary) && $glossary->getType() ==
"glo") {
350 $form->
setTitle($this->
lng->txt($new_type .
"_new"));
356 $ti->setRequired(
true);
381 $new_type = $this->edit_request->getNewType();
388 $this->
lng->loadLanguageModule($new_type);
389 $this->
ctrl->setParameter($this,
"new_type", $new_type);
393 $this->
ctrl->setParameter($this,
"new_type",
"");
396 $newObj->setType($new_type);
397 $newObj->setTitle($form->
getInput(
"title"));
398 $newObj->setDescription($form->
getInput(
"desc"));
399 $newObj->setVirtualMode(
"none");
407 $newObj->applyDidacticTemplate($dtpl);
411 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"glo_added"),
true);
412 $this->
ctrl->setParameterByClass(
413 ilObjGlossaryGUI::class,
417 $this->
ctrl->redirectByClass(
418 [ilGlossaryEditorGUI::class, ilObjGlossaryGUI::class],
425 $this->tpl->setContent($form->
getHTML());
433 $this->
lng->loadLanguageModule(
"meta");
436 $info->enablePrivateNotes();
438 if ($this->
access->checkAccess(
"write",
"", $this->requested_ref_id)) {
439 $info->enableNewsEditing();
441 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
442 if ($enable_internal_rss) {
443 $info->setBlockProperty(
"news",
"settings",
true);
446 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
448 self::addUsagesToInfo($info, $this->
object->getId());
450 $this->
ctrl->forwardCommand($info);
462 $lng = $DIC->language();
463 $ilAccess = $DIC->access();
467 foreach ($sms as $sm) {
470 foreach ($refs as $ref) {
471 if ($link ===
false && $ilAccess->checkAccess(
"write",
"", $ref)) {
472 $link = ilLink::_getLink($ref,
'sahs');
477 if ($link !==
false) {
478 $entry =
"<a href='" . $link .
"' target='_top'>" . $entry .
"</a>";
488 if ($this->in_administration) {
489 parent::viewObject();
493 if (!$this->rbacsystem->checkAccess(
"visible,read", $this->object->getRefId())) {
500 $this->
ctrl->redirectByClass(SettingsGUI::class);
504 string $a_mode =
"edit" 512 $title->setRequired(
true);
513 $this->
form->addItem($title);
517 $this->
form->addItem($desc);
523 $op1 =
new ilRadioOption($this->
lng->txt(
"glo_mode_normal"),
"none", $this->
lng->txt(
"glo_mode_normal_info"));
524 $op2 =
new ilRadioOption($this->
lng->txt(
"glo_collection"),
"coll", $this->
lng->txt(
"glo_collection_info"));
525 if (!empty($this->
object->getGlossariesForCollection()) && $this->
object->isVirtual()) {
528 $glo_mode->setInfo($this->
lng->txt(
"glo_change_to_standard_unavailable_info"));
533 $glo_mode->setInfo($this->
lng->txt(
"glo_change_to_collection_unavailable_info"));
535 $glo_mode->addOption($op1);
536 $glo_mode->addOption($op2);
537 $this->
form->addItem($glo_mode);
540 $this->
lng->loadLanguageModule(
"rep");
542 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
543 $this->
form->addItem($section);
547 $online->setValue(
"y");
548 $online->setInfo($this->
lng->txt(
"glo_online_info"));
549 $this->
form->addItem($online);
552 $section->setTitle($this->
lng->txt(
'cont_presentation'));
553 $this->
form->addItem($section);
556 $obj_service->commonSettings()->legacyForm($this->
form, $this->
object)->addTileImage();
561 $op1 =
new ilRadioOption($this->
lng->txt(
"glo_table_form"),
"table", $this->
lng->txt(
"glo_table_form_info"));
565 $snl->setMaxValue(3000);
566 $snl->setMinValue(100);
567 $snl->setMaxLength(4);
569 $snl->
setInfo($this->
lng->txt(
"glo_text_snippet_length_info"));
571 $snl->setSuffix($this->
lng->txt(
"characters"));
574 $pres_mode->addOption($op1);
575 $op2 =
new ilRadioOption($this->
lng->txt(
"glo_full_definitions"),
"full_def", $this->
lng->txt(
"glo_full_definitions_info"));
576 $pres_mode->addOption($op2);
577 $this->
form->addItem($pres_mode);
581 $flash_active->setValue(
"y");
582 $flash_active->setInfo($this->
lng->txt(
"glo_flashcard_training_info"));
586 $op1 =
new ilRadioOption($this->
lng->txt(
"glo_term_vs_def"),
"term", $this->
lng->txt(
"glo_term_vs_def_info"));
587 $flash_mode->addOption($op1);
588 $op2 =
new ilRadioOption($this->
lng->txt(
"glo_def_vs_term"),
"def", $this->
lng->txt(
"glo_def_vs_term_info"));
589 $flash_mode->addOption($op2);
591 $this->
form->addItem($flash_active);
596 if (count($tax_ids) > 0) {
598 $show_tax->setInfo($this->
lng->txt(
"glo_show_taxonomy_info"));
599 $this->
form->addItem($show_tax);
604 $down->setValue(
"y");
605 $down->setInfo($this->
lng->txt(
"cont_downloads_desc"));
606 $this->
form->addItem($down);
608 if ($a_mode ==
"edit") {
609 $title->setValue($this->
object->getTitle());
610 $desc->setValue($this->
object->getDescription());
611 $online->setChecked($this->
object->getOnline());
612 $mode1 = $this->
object->getVirtualMode() ===
"none" 615 $glo_mode->setValue($mode1);
616 $pres_mode->setValue($this->
object->getPresentationMode());
619 $down->setChecked($this->
object->isActiveDownloads());
620 $flash_active->setChecked($this->
object->isActiveFlashcards());
621 $flash_mode->setValue($this->
object->getFlashcardsMode());
625 $feat->setTitle($this->
lng->txt(
'obj_features'));
626 $this->
form->addItem($feat);
641 if (count($cols) > 1) {
643 $this->
form->addItem($ti);
644 $ti->setValue($cols);
645 $ti->setInfo($this->
lng->txt(
"glo_col_ordering_info"));
649 $this->
form->addCommandButton(
"saveProperties", $this->
lng->txt(
"save"));
651 $this->
form->setTitle($this->
lng->txt(
"cont_glo_properties"));
652 $this->
form->setFormAction($this->
ctrl->getFormAction($this));
661 if ($this->
form->checkInput()) {
662 $this->
object->setTitle($this->
form->getInput(
"title"));
663 $this->
object->setDescription($this->
form->getInput(
"description"));
665 $glo_mode = $this->
form->getInput(
"glo_mode") ?: $this->
object->getVirtualMode();
666 $this->
object->setVirtualMode($glo_mode);
667 $this->
object->setActiveDownloads(
ilUtil::yn2tf($this->
form->getInput(
"glo_act_downloads")));
668 $this->
object->setPresentationMode($this->
form->getInput(
"pres_mode"));
669 $this->
object->setSnippetLength($this->
form->getInput(
"snippet_length"));
670 $this->
object->setActiveFlashcards(
ilUtil::yn2tf($this->
form->getInput(
"flash_active")));
671 $this->
object->setFlashcardsMode($this->
form->getInput(
"flash_mode"));
672 $this->
object->update();
675 $obj_service->commonSettings()->legacyForm($this->
form, $this->
object)->saveTileImage();
680 if (count($cols) > 1) {
681 $adv_ap->saveColumnOrder($this->
form->getInput(
"field_order"));
698 if ($ecs->handleSettingsUpdate($this->form)) {
699 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
700 $this->
ctrl->redirect($this,
"properties");
703 $this->
form->setValuesByPost();
704 $this->tpl->setContent($this->
form->getHTML());
710 $active = $this->
object->getShowTaxonomy();
712 ? $this->
lng->txt(
"yes")
713 : $this->
lng->txt(
"no");
716 $this->
lng->txt(
"glo_show_in_presentation") => $value
724 $this->
ctrl->setParameterByClass(self::class,
"glo_tax_id", $tax_id);
725 $active = $this->
object->getShowTaxonomy();
727 $actions[] = $this->
ui->factory()->button()->shy(
728 $this->
lng->txt(
"glo_show_in_presentation_on"),
729 $this->
ctrl->getLinkTargetByClass(
731 "showTaxInPresentation" 735 $actions[] = $this->
ui->factory()->button()->shy(
736 $this->
lng->txt(
"glo_show_in_presentation_off"),
737 $this->
ctrl->getLinkTargetByClass(
739 "hideTaxInPresentation" 743 $this->
ctrl->setParameterByClass(self::class,
"glo_tax_id",
null);
750 $this->
object->setShowTaxonomy(
true);
751 $this->
object->update();
752 $this->
ctrl->redirectByClass(ilTaxonomySettingsGUI::class);
757 $this->
object->setShowTaxonomy(
false);
758 $this->
object->update();
759 $this->
ctrl->redirectByClass(ilTaxonomySettingsGUI::class);
764 $this->
tabs->activateTab(
"content");
771 if ($this->
object->isVirtual()) {
774 $panel_html = $this->ui_ren->render($panel);
778 $table = $this->domain->table()->getTermListTable($this->getGlossary(), $this->tax_node)->getComponent();
779 $tab_html = $this->ui_ren->render($table);
782 $this->
tabs->activateTab(
"content");
784 $this->tpl->setContent($panel_html . $modals . $tab_html);
799 $ti->setMaxLength(80);
801 $this->
toolbar->addInputItem($ti,
true);
804 $this->
lng->loadLanguageModule(
"meta");
805 $lang = $this->domain->metadata()->getLOMLanguagesForSelectInputs();
806 $session_lang = $this->term_manager->getSessionLang();
807 if ($session_lang !=
"") {
808 $s_lang = $session_lang;
810 $s_lang = $this->
user->getLanguage();
814 $si->setValue($s_lang);
815 $this->
toolbar->addInputItem($si,
true);
817 $this->
toolbar->setFormAction($this->
ctrl->getFormAction($this));
818 $this->
toolbar->addFormButton($this->
lng->txt(
"glo_add_new_term"),
"addTerm");
820 $this->
toolbar->addSeparator();
823 if ($this->
user->clipboardHasObjectsOfType(
"term")) {
825 $this->
lng->txt(
"paste"),
826 $this->
ctrl->getLinkTarget($this,
"pasteTerms")
829 $this->
lng->txt(
"clear_clipboard"),
830 $this->
ctrl->getLinkTarget($this,
"clearClipboard")
834 $this->
lng->txt(
"glo_add_from_other"),
835 $this->
ctrl->getLinkTargetByClass(
"ilglossaryforeigntermcollectorgui",
"")
839 $this->term_def_bulk_gui->modifyToolbar($this->
toolbar);
845 $button = $this->ui_fac->button()->standard($this->
lng->txt(
"glo_add_glossary"),
"")->withOnClick($modal->getShowSignal());
846 $this->modals_to_render[] = $modal;
847 $this->
toolbar->addComponent($button);
856 $glo_ids = $this->
object->getAllGlossaryIds(
true);
857 $at_least_one_glossary =
false;
858 foreach ($glo_ids as $glo_id) {
859 if ($this->
object->getId() === $glo_id) {
864 $glo_link = $this->ui_fac->link()->standard($glossary->getTitle(), ilLink::_getLink($glo_ref_id));
865 $glo_item = $this->ui_fac->item()->standard($glo_link);
866 $glo_item = $glo_item->withDescription($glossary->getDescription());
867 $form_action = $this->
ctrl->getFormActionByClass(ilObjGlossaryGUI::class,
"removeGlossaryFromCollection");
868 $delete_modal = $this->ui_fac->modal()->interruptive(
870 $this->
lng->txt(
"glo_really_remove_from_collection"),
872 )->withAffectedItems([
873 $this->ui_fac->modal()->interruptiveItem()->standard(
875 $glossary->getTitle(),
876 $this->ui_fac->image()->standard(
878 $this->
lng->txt(
"icon") .
" " . $this->
lng->txt(
"obj_" . $glossary->getType())
882 $actions = $this->ui_fac->dropdown()->standard([
883 $this->ui_fac->button()->shy($this->
lng->txt(
"remove"),
"")->withOnClick($delete_modal->getShowSignal()),
885 $glo_item = $glo_item->withActions($actions);
887 $items[] = $glo_item;
888 $this->modals_to_render[] = $delete_modal;
889 $at_least_one_glossary =
true;
893 if (!$at_least_one_glossary) {
894 $message_box = $this->ui_fac->messageBox()->info($this->
lng->txt(
"glo_collection_empty_info"));
897 if (!empty($items)) {
898 $item_group = $this->ui_fac->item()->group($this->
lng->txt(
"glo_selected_glossaries_info"), $items);
899 $panel = $this->ui_fac->panel()->listing()->standard(
900 $this->
lng->txt(
"glo_selected_glossaries"),
913 "showModalForCollection",
915 "saveGlossaryForCollection",
918 $modal = $this->ui_fac->modal()->roundtrip(
919 $this->
lng->txt(
"glo_add_to_collection"),
920 $this->ui_fac->legacy()->content(!$exp->handleCommand() ? $exp->getHTML(
true) :
"")
928 $selected_glo =
new ilObjGlossary($this->edit_request->getSelectedGlossaryRefId(),
true);
929 if ($selected_glo->getId() === $this->
object->getId()) {
930 $this->tpl->setOnScreenMessage(
"info", $this->
lng->txt(
"glo_selected_glossary_is_current_info"),
true);
933 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
"glo_added_to_collection_info"),
true);
935 $this->
ctrl->redirect($this,
"listTerms");
940 $glo_id = $this->edit_request->getGlossaryIdInModal();
941 $this->
object->removeGlossaryFromCollection($glo_id);
942 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
"glo_removed_from_collection_info"),
true);
943 $this->
ctrl->redirect($this,
"listTerms");
948 $this->
ctrl->setParameter($this,
"show_tax", 1);
949 $this->
ctrl->redirect($this,
"listTerms");
957 $this->
ctrl->setParameter($this,
"show_tax",
"");
958 $this->
ctrl->redirect($this,
"listTerms");
967 $new_term = $this->edit_request->getNewTerm();
968 if ($new_term ==
"") {
969 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_please_enter_a_term"),
true);
970 $this->
ctrl->redirect($this,
"listTerms");
974 $lang = $this->edit_request->getTermLanguage();
981 $this->term_manager->setSessionLang(
$lang);
983 $this->
ctrl->setParameterByClass(
"ilglossarydefpagegui",
"term_id", $term->
getId());
984 $this->
ctrl->redirectByClass(array(
"ilglossarytermgui",
985 "iltermdefinitioneditorgui",
"ilglossarydefpagegui"),
"edit");
994 $glo_exp->buildExportFileHTML();
995 $this->
ctrl->redirectByClass(
"ilexportgui",
"");
1003 $files = $this->edit_request->getFiles();
1004 if (count($files) == 0) {
1005 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1006 $this->
ctrl->redirectByClass(
"ilexportgui",
"");
1008 if (count($files) > 1) {
1009 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_select_max_one_item"),
true);
1010 $this->
ctrl->redirectByClass(
"ilexportgui",
"");
1013 $file = explode(
":", $files[0]);
1014 $export_dir = $this->
object->getExportDirectory($file[0]);
1016 if ($this->
object->getPublicExportFile($file[0]) ==
1018 $this->
object->setPublicExportFile($file[0],
"");
1020 $this->
object->setPublicExportFile($file[0], $file[1]);
1022 $this->
object->update();
1023 $this->
ctrl->redirectByClass(
"ilexportgui",
"");
1028 if (!empty($this->edit_request->getTermIdsInModal())
1029 && $ids = $this->edit_request->getTermIdsInModal()) {
1030 foreach ($ids as
$id) {
1041 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
1042 $this->
ctrl->redirect($this,
"listTerms");
1047 if (strtolower($this->edit_request->getBaseClass()) !=
"ilglossaryeditorgui") {
1048 parent::setLocator();
1049 } elseif (is_object($this->
object)) {
1051 if (is_object($this->term)) {
1052 $gloss_loc->setTerm($this->term);
1054 $gloss_loc->setGlossary($this->getGlossary());
1055 $gloss_loc->display();
1066 $this->tpl->loadStandardTemplate();
1068 $title = $this->
object->getTitle();
1071 if ($this->term_id > 0) {
1072 $this->tpl->setTitle($this->
lng->txt(
"term") .
": " .
1075 parent::setTitleAndDescription();
1077 $this->tpl->setTitle($this->
lng->txt(
"glo") .
": " . $title);
1083 $this->
help->setScreenIdComponent(
"glo");
1086 $cmd = $this->
ctrl->getCmd();
1087 $force_active = ($cmd ==
"" || $cmd ==
"listTerms");
1088 $this->tabs_gui->addTab(
1090 $this->
lng->txt(
"content"),
1091 $this->
ctrl->getLinkTarget($this,
"listTerms")
1094 $this->tabs_gui->addTab(
1096 $this->
lng->txt(
"info_short"),
1097 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary")
1101 if ($this->rbacsystem->checkAccess(
'write', $this->object->getRefId())) {
1102 $this->tabs_gui->addTab(
1104 $this->
lng->txt(
"settings"),
1105 $this->
ctrl->getLinkTargetByClass(SettingsGUI::class)
1110 $mdtab = $mdgui->getTab();
1112 $this->tabs_gui->addTab(
1114 $this->
lng->txt(
"meta_data"),
1120 $this->tabs_gui->addTab(
1122 $this->
lng->txt(
"export"),
1123 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
1128 if ($this->rbacsystem->checkAccess(
'edit_permission', $this->object->getRefId())) {
1129 $this->tabs_gui->addTab(
1131 $this->
lng->txt(
"perm_settings"),
1132 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
1136 $this->tabs_gui->addNonTabbedLink(
1137 "presentation_view",
1138 $this->
lng->txt(
"glo_presentation_view"),
1139 "ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" . $this->
object->getRefId()
1147 array(
"general_settings",
"style",
"taxonomy",
"glossaries")
1150 $this->
tabs->addSubTab(
1152 $this->
lng->txt(
"settings"),
1153 $this->
ctrl->getLinkTarget($this,
'properties')
1157 $this->
tabs->addSubTab(
1159 $this->
lng->txt(
"obj_sty"),
1160 $this->
ctrl->getLinkTargetByClass(
"ilobjectcontentstylesettingsgui",
'')
1163 $this->taxonomy->gui()->addSettingsSubTab($this->
getObject()->
getId());
1166 $this->
tabs->addSubTab(
1168 $this->
lng->txt(
"cont_auto_glossaries"),
1169 $this->
ctrl->getLinkTarget($this,
'editGlossaries')
1172 $this->
tabs->activateSubTab($a_active);
1177 public static function _goto(
string $a_target): void
1180 $main_tpl = $DIC->ui()->mainTemplate();
1182 $lng = $DIC->language();
1183 $ilAccess = $DIC->access();
1184 $ctrl = $DIC->ctrl();
1186 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
1189 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
1193 $main_tpl->setOnScreenMessage(
'failure', sprintf(
1194 $lng->
txt(
"msg_no_perm_read_item"),
1211 if ($a_tpl !=
null) {
1217 $this->content_style_gui->
addCss($ctpl, $this->
object->getRefId());
1227 if ($this->
object->getPublicExportFile($a_type) == $a_file) {
1228 return $this->
lng->txt(
"yes");
1241 if (is_null($this->tax_manager) || !$this->tax_manager->showInEditing()) {
1245 $tool_context = $this->global_screen->tool()->context()->current();
1247 $tax_id = $this->tax_manager->getTaxonomyId();
1249 $tool_context->addAdditionalData(
1253 $tool_context->addAdditionalData(
1257 $tool_context->addAdditionalData(
1261 $tool_context->addAdditionalData(
1265 $tool_context->addAdditionalData(
1280 $this->
tabs->setTabActive(
"settings");
1284 $this->
lng->txt(
"add"),
1285 $this->
ctrl->getLinkTarget($this,
"showGlossarySelector")
1288 $table = $this->domain->table()->getGlossaryAutoLinkTable($this->getGlossary())->getComponent();
1290 $this->tpl->setContent($this->ui_ren->render($table));
1298 $this->
tabs->setTabActive(
"settings");
1302 $search_root_expand = $this->edit_request->getSearchRootExpand();
1303 $exp->
setExpand($search_root_expand ?: $this->tree->readRootId());
1304 $exp->setExpandTarget($this->
ctrl->getLinkTarget($this,
'showGlossarySelector'));
1305 $exp->setTargetClass(get_class($this));
1306 $exp->setCmd(
'confirmGlossarySelection');
1307 $exp->setClickableTypes(array(
"glo"));
1308 $exp->addFilter(
"glo");
1312 $this->tpl->setContent($exp->getOutput());
1318 $this->
ctrl->setParameter($this,
"glo_ref_id", $this->edit_request->getGlossaryRefId());
1319 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1320 $cgui->setHeaderText($this->
lng->txt(
"glo_link_glo_in_glo"));
1321 $cgui->setCancel($this->
lng->txt(
"no"),
"selectGlossary");
1322 $cgui->setConfirm($this->
lng->txt(
"yes"),
"selectGlossaryLink");
1323 $this->tpl->setContent($cgui->getHTML());
1331 $glo_ref_id = $this->edit_request->getGlossaryRefId();
1332 $this->
object->autoLinkGlossaryTerms($glo_ref_id);
1342 $glos = $this->
object->getAutoGlossaries();
1343 $glo_ref_id = $this->edit_request->getGlossaryRefId();
1345 if (!in_array($glo_id, $glos)) {
1348 $this->
object->setAutoGlossaries($glos);
1349 $this->
object->update();
1351 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
1352 $this->
ctrl->redirect($this,
"editGlossaries");
1357 $this->
object->removeAutoGlossary($this->edit_request->getGlossaryIdInModal());
1358 $this->
object->update();
1360 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
1361 $this->
ctrl->redirect($this,
"editGlossaries");
1372 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"glo_selected_terms_have_been_copied"),
true);
1373 $this->
ctrl->redirect($this,
"listTerms");
1384 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"glo_selected_terms_have_been_copied"),
true);
1385 $this->
ctrl->redirect($this,
"listTerms");
1390 $this->
user->clipboardDeleteObjectsOfType(
"term");
1391 $time = date(
"Y-m-d H:i:s");
1393 if (($this->requested_table_glossary_term_list_action ===
"copyTerms" 1394 || $this->requested_table_glossary_term_list_action ===
"referenceTerms")
1395 && !empty($this->requested_table_glossary_term_list_ids)
1396 && $this->requested_table_glossary_term_list_ids[0] ===
"ALL_OBJECTS" 1398 $terms = $this->
object->getTermList(
1409 foreach ($terms as $term) {
1410 $this->
user->addObjectToClipboard(
1419 } elseif ($this->requested_table_glossary_term_list_action ===
"copyTerms" 1420 || $this->requested_table_glossary_term_list_action ===
"referenceTerms") {
1421 foreach ($this->requested_table_glossary_term_list_ids as $term_id) {
1422 $this->
user->addObjectToClipboard(
1432 if (empty($this->requested_table_glossary_term_list_ids)) {
1433 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
1434 $this->
ctrl->redirect($this,
"listTerms");
1441 $this->
user->clipboardDeleteObjectsOfType(
"term");
1442 $this->
ctrl->redirect($this,
"listTerms");
1448 foreach ($this->
user->getClipboardObjects(
"term") as $item) {
1454 foreach ($this->
user->getClipboardObjects(
"term") as $item) {
1459 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
1460 $this->
ctrl->redirect($this,
"listTerms");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct( $a_data, int $a_id=0, bool $a_call_by_reference=true, bool $a_prepare_output=true)
static getInstance(ilObjGlossaryGUI $a_glossary_gui)
GUI class for ilGlossary.
static setAction(string $a_action)
This class represents an option in a radio group.
ILIAS GlobalScreen Services $global_screen
getProperties(int $tax_id)
deleteTerm(int $a_term_id)
ilTermDefinitionBulkCreationGUI $term_def_bulk_gui
static addUsagesToInfo(ilInfoScreenGUI $info, int $glo_id)
Add usages to info screen.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
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...
addGlossaryForCollection(int $glo_id)
setDisabled(bool $a_disabled)
GUI class for the workflow of copying objects.
editGlossaries()
Edit automatically linked glossaries.
ILIAS Glossary Presentation GUIService $gui_presentation_service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepareOutput(bool $show_sub_objects=true)
initCreateForm(string $new_type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
initSettingsForm(string $a_mode="edit")
static _getAllReferences(int $id)
get all reference ids for object ID
ILIAS Glossary Term TermManager $term_manager
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
static getScormModulesForGlossary(int $a_glo_id)
Get SCORM modules that assign a certain glossary.
getDidacticTemplateVar(string $type)
Get didactic template setting from creation screen.
removeGlossaryFromCollection()
setParameterByClass(string $a_class, string $a_parameter, $a_value)
array $requested_table_glossary_term_list_ids
static getUsageOfObject(int $a_obj_id, bool $a_include_titles=false)
exportHTML()
create html package
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPublicAccessColValue(string $a_type, string $a_file)
Get public access value for export table.
createObject()
create new object form
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
saveGlossaryForCollection()
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
setGlossary(ilObjGlossary $a_glossary)
static isReferenced(array $a_glo_id, int $a_term_id)
Is a term referenced by a set of glossaries.
static _lookupObjId(int $ref_id)
static _copyTerm(int $a_term_id, int $a_glossary_id)
Copy a term to a glossary.
ILIAS Glossary Taxonomy TaxonomyManager $tax_manager
showTaxonomy()
Show taxonomy.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ILIAS Style Content GUIService $content_style_gui
ilGlobalTemplateInterface $tpl
ILIAS Glossary Editing EditingGUIRequest $edit_request
ilGlossaryTermPermission $term_perm
deactTaxonomy()
Hide Taxonomy.
static _lookupTitle(int $obj_id)
confirmGlossarySelection()
create(bool $a_omit_page_creation=false)
selectGlossaryLink()
Select a glossary and link all its terms.
initDidacticTemplate(ilPropertyFormGUI $form)
Class ilObjectGUI Basic methods of all Output classes.
setValue(string $a_value)
static _lookGlossaryTerm(int $term_id)
get glossary term
static _goto(string $a_target)
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 getTermsOfGlossary(int $a_glo_id)
addSection(string $a_title)
showToolbarForCollection()
showSelectedGlossariesForCollection()
ILIAS Style Content Object ObjectFacade $content_style_domain
copyTerms()
Copy terms to clipboard.
putObjectInTree(ilObject $obj, ?int $parent_node_id=null)
Add object to tree at given position.
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
setLanguage(string $a_language)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContentStyleSheet(?ilGlobalTemplateInterface $a_tpl=null)
setSettingsSubTabs(string $a_active)
form( $class_path, string $cmd, string $submit_caption="")
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
selectGlossary()
Select auto glossary.
referenceTerms()
Add terms to be referenced to clipboard.
static setShortTextsDirty(int $a_glo_id)
Set all short texts of glossary dirty (e.g.
static yn2tf(string $a_yn)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
delete()
delete glossary term
ILIAS Glossary InternalGUIService $gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
showGlossarySelector()
Show auto glossary selection.
publishExportFile()
download export file
addHeaderAction()
Add header action menu.
ILIAS Glossary InternalDomainService $domain
ILIAS UI Renderer $ui_ren
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
ILIAS Taxonomy Service $taxonomy
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $requested_table_glossary_term_list_action
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
static _lookGlossaryID(int $term_id)
get glossary id form term id