35 $this->tpl->setCurrentBlock(
'sea_fragment');
37 $this->tpl->parseCurrentBlock();
39 $this->tpl->setCurrentBlock(
'subitem');
40 $this->tpl->setVariable(
'SEPERATOR',
': ');
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) {
62 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
65 $this->tpl->setVariable(
'TARGET', $this->
getItemListGUI()->getCommandFrame(
''));
73 #$this->getItemListGUI()->setChildId($sub_item); 79 $this->tpl->setVariable(
'SEPERATOR',
':');
87 $this->tpl->parseCurrentBlock();
92 return $this->tpl->get();
101 $med = $mob->getMediaItem(
"Standard");
102 $target = $med->getThumbnailTarget();
106 $this->tpl->setVariable(
111 array(
'action' =>
'showMedia',
'mob_id' => $sub_id,
'mepitem_id' => $a_sub_id)
114 $this->tpl->setVariable(
'LINKED_TARGET',
'_blank');
115 $this->tpl->setVariable(
"LINKED_IMAGE",
ilUtil::img($target));
121 $size = getimagesize($med->getLocation());
122 if ($size[0] > 0 && $size[1] > 0) {
126 $w = (
int) ($size[0] / $r);
127 $h = (
int) ($size[1] / $r);
128 $this->tpl->setVariable(
"SUB_ITEM_IMAGE",
ilUtil::img($med->getLocation(),
"", $w, $h));
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...
parseRelevance(int $sub_item)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
static deducibleSize(string $a_mime)
checks if mime type is provided by getimagesize()
static _lookupType(int $id, bool $reference=false)