23 include_once
'./Services/Object/classes/class.ilSubItemListGUI.php';
45 include_once
'Modules/LearningModule/classes/class.ilLMObject.php';
50 $this->tpl->setCurrentBlock(
'sea_fragment');
52 $this->tpl->parseCurrentBlock();
54 $this->tpl->setCurrentBlock(
'subitem');
56 $this->tpl->setVariable(
'SEPERATOR',
':');
63 $this->tpl->setVariable(
"SUBITEM_TYPE",$lng->txt(
'obj_pg'));
65 include_once
'./Services/Search/classes/class.ilUserSearchCache.php';
66 $link .= (
'&srcstring=1');
67 $this->tpl->setVariable(
'LINK',$link);
68 $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
'page'));
75 $this->tpl->setVariable(
"SUBITEM_TYPE",$lng->txt(
'obj_st'));
77 include_once
'./Services/Search/classes/class.ilUserSearchCache.php';
78 $link .= (
'&srcstring=1');
79 $this->tpl->setVariable(
'LINK',$link);
80 $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
'page'));
92 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'obj_file'));
94 $this->tpl->setVariable(
'LINK',$link);
100 $this->tpl->parseCurrentBlock();
105 return $this->tpl->get();