35 $this->tpl->setCurrentBlock(
'sea_fragment');
37 $this->tpl->parseCurrentBlock();
39 $this->tpl->setCurrentBlock(
'subitem');
40 $this->tpl->setVariable(
'SEPERATOR',
':');
44 $this->tpl->setVariable(
'LINK', ilLink::_getLink($this->
getRefId(),
'mep', array(),
'_' . $sub_item));
45 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
49 $this->tpl->setVariable(
52 '&force_filter=' . $sub_item
54 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
59 $parent_id = $pool->getParentId($sub_item);
60 if ($parent_id !==
null) {
61 $this->tpl->setVariable(
'LINK', ilLink::_getLink($this->
getRefId(),
'mep', [],
'_' . $parent_id));
62 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
64 $this->tpl->setVariable(
'LINK', ilLink::_getLink($this->
getRefId(),
'mep', []));
65 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
73 #$this->getItemListGUI()->setChildId($sub_item); 79 $this->tpl->setVariable(
'SEPERATOR',
':');
82 $this->tpl->parseCurrentBlock();
87 return $this->tpl->get();
93 $thumbs_gui = $DIC->mediaObjects()->internal()->gui()->thumbs();
99 $this->tpl->setVariable(
101 $thumbs_gui->getThumbHtml($sub_id)
getSubItemIds(bool $limited=false)
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...
Base class for all sub item list gui's.
loadLanguageModule(string $a_module)
Load language module.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupType(int $id, bool $reference=false)