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;
85 if ($output_html !=
"")
95 if (is_array($this->items[
"_all"]))
100 foreach($this->items[
"_all"] as $k => $item_data)
102 if ($this->rendered_items[$item_data[
"child"]] !==
true)
104 if ($item_data[
"type"] ==
"itgr")
109 $html = $this->
renderItem($item_data,$position++,
true);
112 $item_html[] = $html;
118 if (count($item_html) > 0)
121 foreach($item_html as $h)
128 $output_html .=
$tpl->get();
129 $a_tpl->setVariable(
"CONTAINER_PAGE_CONTENT", $output_html);
145 if(
$_GET[
'expand'] > 0)
158 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
161 $this->force_details = $session;
165 $this->force_details = $session;
183 if(isset(
$_SESSION[
'sess'][
'expanded'][$a_session_id]))
185 return $_SESSION[
'sess'][
'expanded'][$a_session_id];
187 if($a_session_id == $this->force_details)