63 public function getPath($a_startnode,$a_endnode)
65 $this->startnode = $a_startnode;
66 $this->endnode = $a_endnode;
96 $this->hide_leaf = $a_status;
110 $this->useImages = $a_status;
130 $tpl =
new ilTemplate(
'tpl.locator_text_only.html',
true,
true,
"Services/Locator");
140 if($ref_id == ROOT_FOLDER_ID)
142 $title = $this->lng->txt(
'repository');
147 $tpl->touchBlock(
'locator_separator_prefix');
150 $tpl->setCurrentBlock(
'locator_item');
151 $tpl->setVariable(
'ITEM',$title);
152 $tpl->parseCurrentBlock();
160 include_once
'./Services/Link/classes/class.ilLink.php';
162 $tpl =
new ilTemplate(
'tpl.locator.html',
true,
true,
'Services/Locator');
173 if($ref_id == ROOT_FOLDER_ID)
175 $title = $this->lng->txt(
'repository');
180 $tpl->touchBlock(
'locator_separator_prefix');
184 $tpl->setCurrentBlock(
'locator_img');
186 $tpl->setVariable(
'IMG_ALT',$this->lng->txt(
'obj_'.$type));
187 $tpl->parseCurrentBlock();
189 $tpl->setCurrentBlock(
'locator_item');
191 $tpl->setVariable(
'ITEM',$title);
192 $tpl->parseCurrentBlock();
206 $path = $this->tree->getPathId($this->endnode,$this->startnode);
Creates a path for a start and endnode.
getUseImages()
get use images
setUseImages($a_status)
set use images
static _lookupTitle($a_id)
lookup object title
enableTextOnly($a_status)
render path as text only
static getTypeIconPath($a_type, $a_obj_id, $a_size='small')
Get type icon path path Return image path for icon_xxx.pngs Or (if enabled) path to custom icon...
static _lookupObjId($a_id)
special template class to simplify handling of ITX/PEAR
enableHideLeaf($a_status)
Hide leaf node in path.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
static _lookupType($a_id, $a_reference=false)
lookup object type
__construct()
Constructor.
getPath($a_startnode, $a_endnode)
get path
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")