70 public function getPath($a_startnode, $a_endnode)
72 $this->startnode = $a_startnode;
73 $this->endnode = $a_endnode;
103 $this->hide_leaf = $a_status;
117 $this->useImages = $a_status;
135 $this->display_cut = $a_status;
154 $tpl =
new ilTemplate(
'tpl.locator_text_only.html',
true,
true,
"Services/Locator");
159 if ($this->
displayCut() && $this->startnode != ROOT_FOLDER_ID) {
160 $tpl->setCurrentBlock(
'locator_item');
161 $tpl->setVariable(
'ITEM',
"...");
162 $tpl->parseCurrentBlock();
172 if ($ref_id == ROOT_FOLDER_ID) {
173 $title = $this->lng->txt(
'repository');
176 $tpl->touchBlock(
'locator_separator_prefix');
179 $tpl->setCurrentBlock(
'locator_item');
180 $tpl->setVariable(
'ITEM', $title);
181 $tpl->parseCurrentBlock();
187 include_once
'./Services/Link/classes/class.ilLink.php';
189 $tpl =
new ilTemplate(
'tpl.locator.html',
true,
true,
'Services/Locator');
194 if ($this->
displayCut() && $this->startnode != ROOT_FOLDER_ID) {
195 $tpl->setCurrentBlock(
'locator_item');
196 $tpl->setVariable(
'ITEM',
"...");
197 $tpl->parseCurrentBlock();
208 if ($ref_id == ROOT_FOLDER_ID) {
209 $title = $this->lng->txt(
'repository');
212 $tpl->touchBlock(
'locator_separator_prefix');
215 $tpl->setCurrentBlock(
'locator_img');
217 $tpl->setVariable(
'IMG_ALT', $this->lng->txt(
'obj_' .
$type));
218 $tpl->parseCurrentBlock();
221 if (!$this->tree->isDeleted($ref_id)) {
222 $tpl->setCurrentBlock(
'locator_item');
224 $tpl->setVariable(
'ITEM', $title);
225 $tpl->parseCurrentBlock();
227 $tpl->setCurrentBlock(
'locator_item');
228 $tpl->setVariable(
'ITEM_READ_ONLY', $title);
229 $tpl->parseCurrentBlock();
234 $tpl->setVariable(
"TXT_BREADCRUMBS", $this->lng->txt(
"breadcrumb_navigation"));
255 $path = $this->tree->getPathId($this->endnode, $this->startnode);
262 unset($path[count($path) - 1]);
264 return $path ? $path : array();
Creates a path for a start and endnode.
getUseImages()
get use images
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
setUseImages($a_status)
set use images
displayCut()
Display a cut with "...".
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 Depre...
static _lookupObjId($a_id)
enableHideLeaf($a_status)
Hide leaf node in path.
enableDisplayCut($a_status)
Display a cut with "...".
static _lookupType($a_id, $a_reference=false)
lookup object type
static secureLink($a_str)
__construct()
Constructor.
static getLogger($a_component_id)
Get component logger.
getPath($a_startnode, $a_endnode)
get path
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")