3 declare(strict_types=1);
64 public function __construct(
int $a_rbac_id,
int $a_obj_id,
string $a_obj_type)
68 $this->
lng = $DIC->language();
69 $this->tpl = $DIC->ui()->mainTemplate();
70 $this->tabs_gui = $DIC->tabs();
71 $this->
ctrl = $DIC->ctrl();
72 $this->rbac_system = $DIC->rbac()->system();
73 $this->tree = $DIC->repositoryTree();
74 $this->toolbarGUI = $DIC->toolbar();
76 $this->ui_factory = $DIC->ui()->factory();
77 $this->ui_renderer = $DIC->ui()->renderer();
78 $this->
http = $DIC->http();
81 $this->md_obj =
new ilMD($a_rbac_id, $a_obj_id, $a_obj_type);
83 $this->
lng->loadLanguageModule(
'meta');
91 if ($this->
http->wrapper()->query()->has(
'meta_index')) {
92 $meta_index = $this->
http->wrapper()->query()->retrieve(
103 if ($this->
http->wrapper()->query()->has(
'section')) {
104 $section = $this->
http->wrapper()->query()->retrieve(
106 $this->
refinery->kindlyTo()->string()
119 if ($this->
http->wrapper()->post()->has(
'section')) {
120 $section = $this->
http->wrapper()->post()->retrieve(
122 $this->
refinery->kindlyTo()->string()
131 $next_class = $this->
ctrl->getNextClass($this);
133 $cmd = $this->
ctrl->getCmd();
134 switch ($next_class) {
138 $cmd =
"listSection";
147 $xml_writer =
new ilMD2XML($this->md_obj->getRBACId(), $this->md_obj->getObjId(), $this->md_obj->getObjType());
152 $this->tpl->setContent(htmlentities($xml_writer->getXML()));
162 if (!is_object($this->md_section = $this->md_obj->getGeneral())) {
163 $this->md_section = $this->md_obj->addGeneral();
164 $this->md_section->save();
169 $tpl =
new ilTemplate(
'tpl.md_quick_edit_scorm.html',
true,
true,
'Services/MetaData');
171 $this->
ctrl->setReturn($this,
'listGeneral');
172 $this->
ctrl->setParameter($this,
'section',
'meta_general');
175 $tpl->
setVariable(
"TXT_QUICK_EDIT", $this->
lng->txt(
"meta_quickedit"));
176 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
177 $tpl->
setVariable(
"TXT_KEYWORD", $this->
lng->txt(
"meta_keyword"));
178 $tpl->
setVariable(
"TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
179 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
183 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
184 $md_lan = $this->md_section->getLanguage(
$id);
189 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
194 if (count($ids) > 1) {
195 $this->
ctrl->setParameter($this,
'meta_index',
$id);
196 $this->
ctrl->setParameter($this,
'meta_path',
'meta_language');
200 "LANGUAGE_LOOP_ACTION_DELETE",
201 $this->
ctrl->getLinkTarget($this,
'deleteElement')
203 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
208 'gen_language[' .
$id .
'][language]',
209 $md_lan->getLanguageCode()
217 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
221 'gen_language[][language]',
234 'gen_title_language',
235 $this->md_section->getTitleLanguageCode()
239 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
240 $md_des = $this->md_section->getDescription(
$id);
242 if (count($ids) > 1) {
243 $this->
ctrl->setParameter($this,
'meta_index',
$id);
244 $this->
ctrl->setParameter($this,
'meta_path',
'meta_description');
248 "DESCRIPTION_LOOP_ACTION_DELETE",
249 $this->
ctrl->getLinkTarget($this,
'deleteElement')
251 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
257 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
258 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
260 "DESCRIPTION_LOOP_VAL",
263 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
265 "gen_description[" .
$id .
'][language]',
266 $md_des->getDescriptionLanguageCode()
274 foreach ($ids = $this->md_section->getKeywordIds() as
$id) {
275 $md_key = $this->md_section->getKeyword(
$id);
276 $keywords[$md_key->getKeywordLanguageCode()][]
277 = $md_key->getKeyword();
281 foreach ($keywords as
$lang => $keyword_set) {
284 $tpl->
setVariable(
"ROWSPAN_KEYWORD", count($keywords));
285 $tpl->
setVariable(
"TXT_COMMA_SEP2", $this->
lng->txt(
'comma_separated'));
286 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_KEYWORD", $this->
lng->txt(
"keywords"));
295 implode(
", ", $keyword_set)
300 "keyword[language][$lang]",
306 if ($keywords === []) {
309 $tpl->
setVariable(
"TXT_COMMA_SEP2", $this->
lng->txt(
'comma_separated'));
310 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_KEYWORD", $this->
lng->txt(
"keywords"));
314 "keyword[language][$lang]",
321 $tpl->
setVariable(
"TXT_EXPERTS", $this->
lng->txt(
'meta_subjectmatterexpert'));
322 $tpl->
setVariable(
"TXT_COMMA_SEP", $this->
lng->txt(
'comma_separated'));
323 $tpl->
setVariable(
"TXT_SCOPROP_EXPERT", $this->
lng->txt(
'sco_propagate'));
324 if (is_object($this->md_section = $this->md_obj->getLifecycle())) {
325 $sep = $ent_str =
"";
326 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
327 $md_con = $this->md_section->getContribute($con_id);
328 if ($md_con->getRole() ===
"SubjectMatterExpert") {
329 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
330 $md_ent = $md_con->getEntity($ent_id);
331 $ent_str .= $sep . $md_ent->getEntity();
339 $tpl->
setVariable(
"TXT_DESIGNERS", $this->
lng->txt(
'meta_instructionaldesigner'));
340 $tpl->
setVariable(
"TXT_SCOPROP_DESIGNERS", $this->
lng->txt(
'sco_propagate'));
341 if (is_object($this->md_section = $this->md_obj->getLifecycle())) {
342 $sep = $ent_str =
"";
343 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
344 $md_con = $this->md_section->getContribute($con_id);
345 if ($md_con->getRole() ===
"InstructionalDesigner") {
346 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
347 $md_ent = $md_con->getEntity($ent_id);
348 $ent_str .= $sep . $md_ent->getEntity();
356 $tpl->
setVariable(
"TXT_POC", $this->
lng->txt(
'meta_pointofcontact'));
357 $tpl->
setVariable(
"TXT_SCOPROP_POC", $this->
lng->txt(
'sco_propagate'));
358 if (is_object($this->md_section = $this->md_obj->getLifecycle())) {
359 $sep = $ent_str =
"";
360 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
361 $md_con = $this->md_section->getContribute($con_id);
362 if ($md_con->getRole() ===
"PointOfContact") {
363 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
364 $md_ent = $md_con->getEntity($ent_id);
365 $ent_str .= $sep . $md_ent->getEntity();
374 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
375 $this->md_section = $this->md_obj->addLifecycle();
376 $this->md_section->save();
378 if (is_object($this->md_section = $this->md_obj->getLifecycle())) {
380 $this->md_section->getStatus(),
382 array(0 => $this->
lng->txt(
'meta_please_select'))
390 $tlt = array(0, 0, 0, 0, 0);
392 if (is_object($this->md_section = $this->md_obj->getEducational())) {
394 if ($this->md_section->getTypicalLearningTime() !==
'') {
395 $tlt = array(0, 0, 0, 0, 0);
407 $tpl->
setVariable(
"TXT_TYPICAL_LEARN_TIME", $this->
lng->txt(
'meta_typical_learning_time'));
419 $tpl->
setVariable(
"TLT_HINT", ($tlt[4] ?? null) ?
'(hh:mm:ss)' :
'(hh:mm)');
423 $tpl->
setVariable(
"TXT_CURRENT_VAL", $this->
lng->txt(
'meta_current_value'));
424 $tpl->
setVariable(
"TLT", $this->md_section->getTypicalLearningTime());
425 $tpl->
setVariable(
"INFO_TLT_NOT_VALID", $this->
lng->txt(
'meta_info_tlt_not_valid'));
431 $this->tpl->setContent($tpl->
get());
436 if (!is_object($this->md_section = $this->md_obj->getGeneral())) {
437 $this->md_section = $this->md_obj->addGeneral();
438 $this->md_section->save();
444 $interruptive_signal = null;
446 if ($interruptive_modal !== null) {
447 $interruptive_signal = $interruptive_modal->getShowSignal();
448 $modal_content = $this->ui_renderer->render($interruptive_modal);
454 $this->tpl->setContent(
455 $modal_content . $form->
getHTML()
462 $this->
form->setId(
'ilquickeditform');
463 $this->
form->setShowTopButtons(
false);
467 $ti->setMaxLength(200);
469 if ($this->md_obj->getObjType() !==
'sess') {
470 $ti->setRequired(
true);
472 $ti->setValue($this->md_section->getTitle());
473 $this->
form->addItem($ti);
476 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
477 $md_des = $this->md_section->getDescription(
$id);
479 $this->
lng->txt(
"meta_description"),
480 "gen_description_" .
$id .
"_description" 484 $ta->setValue($md_des->getDescription());
485 if (count($ids) > 1) {
486 $ta->setInfo($this->
lng->txt(
"meta_l_" . $md_des->getDescriptionLanguageCode()));
489 $this->
form->addItem($ta);
496 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
497 $md_lan = $this->md_section->getLanguage(
$id);
498 $first_lang = $md_lan->getLanguageCode();
500 $si->setOptions($options);
501 $si->setValue($md_lan->getLanguageCode());
502 $this->
form->addItem($si);
507 $si->setOptions($options);
508 $this->
form->addItem($si);
514 foreach ($ids = $this->md_section->getKeywordIds() as
$id) {
515 $md_key = $this->md_section->getKeyword(
$id);
516 if (trim($md_key->getKeyword()) !==
'') {
517 $keywords[$md_key->getKeywordLanguageCode()][] = $md_key->getKeyword();
520 foreach ($keywords as
$lang => $keyword_set) {
522 $this->
lng->txt(
"keywords"),
523 "keywords[value][" .
$lang .
"]" 525 $kw->setDataSource($this->
ctrl->getLinkTarget($this,
"keywordAutocomplete",
"",
true));
526 $kw->setMaxLength(200);
529 if (count($keywords) > 1) {
530 $kw->setInfo($this->
lng->txt(
"meta_l_" .
$lang));
532 $this->
form->addItem($kw);
534 $kw->setValue($keyword_set);
536 if ($keywords === []) {
538 $this->
lng->txt(
"keywords"),
539 "keywords[value][" . $first_lang .
"]" 541 $kw->setDataSource($this->
ctrl->getLinkTarget($this,
"keywordAutocomplete",
"",
true));
542 $kw->setMaxLength(200);
545 $this->
form->addItem($kw);
551 $this->
lng->txt(
'authors') .
"<br />" .
552 "(" . sprintf($this->
lng->txt(
'md_separated_by'), $this->md_settings->getDelimiter()) .
")",
557 if ($this->md_obj->getLifecycle() instanceof
ilMDLifecycle) {
558 $sep = $ent_str =
"";
559 foreach (($ids = $this->md_obj->getLifecycle()->getContributeIds()) as $con_id) {
560 $md_con = $this->md_obj->getLifecycle()->getContribute($con_id);
561 if ($md_con->getRole() ===
"Author") {
562 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
563 $md_ent = $md_con->getEntity($ent_id);
564 $ent_str .= $sep . $md_ent->getEntity();
565 $sep = $this->md_settings->getDelimiter() .
" ";
569 $ta->setValue($ent_str);
571 $this->
form->addItem($ta);
579 $edu = $this->md_obj->getEducational();
580 if (is_object($edu)) {
583 $this->
form->addItem($tlt);
585 $this->
form->addCommandButton(
"updateQuickEdit", $this->
lng->txt(
"save"),
'button_ilquickeditform');
586 $this->
form->setTitle($this->
lng->txt(
"meta_quickedit"));
587 $this->
form->setFormAction($this->
ctrl->getFormAction($this));
590 $this->tpl->addJavaScript(
591 'Services/MetaData/js/ilMetaCopyrightListener.js' 593 $this->tpl->addOnLoadCode(
594 'il.MetaDataCopyrightListener.init("' .
595 $a_signal_id .
'","copyright","form_ilquickeditform","button_ilquickeditform");' 609 $this->md_obj->getRBACId(),
610 $this->md_obj->getObjId()
622 !$this->md_settings->isCopyrightSelectionActive() ||
629 $copyright->
setValue((
string) $current_id);
631 foreach ($cp_entries as $copyright_entry) {
633 $copyright_entry->getTitle(),
634 (string) $copyright_entry->getEntryId(),
635 $copyright_entry->getDescription()
638 if ($copyright_entry->getOutdated()) {
639 $radio_entry->
setTitle(
"(" . $this->
lng->txt(
'meta_copyright_outdated') .
") " . $radio_entry->getTitle());
640 $radio_entry->setDisabled(
true);
644 $oer_settings->supportsHarvesting($this->md_obj->getObjType()) &&
645 $oer_settings->isActiveCopyrightTemplate($copyright_entry->getEntryId())
649 $this->
lng->txt(
'meta_oer_blocked'),
650 'copyright_oer_blocked_' . $copyright_entry->getEntryId()
652 $blocked->
setInfo($this->
lng->txt(
'meta_oer_blocked_info'));
653 $blocked->setValue(
'1');
655 if ($status->isBlocked()) {
656 $blocked->setChecked(
true);
658 $radio_entry->addSubItem($blocked);
661 $copyright->addOption($radio_entry);
666 $this->
lng->txt(
'meta_cp_own'),
676 if ($current_id === 0) {
677 $own_copyright->setValue($description);
679 $own_selection->addSubItem($own_copyright);
680 $copyright->addOption($own_selection);
688 if ($this->
http->wrapper()->query()->has(
'term')) {
689 $term = $this->
http->wrapper()->query()->retrieve(
691 $this->
refinery->kindlyTo()->string()
697 $this->md_obj->getObjType(),
698 $this->md_obj->getRBACId()
703 foreach (
$res as $r) {
713 echo json_encode($result, JSON_THROW_ON_ERROR);
719 $this->md_section = $this->md_obj->getGeneral();
723 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'title_required'));
728 $this->md_section->setTitle($form->
getInput(
'gen_title'));
729 $this->md_section->update();
731 $has_language =
false;
732 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
733 $md_lan = $this->md_section->getLanguage(
$id);
734 $md_lan->setLanguage(
736 $form->
getInput(
'gen_language_' .
$id .
'_language')
740 $has_language =
true;
742 if (!$has_language) {
743 $md_lan = $this->md_section->addLanguage();
744 $md_lan->setLanguage(
746 $form->
getInput(
'gen_language_language')
752 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
753 $md_des = $this->md_section->getDescription(
$id);
754 $md_des->setDescription($form->
getInput(
'gen_description_' .
$id .
'_description'));
762 if ($this->
http->wrapper()->post()->has(
'keywords')) {
763 $keywords = (array) $this->
http->wrapper()->post()->retrieve(
768 $keyword_values = $keywords[
'value'] ?? null;
769 if (is_array($keyword_values)) {
776 if ($this->
http->wrapper()->post()->has(
'copyright')) {
777 $copyright = $this->
http->wrapper()->post()->retrieve(
783 if ($this->
http->wrapper()->post()->has(
'copyright_text')) {
784 $copyright_text = $this->
http->wrapper()->post()->retrieve(
786 $this->
refinery->kindlyTo()->string()
791 $copyright_text !==
'' 793 if (!is_object($this->md_section = $this->md_obj->getRights())) {
794 $this->md_section = $this->md_obj->addRights();
795 $this->md_section->save();
797 if ($copyright > 0) {
798 $this->md_section->setCopyrightAndOtherRestrictions(
"Yes");
799 $this->md_section->setDescription(
'il_copyright_entry__' .
IL_INST_ID .
'__' . (
int) $copyright);
801 $this->md_section->setCopyrightAndOtherRestrictions(
"Yes");
802 $this->md_section->setDescription((
string) $copyright_text);
804 $this->md_section->update();
808 if ($oer_settings->supportsHarvesting($this->md_obj->getObjType())) {
809 $chosen_copyright = $copyright;
812 $copyright_blocked =
false;
813 if ($this->
http->wrapper()->post()->has(
'copyright_oer_blocked_' . $chosen_copyright)) {
814 $copyright_blocked = $this->
http->wrapper()->post()->retrieve(
815 'copyright_oer_blocked_' . $chosen_copyright,
819 $status->setBlocked($copyright_blocked);
822 } elseif (is_object($this->md_section = $this->md_obj->getRights())) {
823 $this->md_section->setCopyrightAndOtherRestrictions(
"No");
824 $this->md_section->setDescription(
"");
825 $this->md_section->update();
833 foreach ($tlt_post_vars as $post_var) {
834 $tlt_section = (
int) ($tlt[$post_var] ?? 0);
835 if ($tlt_section > 0) {
841 if (!is_object($this->md_section = $this->md_obj->getEducational())) {
842 $this->md_section = $this->md_obj->addEducational();
843 $this->md_section->save();
845 $this->md_section->setPhysicalTypicalLearningTime(
846 (
int) ($tlt[$tlt_post_vars[
'mo']] ?? 0),
847 (
int) ($tlt[$tlt_post_vars[
'd']] ?? 0),
848 (
int) ($tlt[$tlt_post_vars[
'h']] ?? 0),
849 (
int) ($tlt[$tlt_post_vars[
'm']] ?? 0),
850 (
int) ($tlt[$tlt_post_vars[
's']] ?? 0)
852 $this->md_section->update();
853 } elseif (is_object($this->md_section = $this->md_obj->getEducational())) {
854 $this->md_section->setPhysicalTypicalLearningTime(0, 0, 0, 0, 0);
855 $this->md_section->update();
860 if ($form->
getInput(
'life_authors') !==
'') {
861 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
862 $this->md_section = $this->md_obj->addLifecycle();
863 $this->md_section->save();
867 $life_authors = $form->
getInput(
'life_authors');
868 $auth_arr = explode($this->md_settings->getDelimiter(), $life_authors);
869 for (
$i = 0, $iMax = count($auth_arr);
$i < $iMax;
$i++) {
870 $auth_arr[
$i] = trim($auth_arr[
$i]);
876 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
877 $md_con = $this->md_section->getContribute($con_id);
878 if ($md_con->getRole() ===
"Author") {
879 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
880 $md_ent = $md_con->getEntity($ent_id);
883 if (in_array($md_ent->getEntity(), $auth_arr,
true)) {
884 unset($auth_arr[array_search($md_ent->getEntity(), $auth_arr,
true)]);
889 $md_con_author = $md_con;
894 if (count($auth_arr) > 0) {
895 if (!is_object($md_con_author)) {
896 $md_con_author = $this->md_section->addContribute();
897 $md_con_author->setRole(
"Author");
898 $md_con_author->save();
900 foreach ($auth_arr as
$auth) {
901 $md_ent = $md_con_author->addEntity();
906 } elseif (is_object($this->md_section = $this->md_obj->getLifecycle())) {
907 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
908 $md_con = $this->md_section->getContribute($con_id);
909 if ($md_con->getRole() ===
"Author") {
918 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"),
true);
919 $this->
ctrl->redirect($this,
'listSection');
925 $module_id = $this->md_obj->getObjId();
926 if ($this->md_obj->getObjType() ===
'sco') {
927 $module_id = $this->md_obj->getRBACId();
929 $tree =
new ilTree($module_id);
930 $tree->
setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
933 $post = $this->
http->request()->getParsedBody();
935 $sco_md =
new ilMD($module_id, $sco[
'obj_id'],
'sco');
936 if (
$post[$request] !=
"") {
937 if (!is_object($sco_md_section = $sco_md->getLifecycle())) {
938 $sco_md_section = $sco_md->addLifecycle();
939 $sco_md_section->save();
942 $auth_arr = explode(
",",
$post[$request]);
943 for (
$i = 0, $iMax = count($auth_arr);
$i < $iMax;
$i++) {
944 $auth_arr[
$i] = trim($auth_arr[
$i]);
950 foreach (($ids = $sco_md_section->getContributeIds()) as $con_id) {
951 $md_con = $sco_md_section->getContribute($con_id);
952 if ($md_con->getRole() ===
$type) {
953 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
954 $md_ent = $md_con->getEntity($ent_id);
957 if (in_array($md_ent->getEntity(), $auth_arr,
true)) {
958 unset($auth_arr[array_search($md_ent->getEntity(), $auth_arr,
true)]);
963 $md_con_author = $md_con;
968 if (count($auth_arr) > 0) {
969 if (!is_object($md_con_author)) {
970 $md_con_author = $sco_md_section->addContribute();
971 $md_con_author->setRole($type);
972 $md_con_author->save();
974 foreach ($auth_arr as
$auth) {
975 $md_ent = $md_con_author->addEntity();
980 } elseif (is_object($sco_md_section = $sco_md->getLifecycle())) {
981 foreach (($ids = $sco_md_section->getContributeIds()) as $con_id) {
982 $md_con = $sco_md_section->getContribute($con_id);
983 if ($md_con->getRole() ===
$type) {
1013 $post = $this->
http->request()->getParsedBody();
1016 $this->md_section = $this->md_obj->getGeneral();
1019 $this->md_section->update();
1023 if (is_array(
$post[
'gen_language'] ?? null)) {
1026 $md_lan = $this->md_section->getLanguage(
$id);
1030 $md_lan = $this->md_section->addLanguage();
1037 if (is_array(
$post[
'gen_description'] ?? null)) {
1039 $md_des = $this->md_section->getDescription(
$id);
1047 if (is_array(
$post[
"keywords"][
"value"] ?? null)) {
1048 $new_keywords = array();
1049 foreach (
$post[
"keywords"][
"value"] as
$lang => $keywords) {
1050 $language =
$post[
"keyword"][
"language"][
$lang];
1051 $keywords = explode(
",", $keywords);
1052 foreach ($keywords as $keyword) {
1053 $new_keywords[$language][] = trim($keyword);
1058 foreach ($ids = $this->md_section->getKeywordIds() as
$id) {
1059 $md_key = $this->md_section->getKeyword(
$id);
1061 $lang = $md_key->getKeywordLanguageCode();
1064 if (is_array($new_keywords[
$lang] ??
'') &&
1065 in_array($md_key->getKeyword(), $new_keywords[
$lang],
true)) {
1066 unset($new_keywords[$lang][array_search($md_key->getKeyword(), $new_keywords[
$lang],
true)]);
1073 foreach ($new_keywords as
$lang => $key_arr) {
1074 foreach ($key_arr as $keyword) {
1075 if ($keyword !==
"") {
1076 $md_key = $this->md_section->addKeyword();
1087 if ((
$post[
'copyright_id'] ?? null) or (
$post[
'rights_copyright'] ?? null)) {
1088 if (!is_object($this->md_section = $this->md_obj->getRights())) {
1089 $this->md_section = $this->md_obj->addRights();
1090 $this->md_section->save();
1092 if (
$post[
'copyright_id'] ?? null) {
1093 $this->md_section->setCopyrightAndOtherRestrictions(
"Yes");
1094 $this->md_section->setDescription(
'il_copyright_entry__' .
IL_INST_ID .
'__' . (
int)
$post[
'copyright_id']);
1096 $this->md_section->setCopyrightAndOtherRestrictions(
"Yes");
1099 $this->md_section->update();
1100 } elseif (is_object($this->md_section = $this->md_obj->getRights())) {
1101 $this->md_section->setCopyrightAndOtherRestrictions(
"No");
1102 $this->md_section->setDescription(
"");
1103 $this->md_section->update();
1109 if ((
$post[
'tlt'][
'mo'] ?? null) or (
$post[
'tlt'][
'd'] ?? null) or
1110 (
$post[
"tlt"][
'h'] ?? null) or (
$post[
'tlt'][
'm'] ?? null) or
1111 (
$post[
'tlt'][
's'] ?? null)) {
1112 if (!is_object($this->md_section = $this->md_obj->getEducational())) {
1113 $this->md_section = $this->md_obj->addEducational();
1114 $this->md_section->save();
1116 $this->md_section->setPhysicalTypicalLearningTime(
1117 (
int) (
$post[
'tlt'][
'mo'] ?? 0),
1118 (
int) (
$post[
'tlt'][
'd'] ?? 0),
1119 (
int) (
$post[
'tlt'][
'h'] ?? 0),
1120 (
int) (
$post[
'tlt'][
'm'] ?? 0),
1121 (
int) (
$post[
'tlt'][
's'] ?? 0)
1123 $this->md_section->update();
1124 } elseif (is_object($this->md_section = $this->md_obj->getEducational())) {
1125 $this->md_section->setPhysicalTypicalLearningTime(0, 0, 0, 0, 0);
1126 $this->md_section->update();
1131 if (
$post[
"life_experts"] !=
"") {
1132 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
1133 $this->md_section = $this->md_obj->addLifecycle();
1134 $this->md_section->save();
1138 $auth_arr = explode(
",",
$post[
"life_experts"]);
1139 for (
$i = 0, $iMax = count($auth_arr);
$i < $iMax;
$i++) {
1140 $auth_arr[
$i] = trim($auth_arr[
$i]);
1143 $md_con_author =
"";
1146 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1147 $md_con = $this->md_section->getContribute($con_id);
1148 if ($md_con->getRole() ===
"SubjectMatterExpert") {
1149 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
1150 $md_ent = $md_con->getEntity($ent_id);
1153 if (in_array($md_ent->getEntity(), $auth_arr,
true)) {
1154 unset($auth_arr[array_search($md_ent->getEntity(), $auth_arr,
true)]);
1159 $md_con_author = $md_con;
1164 if (count($auth_arr) > 0) {
1165 if (!is_object($md_con_author)) {
1166 $md_con_author = $this->md_section->addContribute();
1167 $md_con_author->setRole(
"SubjectMatterExpert");
1168 $md_con_author->save();
1170 foreach ($auth_arr as
$auth) {
1171 $md_ent = $md_con_author->addEntity();
1176 } elseif (is_object($this->md_section = $this->md_obj->getLifecycle())) {
1177 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1178 $md_con = $this->md_section->getContribute($con_id);
1179 if ($md_con->getRole() ===
"SubjectMatterExpert") {
1186 if ((
$post[
"life_designers"] ?? null) !=
"") {
1187 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
1188 $this->md_section = $this->md_obj->addLifecycle();
1189 $this->md_section->save();
1193 $auth_arr = explode(
",",
$post[
"life_designers"]);
1194 for (
$i = 0, $iMax = count($auth_arr);
$i < $iMax;
$i++) {
1195 $auth_arr[
$i] = trim($auth_arr[
$i]);
1198 $md_con_author =
"";
1201 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1202 $md_con = $this->md_section->getContribute($con_id);
1203 if ($md_con->getRole() ===
"InstructionalDesigner") {
1204 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
1205 $md_ent = $md_con->getEntity($ent_id);
1208 if (in_array($md_ent->getEntity(), $auth_arr,
true)) {
1209 unset($auth_arr[array_search($md_ent->getEntity(), $auth_arr,
true)]);
1214 $md_con_author = $md_con;
1219 if (count($auth_arr) > 0) {
1220 if (!is_object($md_con_author)) {
1221 $md_con_author = $this->md_section->addContribute();
1222 $md_con_author->setRole(
"InstructionalDesigner");
1223 $md_con_author->save();
1225 foreach ($auth_arr as
$auth) {
1226 $md_ent = $md_con_author->addEntity();
1231 } elseif (is_object($this->md_section = $this->md_obj->getLifecycle())) {
1232 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1233 $md_con = $this->md_section->getContribute($con_id);
1234 if ($md_con->getRole() ===
"InstructionalDesigner") {
1241 if ((
$post[
"life_poc"] ?? null) !=
"") {
1242 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
1243 $this->md_section = $this->md_obj->addLifecycle();
1244 $this->md_section->save();
1248 $auth_arr = explode(
",",
$post[
"life_poc"]);
1249 for (
$i = 0, $iMax = count($auth_arr);
$i < $iMax;
$i++) {
1250 $auth_arr[
$i] = trim($auth_arr[
$i]);
1253 $md_con_author =
"";
1256 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1257 $md_con = $this->md_section->getContribute($con_id);
1258 if ($md_con->getRole() ===
"PointOfContact") {
1259 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
1260 $md_ent = $md_con->getEntity($ent_id);
1263 if (in_array($md_ent->getEntity(), $auth_arr,
true)) {
1264 unset($auth_arr[array_search($md_ent->getEntity(), $auth_arr,
true)]);
1269 $md_con_author = $md_con;
1274 if (count($auth_arr) > 0) {
1275 if (!is_object($md_con_author)) {
1276 $md_con_author = $this->md_section->addContribute();
1277 $md_con_author->setRole(
"PointOfContact");
1278 $md_con_author->save();
1280 foreach ($auth_arr as
$auth) {
1281 $md_ent = $md_con_author->addEntity();
1286 } elseif (is_object($this->md_section = $this->md_obj->getLifecycle())) {
1287 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
1288 $md_con = $this->md_section->getContribute($con_id);
1289 if ($md_con->getRole() ===
"PointOfContact") {
1295 $this->md_section = $this->md_obj->getLifecycle();
1298 $this->md_section->setStatus(
$post[
'lif_status'] ??
'');
1299 $this->md_section->update();
1305 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"),
true);
1306 $this->
ctrl->redirect($this,
'listSection');
1311 if (!is_object($this->md_section = $this->md_obj->getGeneral())) {
1312 $this->md_section = $this->md_obj->addGeneral();
1313 $this->md_section->save();
1318 $tpl =
new ilTemplate(
'tpl.md_general.html',
true,
true,
'Services/MetaData');
1320 $this->
ctrl->setReturn($this,
'listGeneral');
1321 $this->
ctrl->setParameter($this,
'section',
'meta_general');
1326 $tpl->
setVariable(
"TXT_GENERAL", $this->
lng->txt(
"meta_general"));
1327 $tpl->
setVariable(
"TXT_IDENTIFIER", $this->
lng->txt(
"meta_identifier"));
1328 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
1329 $tpl->
setVariable(
"TXT_KEYWORD", $this->
lng->txt(
"meta_keyword"));
1330 $tpl->
setVariable(
"TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
1331 $tpl->
setVariable(
"TXT_STRUCTURE", $this->
lng->txt(
"meta_structure"));
1332 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
1334 $tpl->
setVariable(
"TXT_COLLECTION", $this->
lng->txt(
"meta_collection"));
1335 $tpl->
setVariable(
"TXT_NETWORKED", $this->
lng->txt(
"meta_networked"));
1336 $tpl->
setVariable(
"TXT_HIERARCHICAL", $this->
lng->txt(
"meta_hierarchical"));
1340 $tpl->
setVariable(
"STRUCTURE_VAL_" . strtoupper($this->md_section->getStructure()),
" selected=selected");
1344 foreach ($ids = $this->md_section->getIdentifierIds() as
$id) {
1345 $md_ide = $this->md_section->getIdentifier(
$id);
1350 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_IDENTIFIER", $this->
lng->txt(
"meta_identifier"));
1351 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_CATALOG", $this->
lng->txt(
"meta_catalog"));
1352 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_ENTRY", $this->
lng->txt(
"meta_entry"));
1358 if (count($ids) > 1) {
1359 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1360 $this->
ctrl->setParameter($this,
'meta_path',
'meta_identifier');
1362 if ($md_ide->getCatalog() !==
"ILIAS") {
1365 "IDENTIFIER_LOOP_ACTION_DELETE",
1366 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1368 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1374 if ($md_ide->getCatalog() ===
"ILIAS") {
1375 $tpl->
setVariable(
"DISABLE_IDENT",
' disabled="disabled" ');
1379 "IDENTIFIER_LOOP_VAL_IDENTIFIER_CATALOG",
1383 "IDENTIFIER_LOOP_VAL_IDENTIFIER_ENTRY",
1391 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
1392 $md_lan = $this->md_section->getLanguage(
$id);
1397 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
1402 if (count($ids) > 1) {
1403 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1404 $this->
ctrl->setParameter($this,
'meta_path',
'meta_language');
1408 "LANGUAGE_LOOP_ACTION_DELETE",
1409 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1411 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
1416 'gen_language[' .
$id .
'][language]',
1417 $md_lan->getLanguageCode()
1429 'gen_title_language',
1430 $this->md_section->getTitleLanguageCode()
1434 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
1435 $md_des = $this->md_section->getDescription(
$id);
1437 if (count($ids) > 1) {
1438 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1439 $this->
ctrl->setParameter($this,
'meta_path',
'meta_description');
1443 "DESCRIPTION_LOOP_ACTION_DELETE",
1444 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1446 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
1452 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
1453 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
1455 "DESCRIPTION_LOOP_VAL",
1458 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
1460 "gen_description[" .
$id .
'][language]',
1461 $md_des->getDescriptionLanguageCode()
1468 foreach ($ids = $this->md_section->getKeywordIds() as
$id) {
1469 $md_key = $this->md_section->getKeyword(
$id);
1473 $tpl->
setVariable(
"ROWSPAN_KEYWORD", count($ids));
1474 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_KEYWORD", $this->
lng->txt(
"meta_keyword"));
1479 if (count($ids) > 1) {
1480 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1481 $this->
ctrl->setParameter($this,
'meta_path',
'meta_keyword');
1485 "KEYWORD_LOOP_ACTION_DELETE",
1486 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1488 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
1494 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
1499 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
1501 "gen_keyword[" .
$id .
'][language]',
1502 $md_key->getKeywordLanguageCode()
1509 $tpl->
setVariable(
"COVERAGE_LOOP_TXT_COVERAGE", $this->
lng->txt(
'meta_coverage'));
1511 "COVERAGE_LOOP_VAL",
1514 $tpl->
setVariable(
"COVERAGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
'meta_language'));
1516 'gen_coverage_language',
1517 $this->md_section->getCoverageLanguageCode()
1522 $this->tpl->setContent($tpl->
get());
1528 if ($this->
http->wrapper()->post()->has(
'gen_title')) {
1529 $gen_title = $this->
http->wrapper()->post()->retrieve(
1531 $this->
refinery->kindlyTo()->string()
1534 if (trim($gen_title) ===
'') {
1535 if ($this->md_obj->getObjType() !==
'sess') {
1536 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'title_required'));
1542 $gen_structure =
'';
1543 if ($this->
http->wrapper()->post()->has(
'gen_structure')) {
1544 $gen_structure = $this->
http->wrapper()->post()->retrieve(
1546 $this->
refinery->kindlyTo()->string()
1549 $gen_title_language =
'';
1550 if ($this->
http->wrapper()->post()->has(
'gen_title_language')) {
1551 $gen_title_language = $this->
http->wrapper()->post()->retrieve(
1552 'gen_title_language',
1553 $this->
refinery->kindlyTo()->string()
1557 if ($this->
http->wrapper()->post()->has(
'gen_coverage')) {
1558 $gen_coverage = $this->
http->wrapper()->post()->retrieve(
1560 $this->
refinery->kindlyTo()->string()
1563 $gen_coverage_language =
'';
1564 if ($this->
http->wrapper()->post()->has(
'gen_coverage_language')) {
1565 $gen_coverage_language = $this->
http->wrapper()->post()->retrieve(
1566 'gen_coverage_language',
1567 $this->
refinery->kindlyTo()->string()
1571 $this->md_section = $this->md_obj->getGeneral();
1572 $this->md_section->setStructure($gen_structure);
1573 $this->md_section->setTitle($gen_title);
1574 $this->md_section->setTitleLanguage(
new ilMDLanguageItem($gen_title_language));
1576 $this->md_section->setCoverageLanguage(
new ilMDLanguageItem($gen_coverage_language));
1577 $this->md_section->update();
1580 $gen_identifier = [];
1581 if ($this->
http->wrapper()->post()->has(
'gen_identifier')) {
1582 $gen_identifier = $this->
http->wrapper()->post()->retrieve(
1587 foreach ($gen_identifier as
$id =>
$data) {
1588 $md_ide = $this->md_section->getIdentifier(
$id);
1596 if ($this->
http->wrapper()->post()->has(
'gen_language')) {
1597 $gen_language = $this->
http->wrapper()->post()->retrieve(
1602 foreach ($gen_language as
$id =>
$data) {
1603 $md_lan = $this->md_section->getLanguage(
$id);
1608 $gen_description = [];
1609 if ($this->
http->wrapper()->post()->has(
'gen_description')) {
1610 $gen_description = $this->
http->wrapper()->post()->retrieve(
1615 foreach ($gen_description as
$id =>
$data) {
1616 $md_des = $this->md_section->getDescription(
$id);
1623 if ($this->
http->wrapper()->post()->has(
'gen_keyword')) {
1624 $gen_keyword = $this->
http->wrapper()->post()->retrieve(
1629 foreach ($gen_keyword as
$id =>
$data) {
1630 $md_key = $this->md_section->getKeyword(
$id);
1640 $this->
ctrl->setParameter($this,
"section",
"meta_general");
1641 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"),
true);
1642 $this->
ctrl->redirect($this,
'listSection');
1650 if ($this->
http->wrapper()->post()->has(
'met_size')) {
1651 $met_size = $this->
http->wrapper()->post()->retrieve(
1653 $this->
refinery->kindlyTo()->string()
1657 if ($this->
http->wrapper()->post()->has(
'met_inst')) {
1658 $met_inst = $this->
http->wrapper()->post()->retrieve(
1660 $this->
refinery->kindlyTo()->string()
1663 $inst_language =
'';
1664 if ($this->
http->wrapper()->post()->has(
'inst_language')) {
1665 $inst_language = $this->
http->wrapper()->post()->retrieve(
1667 $this->
refinery->kindlyTo()->string()
1671 if ($this->
http->wrapper()->post()->has(
'met_opr')) {
1672 $met_opr = $this->
http->wrapper()->post()->retrieve(
1674 $this->
refinery->kindlyTo()->string()
1678 if ($this->
http->wrapper()->post()->has(
'duration')) {
1679 $duration = $this->
http->wrapper()->post()->retrieve(
1681 $this->
refinery->kindlyTo()->string()
1685 if ($this->
http->wrapper()->post()->has(
'opr_language')) {
1686 $opr_language = $this->
http->wrapper()->post()->retrieve(
1688 $this->
refinery->kindlyTo()->string()
1692 $this->md_section = $this->md_obj->getTechnical();
1693 $this->md_section->setSize($met_size);
1694 $this->md_section->setInstallationRemarks($met_inst);
1695 $this->md_section->setInstallationRemarksLanguage(
new ilMDLanguageItem($inst_language));
1696 $this->md_section->setOtherPlatformRequirements($met_opr);
1697 $this->md_section->setOtherPlatformRequirementsLanguage(
new ilMDLanguageItem($opr_language));
1698 $this->md_section->setDuration($duration);
1699 $this->md_section->update();
1703 if ($this->
http->wrapper()->post()->has(
'met_format')) {
1704 $met_format = (array) $this->
http->wrapper()->post()->retrieve(
1709 foreach ($met_format as
$id =>
$data) {
1710 $md_for = $this->md_section->getFormat(
$id);
1716 if ($this->
http->wrapper()->post()->has(
'met_location')) {
1717 $met_location = (array) $this->
http->wrapper()->post()->retrieve(
1722 foreach ($met_location as
$id =>
$data) {
1723 $md_loc = $this->md_section->getLocation(
$id);
1729 if ($this->
http->wrapper()->post()->has(
'met_re')) {
1730 $met_re = (array) $this->
http->wrapper()->post()->retrieve(
1735 foreach ($met_re as
$id =>
$data) {
1736 $md_re = $this->md_section->getRequirement(
$id);
1747 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
1755 $tpl =
new ilTemplate(
'tpl.md_technical.html',
true,
true,
'Services/MetaData');
1757 $this->
ctrl->setParameter($this,
"section",
"meta_technical");
1758 if (!is_object($this->md_section = $this->md_obj->getTechnical())) {
1760 $tpl->
setVariable(
"TXT_NO_TECHNICAL", $this->
lng->txt(
"meta_no_technical"));
1761 $tpl->
setVariable(
"TXT_ADD_TECHNICAL", $this->
lng->txt(
"meta_add"));
1762 $tpl->
setVariable(
"ACTION_ADD_TECHNICAL", $this->
ctrl->getLinkTarget($this,
"addSection"));
1765 $this->tpl->setContent($tpl->
get());
1769 $this->
ctrl->setReturn($this,
'listTechnical');
1770 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
1773 $tpl->
setVariable(
"TXT_TECHNICAL", $this->
lng->txt(
'meta_technical'));
1778 $this->
ctrl->getLinkTarget($this,
"deleteSection")
1786 foreach ($ids = $this->md_section->getFormatIds() as
$id) {
1787 $md_for = $this->md_section->getFormat(
$id);
1791 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1792 $this->
ctrl->setParameter($this,
'meta_path',
'meta_format');
1793 $tpl->
setVariable(
"FORMAT_LOOP_ACTION_DELETE", $this->
ctrl->getLinkTarget($this,
'deleteElement'));
1794 $tpl->
setVariable(
"FORMAT_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1797 $tpl->
setVariable(
"FORMAT_LOOP_TXT_FORMAT", $this->
lng->txt(
'meta_format'));
1806 $tpl->
setVariable(
"SIZE_TXT_SIZE", $this->
lng->txt(
'meta_size'));
1810 foreach ($ids = $this->md_section->getLocationIds() as
$id) {
1811 $md_loc = $this->md_section->getLocation(
$id);
1815 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1816 $this->
ctrl->setParameter($this,
'meta_path',
'meta_location');
1817 $tpl->
setVariable(
"LOCATION_LOOP_ACTION_DELETE", $this->
ctrl->getLinkTarget($this,
'deleteElement'));
1818 $tpl->
setVariable(
"LOCATION_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1820 $tpl->
setVariable(
"LOCATION_LOOP_TXT_LOCATION", $this->
lng->txt(
'meta_location'));
1822 $tpl->
setVariable(
"LOCATION_LOOP_TXT_TYPE", $this->
lng->txt(
'meta_type'));
1824 "LOCATION_LOOP_VAL",
1829 "SEL_LOCATION_TYPE",
1831 $md_loc->getLocationType(),
1832 "met_location[" .
$id .
"][Type]",
1833 array(0 => $this->
lng->txt(
'meta_please_select'))
1839 foreach ($ids = $this->md_section->getRequirementIds() as
$id) {
1840 $md_re = $this->md_section->getRequirement(
$id);
1844 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1845 $this->
ctrl->setParameter($this,
'meta_path',
'meta_requirement');
1847 "REQUIREMENT_LOOP_ACTION_DELETE",
1848 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1850 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1852 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_REQUIREMENT", $this->
lng->txt(
'meta_requirement'));
1853 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_TYPE", $this->
lng->txt(
'meta_type'));
1854 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_OPERATINGSYSTEM", $this->
lng->txt(
'meta_operating_system'));
1855 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_BROWSER", $this->
lng->txt(
'meta_browser'));
1856 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_NAME", $this->
lng->txt(
'meta_name'));
1857 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_MINIMUMVERSION", $this->
lng->txt(
'meta_minimum_version'));
1858 $tpl->
setVariable(
"REQUIREMENT_LOOP_TXT_MAXIMUMVERSION", $this->
lng->txt(
'meta_maximum_version'));
1862 "REQUIREMENT_SEL_OS_NAME",
1864 $md_re->getOperatingSystemName(),
1865 "met_re[" .
$id .
"][os][name]",
1866 array(0 => $this->
lng->txt(
'meta_please_select'))
1870 "REQUIREMENT_SEL_BROWSER_NAME",
1872 $md_re->getBrowserName(),
1873 "met_re[" .
$id .
"][browser][name]",
1874 array(0 => $this->
lng->txt(
'meta_please_select'))
1879 "REQUIREMENT_LOOP_VAL_OPERATINGSYSTEM_MINIMUMVERSION",
1884 "REQUIREMENT_LOOP_VAL_OPERATINGSYSTEM_MAXIMUMVERSION",
1889 "REQUIREMENT_LOOP_VAL_BROWSER_MINIMUMVERSION",
1894 "REQUIREMENT_LOOP_VAL_BROWSER_MAXIMUMVERSION",
1900 foreach ($ids = $this->md_section->getOrCompositeIds() as $or_id) {
1901 $md_or = $this->md_section->getOrComposite($or_id);
1902 foreach ($ids = $md_or->getRequirementIds() as
$id) {
1903 $md_re = $this->md_section->getRequirement(
$id);
1907 $this->
ctrl->setParameter($this,
'meta_index',
$id);
1908 $this->
ctrl->setParameter($this,
'meta_path',
'meta_requirement');
1910 "ORREQUIREMENT_LOOP_ACTION_DELETE",
1911 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1913 $tpl->
setVariable(
"ORREQUIREMENT_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1915 $tpl->
setVariable(
"ORREQUIREMENT_LOOP_TXT_REQUIREMENT", $this->
lng->txt(
'meta_requirement'));
1916 $tpl->
setVariable(
"ORREQUIREMENT_LOOP_TXT_TYPE", $this->
lng->txt(
'meta_type'));
1918 "ORREQUIREMENT_LOOP_TXT_OPERATINGSYSTEM",
1919 $this->
lng->txt(
'meta_operating_system')
1921 $tpl->
setVariable(
"ORREQUIREMENT_LOOP_TXT_BROWSER", $this->
lng->txt(
'meta_browser'));
1922 $tpl->
setVariable(
"ORREQUIREMENT_LOOP_TXT_NAME", $this->
lng->txt(
'meta_name'));
1924 "ORREQUIREMENT_LOOP_TXT_MINIMUMVERSION",
1925 $this->
lng->txt(
'meta_minimum_version')
1928 "ORREQUIREMENT_LOOP_TXT_MAXIMUMVERSION",
1929 $this->
lng->txt(
'meta_maximum_version')
1934 "ORREQUIREMENT_SEL_OS_NAME",
1936 $md_re->getOperatingSystemName(),
1937 "met_re[" .
$id .
"][os][name]",
1938 array(0 => $this->
lng->txt(
'meta_please_select'))
1942 "ORREQUIREMENT_SEL_BROWSER_NAME",
1944 $md_re->getBrowserName(),
1945 "met_re[" .
$id .
"][browser][name]",
1946 array(0 => $this->
lng->txt(
'meta_please_select'))
1951 "ORREQUIREMENT_LOOP_VAL_OPERATINGSYSTEM_MINIMUMVERSION",
1956 "ORREQUIREMENT_LOOP_VAL_OPERATINGSYSTEM_MAXIMUMVERSION",
1961 "ORREQUIREMENT_LOOP_VAL_BROWSER_MINIMUMVERSION",
1966 "ORREQUIREMENT_LOOP_VAL_BROWSER_MAXIMUMVERSION",
1973 $this->
ctrl->setParameter($this,
'meta_index', $or_id);
1974 $this->
ctrl->setParameter($this,
'meta_path',
'meta_or_composite');
1975 $this->
ctrl->setParameter($this,
'meta_technical', $this->md_section->getMetaId());
1977 "ORCOMPOSITE_LOOP_ACTION_DELETE",
1978 $this->
ctrl->getLinkTarget($this,
'deleteElement')
1980 $tpl->
setVariable(
"ORCOMPOSITE_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
1982 $tpl->
setVariable(
"ORCOMPOSITE_LOOP_TXT_ORCOMPOSITE", $this->
lng->txt(
'meta_or_composite'));
1988 "INSTALLATIONREMARKS_TXT_INSTALLATIONREMARKS",
1989 $this->
lng->txt(
'meta_installation_remarks')
1991 $tpl->
setVariable(
"INSTALLATIONREMARKS_TXT_LANGUAGE", $this->
lng->txt(
'meta_language'));
1994 "INSTALLATIONREMARKS_VAL",
1998 "INSTALLATIONREMARKS_VAL_LANGUAGE",
2001 $this->md_section->getInstallationRemarksLanguageCode()
2007 "OTHERPLATTFORMREQUIREMENTS_TXT_OTHERPLATTFORMREQUIREMENTS",
2008 $this->
lng->txt(
'meta_other_plattform_requirements')
2010 $tpl->
setVariable(
"OTHERPLATTFORMREQUIREMENTS_TXT_LANGUAGE", $this->
lng->txt(
'meta_language'));
2013 "OTHERPLATTFORMREQUIREMENTS_VAL",
2017 "OTHERPLATTFORMREQUIREMENTS_VAL_LANGUAGE",
2020 $this->md_section->getOtherPlatformRequirementsLanguageCode()
2025 $tpl->
setVariable(
"DURATION_TXT_DURATION", $this->
lng->txt(
'meta_duration'));
2035 $this->tpl->setContent($tpl->
get());
2043 $tpl =
new ilTemplate(
'tpl.md_lifecycle.html',
true,
true,
'Services/MetaData');
2045 $this->
ctrl->setParameter($this,
"section",
"meta_lifecycle");
2046 if (!is_object($this->md_section = $this->md_obj->getLifecycle())) {
2048 $tpl->
setVariable(
"TXT_NO_LIFECYCLE", $this->
lng->txt(
"meta_no_lifecycle"));
2049 $tpl->
setVariable(
"TXT_ADD_LIFECYCLE", $this->
lng->txt(
"meta_add"));
2050 $tpl->
setVariable(
"ACTION_ADD_LIFECYCLE", $this->
ctrl->getLinkTarget($this,
"addSection"));
2053 $this->tpl->setContent($tpl->
get());
2057 $this->
ctrl->setReturn($this,
'listLifecycle');
2058 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
2061 $tpl->
setVariable(
"TXT_LIFECYCLE", $this->
lng->txt(
'meta_lifecycle'));
2066 $this->
ctrl->getLinkTarget($this,
"deleteSection")
2076 $this->md_section->getStatus(),
2078 array(0 => $this->
lng->txt(
'meta_please_select'))
2081 $tpl->
setVariable(
"TXT_VERSION", $this->
lng->txt(
'meta_version'));
2087 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
'meta_language'));
2090 $this->md_section->getVersionLanguageCode()
2094 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
2095 $md_con = $this->md_section->getContribute($con_id);
2097 if (count($ids) > 1) {
2098 $this->
ctrl->setParameter($this,
'meta_index', $con_id);
2099 $this->
ctrl->setParameter($this,
'meta_path',
'meta_contribute');
2103 "CONTRIBUTE_LOOP_ACTION_DELETE",
2104 $this->
ctrl->getLinkTarget($this,
'deleteElement')
2106 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
2110 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
2111 $md_ent = $md_con->getEntity($ent_id);
2113 $this->
ctrl->setParameter($this,
'meta_path',
'meta_entity');
2115 if (count($ent_ids) > 1) {
2118 $this->
ctrl->setParameter($this,
'meta_index', $ent_id);
2120 "CONTRIBUTE_ENTITY_LOOP_ACTION_DELETE",
2121 $this->
ctrl->getLinkTarget($this,
'deleteElement')
2123 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
2129 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_CONTRIBUTE_NO", $con_id);
2130 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_NO", $ent_id);
2132 "CONTRIBUTE_ENTITY_LOOP_VAL_ENTITY",
2135 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_TXT_ENTITY", $this->
lng->txt(
'meta_entity'));
2140 $this->
ctrl->setParameter($this,
'section_element',
'meta_entity');
2141 $this->
ctrl->setParameter($this,
'meta_index', $con_id);
2143 "CONTRIBUTE_ENTITY_LOOP_ACTION_ADD",
2144 $this->
ctrl->getLinkTarget($this,
'addSectionElement')
2147 "CONTRIBUTE_ENTITY_LOOP_TXT_ADD",
2148 $this->
lng->txt(
'add') .
" " . $this->
lng->txt(
'meta_entity')
2151 $tpl->
setVariable(
"CONTRIBUTE_LOOP_ROWSPAN", 2 + count($ent_ids));
2152 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_CONTRIBUTE", $this->
lng->txt(
'meta_contribute'));
2153 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_ROLE", $this->
lng->txt(
'meta_role'));
2156 "met_contribute[" . $con_id .
"][Role]",
2157 array(0 => $this->
lng->txt(
'meta_please_select'))
2159 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_DATE", $this->
lng->txt(
'meta_date'));
2162 "CONTRIBUTE_LOOP_VAL_DATE",
2170 $this->tpl->setContent($tpl->
get());
2178 if ($this->
http->wrapper()->post()->has(
'lif_language')) {
2179 $lif_language = $this->
http->wrapper()->post()->retrieve(
2181 $this->
refinery->kindlyTo()->string()
2185 if ($this->
http->wrapper()->post()->has(
'lif_version')) {
2186 $lif_version = $this->
http->wrapper()->post()->retrieve(
2188 $this->
refinery->kindlyTo()->string()
2192 if ($this->
http->wrapper()->post()->has(
'lif_status')) {
2193 $lif_status = $this->
http->wrapper()->post()->retrieve(
2195 $this->
refinery->kindlyTo()->string()
2200 $this->md_section = $this->md_obj->getLifecycle();
2201 $this->md_section->setVersionLanguage(
new ilMDLanguageItem($lif_language));
2203 $this->md_section->setStatus($lif_status);
2204 $this->md_section->update();
2208 if ($this->
http->wrapper()->post()->has(
'met_identifier')) {
2209 $ide_post = (array) $this->
http->wrapper()->post()->retrieve(
2214 foreach ($ide_post as
$id =>
$data) {
2215 $md_ide = $this->md_section->getIdentifier(
$id);
2221 $contribute_post = [];
2222 if ($this->
http->wrapper()->post()->has(
'met_contribute')) {
2223 $contribute_post = (array) $this->
http->wrapper()->post()->retrieve(
2228 foreach ($contribute_post as
$id => $cont_data) {
2229 $md_con = $this->md_section->getContribute(
$id);
2235 if ($this->
http->wrapper()->post()->has(
'met_entity')) {
2236 $entity_post = (array) $this->
http->wrapper()->post()->retrieve(
2241 foreach (($entity_post[
$id] ?? []) as $ent_id => $ent_data) {
2242 $md_ent = $md_con->getEntity($ent_id);
2248 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
2256 $tpl =
new ilTemplate(
'tpl.md_meta_metadata.html',
true,
true,
'Services/MetaData');
2258 $this->
ctrl->setParameter($this,
"section",
"meta_meta_metadata");
2259 if (!is_object($this->md_section = $this->md_obj->getMetaMetadata())) {
2261 $tpl->
setVariable(
"TXT_NO_META_META", $this->
lng->txt(
"meta_no_meta_metadata"));
2262 $tpl->
setVariable(
"TXT_ADD_META_META", $this->
lng->txt(
"meta_add"));
2263 $tpl->
setVariable(
"ACTION_ADD_META_META", $this->
ctrl->getLinkTarget($this,
"addSection"));
2266 $this->tpl->setContent($tpl->
get());
2270 $this->
ctrl->setReturn($this,
'listMetaMetaData');
2271 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
2274 $tpl->
setVariable(
"TXT_META_METADATA", $this->
lng->txt(
'meta_meta_metadata'));
2279 $this->
ctrl->getLinkTarget($this,
"deleteSection")
2286 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
'meta_language'));
2292 $tpl->
setVariable(
"TXT_METADATASCHEME", $this->
lng->txt(
'meta_metadatascheme'));
2293 $tpl->
setVariable(
"VAL_METADATASCHEME", $this->md_section->getMetaDataScheme());
2296 foreach ($ids = $this->md_section->getIdentifierIds() as
$id) {
2297 $md_ide = $this->md_section->getIdentifier(
$id);
2299 if (count($ids) > 1) {
2300 $this->
ctrl->setParameter($this,
'meta_index',
$id);
2301 $this->
ctrl->setParameter($this,
'meta_path',
'meta_identifier');
2305 "IDENTIFIER_LOOP_ACTION_DELETE",
2306 $this->
ctrl->getLinkTarget($this,
'deleteElement')
2308 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
2314 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_IDENTIFIER", $this->
lng->txt(
"meta_identifier"));
2315 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_CATALOG", $this->
lng->txt(
"meta_catalog"));
2317 "IDENTIFIER_LOOP_VAL_IDENTIFIER_CATALOG",
2320 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_ENTRY", $this->
lng->txt(
"meta_entry"));
2322 "IDENTIFIER_LOOP_VAL_IDENTIFIER_ENTRY",
2329 foreach (($ids = $this->md_section->getContributeIds()) as $con_id) {
2330 $md_con = $this->md_section->getContribute($con_id);
2332 if (count($ids) > 1) {
2333 $this->
ctrl->setParameter($this,
'meta_index', $con_id);
2334 $this->
ctrl->setParameter($this,
'meta_path',
'meta_contribute');
2338 "CONTRIBUTE_LOOP_ACTION_DELETE",
2339 $this->
ctrl->getLinkTarget($this,
'deleteElement')
2341 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
2345 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
2346 $md_ent = $md_con->getEntity($ent_id);
2348 $this->
ctrl->setParameter($this,
'meta_path',
'meta_entity');
2350 if (count($ent_ids) > 1) {
2353 $this->
ctrl->setParameter($this,
'meta_index', $ent_id);
2355 "CONTRIBUTE_ENTITY_LOOP_ACTION_DELETE",
2356 $this->
ctrl->getLinkTarget($this,
'deleteElement')
2358 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_TXT_DELETE", $this->
lng->txt(
'delete'));
2364 $this->
ctrl->setParameter($this,
'section_element',
'meta_entity');
2365 $this->
ctrl->setParameter($this,
'meta_index', $con_id);
2367 "CONTRIBUTE_ENTITY_LOOP_ACTION_ADD",
2368 $this->
ctrl->getLinkTarget($this,
'addSectionElement')
2370 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_TXT_ADD", $this->
lng->txt(
'add'));
2372 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_CONTRIBUTE_NO", $con_id);
2373 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_NO", $ent_id);
2375 "CONTRIBUTE_ENTITY_LOOP_VAL_ENTITY",
2378 $tpl->
setVariable(
"CONTRIBUTE_ENTITY_LOOP_TXT_ENTITY", $this->
lng->txt(
'meta_entity'));
2382 $tpl->
setVariable(
"CONTRIBUTE_LOOP_ROWSPAN", 2 + count($ent_ids));
2383 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_CONTRIBUTE", $this->
lng->txt(
'meta_contribute'));
2384 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_ROLE", $this->
lng->txt(
'meta_role'));
2387 "met_contribute[" . $con_id .
"][Role]",
2388 array(0 => $this->
lng->txt(
'meta_please_select'))
2390 $tpl->
setVariable(
"CONTRIBUTE_LOOP_TXT_DATE", $this->
lng->txt(
'meta_date'));
2393 "CONTRIBUTE_LOOP_VAL_DATE",
2401 $this->tpl->setContent($tpl->
get());
2410 if ($this->
http->wrapper()->post()->has(
'met_language')) {
2411 $met_language = (string) $this->
http->wrapper()->post()->retrieve(
2413 $this->
refinery->kindlyTo()->string()
2416 $this->md_section = $this->md_obj->getMetaMetadata();
2418 $this->md_section->update();
2421 $met_identifier = [];
2422 if ($this->
http->wrapper()->post()->has(
'met_identifier')) {
2423 $met_identifier = (array) $this->
http->wrapper()->post()->retrieve(
2428 foreach ($met_identifier as
$id =>
$data) {
2429 $md_ide = $this->md_section->getIdentifier(
$id);
2435 $met_contribute = [];
2436 if ($this->
http->wrapper()->post()->has(
'met_contribute')) {
2437 $met_contribute = (array) $this->
http->wrapper()->post()->retrieve(
2442 foreach ($met_contribute as
$id => $cont_data) {
2443 $md_con = $this->md_section->getContribute(
$id);
2449 if ($this->
http->wrapper()->post()->has(
'met_entity')) {
2450 $met_entity = (array) $this->
http->wrapper()->post()->retrieve(
2455 foreach ($met_entity[
$id] as $ent_id => $ent_data) {
2456 $md_ent = $md_con->getEntity($ent_id);
2462 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
2470 $tpl =
new ilTemplate(
'tpl.md_rights.html',
true,
true,
'Services/MetaData');
2472 if (!is_object($this->md_section = $this->md_obj->getRights())) {
2474 $tpl->
setVariable(
"TXT_NO_RIGHTS", $this->
lng->txt(
"meta_no_rights"));
2475 $tpl->
setVariable(
"TXT_ADD_RIGHTS", $this->
lng->txt(
"meta_add"));
2476 $this->
ctrl->setParameter($this,
"section",
"meta_rights");
2478 "ACTION_ADD_RIGHTS",
2479 $this->
ctrl->getLinkTarget($this,
"addSection")
2483 $this->
ctrl->setReturn($this,
'listRights');
2484 $this->
ctrl->setParameter($this,
'section',
'meta_rights');
2490 "TXT_COPYRIGHTANDOTHERRESTRICTIONS",
2491 $this->
lng->txt(
"meta_copyright_and_other_restrictions")
2493 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
2497 $this->
ctrl->setParameter($this,
"section",
"meta_rights");
2498 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
2501 $this->
ctrl->getLinkTarget($this,
"deleteSection")
2506 $tpl->
setVariable(
"VAL_COST_" . strtoupper($this->md_section->getCosts()),
" selected");
2507 $tpl->
setVariable(
"VAL_COPYRIGHTANDOTHERRESTRICTIONS_" .
2508 strtoupper($this->md_section->getCopyrightAndOtherRestrictions()),
" selected");
2510 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
2511 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
2513 "DESCRIPTION_LOOP_VAL",
2516 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
2518 "DESCRIPTION_LOOP_VAL_LANGUAGE",
2520 'rights[DescriptionLanguage]',
2521 $this->md_section->getDescriptionLanguageCode()
2531 $this->tpl->setContent($tpl->
get());
2538 if ($this->
http->wrapper()->post()->has(
'rights')) {
2539 $rights_post = $this->
http->wrapper()->post()->retrieve(
2545 $this->md_section = $this->md_obj->getRights();
2546 $this->md_section->setCosts($rights_post[
'Cost'] ??
'');
2547 $this->md_section->setCopyrightAndOtherRestrictions($rights_post[
'CopyrightAndOtherRestrictions'] ??
'');
2548 $this->md_section->setDescriptionLanguage(
new ilMDLanguageItem($rights_post[
'DescriptionLanguage'] ??
''));
2550 $this->md_section->update();
2553 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
2560 $tpl =
new ilTemplate(
'tpl.md_educational.html',
true,
true,
'Services/MetaData');
2562 if (!is_object($this->md_section = $this->md_obj->getEducational())) {
2564 $tpl->
setVariable(
"TXT_NO_EDUCATIONAL", $this->
lng->txt(
"meta_no_educational"));
2565 $tpl->
setVariable(
"TXT_ADD_EDUCATIONAL", $this->
lng->txt(
"meta_add"));
2566 $this->
ctrl->setParameter($this,
"section",
"meta_educational");
2568 "ACTION_ADD_EDUCATIONAL",
2569 $this->
ctrl->getLinkTarget($this,
"addSection")
2573 $this->
ctrl->setReturn($this,
'listEducational');
2574 $this->
ctrl->setParameter($this,
'section',
'meta_educational');
2577 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
2580 $this->
ctrl->getLinkTarget($this,
"deleteSection")
2583 $tpl->
setVariable(
"TXT_EDUCATIONAL", $this->
lng->txt(
"meta_educational"));
2585 $tpl->
setVariable(
"TXT_NEW_ELEMENT", $this->
lng->txt(
"meta_new_element"));
2586 $tpl->
setVariable(
"TXT_TYPICALAGERANGE", $this->
lng->txt(
"meta_typical_age_range"));
2587 $tpl->
setVariable(
"TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
2588 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
2590 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
2592 $tpl->
setVariable(
"TXT_INTERACTIVITYTYPE", $this->
lng->txt(
"meta_interactivity_type"));
2593 $tpl->
setVariable(
"TXT_LEARNINGRESOURCETYPE", $this->
lng->txt(
"meta_learning_resource_type"));
2594 $tpl->
setVariable(
"TXT_INTERACTIVITYLEVEL", $this->
lng->txt(
"meta_interactivity_level"));
2595 $tpl->
setVariable(
"TXT_SEMANTICDENSITY", $this->
lng->txt(
"meta_semantic_density"));
2596 $tpl->
setVariable(
"TXT_INTENDEDENDUSERROLE", $this->
lng->txt(
"meta_intended_end_user_role"));
2597 $tpl->
setVariable(
"TXT_CONTEXT", $this->
lng->txt(
"meta_context"));
2598 $tpl->
setVariable(
"TXT_DIFFICULTY", $this->
lng->txt(
"meta_difficulty"));
2601 "VAL_INTERACTIVITYTYPE_" . strtoupper($this->md_section->getInteractivityType()),
2605 "VAL_LEARNINGRESOURCETYPE_" . strtoupper($this->md_section->getLearningResourceType()),
2609 "VAL_INTERACTIVITYLEVEL_" . strtoupper($this->md_section->getInteractivityLevel()),
2613 "VAL_SEMANTICDENSITY_" . strtoupper($this->md_section->getSemanticDensity()),
2617 "VAL_INTENDEDENDUSERROLE_" . strtoupper($this->md_section->getIntendedEndUserRole()),
2620 $tpl->
setVariable(
"VAL_CONTEXT_" . strtoupper($this->md_section->getContext()),
" selected");
2621 $tpl->
setVariable(
"VAL_DIFFICULTY_" . strtoupper($this->md_section->getDifficulty()),
" selected");
2622 #$tpl->setVariable("VAL_TYPICALLEARNINGTIME", ilUtil::prepareFormOutput($this->md_section->getTypicalLearningTime())); 2625 $tpl->
setVariable(
"TXT_EXPOSITIVE", $this->
lng->txt(
"meta_expositive"));
2627 $tpl->
setVariable(
"TXT_EXERCISE", $this->
lng->txt(
"meta_exercise"));
2628 $tpl->
setVariable(
"TXT_SIMULATION", $this->
lng->txt(
"meta_simulation"));
2629 $tpl->
setVariable(
"TXT_QUESTIONNAIRE", $this->
lng->txt(
"meta_questionnaire"));
2630 $tpl->
setVariable(
"TXT_DIAGRAMM", $this->
lng->txt(
"meta_diagramm"));
2636 $tpl->
setVariable(
"TXT_NARRATIVETEXT", $this->
lng->txt(
"meta_narrative_text"));
2638 $tpl->
setVariable(
"TXT_EXPERIMENT", $this->
lng->txt(
"meta_experiment"));
2639 $tpl->
setVariable(
"TXT_PROBLEMSTATEMENT", $this->
lng->txt(
"meta_problem_statement"));
2640 $tpl->
setVariable(
"TXT_SELFASSESSMENT", $this->
lng->txt(
"meta_self_assessment"));
2641 $tpl->
setVariable(
"TXT_LECTURE", $this->
lng->txt(
"meta_lecture"));
2642 $tpl->
setVariable(
"TXT_VERYLOW", $this->
lng->txt(
"meta_very_low"));
2646 $tpl->
setVariable(
"TXT_VERYHIGH", $this->
lng->txt(
"meta_very_high"));
2647 $tpl->
setVariable(
"TXT_TEACHER", $this->
lng->txt(
"meta_teacher"));
2649 $tpl->
setVariable(
"TXT_LEARNER", $this->
lng->txt(
"meta_learner"));
2650 $tpl->
setVariable(
"TXT_MANAGER", $this->
lng->txt(
"meta_manager"));
2652 $tpl->
setVariable(
"TXT_HIGHEREDUCATION", $this->
lng->txt(
"meta_higher_education"));
2653 $tpl->
setVariable(
"TXT_TRAINING", $this->
lng->txt(
"meta_training"));
2655 $tpl->
setVariable(
"TXT_VERYEASY", $this->
lng->txt(
"meta_very_easy"));
2657 $tpl->
setVariable(
"TXT_DIFFICULT", $this->
lng->txt(
"meta_difficult"));
2658 $tpl->
setVariable(
"TXT_VERYDIFFICULT", $this->
lng->txt(
"meta_very_difficult"));
2659 $tpl->
setVariable(
"TXT_TYPICALLEARNINGTIME", $this->
lng->txt(
"meta_typical_learning_time"));
2662 $tlt = array(0, 0, 0, 0, 0);
2666 if ($this->md_section->getTypicalLearningTime() !==
'') {
2667 $tlt = array(0, 0, 0, 0, 0);
2679 $tpl->
setVariable(
"TXT_TYPICAL_LEARN_TIME", $this->
lng->txt(
'meta_typical_learning_time'));
2684 !($tlt[4] ??
false),
2691 $tpl->
setVariable(
"TLT_HINT", ($tlt[4] ?? null) ?
'(hh:mm:ss)' :
'(hh:mm)');
2695 $tpl->
setVariable(
"TXT_CURRENT_VAL", $this->
lng->txt(
'meta_current_value'));
2696 $tpl->
setVariable(
"TLT", $this->md_section->getTypicalLearningTime());
2697 $tpl->
setVariable(
"INFO_TLT_NOT_VALID", $this->
lng->txt(
'meta_info_tlt_not_valid'));
2703 foreach ($ids = $this->md_section->getTypicalAgeRangeIds() as
$id) {
2704 $md_age = $this->md_section->getTypicalAgeRange(
$id);
2707 if (is_object($md_age)) {
2711 "TYPICALAGERANGE_LOOP_TXT_TYPICALAGERANGE",
2712 $this->
lng->txt(
"meta_typical_age_range")
2714 $tpl->
setVariable(
"ROWSPAN_AGERANGE", count($ids));
2719 $this->
ctrl->setParameter($this,
'meta_index',
$id);
2720 $this->
ctrl->setParameter($this,
'meta_path',
'educational_typical_age_range');
2724 "TYPICALAGERANGE_LOOP_ACTION_DELETE",
2725 $this->
ctrl->getLinkTarget($this,
"deleteElement")
2727 $tpl->
setVariable(
"TYPICALAGERANGE_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
2731 $tpl->
setVariable(
"TYPICALAGERANGE_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
2733 "TYPICALAGERANGE_LOOP_VAL",
2737 $tpl->
setVariable(
"TYPICALAGERANGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
2739 "TYPICALAGERANGE_LOOP_VAL_LANGUAGE",
2741 'educational[TypicalAgeRange][' .
$id .
'][Language]',
2742 $md_age->getTypicalAgeRangeLanguageCode()
2745 $this->
ctrl->setParameter($this,
"section_element",
"educational_typical_age_range");
2747 "TYPICALAGERANGE_LOOP_ACTION_ADD",
2748 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
2750 $tpl->
setVariable(
"TYPICALAGERANGE_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
2757 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
2760 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
2766 $md_des = $this->md_section->getDescription(
$id);
2768 $this->
ctrl->setParameter($this,
'meta_index',
$id);
2769 $this->
ctrl->setParameter($this,
'meta_path',
'educational_description');
2773 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
2775 "DESCRIPTION_LOOP_VAL",
2778 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
2780 "DESCRIPTION_LOOP_VAL_LANGUAGE",
2782 'educational[Description][' .
$id .
'][Language]',
2783 $md_des->getDescriptionLanguageCode()
2787 "DESCRIPTION_LOOP_ACTION_DELETE",
2788 $this->
ctrl->getLinkTarget($this,
"deleteElement")
2790 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
2791 $this->
ctrl->setParameter($this,
"section_element",
"educational_description");
2793 "DESCRIPTION_LOOP_ACTION_ADD",
2794 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
2796 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
2802 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
2805 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
2811 $md_lang = $this->md_section->getLanguage(
$id);
2813 $this->
ctrl->setParameter($this,
'meta_index',
$id);
2814 $this->
ctrl->setParameter($this,
'meta_path',
'educational_language');
2818 "LANGUAGE_LOOP_VAL_LANGUAGE",
2820 'educational[Language][' .
$id .
']',
2821 $md_lang->getLanguageCode()
2826 "LANGUAGE_LOOP_ACTION_DELETE",
2827 $this->
ctrl->getLinkTarget($this,
"deleteElement")
2829 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
2830 $this->
ctrl->setParameter($this,
"section_element",
"educational_language");
2832 "LANGUAGE_LOOP_ACTION_ADD",
2833 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
2835 $tpl->
setVariable(
"LANGUAGE_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
2845 $this->tpl->setContent($tpl->
get());
2850 $educational_post = [];
2851 if ($this->
http->wrapper()->post()->has(
'educational')) {
2852 $educational_post = $this->
http->wrapper()->post()->retrieve(
2859 $this->md_section = $this->md_obj->getEducational();
2860 $this->md_section->setInteractivityType($educational_post[
'InteractivityType'] ??
'');
2861 $this->md_section->setLearningResourceType($educational_post[
'LearningResourceType'] ??
'');
2862 $this->md_section->setInteractivityLevel($educational_post[
'InteractivityLevel'] ??
'');
2863 $this->md_section->setSemanticDensity($educational_post[
'SemanticDensity'] ??
'');
2864 $this->md_section->setIntendedEndUserRole($educational_post[
'IntendedEndUserRole'] ??
'');
2865 $this->md_section->setContext($educational_post[
'Context'] ??
'');
2866 $this->md_section->setDifficulty($educational_post[
'Difficulty'] ??
'');
2869 if ($this->
http->wrapper()->post()->has(
'tlt')) {
2870 $tlt_post = $this->
http->wrapper()->post()->retrieve(
2872 $this->
refinery->kindlyTo()->dictOf(
2878 $this->md_section->setPhysicalTypicalLearningTime(
2879 $tlt_post[$tlt_post_vars[
'mo']] ?? 0,
2880 $tlt_post[$tlt_post_vars[
'd']] ?? 0,
2881 $tlt_post[$tlt_post_vars[
'h']] ?? 0,
2882 $tlt_post[$tlt_post_vars[
'm']] ?? 0,
2883 $tlt_post[$tlt_post_vars[
's']] ?? 0
2888 foreach ($ids = $this->md_section->getTypicalAgeRangeIds() as
$id) {
2889 $md_age = $this->md_section->getTypicalAgeRange(
$id);
2891 $md_age->setTypicalAgeRangeLanguage(
2892 new ilMDLanguageItem($educational_post[
'TypicalAgeRange'][$id][
'Language'] ??
'')
2898 foreach ($ids = $this->md_section->getDescriptionIds() as
$id) {
2899 $md_des = $this->md_section->getDescription(
$id);
2901 $md_des->setDescriptionLanguage(
2902 new ilMDLanguageItem($educational_post[
'Description'][$id][
'Language'] ??
'')
2908 foreach ($ids = $this->md_section->getLanguageIds() as
$id) {
2909 $md_lang = $this->md_section->getLanguage(
$id);
2910 $md_lang->setLanguage(
2916 $this->md_section->update();
2919 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
2926 $tpl =
new ilTemplate(
'tpl.md_relation.html',
true,
true,
'Services/MetaData');
2928 $rel_ids = $this->md_obj->getRelationIds();
2929 if ($rel_ids === []) {
2931 $tpl->
setVariable(
"TXT_NO_RELATION", $this->
lng->txt(
"meta_no_relation"));
2932 $tpl->
setVariable(
"TXT_ADD_RELATION", $this->
lng->txt(
"meta_add"));
2933 $this->
ctrl->setParameter($this,
"section",
"meta_relation");
2935 "ACTION_ADD_RELATION",
2936 $this->
ctrl->getLinkTarget($this,
"addSection")
2940 foreach ($rel_ids as $rel_id) {
2941 $this->md_section = $this->md_obj->getRelation($rel_id);
2943 $this->
ctrl->setParameter($this,
'meta_index', $rel_id);
2944 $this->
ctrl->setParameter($this,
"section",
"meta_relation");
2947 $res_ids = $this->md_section->getIdentifier_Ids();
2948 foreach ($res_ids as $res_id) {
2949 $ident = $this->md_section->getIdentifier_($res_id);
2950 $this->
ctrl->setParameter($this,
"meta_index", $res_id);
2952 if (count($res_ids) > 1) {
2954 $this->
ctrl->setParameter($this,
"meta_path",
"relation_resource_identifier");
2956 "IDENTIFIER_LOOP_ACTION_DELETE",
2957 $this->
ctrl->getLinkTarget($this,
"deleteElement")
2959 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
2966 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_IDENTIFIER", $this->
lng->txt(
"meta_identifier"));
2967 $this->
ctrl->setParameter($this,
'meta_index', $rel_id);
2968 $this->
ctrl->setParameter($this,
"section_element",
"relation_resource_identifier");
2970 "IDENTIFIER_LOOP_ACTION_ADD",
2971 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
2973 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
2974 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_ENTRY", $this->
lng->txt(
"meta_entry"));
2975 $tpl->
setVariable(
"IDENTIFIER_LOOP_TXT_CATALOG", $this->
lng->txt(
"meta_catalog"));
2977 "IDENTIFIER_LOOP_VAL_CATALOG",
2981 "IDENTIFIER_LOOP_VAL_ENTRY",
2988 $res_dess = $this->md_section->getDescriptionIds();
2989 foreach ($res_dess as $res_des) {
2990 $des = $this->md_section->getDescription($res_des);
2991 $this->
ctrl->setParameter($this,
"meta_index", $res_des);
2993 if (count($res_dess) > 1) {
2995 $this->
ctrl->setParameter($this,
"meta_path",
"relation_resource_description");
2997 "DESCRIPTION_LOOP_ACTION_DELETE",
2998 $this->
ctrl->getLinkTarget($this,
"deleteElement")
3000 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
3005 $tpl->
setVariable(
"DESCRIPTION_LOOP_NO", $res_des);
3006 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
3007 $this->
ctrl->setParameter($this,
'meta_index', $rel_id);
3008 $this->
ctrl->setParameter($this,
"section_element",
"relation_resource_description");
3010 "DESCRIPTION_LOOP_ACTION_ADD",
3011 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
3013 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
3014 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
3015 $tpl->
setVariable(
"DESCRIPTION_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3017 "DESCRIPTION_LOOP_VAL",
3021 "DESCRIPTION_LOOP_VAL_LANGUAGE",
3023 'relation[Resource][Description][' . $res_des .
'][Language]',
3024 $des->getDescriptionLanguageCode()
3032 $tpl->
setVariable(
"TXT_RELATION", $this->
lng->txt(
"meta_relation"));
3033 $this->
ctrl->setParameter($this,
"meta_index", $this->md_section->getMetaId());
3036 $this->
ctrl->getLinkTarget($this,
"deleteSection")
3038 $this->
ctrl->setParameter($this,
"section",
"meta_relation");
3041 $this->
ctrl->getLinkTarget($this,
"addSection")
3045 $tpl->
setVariable(
"TXT_NEW_ELEMENT", $this->
lng->txt(
"meta_new_element"));
3047 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
3048 $tpl->
setVariable(
"TXT_ISPARTOF", $this->
lng->txt(
"meta_is_part_of"));
3049 $tpl->
setVariable(
"TXT_HASPART", $this->
lng->txt(
"meta_has_part"));
3050 $tpl->
setVariable(
"TXT_ISVERSIONOF", $this->
lng->txt(
"meta_is_version_of"));
3051 $tpl->
setVariable(
"TXT_HASVERSION", $this->
lng->txt(
"meta_has_version"));
3052 $tpl->
setVariable(
"TXT_ISFORMATOF", $this->
lng->txt(
"meta_is_format_of"));
3053 $tpl->
setVariable(
"TXT_HASFORMAT", $this->
lng->txt(
"meta_has_format"));
3054 $tpl->
setVariable(
"TXT_REFERENCES", $this->
lng->txt(
"meta_references"));
3055 $tpl->
setVariable(
"TXT_ISREFERENCEDBY", $this->
lng->txt(
"meta_is_referenced_by"));
3056 $tpl->
setVariable(
"TXT_ISBASEDON", $this->
lng->txt(
"meta_is_based_on"));
3057 $tpl->
setVariable(
"TXT_ISBASISFOR", $this->
lng->txt(
"meta_is_basis_for"));
3058 $tpl->
setVariable(
"TXT_REQUIRES", $this->
lng->txt(
"meta_requires"));
3059 $tpl->
setVariable(
"TXT_ISREQUIREDBY", $this->
lng->txt(
"meta_is_required_by"));
3060 $tpl->
setVariable(
"TXT_RESOURCE", $this->
lng->txt(
"meta_resource"));
3061 $tpl->
setVariable(
"VAL_KIND_" . strtoupper($this->md_section->getKind()),
" selected");
3071 $this->tpl->setContent($tpl->
get());
3076 $relation_post = [];
3077 if ($this->
http->wrapper()->post()->has(
'relation')) {
3078 $relation_post = $this->
http->wrapper()->post()->retrieve(
3084 foreach ($ids = $this->md_obj->getRelationIds() as
$id) {
3086 $relation = $this->md_obj->getRelation(
$id);
3087 $relation->setKind((
string) ($relation_post[
$id][
'Kind'] ??
''));
3088 $relation->update();
3091 $res_idents = $relation->getIdentifier_Ids();
3092 foreach ($res_idents as $res_id) {
3093 $ident = $relation->getIdentifier_($res_id);
3094 $ident->setCatalog(
ilUtil::stripSlashes($relation_post[
'Resource'][
'Identifier'][$res_id][
'Catalog'] ??
''));
3095 $ident->setEntry(
ilUtil::stripSlashes($relation_post[
'Resource'][
'Identifier'][$res_id][
'Entry'] ??
''));
3100 $res_dess = $relation->getDescriptionIds();
3101 foreach ($res_dess as $res_des) {
3102 $des = $relation->getDescription($res_des);
3103 $des->setDescription(
ilUtil::stripSlashes($relation_post[
'Resource'][
'Description'][$res_des][
'Value'] ??
''));
3104 $des->setDescriptionLanguage(
3105 new ilMDLanguageItem($relation_post[
'Resource'][
'Description'][$res_des][
'Language'] ??
'')
3112 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
3119 $tpl =
new ilTemplate(
'tpl.md_annotation.html',
true,
true,
'Services/MetaData');
3121 $anno_ids = $this->md_obj->getAnnotationIds();
3122 if ($anno_ids === []) {
3124 $tpl->
setVariable(
"TXT_NO_ANNOTATION", $this->
lng->txt(
"meta_no_annotation"));
3125 $tpl->
setVariable(
"TXT_ADD_ANNOTATION", $this->
lng->txt(
"meta_add"));
3126 $this->
ctrl->setParameter($this,
"section",
"meta_annotation");
3128 "ACTION_ADD_ANNOTATION",
3129 $this->
ctrl->getLinkTarget($this,
"addSection")
3133 foreach ($anno_ids as $anno_id) {
3134 $this->
ctrl->setParameter($this,
'meta_index', $anno_id);
3135 $this->
ctrl->setParameter($this,
"section",
"meta_annotation");
3137 $this->md_section = $this->md_obj->getAnnotation($anno_id);
3141 $tpl->
setVariable(
"TXT_ANNOTATION", $this->
lng->txt(
"meta_annotation"));
3142 $this->
ctrl->setParameter($this,
"meta_index", $anno_id);
3145 $this->
ctrl->getLinkTarget($this,
"deleteSection")
3147 $this->
ctrl->setParameter($this,
"section",
"meta_annotation");
3150 $this->
ctrl->getLinkTarget($this,
"addSection")
3167 $tpl->
setVariable(
"TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
3173 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3175 "VAL_DESCRIPTION_LANGUAGE",
3177 'annotation[' . $anno_id .
'][Language]',
3178 $this->md_section->getDescriptionLanguageCode()
3191 $this->tpl->setContent($tpl->
get());
3196 $annotation_post = [];
3197 if ($this->
http->wrapper()->post()->has(
'annotation')) {
3198 $annotation_post = $this->
http->wrapper()->post()->retrieve(
3205 foreach ($ids = $this->md_obj->getAnnotationIds() as
$id) {
3207 $annotation = $this->md_obj->getAnnotation(
$id);
3211 $annotation->setDescriptionLanguage(
3214 $annotation->update();
3218 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
3224 $this->
__setTabs(
'meta_classification');
3225 $tpl =
new ilTemplate(
'tpl.md_classification.html',
true,
true,
'Services/MetaData');
3227 $class_ids = $this->md_obj->getClassificationIds();
3228 if ($class_ids === []) {
3230 $tpl->
setVariable(
"TXT_NO_CLASSIFICATION", $this->
lng->txt(
"meta_no_classification"));
3231 $tpl->
setVariable(
"TXT_ADD_CLASSIFICATION", $this->
lng->txt(
"meta_add"));
3232 $this->
ctrl->setParameter($this,
"section",
"meta_classification");
3234 "ACTION_ADD_CLASSIFICATION",
3235 $this->
ctrl->getLinkTarget($this,
"addSection")
3239 foreach ($class_ids as $class_id) {
3240 $this->md_section = $this->md_obj->getClassification($class_id);
3241 $this->
ctrl->setParameter($this,
"section",
"meta_classification");
3244 $tp_ids = $this->md_section->getTaxonPathIds();
3245 foreach ($tp_ids as $tp_id) {
3246 $tax_path = $this->md_section->getTaxonPath($tp_id);
3248 $tax_ids = $tax_path->getTaxonIds();
3250 foreach ($tax_ids as $tax_id) {
3251 $taxon = $tax_path->getTaxon($tax_id);
3253 if (count($tax_ids) > 1) {
3255 $this->
ctrl->setParameter($this,
"meta_index", $tax_id);
3256 $this->
ctrl->setParameter($this,
"meta_path",
"classification_taxon");
3258 "TAXONPATH_TAXON_LOOP_ACTION_DELETE",
3259 $this->
ctrl->getLinkTarget($this,
"deleteElement")
3261 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
3266 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_NO", $tax_id);
3267 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TAXONPATH_NO", $tp_id);
3268 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_TAXON", $this->
lng->txt(
"meta_taxon"));
3269 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
3271 "TAXONPATH_TAXON_LOOP_VAL_TAXON",
3274 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_ID", $this->
lng->txt(
"meta_id"));
3276 "TAXONPATH_TAXON_LOOP_VAL_ID",
3279 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3281 "TAXONPATH_TAXON_LOOP_VAL_TAXON_LANGUAGE",
3283 'classification[TaxonPath][Taxon][' . $tax_id .
'][Language]',
3284 $taxon->getTaxonLanguageCode()
3288 $this->
ctrl->setParameter($this,
"section_element",
"Taxon_" . $class_id);
3289 $this->
ctrl->setParameter($this,
"meta_index", $tp_id);
3291 "TAXONPATH_TAXON_LOOP_ACTION_ADD",
3292 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
3294 $tpl->
setVariable(
"TAXONPATH_TAXON_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
3298 if (count($tp_ids) > 1) {
3300 $this->
ctrl->setParameter($this,
"meta_index", $tp_id);
3301 $this->
ctrl->setParameter($this,
"meta_path",
"classification_taxon_path");
3303 "TAXONPATH_LOOP_ACTION_DELETE",
3304 $this->
ctrl->getLinkTarget($this,
"deleteElement")
3306 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
3312 $tpl->
setVariable(
"TAXONPATH_LOOP_ROWSPAN", (3 * count($tax_ids)) + 2);
3313 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_TAXONPATH", $this->
lng->txt(
"meta_taxon_path"));
3314 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_SOURCE", $this->
lng->txt(
"meta_source"));
3315 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
3316 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3318 "TAXONPATH_LOOP_VAL_SOURCE",
3322 "TAXONPATH_LOOP_VAL_SOURCE_LANGUAGE",
3324 'classification[TaxonPath][' . $tp_id .
'][Source][Language]',
3325 $tax_path->getSourceLanguageCode()
3328 $this->
ctrl->setParameter($this,
"section_element",
"TaxonPath_" . $class_id);
3329 $this->
ctrl->setParameter($this,
"meta_index", $class_id);
3331 "TAXONPATH_LOOP_ACTION_ADD",
3332 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
3334 $tpl->
setVariable(
"TAXONPATH_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
3339 $tpl->
setVariable(
"TXT_DESCRIPTION", $this->
lng->txt(
"meta_description"));
3345 $tpl->
setVariable(
"TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3347 "VAL_DESCRIPTION_LANGUAGE",
3349 'classification[' . $class_id .
'][Language]',
3350 $this->md_section->getDescriptionLanguageCode()
3355 $key_ids = $this->md_section->getKeywordIds();
3356 foreach ($key_ids as $key_id) {
3357 if (count($key_ids) > 1) {
3358 $this->
ctrl->setParameter($this,
"meta_index", $key_id);
3359 $this->
ctrl->setParameter($this,
"meta_path",
"classification_keyword");
3362 "KEYWORD_LOOP_ACTION_DELETE",
3363 $this->
ctrl->getLinkTarget($this,
"deleteElement")
3365 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_DELETE", $this->
lng->txt(
"meta_delete"));
3369 $keyword = $this->md_section->getKeyword($key_id);
3372 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_KEYWORD", $this->
lng->txt(
"meta_keyword"));
3373 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_VALUE", $this->
lng->txt(
"meta_value"));
3378 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_LANGUAGE", $this->
lng->txt(
"meta_language"));
3380 "KEYWORD_LOOP_VAL_LANGUAGE",
3382 'classification[Keyword][' . $key_id .
'][Language]',
3383 $keyword->getKeywordLanguageCode()
3386 $this->
ctrl->setParameter($this,
"meta_index", $class_id);
3387 $this->
ctrl->setParameter($this,
"section_element",
"Keyword_" . $class_id);
3389 "KEYWORD_LOOP_ACTION_ADD",
3390 $this->
ctrl->getLinkTarget($this,
"addSectionElement")
3392 $tpl->
setVariable(
"KEYWORD_LOOP_TXT_ADD", $this->
lng->txt(
"meta_add"));
3397 $tpl->
setVariable(
"TXT_CLASSIFICATION", $this->
lng->txt(
"meta_classification"));
3398 $this->
ctrl->setParameter($this,
"meta_index", $class_id);
3401 $this->
ctrl->getLinkTarget($this,
"deleteSection")
3406 $this->
ctrl->getLinkTarget($this,
"addSection")
3410 $tpl->
setVariable(
"TXT_NEW_ELEMENT", $this->
lng->txt(
"meta_new_element"));
3411 $tpl->
setVariable(
"TXT_TAXONPATH", $this->
lng->txt(
"meta_taxon_path"));
3412 $tpl->
setVariable(
"TXT_KEYWORD", $this->
lng->txt(
"meta_keyword"));
3415 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
3417 $tpl->
setVariable(
"TXT_PURPOSE", $this->
lng->txt(
"meta_purpose"));
3418 $tpl->
setVariable(
"TXT_DISCIPLINE", $this->
lng->txt(
"meta_learning_resource_type"));
3420 $tpl->
setVariable(
"TXT_PREREQUISITE", $this->
lng->txt(
"meta_prerequisite"));
3421 $tpl->
setVariable(
"TXT_EDUCATIONALOBJECTIVE", $this->
lng->txt(
"meta_educational_objective"));
3423 "TXT_ACCESSIBILITYRESTRICTIONS",
3424 $this->
lng->txt(
"meta_accessibility_restrictions")
3426 $tpl->
setVariable(
"TXT_EDUCATIONALLEVEL", $this->
lng->txt(
"meta_educational_level"));
3427 $tpl->
setVariable(
"TXT_SKILLLEVEL", $this->
lng->txt(
"meta_skill_level"));
3428 $tpl->
setVariable(
"TXT_SECURITYLEVEL", $this->
lng->txt(
"meta_security_level"));
3429 $tpl->
setVariable(
"TXT_COMPETENCY", $this->
lng->txt(
"meta_competency"));
3430 $tpl->
setVariable(
"VAL_PURPOSE_" . strtoupper($this->md_section->getPurpose()),
" selected");
3437 $this->
ctrl->getFormAction($this)
3443 $this->tpl->setContent($tpl->
get());
3448 $classification_post = [];
3449 if ($this->
http->wrapper()->post()->has(
'classification')) {
3450 $classification_post = $this->
http->wrapper()->post()->retrieve(
3457 foreach ($ids = $this->md_obj->getClassificationIds() as
$id) {
3459 $classification = $this->md_obj->getClassification(
$id);
3460 $classification->setPurpose($classification_post[
$id][
'Purpose'] ??
'');
3462 $classification->setDescription(
ilUtil::stripSlashes($classification_post[$id][
'Description'] ??
''));
3463 $classification->setDescriptionLanguage(
3467 $classification->update();
3469 $key_ids = $classification->getKeywordIds();
3470 foreach ($key_ids as $key_id) {
3471 $keyword = $classification->getKeyword($key_id);
3472 $keyword->setKeyword(
ilUtil::stripSlashes($classification_post[
'Keyword'][$key_id][
'Value'] ??
''));
3473 $keyword->setKeywordLanguage(
3474 new ilMDLanguageItem($classification_post[
'Keyword'][$key_id][
'Language'] ??
'')
3479 $tp_ids = $classification->getTaxonPathIds();
3480 foreach ($tp_ids as $tp_id) {
3481 $tax_path = $classification->getTaxonPath($tp_id);
3482 $tax_path->setSource(
ilUtil::stripSlashes($classification_post[
'TaxonPath'][$tp_id][
'Source'][
'Value'] ??
''));
3483 $tax_path->setSourceLanguage(
3484 new ilMDLanguageItem((
string) ($classification_post[
'TaxonPath'][$tp_id][
'Source'][
'Language'] ??
''))
3486 $tax_path->update();
3488 $tax_ids = $tax_path->getTaxonIds();
3490 foreach ($tax_ids as $tax_id) {
3491 $taxon = $tax_path->getTaxon($tax_id);
3492 $taxon->setTaxon(
ilUtil::stripSlashes($classification_post[
'TaxonPath'][
'Taxon'][$tax_id][
'Value'] ??
''));
3493 $taxon->setTaxonLanguage(
3494 new ilMDLanguageItem((
string) ($classification_post[
'TaxonPath'][
'Taxon'][$tax_id][
'Language'] ??
''))
3496 $taxon->setTaxonId(
ilUtil::stripSlashes($classification_post[
'TaxonPath'][
'Taxon'][$tax_id][
'Id'] ??
''));
3503 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"saved_successfully"));
3510 if ($this->
http->wrapper()->query()->has(
'meta_path')) {
3511 $meta_path = $this->
http->wrapper()->query()->retrieve(
3513 $this->
refinery->kindlyTo()->string()
3517 $meta_technical = 0;
3518 if ($this->
http->wrapper()->query()->has(
'meta_technical')) {
3519 $meta_technical = $this->
http->wrapper()->query()->retrieve(
3526 $md_element->delete();
3536 $md_element->delete();
3547 case 'meta_technical':
3548 $this->md_section = $this->md_obj->addTechnical();
3549 $this->md_section->save();
3552 case 'meta_lifecycle':
3553 $this->md_section = $this->md_obj->addLifecycle();
3554 $this->md_section->save();
3555 $con = $this->md_section->addContribute();
3558 $ent = $con->addEntity();
3562 case 'meta_meta_metadata':
3563 $this->md_section = $this->md_obj->addMetaMetadata();
3564 $this->md_section->save();
3566 $ide = $this->md_section->addIdentifier();
3569 $con = $this->md_section->addContribute();
3572 $ent = $con->addEntity();
3577 $this->md_section = $this->md_obj->addRights();
3578 $this->md_section->save();
3581 case 'meta_educational':
3582 $this->md_section = $this->md_obj->addEducational();
3583 $this->md_section->save();
3586 case 'meta_relation':
3587 $this->md_section = $this->md_obj->addRelation();
3588 $this->md_section->save();
3589 $ident = $this->md_section->addIdentifier_();
3591 $des = $this->md_section->addDescription();
3595 case 'meta_annotation':
3596 $this->md_section = $this->md_obj->addAnnotation();
3597 $this->md_section->save();
3600 case 'meta_classification':
3601 $this->md_section = $this->md_obj->addClassification();
3602 $this->md_section->save();
3604 $taxon_path = $this->md_section->addTaxonPath();
3605 $taxon_path->save();
3607 $taxon = $taxon_path->addTaxon();
3610 $key = $this->md_section->addKeyword();
3622 $section_element =
'';
3623 if ($this->
http->wrapper()->query()->has(
'section_element')) {
3624 $section_element = $this->
http->wrapper()->query()->retrieve(
3626 $this->
refinery->kindlyTo()->string()
3629 if ($this->
http->wrapper()->post()->has(
'section_element')) {
3630 $section_element = $this->
http->wrapper()->post()->retrieve(
3632 $this->
refinery->kindlyTo()->string()
3638 case 'meta_technical':
3639 $this->md_section = $this->md_obj->getTechnical();
3642 case 'meta_lifecycle':
3643 $this->md_section = $this->md_obj->getLifecycle();
3646 case 'meta_meta_metadata':
3647 $this->md_section = $this->md_obj->getMetaMetadata();
3650 case 'meta_general':
3651 $this->md_section = $this->md_obj->getGeneral();
3654 case 'meta_educational':
3655 $this->md_section = $this->md_obj->getEducational();
3658 case 'meta_classification':
3659 $arr = explode(
"_", $section_element);
3660 $section_element = $arr[0];
3661 $this->md_section = $this->md_obj->getClassification((
int) ($arr[1] ?? 0));
3667 switch ($section_element) {
3668 case 'meta_or_composite':
3669 $md_new = $this->md_section->addOrComposite();
3670 $md_new = $md_new->addRequirement();
3673 case 'meta_requirement':
3674 $md_new = $this->md_section->addRequirement();
3677 case 'meta_location':
3678 $md_new = $this->md_section->addLocation();
3682 $md_new = $this->md_section->addFormat();
3687 $md_new = $md_new->addEntity();
3690 case 'meta_identifier':
3691 $md_new = $this->md_section->addIdentifier();
3694 case 'meta_contribute':
3695 $md_new = $this->md_section->addContribute();
3697 $md_new = $md_new->addEntity();
3700 case 'educational_language':
3701 case 'meta_language':
3702 $md_new = $this->md_section->addLanguage();
3705 case 'educational_description':
3706 case 'meta_description':
3707 $md_new = $this->md_section->addDescription();
3711 case 'meta_keyword':
3712 $md_new = $this->md_section->addKeyword();
3715 case 'educational_typical_age_range':
3716 $md_new = $this->md_section->addTypicalAgeRange();
3719 case 'relation_resource_identifier':
3721 $md_new = $rel->addIdentifier_();
3724 case 'relation_resource_description':
3726 $md_new = $rel->addDescription();
3730 $md_new = $this->md_section->addTaxonPath();
3732 $md_new = $md_new->addTaxon();
3737 $md_new = $tax_path->addTaxon();
3751 case 'meta_general':
3755 case 'meta_lifecycle':
3759 case 'meta_technical':
3763 case 'meta_meta_metadata':
3775 case 'meta_educational':
3779 case 'meta_relation':
3783 case 'meta_annotation':
3787 case 'meta_classification':
3792 if ($this->md_obj->getObjType() ===
'sahs' || $this->md_obj->getObjType() ===
'sco') {
3805 if (count($subs = $this->md_section->getPossibleSubelements())) {
3813 $tpl->
setVariable(
"TXT_NEW_ELEMENT", $this->
lng->txt(
"meta_new_element"));
3823 'meta_quickedit' =>
'listQuickEdit',
3824 'meta_general' =>
'listGeneral',
3825 'meta_lifecycle' =>
'listLifecycle',
3826 'meta_meta_metadata' =>
'listMetaMetadata',
3827 'meta_technical' =>
'listTechnical',
3828 'meta_educational' =>
'listEducational',
3829 'meta_rights' =>
'listRights',
3830 'meta_relation' =>
'listRelation',
3831 'meta_annotation' =>
'listAnnotation',
3832 'meta_classification' =>
'listClassification' 3836 $tabs[
'debug'] =
'debug';
3842 foreach (array_keys($tabs) as
$key) {
3843 $options[
$key] = $this->
lng->txt($key);
3845 $section->setOptions($options);
3846 $section->setValue($a_active);
3848 $this->toolbarGUI->addStickyItem($section,
true);
3851 $button->setCaption(
"show");
3852 $button->setCommand(
"listSection");
3853 $this->toolbarGUI->addStickyItem($button);
3855 $this->toolbarGUI->setFormAction($this->
ctrl->getFormAction($this,
"listSection"));
3861 "tpl.lang_selection.html",
3872 if ($a_value !==
"" && $a_value === $code) {
3878 $tpl->
setVariable(
"TXT_PLEASE_SELECT", $this->
lng->txt(
"meta_please_select"));
3881 $return = $tpl->
get();
3890 for (
$i = 0;
$i <= 24;
$i++) {
3891 $options[
$i] = sprintf(
'%02d',
$i);
3899 for (
$i = 0;
$i <= 31;
$i++) {
3900 $options[
$i] = sprintf(
'%02d',
$i);
3906 public function addObserver(
object $a_class,
string $a_method,
string $a_element): bool
3908 $this->observers[$a_element][
'class'] = $a_class;
3909 $this->observers[$a_element][
'method'] = $a_method;
3919 if (isset($this->observers[$a_element])) {
3920 $class = &$this->observers[$a_element][
'class'];
3921 $method = $this->observers[$a_element][
'method'];
3923 return $class->$method($a_element);
3935 $link = $this->
ctrl->getLinkTarget($this,
'updateQuickEdit');
3936 return $this->ui_factory
3939 $this->
lng->txt(
"meta_copyright_change_warning_title"),
3940 $this->
lng->txt(
"meta_copyright_change_info"),
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
Interface GlobalHttpState.
static _getOperatingSystemSelect(string $a_selected, string $a_name, array $prepend=array(), bool $a_options_only=false)
Prepare a meta technical os selector.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An entity that renders components to a string output.
static _LOMDurationToArray(string $a_string)
LOM datatype duration is a string like P2M4DT7H18M2S (2 months 4 days 7 hours 18 minutes 2 seconds) T...
static _extractEntryId(string $a_cp_string)
getNodeData(int $a_node_id, ?int $a_tree_pk=null)
get all information of a node.
static _getMatchingKeywords(string $a_query, string $a_type, int $a_rbac_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getBrowserSelect(string $a_selected, string $a_name, array $prepend=array(), bool $a_options_only=false)
Prepare a meta technical browser selector.
__buildDaysSelect(string $sel_day)
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
__showLanguageSelect(string $a_name, string $a_value="")
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
__fillSubelements(ilTemplate $tpl)
setTreeTablePK(string $a_column_name)
set column containing primary key in tree table
__setTabs(string $a_active)
static _lookupDescription(int $a_rbac_id, int $a_obj_id)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
isCopyrightSelectionActive()
static _getStatusSelect(string $a_selected, string $a_name, array $prepend=array(), bool $a_options_only=false)
Prepare a meta lifecycle status selector.
static _getLocationTypeSelect(string $a_selected, string $a_name, array $prepend=array())
Prepare a meta location type.
static updateKeywords(ilMDGeneral $a_md_section, array $a_keywords)
initQuickEditForm(?Signal $a_signal_id)
ilGlobalTemplateInterface $tpl
getChangeCopyrightModal()
__buildMonthsSelect(string $sel_month)
setTableNames(string $a_table_tree, string $a_table_obj_data, string $a_table_obj_reference="")
set table names The primary key of the table containing your object_data must be 'obj_id' You may use...
static http()
Fetches the global http state from ILIAS.
setVariable($variable, $value='')
Sets a variable value.
ilMDSettings $md_settings
updateQuickEdit_scorm_propagate(string $request, string $type)
setValue(string $a_value)
callListeners(string $a_element)
updateQuickEdit_scorm_prop_expert()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
form( $class_path, string $cmd)
addObserver(object $a_class, string $a_method, string $a_element)
__construct(int $a_rbac_id, int $a_obj_id, string $a_obj_type)
static _getRoleSelect(string $a_selected, string $a_name, array $prepend=array(), bool $a_options_only=false)
Prepare a meta lifecycle status selector.
listQuickEdit(ilPropertyFormGUI $form=null)
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static _getInstance(string $a_type, int $a_index, ?int $a_technical_id=0)
updateQuickEdit_scorm_prop_poc()
This class represents a text area property in a property form.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
updateQuickEdit_scorm_prop_designer()
getSubTree(array $a_node, bool $a_with_data=true, array $a_type=[])
get all nodes in the subtree under specified node
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
setTitle(string $a_title)
listQuickEditCopyright(ilPropertyFormGUI $form)
ilRbacSystem $rbac_system