24include_once 
'./Services/Object/classes/class.ilSubItemListGUI.php';
 
   25include_once 
'./Modules/Glossary/classes/class.ilGlossaryTerm.php';
 
   26include_once 
'./Services/Link/classes/class.ilLink.php';
 
   47                $lng->loadLanguageModule(
'content');
 
   52                                $this->tpl->setCurrentBlock(
'sea_fragment');
 
   54                                $this->tpl->parseCurrentBlock();
 
   56                        $this->tpl->setCurrentBlock(
'subitem');
 
   57                        $this->tpl->setVariable(
'SUBITEM_TYPE',
$lng->txt(
'cont_term'));
 
   58                        $this->tpl->setVariable(
'SEPERATOR',
':');
 
   60                        #$this->getItemListGUI()->setChildId($sub_item); 
   62                        include_once 
'./Services/Search/classes/class.ilUserSearchCache.php';
 
   69                                        'target'        => 
'git_'.$sub_item.
'_'.$this->getRefId(),
 
   74                        $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
''));
 
   84                        $this->tpl->parseCurrentBlock();
 
   89                return $this->tpl->get();       
 
static _lookGlossaryTerm($term_id)
get glossary term
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
Base class for all sub item list gui's.
getItemListGUI()
get item list gui
getSubItemIds($a_limited=false)
get sub item ids
showDetailsLink()
show details link
parseRelevance($sub_item)
getHighlighter()
get highlighter
static _getInstance($a_usr_id)
Get singleton instance.