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 !=
"")
92 if (is_array($this->items[
"_all"]))
97 foreach($this->items[
"_all"] as $k => $item_data)
99 if ($this->rendered_items[$item_data[
"child"]] !==
true)
101 $html = $this->
renderItem($item_data,$position++,
true);
104 $item_html[] = $html;
110 if (count($item_html) > 0)
113 foreach($item_html as $h)
120 $output_html .=
$tpl->get();
121 $a_tpl->setVariable(
"CONTAINER_PAGE_CONTENT", $output_html);
137 if(
$_GET[
'expand'] > 0)
150 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
153 $this->force_details = $session;
157 $this->force_details = $session;
175 if(isset(
$_SESSION[
'sess'][
'expanded'][$a_session_id]))
177 return $_SESSION[
'sess'][
'expanded'][$a_session_id];
179 if($a_session_id == $this->force_details)