43 protected \ILIAS\MediaPool\InternalDomainService
$domain;
44 protected \ILIAS\COPage\Xsl\XslManager
$xsl;
60 int $a_id_type = self::REPOSITORY_NODE_ID,
61 int $a_parent_node_id = 0
65 $this->mep_request = $DIC->mediaPool()
69 $this->mep_item_id = $this->mep_request->getItemId();
73 $this->
tabs = $DIC->tabs();
74 $this->
locator = $DIC[
"ilLocator"];
75 $this->
help = $DIC[
"ilHelp"];
77 $this->main_tpl = $DIC->ui()->mainTemplate();
79 $this->
upload = $DIC->upload();
84 $this->mode = ($this->mep_request->getMode() !==
"")
85 ? $this->mep_request->getMode()
87 $this->gui = $DIC->mediaPool()->internal()->gui();
88 $this->domain = $DIC->mediaPool()->internal()->domain();
89 $this->xsl = $DIC->copage()->internal()->domain()->xsl();
106 $tree = $this->
object->getTree();
112 if ($this->
ctrl->getCmd() ===
"explorer") {
113 $this->
ctrl->saveParameter($this, array(
"ref_id"));
115 $this->
ctrl->saveParameter($this, array(
"ref_id",
"mepitem_id"));
117 $this->
ctrl->saveParameter($this, array(
"mep_mode"));
142 $tree = $this->
object->getTree();
145 $next_class = $this->
ctrl->getNextClass($this);
146 $cmd = $this->
ctrl->getCmd();
147 $new_type = $this->mep_request->getNewType();
151 if ($new_type !==
"" && ($cmd !==
"confirmRemove" && $cmd !==
"copyToClipboard" 152 && $cmd !==
"pasteFromClipboard")) {
153 $this->tpl->setPermanentLink(
"mep", $this->ref_id);
157 if ($cmd ===
"create") {
158 switch ($this->mep_request->getNewType()) {
160 $this->
ctrl->redirectByClass(
"ilobjmediaobjectgui",
"create");
164 $this->
ctrl->redirectByClass(
"ilobjfoldergui",
"create");
169 switch ($next_class) {
170 case 'ilobjectmetadatagui':
176 $this->tabs_gui->activateTab(
'meta_data');
178 $this->
ctrl->forwardCommand($md_gui);
179 $this->tpl->printToStdout();
182 case strtolower(ilRepoStandardUploadHandlerGUI::class):
185 $gui = $form->getRepoStandardUploadHandlerGUI(
"media_files");
186 $this->
ctrl->forwardCommand($gui);
189 case 'ilmediapoolpagegui':
193 $ilTabs->clearTargets();
194 $ilCtrl->setReturn($this,
"returnFromItem");
197 $this->mep_request->getOldNr()
199 $mep_page_gui->setPoolGUI($this);
202 if (!$ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
203 $mep_page_gui->setEnableEditing(
false);
205 $ret = $this->
ctrl->forwardCommand($mep_page_gui);
209 $this->tpl->printToStdout();
212 case "ilobjmediaobjectgui":
214 if ($cmd ===
"create" || $cmd ===
"save" || $cmd ===
"cancel") {
217 $ilObjMediaObjectGUI->setWidthPreset((
int) $this->getMediaPool()->getDefaultWidth());
218 $ilObjMediaObjectGUI->setHeightPreset((
int) $this->getMediaPool()->getDefaultHeight());
223 $ilTabs->setBackTarget(
225 $this->
ctrl->getLinkTarget(
231 if ($this->
ctrl->getCmdClass() ===
"ilinternallinkgui") {
232 $this->
ctrl->setReturn($this,
"explorer");
234 $this->
ctrl->setParameter($this,
"mepitem_id", $ret_obj);
235 $this->
ctrl->setReturn(
239 $this->
ctrl->setParameter($this,
"mepitem_id", $this->mep_item_id);
242 $ilObjMediaObjectGUI->setTabs();
246 $ilObjMediaObjectGUI->setAdvMdRecordObject($this->
object->getRefId(),
"mep",
"mob");
248 $ret = $this->
ctrl->forwardCommand($ilObjMediaObjectGUI);
249 if ($cmd ===
"save") {
250 $object = $ilObjMediaObjectGUI->getObject();
254 $mep_item->setType(
"mob");
261 "ilias.php?baseClass=ilMediaPoolPresentationGUI&cmd=listMedia&ref_id=" .
262 $this->requested_ref_id .
"&mepitem_id=" . $this->mep_item_id
266 $this->tpl->printToStdout();
269 case "ilmediacreationgui":
272 $this->
ctrl->setReturn($this,
"listMedia");
278 },
function ($mob_id, $long_desc) {
280 },
function ($mob_ids) {
282 },
function ($mob_id) {
284 },
function ($mob_id) {
287 $this->
ctrl->forwardCommand($creation);
288 $this->tpl->printToStdout();
292 case "ilobjfoldergui":
296 $this->
ctrl->setReturn($this,
"listMedia");
302 $folder_gui->setFormAction(
304 $this->
ctrl->getFormActionByClass(
"ilobjfoldergui")
306 $folder_gui->createObject();
307 $this->tpl->printToStdout();
312 $folder_gui->setFolderTree(
$tree);
313 $folder_gui->saveObject();
324 $this->
ctrl->setParameter($this,
"foldereditmode",
"1");
325 $folder_gui->setFormAction(
"update", $this->
ctrl->getFormActionByClass(
"ilobjfoldergui"));
326 $folder_gui->editObject();
327 $this->tpl->printToStdout();
338 $this->
ctrl->setReturn($this,
"listMedia");
339 $folder_gui->updateObject();
343 if ($this->mep_request->getFolderEditMode()) {
346 $this->
ctrl->redirect($this,
"listMedia");
351 case "ileditclipboardgui":
354 $this->
ctrl->setReturn($this, $this->mode);
356 $clip_gui->setMultipleSelections(
true);
357 $clip_gui->setInsertButtonTitle(
$lng->
txt(
"mep_copy_to_mep"));
358 $ilTabs->setTabActive(
"clipboard");
359 $this->
ctrl->forwardCommand($clip_gui);
360 $this->tpl->printToStdout();
363 case 'ilinfoscreengui':
367 $this->tpl->printToStdout();
370 case 'ilpermissiongui':
375 $ilTabs->activateTab(
"perm_settings");
376 $this->
ctrl->forwardCommand($perm_gui);
377 $this->tpl->printToStdout();
384 $ilTabs->activateTab(
"export");
386 $this->
ctrl->forwardCommand($exp_gui);
387 $this->tpl->printToStdout();
390 case "ilcommonactiondispatchergui":
392 $this->
ctrl->forwardCommand($gui);
395 case 'ilobjecttranslationgui':
399 $ilTabs->activateTab(
"settings");
402 $transgui->setTitleDescrOnlyMode(
false);
403 $this->
ctrl->forwardCommand($transgui);
404 $this->tpl->printToStdout();
407 case "ilmediapoolimportgui":
411 $ilTabs->activateTab(
"import");
413 $this->
ctrl->forwardCommand($gui);
414 $this->tpl->printToStdout();
417 case "ilmobmultisrtuploadgui":
423 $this->
ctrl->forwardCommand($gui);
424 $this->tpl->printToStdout();
427 case strtolower(ilObjectMetaDataGUI::class):
431 $ilTabs->activateTab(
"meta_data");
433 $this->
ctrl->forwardCommand($gui);
436 case strtolower(SettingsGUI::class):
441 $ilTabs->activateTab(
"settings");
442 $gui = $this->gui->
settings()->settingsGUI(
445 $this->
ctrl->forwardCommand($gui);
446 $this->tpl->printToStdout();
452 $cmd = $this->
ctrl->getCmd(
"listMedia") ?:
"listMedia";
455 $this->tpl->printToStdout();
469 if (
$type !==
"fold") {
470 $tree = $this->
object->getTree();
482 $this->
ctrl->redirectByClass(
"ilobjmediaobjectgui",
"create");
488 $this->main_tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
491 ilUtil::redirect(
"ilias.php?baseClass=ilMediaPoolPresentationGUI&ref_id=" . $new_object->
getRefId() .
"&cmd=listMedia");
496 $this->
ctrl->redirectByClass(SettingsGUI::class);
512 $ilCtrl->setParameter($this,
"mep_mode",
"listMedia");
516 $ilTabs->setTabActive(
"content");
519 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
520 $ilToolbar->addButton(
522 $ilCtrl->getLinkTargetByClass(
"ilMediaCreationGUI",
"")
526 if ($mset->get(
"mep_activate_pages")) {
527 $ilToolbar->addButton(
528 $lng->
txt(
"mep_create_content_snippet"),
529 $ilCtrl->getLinkTargetByClass([
"ilobjmediapoolgui",
"ilmediapoolpagegui"],
"createMediaPoolPage")
533 $ilToolbar->addButton(
534 $lng->
txt(
"mep_create_folder"),
535 $ilCtrl->getLinkTarget($this,
"createFolderForm")
538 $ilToolbar->addButton(
540 $ilCtrl->getLinkTarget($this,
"bulkUpload")
544 if (is_array($move_ids) && count($move_ids) > 0) {
545 $ilToolbar->addSeparator();
546 $ilToolbar->addButton(
548 $ilCtrl->getLinkTarget($this,
"paste")
553 $mep_table_gui =
new ilMediaPoolTableGUI($this,
"listMedia", $this->getMediaPool(),
"mepitem_id");
560 $exp->toggleExplorerNodeState();
573 $ilCtrl->setParameter($this,
"mep_mode",
"allMedia");
576 $ilTabs->setTabActive(
"content");
582 $this->getMediaPool(),
588 if ($this->mep_request->getForceFilter() > 0) {
589 $mep_table_gui->setTitleFilter(
597 $this->getMediaPool(),
615 $this->getMediaPool(),
620 $mtab->writeFilterToSession();
621 $mtab->resetOffset();
630 $this->getMediaPool(),
635 $mtab->resetFilter();
636 $mtab->resetOffset();
645 $this->tpl->loadStandardTemplate();
654 if ($this->mep_item_id == 0) {
657 $par_id = $this->
object->getPoolTree()->getParentId($this->mep_item_id);
658 if ($par_id != $this->
object->getPoolTree()->getRootId()) {
659 return (
int) $par_id;
675 $mob_id = $item->getForeignId();
677 $this->tpl =
new ilGlobalTemplate(
"tpl.fullscreen.html",
true,
true,
"components/ILIAS/COPage");
679 $this->tpl->setVariable(
680 "LOCATION_CONTENT_STYLESHEET",
689 $this->tpl->setVariable(
"TITLE",
" - " . $media_obj->getTitle());
700 $mode = ($this->
ctrl->getCmd() !==
"showPreview")
705 $this->
ctrl->getLinkTarget($this,
"showFullscreen",
"",
false,
false);
706 $params = array(
'mode' => $mode,
'enlarge_path' => $enlarge_path,
707 'link_params' =>
"ref_id=" . $this->requested_ref_id,
'fullscreen_link' => $fullscreen_link,
709 'ref_id' => $this->requested_ref_id,
'pg_frame' => $pg_frame,
'webspace_path' => $wb_path);
710 $output = $this->xsl->process($xml,
$params);
713 $this->tpl->setVariable(
"MEDIA_CONTENT", $output);
733 $page_gui->setTemplate(
$tpl);
735 $page_gui->setTemplateOutput(
false);
736 $page_gui->setHeader(
"");
737 $ret = $page_gui->showPage(
true);
755 $page_gui->setPoolGUI($this);
770 switch ($item->getType()) {
800 $ids = $this->mep_request->getItemIds();
801 if (count($ids) === 0) {
802 $this->main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
803 $ilCtrl->redirect($this,
"");
808 $cgui->setFormAction($this->
ctrl->getFormAction($this));
809 $cgui->setHeaderText($this->
lng->txt(
"info_remove_sure"));
810 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancelRemove");
811 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"remove");
819 if (
$type ===
"pg") {
821 if (count($usages) > 0) {
822 $this->main_tpl->setOnScreenMessage(
'failure', sprintf(
$lng->
txt(
"mep_content_snippet_in_use"), $title),
true);
823 $ilCtrl->redirect($this,
"listMedia");
827 if (count($usages) > 0) {
828 $add =
"<div class='small'>" .
$lng->
txt(
"mep_content_snippet_used_in_older_versions") .
"</div>";
836 $cgui->addItem(
"id[]", $obj_id, $caption);
839 $this->tpl->setContent($cgui->getHTML());
851 $ilCtrl->setParameterByClass(
852 "ileditclipboardgui",
854 rawurlencode($ilCtrl->getLinkTarget(
856 "insertFromClipboard",
862 $ilCtrl->redirectByClass(
"ilEditClipboardGUI",
"getObject");
873 $this->domain->mediapool($this->
object->getId())
874 ->copySelectedFromEditClipboard($this->mep_item_id);
881 $this->
ctrl->redirect($this, $this->mode);
890 $this->
ctrl->redirect($this, $this->mode);
893 public function remove():
void 897 $ids = $this->mep_request->getItemIds();
899 $this->
object->deleteChild($obj_id);
902 $this->main_tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"cont_obj_removed"),
true);
903 $this->
ctrl->redirect($this, $this->mode);
916 $ids = $this->mep_request->getItemIds();
917 if (count($ids) === 0) {
918 $this->main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
919 $this->
ctrl->redirect($this, $this->mode);
924 if (
$type ===
"fold") {
925 $this->main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"cont_cant_copy_folders"),
true);
926 $this->
ctrl->redirect($this, $this->mode);
929 foreach ($ids as $obj_id) {
932 if (
$type ===
"mob") {
933 $ilUser->addObjectToClipboard($fid,
"mob",
"");
935 if (
$type ===
"pg") {
936 $ilUser->addObjectToClipboard($obj_id,
"incl",
"");
939 $this->main_tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"copied_to_clipboard"),
true);
940 $this->
ctrl->redirect($this, $this->mode);
951 $tree = $this->
object->getTree();
954 foreach (
$path as $node) {
956 $this->
ctrl->setParameter($this,
"mepitem_id",
"");
958 if ($ilAccess->checkAccess(
"read",
"", $this->object->getRefId())) {
959 $link = $this->
ctrl->getLinkTarget($this,
"listMedia");
960 } elseif ($ilAccess->checkAccess(
"visible",
"", $this->object->getRefId())) {
961 $link = $this->
ctrl->getLinkTarget($this,
"infoScreen");
963 $title = $this->
object->getTitle();
964 $this->
ctrl->setParameter($this,
"mepitem_id", $this->mep_item_id);
965 $ilLocator->addItem($title, $link,
"", $this->requested_ref_id);
1005 $this->
form->setValuesByArray($values);
1020 if ($this->
form->checkInput()) {
1022 $this->main_tpl->setOnScreenMessage(
'success',
$lng->
txt(
"mep_folder_created"),
true);
1024 $ilCtrl->redirect($this,
"listMedia");
1027 $this->
form->setValuesByPost();
1040 if ($this->
form->checkInput()) {
1042 $item->setTitle($this->
form->getInput(
"title"));
1044 $this->main_tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1045 $ilCtrl->setParameter(
1048 $this->
object->getTree()->getParentId($this->mep_item_id)
1050 $ilCtrl->redirect($this,
"listMedia");
1053 $this->
form->setValuesByPost();
1070 $ti->setMaxLength(128);
1071 $ti->setRequired(
true);
1072 $this->
form->addItem($ti);
1075 if ($a_mode ===
"create") {
1076 $this->
form->addCommandButton(
"saveFolder",
$lng->
txt(
"save"));
1077 $this->
form->addCommandButton(
"cancelSave",
$lng->
txt(
"cancel"));
1078 $this->
form->setTitle(
$lng->
txt(
"mep_new_folder"));
1080 $this->
form->addCommandButton(
"updateFolder",
$lng->
txt(
"save"));
1081 $this->
form->addCommandButton(
"cancelFolderUpdate",
$lng->
txt(
"cancel"));
1082 $this->
form->setTitle(
$lng->
txt(
"mep_edit_folder"));
1085 $this->
form->setFormAction($ilCtrl->getFormAction($this));
1094 $this->
object->getTree()->getParentId($this->mep_item_id)
1096 $ilCtrl->redirect($this,
"listMedia");
1102 $ilCtrl->
redirect($this,
"listMedia");
1119 $ilTabs->addSubTab(
"content", $this->
lng->txt(
"objs_fold"), $this->
ctrl->getLinkTarget($this,
""));
1122 $ilTabs->addSubTab(
"mep_all_mobs", $this->
lng->txt(
"mep_all_mobs"), $this->
ctrl->getLinkTarget($this,
"allMedia"));
1123 $ilCtrl->setParameter($this,
"mepitem_id", $this->mep_item_id);
1125 if ($ilAccess->checkAccess(
'write',
'', $this->ref_id)) {
1128 $this->
lng->txt(
"mep_media_subtitles"),
1129 $ilCtrl->getLinkTargetByClass(
"ilmobmultisrtuploadgui",
"")
1133 $ilTabs->activateSubTab($a_active);
1144 if ($ilAccess->checkAccess(
'read',
'', $this->ref_id) ||
1145 $ilAccess->checkAccess(
'write',
'', $this->ref_id)) {
1146 $ilTabs->addTab(
"content", $this->
lng->txt(
"mep_content"), $this->
ctrl->getLinkTarget($this,
""));
1150 if ($ilAccess->checkAccess(
'visible',
'', $this->ref_id) ||
1151 $ilAccess->checkAccess(
'read',
'', $this->ref_id) ||
1152 $ilAccess->checkAccess(
'write',
'', $this->ref_id)) {
1155 $this->
lng->txt(
"info_short"),
1156 $this->
ctrl->getLinkTargetByClass(
1157 array(
"ilobjmediapoolgui",
"ilinfoscreengui"),
1163 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1166 $this->
lng->txt(
"settings"),
1167 $this->
ctrl->getLinkTargetByClass(SettingsGUI::class)
1170 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1173 $this->
lng->txt(
"clipboard"),
1174 $this->
ctrl->getLinkTarget($this,
"openClipboard")
1179 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1182 $mdtab = $mdgui->getTab();
1186 $this->
lng->txt(
"meta_data"),
1192 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1195 $this->
lng->txt(
"export"),
1196 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
1201 $this->
lng->txt(
"import"),
1202 $this->
ctrl->getLinkTargetByClass(
"ilmediapoolimportgui",
"")
1206 if ($ilAccess->checkAccess(
"edit_permission",
"", $this->object->getRefId())) {
1209 $this->
lng->txt(
"perm_settings"),
1210 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
1222 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1226 $this->
ctrl->getLinkTarget($this,
"edit")
1230 if ($mset->get(
"mep_activate_pages")) {
1231 $ilTabs->addSubTabTarget(
1232 "obj_multilinguality",
1233 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
1238 $ilTabs->setSubTabActive($a_active);
1242 public static function _goto(
string $a_target): void
1245 $main_tpl = $DIC->ui()->mainTemplate();
1247 $ilAccess = $DIC->access();
1248 $lng = $DIC->language();
1249 $ctrl = $DIC->ctrl();
1252 $targets = explode(
'_', $a_target);
1254 if (count((array) $targets) > 1) {
1255 $subitem_id = $targets[1];
1259 if ($ilAccess->checkAccess(
"read",
"",
$ref_id)) {
1262 } elseif ($ilAccess->checkAccess(
"visible",
"",
$ref_id)) {
1266 $lng->
txt(
"msg_no_perm_read_item"),
1280 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
1290 $this->
tabs->activateTab(
"info_short");
1293 if (!$ilAccess->checkAccess(
"visible",
"", $this->ref_id) &&
1294 !$ilAccess->checkAccess(
"read",
"", $this->ref_id) &&
1295 !$ilAccess->checkAccess(
"write",
"", $this->ref_id)) {
1299 if ($this->
ctrl->getCmd() ===
"infoScreen") {
1300 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
1305 $info->enablePrivateNotes();
1309 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
1312 $this->
ctrl->forwardCommand($info);
1324 ?array $a_files =
null 1334 $a_files = $this->mep_request->getFiles();
1337 $ilTabs->clearTargets();
1338 $ilTabs->setBackTarget(
1340 $ilCtrl->getLinkTarget($this,
"listMedia")
1349 "rename" =>
$lng->
txt(
"mep_up_dir_move"),
1350 "copy" =>
$lng->
txt(
"mep_up_dir_copy"),
1353 $si->setOptions($options);
1354 $tb->addInputItem($si);
1355 $tb->setCloseFormTag(
false);
1356 $tb->setFormAction($ilCtrl->getFormAction($this));
1357 $tb->setFormName(
"mep_up_form");
1361 "selectUploadDirFiles",
1364 $tab->setFormName(
"mep_up_form");
1373 int $a_mpool_ref_id,
1379 $ilCtrl = $DIC->ctrl();
1380 $lng = $DIC->language();
1381 $internal_gui = $DIC->mediaPool()
1385 ->standardRequest();
1391 $ilCtrl->setParameterByClass(
"ilobjmediapoolgui",
"mepitem_id",
"");
1392 $ilCtrl->setParameterByClass(
"ilobjmediapoolgui",
"ref_id", $a_mpool_ref_id);
1393 $tpl->addOnloadCode(
"il.MediaPool.setPreviewUrl('" . $ilCtrl->getLinkTargetByClass(array(
"ilmediapoolpresentationgui",
"ilobjmediapoolgui"),
"showPreview",
"",
false,
false) .
"');");
1394 $ilCtrl->setParameterByClass(
"ilobjmediapoolgui",
"mepitem_id",
$request->getItemId());
1395 $ilCtrl->setParameterByClass(
1396 "ilobjmediapoolgui",
1401 $modal = $internal_gui->ui()->factory()->modal()->roundtrip(
1403 $internal_gui->ui()->factory()->legacy()->content(
"<iframe id='ilMepPreviewContent'></iframe>")
1405 $html = $internal_gui->ui()->renderer()->render($modal);
1406 $html = str_replace(
1407 "<iframe id='ilMepPreviewContent'",
1408 "<iframe data-signal='" . $modal->getShowSignal()->getId() .
"' id='ilMepPreviewContent'",
1419 if ($ot->getContentActivated()) {
1420 $format = explode(
"_", $this->mep_request->getExportFormat());
1424 $this->
object->exportXML($opt);
1443 if (is_null($this->bulk_upload_form)) {
1444 $mep_hash = uniqid();
1445 $this->
ctrl->setParameter($this,
"mep_hash", $mep_hash);
1446 $this->bulk_upload_form = $this->gui
1447 ->form(self::class,
'performBulkUpload')
1448 ->section(
"props", $this->
lng->txt(
'mep_bulk_upload'))
1451 $this->
lng->txt(
"mep_media_files"),
1452 \Closure::fromCallable([$this,
'handleUploadResult']),
1469 $mob->setTitle($title);
1470 $mob->setDescription(
"");
1473 $mob->createDirectory();
1475 $mob->addMediaItem($media_item);
1476 $media_item->setPurpose(
"Standard");
1480 $file = $mob_dir .
"/" . $file_name;
1491 $mep_item->setTitle($title);
1492 $mep_item->setType(
"mob");
1493 $mep_item->setForeignId($mob->getId());
1494 $mep_item->create();
1496 $tree = $this->
object->getTree();
1505 $media_item->setFormat($format);
1507 $media_item->setLocationType(
"LocalFile");
1508 $media_item->setUploadHash($this->mep_request->getUploadHash());
1511 $item_ids[] = $mob->getId();
1514 $mob->generatePreviewPic(320, 240);
1518 $med_item->determineDuration();
1519 $med_item->update();
1523 HandlerResult::STATUS_OK,
1535 $this->
ctrl->setParameter($this,
"mep_hash", $this->mep_request->getUploadHash());
1536 $this->
ctrl->redirect($this,
"editTitlesAndDescriptions");
1550 $this->mep_request->getUploadHash()
1555 $tb->addFormButton(
$lng->
txt(
"save"),
"saveTitlesAndDescriptions");
1556 $tb->setOpenFormTag(
true);
1557 $tb->setCloseFormTag(
false);
1558 $tb->setId(
"tb_top");
1560 $html = $tb->getHTML();
1561 foreach ($media_items as $mi) {
1564 $acc->setId(
"acc_" . $mi[
"mob_id"]);
1568 $acc->addItem($mob->getTitle(), $form->
getHTML());
1570 $html .= $acc->getHTML();
1573 $html .= $tb->getHTML();
1574 $tb->setOpenFormTag(
false);
1575 $tb->setCloseFormTag(
true);
1576 $tb->setId(
"tb_bottom");
1596 $ti->setValue($a_title);
1613 $this->mep_request->getUploadHash()
1616 foreach ($media_items as $mi) {
1620 $title = $form->
getInput(
"title_" . $mi[
"mob_id"]);
1621 $desc = $form->
getInput(
"description_" . $mi[
"mob_id"]);
1622 if (trim($title) !==
"") {
1623 $mob->setTitle($title);
1625 $mob->setDescription($desc);
1628 $this->main_tpl->setOnScreenMessage(
'success',
$lng->
txt(
"msg_obj_modified"),
true);
1634 ilSession::set(
"mep_move_ids", $this->mep_request->getItemIds());
1635 $this->main_tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"mep_move_select_insert"),
true);
1636 $this->
ctrl->redirect($this,
"listMedia");
1641 $target_folder_id = $this->mep_request->getItemId();
1642 $target_tree = $this->domain->tree($this->
object->getId());
1644 $target_folder_id = $target_tree->readRootId();
1648 $this->domain->mediapool($this->
object->getId())->pasteFromClipboard($target_folder_id);
1650 $this->main_tpl->setOnScreenMessage(
1652 $this->
lng->txt(
"mep_target_in_source_not_allowed") .
" " . $e->getMessage(),
1657 $this->
ctrl->redirect($this,
"listMedia");
1672 string $long_desc =
"",
1673 bool $redirect =
true,
1674 bool $extract =
false 1680 foreach ($mob_ids as $mob_id) {
1685 $mep_item->setType(
"mob");
1687 $mep_item->create();
1690 $tree = $this->
object->getTree();
1707 $this->
ctrl->redirect($this,
"listMedia");
setOnScreenMessage(string $type, string $a_txt, bool $a_keep=false)
Set a message to be displayed to the user.
static getWebspaceDir(string $mode="filesystem")
get webspace directory
static get(string $a_var)
static getStyleSheetLocation(string $mode="output", string $a_css_name="")
get full style sheet file name (path inclusive) of current user
getFormAction(object $a_gui_obj, ?string $a_fallback_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getLogger(string $a_component_id)
Get component logger.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
New implementation of ilObjectGUI.
special template class to simplify handling of ITX/PEAR
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
setContent(string $a_html)
Sets content for standard template.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
prepareOutput(bool $show_sub_objects=true)
loadLanguageModule(string $a_module)
Load language module.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
getPathFull(int $a_endnode_id, int $a_startnode_id=0)
get path from a given startnode to a given endnode if startnode is not given the rootnode is startnod...
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setAdvMdRecordObject(int $a_adv_ref_id, string $a_adv_type, string $a_adv_subtype="-")
Set object, that defines the adv md records being used.
static getUsages(string $a_pc_type, int $a_pc_id, bool $a_incl_hist=true)
Get usages.
static _lookupTitle(int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
setCreationMode(bool $mode=true)
ServerRequestInterface $request
setScreenIdComponent(string $a_comp)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
moveOneFileTo(UploadResult $uploadResult, string $destination, int $location=Location::STORAGE, string $file_name='', bool $override_existing=false)
Moves a single File (the attributes, metadata and upload-status of which are contained in UploadResul...
static getInstance(int $obj_id)
ilGlobalTemplateInterface $tpl
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Class BasicHandlerResult.
getParentId(int $a_node_id)
get parent id of given node
static getSyntaxStylePath()
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static redirect(string $a_script)
form( $class_path, string $cmd, string $submit_caption="")
insertNode(int $a_node_id, int $a_parent_id, int $a_pos=self::POS_LAST_NODE, bool $a_reset_deletion_date=false)
insert new node with node_id under parent node with parent_id
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.
__construct(Container $dic, ilPlugin $plugin)
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
This class represents a text area property in a property form.
saveParameter(object $a_gui_obj, $a_parameter)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
Class ilMediaPoolPage GUI class.
static set(string $a_var, $a_val)
Set a value.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
GUI class for object translation handling.
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.