29 protected \ILIAS\Style\Content\GUIService
$cs_gui;
38 bool $a_prevent_get_id =
false,
43 $this->tpl = $DIC[
"tpl"];
44 $this->
ctrl = $DIC->ctrl();
45 $this->
tabs = $DIC->tabs();
46 $this->
access = $DIC->access();
47 $this->
lng = $DIC->language();
49 if (in_array($this->
ctrl->getCmd(), [
"createMediaPoolPage",
"saveMediaPoolPage",
"cancelSaveNewMediaPoolPage"])) {
55 $cs = $DIC->contentStyle()
59 $this->cs_gui = $DIC->contentStyle()->gui();
62 $this->mep_request = $DIC->mediaPool()
88 $this->getMediaPoolPage()->setPool($this->pool);
94 $this->getMediaPoolPage(),
100 bool $a_no_title =
false 106 $this->cs_gui->
addCss(
$tpl, $this->requested_ref_id);
114 return parent::showPage();
117 public function getTabs(
string $a_activate =
""): void
140 $this->
tabs->clearTargets();
162 $item->setType(
"pg");
165 if ($item->getId() > 0) {
167 $tree = $this->pool->getTree();
168 $parent = $this->mep_request->getItemId() > 0
169 ? $this->mep_request->getItemId()
170 : $tree->getRootId();
171 $this->pool->insertInTree($item->getId(), $parent);
175 $page->setId($item->getId());
176 $page->setParentId($this->pool->getId());
178 $page->createMetaData($this->pool->getId());
180 $ilCtrl->setParameterByClass(
"ilmediapoolpagegui",
"mepitem_id", $item->getId());
181 $ilCtrl->redirectByClass(
"ilmediapoolpagegui",
"edit");
183 $ilCtrl->returnToParent($this);
201 $this->getMediaPoolPage()->updateMetaData();
203 $ilCtrl->redirect($this,
"editMediaPoolPage");
219 $ti->setMaxLength(128);
220 $ti->setRequired(
true);
224 if ($a_mode ===
"create") {
259 if ($this->use_meta_data) {
261 $this->meta_data_rep_obj,
262 $this->meta_data_type,
263 $this->meta_data_sub_obj_id
265 $mdtab = $mdgui->getTab();
267 $this->tabs_gui->addTarget(
271 "ilobjectmetadatagui" 278 $ilCtrl->getLinkTarget($this,
"showMediaPoolPageUsages"),
279 array(
"showMediaPoolPageUsages",
"showAllMediaPoolPageUsages"),
284 $ilCtrl->getLinkTarget($this,
"editMediaPoolPage"),
288 $ilCtrl->setParameter($this,
"mepitem_id", $this->pool->getPoolTree()->getParentId($this->mep_request->getItemId()));
289 $ilTabs->setBackTarget(
$lng->
txt(
"mep_folder"), $ilCtrl->getLinkTargetByClass(
290 ilObjMediaPoolGUI::class,
293 $ilCtrl->setParameter($this,
"mepitem_id", $this->mep_request->getItemId());
312 $ilTabs->clearTargets();
316 $lng->
txt(
"cont_current_usages"),
317 $ilCtrl->getLinkTarget($this,
"showMediaPoolPageUsages")
323 $ilCtrl->getLinkTarget($this,
"showAllMediaPoolPageUsages")
327 $ilTabs->activateSubTab(
"all_usages");
328 $cmd =
"showAllMediaPoolPageUsages";
330 $ilTabs->activateSubTab(
"current_usages");
331 $cmd =
"showMediaPoolPageUsages";
343 $this->
ctrl->returnToParent($this);
351 $this->meta_data_rep_obj,
352 $this->meta_data_type,
353 $this->meta_data_sub_obj_id
355 $mdtab = $mdgui->getTab();
357 $tabs[] = $this->
ui->factory()->link()->standard(
358 $this->
lng->txt(
'meta_data'),
364 $this->
ui->factory()->link()->standard(
365 $this->
lng->txt(
'cont_usage'),
366 $this->
ctrl->getLinkTargetByClass([
368 ],
'showMediaPoolPageUsages')
371 $this->
ui->factory()->link()->standard(
372 $this->
lng->txt(
'settings'),
373 $this->
ctrl->getLinkTargetByClass([
375 ],
'editMediaPoolPage')
setOnScreenMessage(string $type, string $a_txt, bool $a_keep=false)
Set a message to be displayed to the user.
setEditPreview(bool $a_editpreview)
Set Display first Edit tab, then Preview tab, instead of Page and Edit.
ilObjMediaPoolGUI $pool_gui
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...
setContent(string $a_html)
Sets content for standard template.
ILIAS Style Content GUIService $cs_gui
initMediaPoolPageForm(string $a_mode="edit")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getTabs(string $a_activate="")
activateMetaDataEditor(ilObject $a_rep_obj, string $a_type, int $a_sub_obj_id, ?object $a_observer_obj=null, string $a_observer_func="")
Activate meda data editor.
setStyleId(int $a_styleid)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMediaPoolPageValues(ilPropertyFormGUI $form)
setTemplateOutput(bool $a_output=true)
setTemplate(ilGlobalTemplateInterface $tpl)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
MediaPool StandardGUIRequest $mep_request
showMediaPoolPageUsages(bool $a_all=false)
List usages of the contnet snippet.
cancelSaveNewMediaPoolPage()
setRawPageContent(bool $a_rawpagecontent)
Set Get raw page content only.
ilGlobalTemplateInterface $tpl
setPageObject(ilPageObject $a_pg_obj)
setPresentationTitle(string $a_title="")
setMediaPoolPage(ilMediaPoolPage $a_media_pool_page)
__construct(int $a_id=0, int $a_old_nr=0, bool $a_prevent_get_id=false, string $a_lang="")
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.
__construct(Container $dic, ilPlugin $plugin)
showPage()
display content of page
returnToParent(object $a_gui_obj, ?string $a_anchor=null)
showPage(bool $a_no_title=false)
Class ilMediaPoolPage GUI class.
getAdditionalPageActions()
showAllMediaPoolPageUsages()