24 include_once(
"./Services/Container/classes/class.ilContainerContentGUI.php");
58 include_once
'Services/Object/classes/class.ilObjectListGUIFactory.php';
61 "Services/Container");
77 global $ilAccess,
$lng;
87 if ($output_html !=
"")
95 if (is_array($this->items[
"_all"]))
97 $this->renderer->addCustomBlock(
"_all", $lng->txt(
"content"));
100 foreach($this->items[
"_all"] as $k => $item_data)
102 if (!$this->renderer->hasItem($item_data[
"child"]))
104 $html = $this->
renderItem($item_data, $position++,
true);
107 $this->renderer->addItemToBlock(
"_all", $item_data[
"type"], $item_data[
"child"], $html);
113 $output_html .= $this->renderer->getHTML();
115 $a_tpl->setVariable(
"CONTAINER_PAGE_CONTENT", $output_html);
131 if(
$_GET[
'expand'] > 0)
144 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
147 $this->force_details = $session;
151 $this->force_details = $session;
169 if(isset(
$_SESSION[
'sess'][
'expanded'][$a_session_id]))
171 return $_SESSION[
'sess'][
'expanded'][$a_session_id];
173 if($a_session_id == $this->force_details)