24 include_once(
"./Services/Container/classes/class.ilContainerContentGUI.php");
57 include_once
'./classes/class.ilObjectListGUIFactory.php';
60 "Services/Container");
82 global $ilAccess,
$lng;
90 if ($output_html !=
"")
97 if (is_array($this->items[
"_all"]))
100 $item_html = array();
102 foreach($this->items[
"_all"] as $k => $item_data)
104 if ($this->rendered_items[$item_data[
"child"]] !==
true)
106 $html = $this->
renderItem($item_data,$position++,
true);
109 $item_html[] = $html;
115 if (count($item_html) > 0)
118 foreach($item_html as $h)
125 $output_html .=
$tpl->get();
126 $a_tpl->setVariable(
"CONTAINER_PAGE_CONTENT", $output_html);
142 if(
$_GET[
'expand'] > 0)
155 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
158 $this->force_details = $session;
162 $this->force_details = $session;
180 if(isset(
$_SESSION[
'sess'][
'expanded'][$a_session_id]))
182 return $_SESSION[
'sess'][
'expanded'][$a_session_id];
184 if($a_session_id == $this->force_details)