24 include_once(
"./Services/Container/classes/class.ilContainerContentGUI.php");
58 include_once
'Services/Object/classes/class.ilObjectListGUIFactory.php';
61 "Services/Container");
83 global $ilAccess,
$lng;
91 if ($output_html !=
"")
98 if (is_array($this->items[
"_all"]))
101 $item_html = array();
103 foreach($this->items[
"_all"] as $k => $item_data)
105 if ($this->rendered_items[$item_data[
"child"]] !==
true)
107 $html = $this->
renderItem($item_data,$position++,
true);
110 $item_html[] = $html;
116 if (count($item_html) > 0)
119 foreach($item_html as $h)
126 $output_html .=
$tpl->get();
127 $a_tpl->setVariable(
"CONTAINER_PAGE_CONTENT", $output_html);
143 if(
$_GET[
'expand'] > 0)
156 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
159 $this->force_details = $session;
163 $this->force_details = $session;
181 if(isset(
$_SESSION[
'sess'][
'expanded'][$a_session_id]))
183 return $_SESSION[
'sess'][
'expanded'][$a_session_id];
185 if($a_session_id == $this->force_details)