24 include_once(
"./Services/Container/classes/class.ilContainerContentGUI.php");
43 parent::__construct($container_gui_obj);
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)
147 $_SESSION[
'sess'][
'expanded'][abs((
int)
$_GET[
'expand'])] = self::DETAILS_ALL;
151 $_SESSION[
'sess'][
'expanded'][abs((
int)
$_GET[
'expand'])] = self::DETAILS_TITLE;
158 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
161 $this->force_details = $session;
165 $this->force_details = $session;
181 return self::DETAILS_DEACTIVATED;
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)
189 return self::DETAILS_ALL;
193 return self::DETAILS_TITLE;
newBlockTemplate()
returns a new list block template
initDetails()
init details
getDetailsLevel($a_session_id)
get details level
addHeaderRow($a_tpl, $a_type="", $a_text="")
Add header row to block template.
insertPageEmbeddedBlocks($a_output_html)
Insert blocks into container page.
Parent class of all container content GUIs.
__showMaterials($a_tpl)
Show Materials.
getItemGroupsHTML($a_tpl)
Get item groups HTML.
addStandardRow(&$a_tpl, $a_html, $a_ref_id=0)
add item row to template
getContainerGUI()
Get container GUI object.
special template class to simplify handling of ITX/PEAR
getContainerObject()
Get container object.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
renderItem($a_item_data, $a_position=0, $a_force_icon=false, $a_pos_prefix="")
Render an item.
clearAdminCommandsDetermination()
cleaer administration commands determination
static lookupLastSessionByCourse($a_ref_id)
public
Shows all items in one block.
__construct($container_gui_obj)
Constructor.
getMainContent()
Get content HTML for main column.
static lookupNextSessionByCourse($a_ref_id)
public