12 require_once(
"Modules/StudyProgramme/classes/class.ilStudyProgrammeProgressListGUI.php");
13 require_once(
'./Modules/StudyProgramme/classes/class.ilObjStudyProgrammeAdmin.php');
48 $rbacsystem = $DIC[
'rbacsystem'];
50 $ilAccess = $DIC[
'ilAccess'];
52 $this->il_rbacsystem = $rbacsystem;
54 $this->il_access = $ilAccess;
64 assert(is_int($a_indent));
65 assert($a_indent >= 0);
66 $this->indent = $a_indent;
73 return parent::getHTML();
78 require_once(
"./Services/JSON/classes/class.ilJsonUtil.php");
80 parent::fillTemplate(
$tpl);
83 $tpl->setVariable(
"ACTIVE_HEAD",
"il_PrgAccordionHeadActive");
87 $tpl->setVariable(
"HREF_TITLE",
"");
92 $tpl->setCurrentBlock(
"expand");
93 $tpl->setVariable(
"EXP_ALT", $this->il_lng->txt(
"expand"));
95 $tpl->setVariable(
"NOT_EXP_ALT", $this->il_lng->txt(
"expanded"));
97 $tpl->parseCurrentBlock();
99 $tpl->touchBlock(
"indent");
103 $tpl->touchBlock(
"indent");
106 $tpl->setCurrentBlock(
"accordion");
108 $tpl->setVariable(
"ACCORDION_HIDE_CONTENT",
"");
110 $tpl->setVariable(
"ACCORDION_HIDE_CONTENT",
"ilAccHideContent");
112 $tpl->setVariable(
"ACCORDION_CONTENT", $content);
114 $tpl->parseCurrentBlock();
121 if (!$programme->hasLPChildren()) {
133 $child_progresses = $programme->getChildrenProgress($this->progress);
141 return $gui->getHTML();
142 }, $child_progresses));
150 $can_read = $this->il_access->checkAccess(
"read",
"", $prg->getRefId(),
"prg", $prg->getId());
168 include_once(
"./Services/Object/classes/class.ilObjectListGUIPreloader.php");
173 foreach ($prg->getLPChildren() as $il_obj_crs_ref) {
181 $preloader->addItem($course->getId(), $course->getType(), $course->getRefId());
184 $preloader->preload();
186 return implode(
"\n", array_map(
function (
ilObjCourse $course) {
187 require_once(
"Modules/StudyProgramme/classes/class.ilStudyProgrammeCourseListGUI.php");
188 require_once(
"Modules/StudyProgramme/classes/class.ilStudyProgrammeContainerObjectMock.php");
193 return $item_gui->getListItemHTML(
225 return array(
"orientation" =>
"horizontal" 227 ,
"int_id" =>
"prg_progress_" . $this->progress->getId()
228 ,
"initial_opened" => null
230 ,
"behaviour" =>
"AllClosed" 231 ,
"toggle_class" =>
'il_PrgAccordionToggle' 232 ,
"toggle_act_class" =>
'foo' 233 ,
"content_class" =>
'il_PrgAccordionContent' 235 ,
"active_head_class" =>
"il_PrgAccordionHeadActive" 239 ,
"show_all_element" => null
240 ,
"hide_all_element" => null
241 ,
"reset_width" => true
247 return "prg_progress_" . $this->progress->getId() .
"_" . $this->
getIndent();
252 require_once(
"Services/Utilities/classes/class.ilUtil.php");
258 require_once(
"Services/Utilities/classes/class.ilUtil.php");
269 return $_GET[
"prg_progress_id"] == $this->progress->getId();
274 if ($this->js_added) {
278 include_once(
"./Services/jQuery/classes/class.iljQueryUtil.php");
280 $this->il_tpl->addJavaScript(
"./Services/Accordion/js/accordion.js",
true, 3);
281 $this->js_added =
true;
286 if ($this->css_added) {
290 $this->il_tpl->addCSS(
"Modules/StudyProgramme/templates/css/ilStudyProgramme.css");
291 $this->css_added =
true;
shouldShowSubProgress(ilStudyProgrammeProgress $a_progress)
enableInfoScreen($a_info_screen)
En/disable path.
static _lookupDeletedDate($a_ref_id)
only called in ilObjectGUI::insertSavedNodes
static _exists($a_id, $a_reference=false, $a_type=null)
checks if an object exists in object_data
enableDelete($a_status)
En/disable delete.
__construct(ilStudyProgrammeProgress $a_progress)
enableProperties($a_status)
En/disable properties.
configureItemGUI(ilStudyProgrammeCourseListGUI $a_item_gui)
enableCut($a_status)
En/disable cut.
Class ilStudyProgrammeExpandableProgressListGUI.
static getInstanceByObjId($obj_id)
Preloader for object list GUIs.
getTitleAndIconTarget(ilStudyProgrammeProgress $a_progress)
const SETTING_VISIBLE_ON_PD_READ
static encode($mixed, $suppress_native=false)
enableSubscribe($a_status)
En/disable subscribe.
getId()
get object id public
const CONTEXT_PERSONAL_DESKTOP
enablePreconditions($a_status)
En/disable preconditions.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
enableDescription($a_status)
En/disable description.
getTitle()
get object title public
getDescription()
get object description
enableProgressInfo($a_status)
enable progress info
enableNoticeProperties($a_status)
En/disable notices.
enableCommands($a_status, $a_std_only=false)
En/disable commands.
Class ilStudyProgrammeContainerObjectMock.
enableCopy($a_status)
En/disable copy.
Class ilStudyProgrammeProgress.
enableComments($a_value, $a_enable_comments_settings=true)
Toogle comments action status.
static initjQueryUI($a_tpl=null)
inits and adds the jQuery-UI JS-File to the global template (see included_components.txt for included components)
getAccordionContentHTML()
enableIcon($a_status)
En/Dis-able icons.
enableCheckbox($a_status)
En/Dis-able checkboxes.
enableTags($a_value)
Toogle tags action status.
newSubItem(ilStudyProgrammeProgress $a_progress)
__construct(Container $dic, ilPlugin $plugin)
enableLink($a_status)
En/disable link.
getRefId()
get reference id public
getAccordionContentProgressesHTML()
Class ilStudyProgrammeProgressListGUI.
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Class ilStudyProgrammeCourseListGUI.
getNodeId()
Get the obj_id of the program node this progress belongs to.
getAccordionContentCoursesHTML()