43 $ilObjDataCache = $DIC[
'ilObjDataCache'];
44 $ilTabs = $DIC[
'ilTabs'];
49 $this->lng->loadLanguageModule(
'crs');
50 $this->tabs_gui = $ilTabs;
52 $this->container_gui = &$container_gui_obj;
53 $this->container_obj = &$this->container_gui->object;
63 $ilAccess = $DIC[
'ilAccess'];
65 $ilTabs = $DIC[
'ilTabs'];
68 if (!$ilAccess->checkAccess(
'read',
'', $this->container_obj->getRefId())) {
69 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_read'),
$ilErr->WARNING);
74 $this->tabs_gui->setTabActive(
'view_content');
75 $cmd = $this->ctrl->getCmd();
77 switch ($this->ctrl->getNextClass($this)) {
78 case 'ilcoursearchivesgui':
79 $this->__forwardToArchivesGUI();
83 $ilCtrl->saveParameterByClass(
"ilcolumngui",
"col_return");
84 $ilTabs->setSubTabActive(
"crs_content");
95 if ((!$this->is_tutor and
96 $this->container_obj->getType() ==
'crs' and
97 $this->container_obj->enabledObjectiveView()) ||
98 $_GET[
"col_return"] ==
"objectives") {
99 $this->use_objective_presentation =
true;
126 $ilAccess = $DIC[
'ilAccess'];
129 if (
$_SESSION[
'crs_timings_panel'][$this->course_obj->getId()]) {
130 return 'manageTimings';
132 if ($ilAccess->checkAccess(
'write',
'', $this->container_obj->getRefId())) {
135 if ($this->container_obj->getType() ==
'crs' and
137 return 'editUserTimings';
144 include_once
'./Modules/Course/classes/class.ilCourseStart.php';
148 $ilAccess = $DIC[
'ilAccess'];
151 if ($ilAccess->checkAccess(
'write',
'', $this->course_obj->getRefId())) {
154 $this->start_obj =
new ilCourseStart($this->course_obj->getRefId(), $this->course_obj->getId());
155 if (count($this->start_obj->getStartObjects()) and !$this->start_obj->allFullfilled(
$ilUser->getId())) {
163 include_once
'./Modules/Course/classes/class.ilCourseLMHistory.php';
164 include_once
'./Services/Repository/classes/class.ilRepositoryExplorer.php';
165 include_once
'./Services/Link/classes/class.ilLink.php';
170 $ilias = $DIC[
'ilias'];
172 $ilAccess = $DIC[
'ilAccess'];
173 $ilObjDataCache = $DIC[
'ilObjDataCache'];
175 $this->tabs_gui->setSubTabActive(
'crs_content');
177 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.crs_start_view.html",
'Modules/Course');
178 $this->tpl->setVariable(
"INFO_STRING", $this->lng->txt(
'crs_info_start'));
179 $this->tpl->setVariable(
"TBL_TITLE_START", $this->lng->txt(
'crs_table_start_objects'));
180 $this->tpl->setVariable(
"HEADER_NR", $this->lng->txt(
'crs_nr'));
181 $this->tpl->setVariable(
"HEADER_DESC", $this->lng->txt(
'description'));
182 $this->tpl->setVariable(
"HEADER_EDITED", $this->lng->txt(
'crs_objective_accomplished'));
189 foreach ($this->start_obj->getStartObjects() as $start) {
190 $obj_id = $ilObjDataCache->lookupObjId($start[
'item_ref_id']);
191 $ref_id = $start[
'item_ref_id'];
198 $obj_frame = $obj_frame ? $obj_frame :
'';
201 $obj_frame =
$type ==
'tst' ?
'' : $obj_frame;
205 if ($ilAccess->checkAccess(
'read',
'',
$ref_id)) {
206 $this->tpl->setCurrentBlock(
"start_read");
207 $this->tpl->setVariable(
"READ_TITLE_START", $ilObjDataCache->lookupTitle(
$obj_id));
208 $this->tpl->setVariable(
"READ_TARGET_START", $obj_frame);
209 $this->tpl->setVariable(
"READ_LINK_START", $obj_link .
'&crs_show_result=' . $this->course_obj->getRefId());
210 $this->tpl->parseCurrentBlock();
212 $this->tpl->setCurrentBlock(
"start_visible");
213 $this->tpl->setVariable(
"VISIBLE_LINK_START", $ilObjDataCache->lookupTitle(
$obj_id));
214 $this->tpl->parseCurrentBlock();
218 if (isset($continue_data[
$ref_id])) {
219 $this->tpl->setCurrentBlock(
"link");
220 $this->tpl->setVariable(
"LINK_HREF",
ilLink::_getLink($ref_id,
'', array(
'obj_id',
221 $continue_data[$ref_id][
'lm_page_id'])));
222 #$this->tpl->setVariable("CONTINUE_LINK_TARGET",$target); 223 $this->tpl->setVariable(
"LINK_NAME", $this->lng->txt(
'continue_work'));
224 $this->tpl->parseCurrentBlock();
228 if ($this->course_obj->getAboStatus()) {
229 if (!$this->fav_manager->ifIsFavourite(
$ilUser->getId(),
$ref_id)) {
230 if ($ilAccess->checkAccess(
'read',
'', $ref_id)) {
231 $this->tpl->setCurrentBlock(
"link");
232 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'item_ref_id', $ref_id);
233 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'item_id', $ref_id);
234 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'type',
$type);
236 $this->tpl->setVariable(
238 $this->ctrl->getLinkTarget($this->container_gui,
'addToDesk')
240 $this->tpl->setVariable(
"LINK_NAME", $this->lng->txt(
"rep_add_to_favourites"));
241 $this->tpl->parseCurrentBlock();
244 $this->tpl->setCurrentBlock(
"link");
245 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'item_ref_id', $ref_id);
246 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'item_id', $ref_id);
247 $this->ctrl->setParameterByClass(get_class($this->container_gui),
'type',
$type);
249 $this->tpl->setVariable(
251 $this->ctrl->getLinkTarget($this->container_gui,
'removeFromDesk')
253 $this->tpl->setVariable(
"LINK_NAME", $this->lng->txt(
"rep_remove_from_favourites"));
254 $this->tpl->parseCurrentBlock();
260 if (strlen($ilObjDataCache->lookupDescription(
$obj_id))) {
261 $this->tpl->setCurrentBlock(
"start_description");
262 $this->tpl->setVariable(
"DESCRIPTION_START", $ilObjDataCache->lookupDescription(
$obj_id));
263 $this->tpl->parseCurrentBlock();
268 $accomplished =
'accomplished';
271 $accomplished =
'not_accomplished';
274 $this->tpl->setCurrentBlock(
"start_row");
275 $this->tpl->setVariable(
"EDITED_IMG", $icon);
276 $this->tpl->setVariable(
"EDITED_ALT", $this->lng->txt(
'crs_objective_' . $accomplished));
277 $this->tpl->setVariable(
"ROW_CLASS",
'option_value');
278 $this->tpl->setVariable(
"ROW_CLASS_CENTER",
'option_value_center');
279 $this->tpl->setVariable(
"OBJ_NR_START", ++$counter .
'.');
280 $this->tpl->parseCurrentBlock();
291 require_once(
'Services/Tracking/classes/class.ilChangeEvent.php');
297 $this->container_obj->getType(),
298 $this->container_obj->getRefId(),
306 if (!$this->no_right_column) {
321 $ilAccess = $DIC[
'ilAccess'];
323 $ilCtrl->saveParameterByClass(
"ilcolumngui",
"col_return");
328 include_once(
"Services/Block/classes/class.ilColumnGUI.php");
337 if (
$ilCtrl->getNextClass() ==
"ilcolumngui" &&
340 $html =
$ilCtrl->forwardCommand($column_gui);
343 $html =
$ilCtrl->getHTML($column_gui);
354 $ilAccess = $DIC[
'ilAccess'];
357 $column_gui->setRepositoryMode(
true);
358 $column_gui->setEnableEdit(
false);
359 $column_gui->setBlockProperty(
362 $lng->txt(
"crs_news")
365 include_once
"Services/Object/classes/class.ilObjectActivation.php";
366 $grouped_items = array();
368 $grouped_items[$item[
"type"]][] = $item;
371 $column_gui->setRepositoryItems($grouped_items);
372 if ($ilAccess->checkAccess(
"write",
"", $this->container_obj->getRefId())) {
373 $column_gui->setEnableEdit(
true);
377 if ($this->is_tutor) {
378 $column_gui->setBlockProperty(
"news",
"settings",
true);
380 $column_gui->setBlockProperty(
"news",
"default_visibility_option",
true);
381 $column_gui->setBlockProperty(
"news",
"hide_news_block_option",
true);
384 if ($this->container_gui->isActiveAdministrationPanel()) {
385 $column_gui->setAdminCommands(
true);
398 $ilAccess = $DIC[
'ilAccess'];
400 include_once(
"Services/Block/classes/class.ilColumnGUI.php");
412 $html =
$ilCtrl->forwardCommand($column_gui);
418 $html =
$ilCtrl->forwardCommand($column_gui);
422 $this->getDefaultView();
441 $ilAccess = $DIC->access();
443 $mainTemplate = $DIC->ui()->mainTemplate();
445 if (!$ilAccess->checkAccess(
'write',
'', $this->container_obj->getRefId())) {
446 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_write'),
$ilErr->WARNING);
448 $GLOBALS[
'DIC'][
'ilTabs']->setTabActive(
'timings_timings');
449 $GLOBALS[
'DIC'][
'ilTabs']->clearSubTabs();
457 if (count($failed_items)) {
458 $table->setFailureStatus(
true);
464 $mainTemplate->setContent($table->getHTML());
474 if (!$ilAccess->checkAccess(
'read',
'', $this->container_obj->getRefId())) {
475 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_read'), $ilErr->WARNING);
477 $GLOBALS[
'ilTabs']->setTabActive(
'timings_timings');
480 include_once
'./Modules/Course/classes/Timings/class.ilTimingsPersonalTableGUI.php';
483 'managePersonalTimings',
487 $table->setFailureStatus(count(
$failed));
488 $table->setUserId(
$GLOBALS[
'ilUser']->getId());
497 $GLOBALS[
'tpl']->setContent($table->getHTML());
510 if (!$ilAccess->checkAccess(
'read',
'', $this->container_obj->getRefId())) {
511 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_write'), $ilErr->WARNING);
514 $this->tabs_gui->clearSubTabs();
517 include_once
'./Services/Calendar/classes/class.ilCalendarUtil.php';
522 if (($sug_start_dt instanceof
ilDate) and ($sug_end_dt instanceof ilDate)) {
523 include_once
'./Services/Calendar/classes/class.ilDateTime.php';
529 include_once
'./Modules/Course/classes/Timings/class.ilTimingUser.php';
535 $failed[
'ref_id'] =
'crs_timing_err_valid_dates';
541 ilUtil::sendSuccess(
$GLOBALS[
'lng']->txt(
'settings_saved'));
562 $ilAccess = $DIC[
'ilAccess'];
565 $this->lng->loadLanguageModule(
'meta');
567 if (!$ilAccess->checkAccess(
'write',
'', $this->container_obj->getRefId())) {
568 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_write'),
$ilErr->WARNING);
570 $this->tabs_gui->setTabActive(
'timings_timings');
571 $this->tabs_gui->clearSubTabs();
575 $this->tpl->addBlockfile(
'ADM_CONTENT',
'adm_content',
'tpl.crs_edit_items.html',
'Modules/Course');
576 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
578 $this->tpl->setVariable(
"HEADER_ALT", $this->lng->txt(
'crs_materials'));
579 $this->tpl->setVariable(
"BLOCK_HEADER_CONTENT", $this->lng->txt(
'edit_timings_list'));
580 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
'title'));
583 $this->tpl->setVariable(
"TXT_DURATION", $this->lng->txt(
'crs_timings_time_frame'));
584 $this->tpl->setVariable(
"TXT_INFO_DURATION", $this->lng->txt(
'crs_timings_in_days'));
586 $this->tpl->setVariable(
"TXT_START_END", $this->lng->txt(
'crs_timings_short_start_end'));
587 $this->tpl->setVariable(
"TXT_INFO_START_END", $this->lng->txt(
'crs_timings_start_end_info'));
589 $this->tpl->setVariable(
"TXT_CHANGEABLE", $this->lng->txt(
'crs_timings_short_changeable'));
591 $this->tpl->setVariable(
"TXT_INFO_LIMIT", $this->lng->txt(
'crs_timings_from_until'));
592 $this->tpl->setVariable(
"TXT_LIMIT", $this->lng->txt(
'crs_timings_short_limit_start_end'));
593 $this->tpl->setVariable(
"TXT_ACTIVE", $this->lng->txt(
'crs_timings_short_active'));
594 $this->tpl->setVariable(
"TXT_INFO_ACTIVE", $this->lng->txt(
'crs_timings_info_active'));
597 foreach ($this->cont_arr as $item) {
598 if ($item[
'type'] ==
'itgr') {
602 $item_prefix =
"item[$item[ref_id]]";
603 $item_change_prefix =
"item_change[$item[ref_id]]";
604 $item_active_prefix =
"item_active[$item[ref_id]]";
606 if ($item[
'type'] ==
'grp' or
607 $item[
'type'] ==
'fold') {
608 $this->tpl->setVariable(
"TITLE_LINK",
ilLink::_getLink($item[
'ref_id'], $item[
'type']));
610 $this->tpl->setVariable(
"TITLE_LINK_NAME", $item[
'title']);
612 if (!$item[
'title'] &&
613 $item[
'type'] ==
'sess') {
614 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
619 $this->tpl->setVariable(
"TITLE", $item[
'title']);
622 if (strlen($item[
'description'])) {
623 $this->tpl->setCurrentBlock(
"item_description");
624 $this->tpl->setVariable(
"DESC", $item[
'description']);
625 $this->tpl->parseCurrentBlock();
629 $this->tpl->setCurrentBlock(
"tlt");
630 $this->tpl->setVariable(
"TXT_TLT", $this->lng->txt(
'meta_typical_learning_time'));
632 $this->tpl->parseCurrentBlock();
635 $this->tpl->setCurrentBlock(
"container_standard_row");
638 if (is_array(
$_POST[
'item'][
"$item[ref_id]"][
'sug_start'])) {
639 $start = $this->
__toUnix(
$_POST[
'item'][
"$item[ref_id]"][
'sug_start']);
641 $start = $item[
'suggestion_start'];
643 $end = $item[
'suggestion_end'];
645 $this->tpl->setVariable(
648 $item_prefix .
"[sug_start]",
657 $this->tpl->setVariable(
"NAME_DURATION_A", $item_prefix .
"[duration_a]");
658 if (isset(
$_POST[
'item'][
"$item[ref_id]"][
'duration_a'])) {
659 $this->tpl->setVariable(
"VAL_DURATION_A", abs(
$_POST[
'item'][
"$item[ref_id]"][
'duration_a']));
661 $this->tpl->setVariable(
"VAL_DURATION_A", intval(($end - $start) / (60 * 60 * 24)));
668 $this->tpl->setVariable(
671 $item_prefix .
"[lim_end]",
680 $this->tpl->setVariable(
"NAME_CHANGE", $item_change_prefix .
"[change]");
681 $this->tpl->setVariable(
"NAME_ACTIVE", $item_active_prefix .
"[active]");
683 if (isset(
$_POST[
'item'])) {
684 $change =
$_POST[
'item_change'][
"$item[ref_id]"][
'change'];
685 $active =
$_POST[
'item_active'][
"$item[ref_id]"][
'active'];
687 $change = $item[
'changeable'];
691 $this->tpl->setVariable(
"CHECKED_ACTIVE", $active ?
'checked="checked"' :
'');
692 $this->tpl->setVariable(
"CHECKED_CHANGE", $change ?
'checked="checked"' :
'');
694 if (isset($this->failed[
"$item[ref_id]"])) {
695 $this->tpl->setVariable(
"ROWCLASS",
'tblrowmarked');
697 $this->tpl->setVariable(
"ROWCLASS",
ilUtil::switchColor($counter++,
'tblrow1',
'tblrow2'));
699 $this->tpl->parseCurrentBlock();
703 $this->tpl->setVariable(
"CHECKCLASS",
ilUtil::switchColor($counter++,
'tblrow1',
'tblrow2'));
704 $this->tpl->setVariable(
"SELECT_ALL", $this->lng->txt(
'select_all'));
706 $this->tpl->setVariable(
"BTN_SAVE", $this->lng->txt(
'save'));
707 $this->tpl->setVariable(
"BTN_CANCEL", $this->lng->txt(
'cancel'));
714 $ilAccess = $DIC[
'ilAccess'];
717 if (!$ilAccess->checkAccess(
'read',
'', $this->container_obj->getRefId())) {
718 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_read'),
$ilErr->WARNING);
720 $this->tabs_gui->clearSubTabs();
721 $this->tabs_gui->setTabActive(
'timings_timings');
725 include_once
'Services/Object/classes/class.ilObjectActivation.php';
735 $this->ctrl->returnToParent($this);
740 $this->tpl->addBlockfile(
'ADM_CONTENT',
'adm_content',
'tpl.crs_user_timings.html',
'Modules/Course');
741 $this->tabs_gui->clearSubTabs();
742 $this->tabs_gui->setTabActive(
'members');
744 if (!
$_GET[
'member_id']) {
746 $this->ctrl->returnToParent($this);
751 $this->tpl->addBlockfile(
"BUTTONS",
"buttons",
"tpl.buttons.html");
752 $this->tpl->setCurrentBlock(
"btn_cell");
753 $this->tpl->setVariable(
"BTN_LINK", $this->ctrl->getLinkTarget($this,
'returnToMembers'));
754 $this->tpl->setVariable(
"BTN_TXT", $this->lng->txt(
"back"));
755 $this->tpl->parseCurrentBlock();
759 $this->tpl->setVariable(
"HEADER_ALT", $this->lng->txt(
'obj_usr'));
760 $this->tpl->setVariable(
"TABLE_HEADER", $this->lng->txt(
'timings_of'));
762 $this->tpl->setVariable(
"USER_NAME",
$name[
'lastname'] .
', ' .
$name[
'firstname']);
764 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
'title'));
765 $this->tpl->setVariable(
"TXT_START_END", $this->lng->txt(
'crs_timings_short_start_end'));
766 $this->tpl->setVariable(
"TXT_INFO_START_END", $this->lng->txt(
'crs_timings_start_end_info'));
767 $this->tpl->setVariable(
"TXT_CHANGED", $this->lng->txt(
'crs_timings_changed'));
768 $this->tpl->setVariable(
"TXT_OWN_PRESETTING", $this->lng->txt(
'crs_timings_planed_start'));
769 $this->tpl->setVariable(
"TXT_INFO_OWN_PRESETTING", $this->lng->txt(
'crs_timings_from_until'));
771 include_once
'Services/Object/classes/class.ilObjectActivation.php';
773 foreach ($items as $item) {
783 include_once
'Modules/Course/classes/Timings/class.ilTimingPlaned.php';
784 include_once
'./Services/MetaData/classes/class.ilMDEducational.php';
786 $this->lng->loadLanguageModule(
'meta');
788 include_once
'./Modules/Course/classes/Timings/class.ilTimingUser.php';
791 for (
$i = 0;
$i < $level;
$i++) {
792 $this->tpl->touchBlock(
'start_indent');
793 $this->tpl->touchBlock(
'end_indent');
795 if (strlen($item[
'description'])) {
796 $this->tpl->setCurrentBlock(
"item_description");
797 $this->tpl->setVariable(
"DESC", $item[
'description']);
798 $this->tpl->parseCurrentBlock();
801 $this->tpl->setCurrentBlock(
"tlt");
802 $this->tpl->setVariable(
"TXT_TLT", $this->lng->txt(
'meta_typical_learning_time'));
804 $this->tpl->parseCurrentBlock();
807 if (!$item[
'title'] &&
808 $item[
'type'] ==
'sess') {
809 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
814 $this->tpl->setCurrentBlock(
"title_plain");
815 $this->tpl->setVariable(
"TITLE", $item[
'title']);
816 $this->tpl->parseCurrentBlock();
818 $this->tpl->setCurrentBlock(
"container_standard_row");
820 $this->tpl->setVariable(
"ROWCLASS",
ilUtil::switchColor($this->counter++,
'tblrow1',
'tblrow2'));
821 #$this->tpl->setVariable("TYPE_IMG",ilUtil::getImagePath('icon_'.$item['type'].'.svg')); 823 $this->tpl->setVariable(
"TYPE_ALT_IMG", $this->lng->txt(
'obj_' . $item[
'type']));
827 $this->tpl->setVariable(
'SUG_START', $usr_planed->getStart()->get(
IL_CAL_DATE));
830 $this->tpl->setVariable(
'SUG_END', $usr_planed->getEnd()->get(
IL_CAL_DATE));
836 if ($usr_planed->getPlanedStartingTime()) {
837 $start = $usr_planed->getPlanedStartingTime();
839 $start = $item[
'suggestion_start'];
843 if ($usr_planed->getPlanedEndingTime() and 0) {
844 $end = $usr_planed->getPlanedEndingTime();
846 $end = $item[
'suggestion_end'];
848 if ($start != $item[
'suggestion_start'] or $end != $item[
'suggestion_end']) {
850 $this->tpl->setVariable(
"OK_ALT", $this->lng->txt(
'crs_timings_changed'));
853 $this->tpl->setVariable(
"OK_ALT", $this->lng->txt(
'crs_timings_not_changed'));
858 $this->tpl->parseCurrentBlock();
872 $this->tpl->addBlockfile(
'ADM_CONTENT',
'adm_content',
'tpl.crs_usr_edit_timings_adv.html',
'Modules/Course');
874 $this->tabs_gui->clearSubTabs();
876 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
878 $this->tpl->setVariable(
"HEADER_ALT", $this->lng->txt(
'obj_crs'));
879 $this->tpl->setVariable(
"BLOCK_HEADER_CONTENT", $this->lng->txt(
'timings_usr_edit'));
881 if (!
$_SESSION[
'crs_timings_user_hidden']) {
882 $this->tpl->setVariable(
"SHOW_HIDE_TEXT", $this->lng->txt(
'show_details'));
883 $this->ctrl->setParameter($this,
'show_details', 1);
884 $this->tpl->setVariable(
"SHOW_HIDE_LINK", $this->ctrl->getLinkTarget($this,
'editUserTimings'));
886 $this->tpl->setVariable(
"SHOW_HIDE_TEXT", $this->lng->txt(
'hide_details'));
887 $this->ctrl->setParameter($this,
'show_details', 0);
888 $this->tpl->setVariable(
"SHOW_HIDE_LINK", $this->ctrl->getLinkTarget($this,
'editUserTimings'));
890 $this->ctrl->clearParameters($this);
891 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
'title'));
892 $this->tpl->setVariable(
"TXT_START_END", $this->lng->txt(
'crs_timings_short_start_end'));
893 $this->tpl->setVariable(
"TXT_INFO_START_END", $this->lng->txt(
'crs_timings_start_end_info'));
896 $this->tpl->setVariable(
"TXT_OWN_PRESETTING", $this->lng->txt(
'crs_timings_planed_start'));
897 $this->tpl->setVariable(
"TXT_INFO_OWN_PRESETTING", $this->lng->txt(
'crs_timings_start_end_info'));
899 $this->tpl->setVariable(
"TXT_DURATION", $this->lng->txt(
'crs_timings_time_frame'));
900 $this->tpl->setVariable(
"TXT_INFO_DURATION", $this->lng->txt(
'crs_timings_in_days'));
902 $this->tpl->setVariable(
"TXT_BTN_UPDATE", $this->lng->txt(
'save'));
903 $this->tpl->setVariable(
"TXT_CANCEL", $this->lng->txt(
'cancel'));
905 include_once
'Services/Object/classes/class.ilObjectActivation.php';
909 foreach ($sorted_items as $item) {
910 switch ($item[
'type']) {
923 $this->tpl->addBlockfile(
'ADM_CONTENT',
'adm_content',
'tpl.crs_usr_edit_timings.html',
'Modules/Course');
925 $this->tabs_gui->clearSubTabs();
927 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
929 $this->tpl->setVariable(
"HEADER_ALT", $this->lng->txt(
'obj_crs'));
931 if (!
$_SESSION[
'crs_timings_user_hidden']) {
932 $this->tpl->setVariable(
"SHOW_HIDE_TEXT", $this->lng->txt(
'show_details'));
933 $this->ctrl->setParameter($this,
'show_details', 1);
934 $this->tpl->setVariable(
"SHOW_HIDE_LINK", $this->ctrl->getLinkTarget($this,
'editUserTimings'));
936 $this->tpl->setVariable(
"SHOW_HIDE_TEXT", $this->lng->txt(
'hide_details'));
937 $this->ctrl->setParameter($this,
'show_details', 0);
938 $this->tpl->setVariable(
"SHOW_HIDE_LINK", $this->ctrl->getLinkTarget($this,
'editUserTimings'));
940 $this->ctrl->clearParameters($this);
942 $this->tpl->setVariable(
"BLOCK_HEADER_CONTENT", $this->lng->txt(
'timings_timings'));
943 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
'title'));
944 $this->tpl->setVariable(
"TXT_START", $this->lng->txt(
'crs_timings_sug_begin'));
945 $this->tpl->setVariable(
"TXT_END", $this->lng->txt(
'crs_timings_sug_end'));
947 include_once
'Services/Object/classes/class.ilObjectActivation.php';
951 foreach ($sorted_items as $item) {
952 switch ($item[
'type']) {
968 $ilAccess = $DIC[
'ilAccess'];
970 include_once
'Modules/Course/classes/Timings/class.ilTimingPlaned.php';
971 include_once
'./Services/Link/classes/class.ilLink.php';
972 include_once
'./Services/MetaData/classes/class.ilMDEducational.php';
974 if (!$ilAccess->checkAccess(
'visible',
'', $item[
'ref_id'])) {
978 $this->lng->loadLanguageModule(
'meta');
982 for (
$i = 0;
$i < $level;
$i++) {
983 $this->tpl->touchBlock(
'start_indent');
984 $this->tpl->touchBlock(
'end_indent');
986 if (strlen($item[
'description'])) {
987 $this->tpl->setCurrentBlock(
"item_description");
988 $this->tpl->setVariable(
"DESC", $item[
'description']);
989 $this->tpl->parseCurrentBlock();
992 $this->tpl->setCurrentBlock(
"tlt");
993 $this->tpl->setVariable(
"TXT_TLT", $this->lng->txt(
'meta_typical_learning_time'));
995 $this->tpl->parseCurrentBlock();
998 if (!$item[
'title'] &&
999 $item[
'type'] ==
'sess') {
1000 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
1005 if ($ilAccess->checkAccess(
'read',
'', $item[
'ref_id'])) {
1006 $this->tpl->setCurrentBlock(
"title_as_link");
1007 $this->tpl->setVariable(
"TITLE_LINK",
ilLink::_getLink($item[
'ref_id'], $item[
'type']));
1008 $this->tpl->setVariable(
"TITLE_NAME", $item[
'title']);
1009 $this->tpl->parseCurrentBlock();
1011 $this->tpl->setCurrentBlock(
"title_plain");
1012 $this->tpl->setVariable(
"TITLE", $item[
'title']);
1013 $this->tpl->parseCurrentBlock();
1015 $this->tpl->setCurrentBlock(
"container_standard_row");
1017 if (isset($this->invalid[
"$item[ref_id]"])) {
1018 $this->tpl->setVariable(
"ROWCLASS",
'tblrowmarked');
1020 $this->tpl->setVariable(
"ROWCLASS",
ilUtil::switchColor($this->counter++,
'tblrow1',
'tblrow2'));
1022 #$this->tpl->setVariable("TYPE_IMG",ilUtil::getImagePath('icon_'.$item['type'].'.svg')); 1024 $this->tpl->setVariable(
"TYPE_ALT_IMG", $this->lng->txt(
'obj_' . $item[
'type']));
1032 if ($item[
'changeable']) {
1033 $item_prefix =
"item[" . $item[
'ref_id'] .
']';
1035 if (is_array(
$_POST[
'item'][
"$item[ref_id]"][
'own_start'])) {
1036 #echo "Start post<br>"; 1037 $start = $this->
__toUnix(
$_POST[
'item'][
"$item[ref_id]"][
'own_start']);
1038 } elseif ($usr_planed->getPlanedStartingTime()) {
1039 #echo "Own start<br>"; 1040 $start = $usr_planed->getPlanedStartingTime();
1042 #echo "Empfehlung start<br>"; 1043 $start = $item[
'suggestion_start'];
1047 $this->tpl->setVariable(
1050 $item_prefix .
"[own_start]",
1059 if ($usr_planed->getPlanedEndingTime()) {
1060 #echo "Own End<br>"; 1061 $end = $usr_planed->getPlanedEndingTime();
1063 #echo "Empfehlung end<br>"; 1064 $end = $item[
'suggestion_end'];
1067 $this->tpl->setVariable(
"NAME_DURATION", $item_prefix .
"[duration]");
1070 if (isset(
$_POST[
'item'][
"$item[ref_id]"][
'duration'])) {
1071 $this->tpl->setVariable(
"VAL_DURATION",
$_POST[
'item'][
"$item[ref_id]"][
'duration']);
1073 $this->tpl->setVariable(
"VAL_DURATION", intval(($end - $start) / (60 * 60 * 24)));
1077 $this->tpl->parseCurrentBlock();
1079 if (!
$_SESSION[
'crs_timings_user_hidden']) {
1094 $ilObjDataCache = $DIC[
'ilObjDataCache'];
1095 include_once
'Modules/Course/classes/Timings/class.ilTimingPlaned.php';
1097 $this->tabs_gui->clearSubTabs();
1100 $this->invalid = array();
1105 if (isset(
$data[
'duration'])) {
1106 $data[
'own_start'][
'd'] +=
$data[
'duration'];
1107 $tmp_planed->setPlanedEndingTime($this->
__toUnix(
$data[
'own_start'], array(
'h' => 23,
'm' => 55)));
1109 $tmp_planed->setPlanedEndingTime($this->
__toUnix(
$data[
'own_start']), array(
'h' => 23,
'm' => 55));
1111 if (!$tmp_planed->validate()) {
1112 $this->invalid[
$ref_id] = $ilObjDataCache->lookupTitle($ilObjDataCache->lookupObjId(
$ref_id));
1114 $all_items[] = $tmp_planed;
1116 if (count($this->invalid)) {
1117 $message = $this->lng->txt(
'crs_timings_update_error');
1118 $message .= (
"<br />" . $this->lng->txt(
'crs_materials') .
': ');
1119 $message .= (implode(
',', $this->invalid));
1124 foreach ($all_items as $new_item_obj) {
1125 $new_item_obj->update();
1127 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'));
1140 $item[
'suggestion_start'] = $this->
__toUnix(
$_POST[
'item'][$obj_id][
'sug_start']);
1141 if (isset(
$_POST[
'item'][$obj_id][
'sug_end'])) {
1143 $item[
'suggestion_end'] = $this->
__toUnix(
$_POST[
'item'][$obj_id][
'sug_end']);
1147 $item[
'duration_a'] =
$_POST[
'item'][
$obj_id][
'duration_a'];
1148 $item[
'duration_b'] =
$_POST[
'item'][
$obj_id][
'duration_b'];
1161 $ilAccess = $DIC->access();
1164 if (!$ilAccess->checkAccess(
'write',
'', $this->container_obj->getRefId())) {
1165 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_write'),
$ilErr->WARNING);
1168 $this->tabs_gui->clearSubTabs();
1171 $all_items = array();
1172 include_once
'./Services/Calendar/classes/class.ilCalendarUtil.php';
1178 #$item_obj->setTimingStart($old_data['timing_start']); 1179 #$item_obj->setTimingEnd($old_data['timing_end']); 1180 #$item_obj->toggleVisible($old_data['visible']); 1181 $item_obj->toggleChangeable((
int)
$data[
'change']);
1188 if (($sug_start_dt instanceof
ilDate) and ($sug_end_dt instanceof ilDate)) {
1189 include_once
'./Services/Calendar/classes/class.ilDateTime.php';
1194 $item_obj->setSuggestionStart($sug_start_dt->get(
IL_CAL_UNIX));
1195 $item_obj->setSuggestionEnd($sug_end_dt->get(
IL_CAL_UNIX));
1197 $failed[
'ref_id'] =
'crs_timing_err_valid_dates';
1202 ((
int) $data[
'sug_start_rel'] < 0) or
1203 ((
int) $data[
'duration_a'] < 0)
1208 $item_obj->setSuggestionStartRelative($data[
'sug_start_rel']);
1209 $item_obj->setSuggestionEndRelative($data[
'sug_start_rel'] + $data[
'duration_a']);
1213 $start->increment(
IL_CAL_DAY, $data[
'sug_start_rel']);
1214 $item_obj->setSuggestionStart($start->get(
IL_CAL_UNIX));
1216 $start->increment(
IL_CAL_DAY, $data[
'duration_a']);
1217 $item_obj->setSuggestionEnd($start->get(
IL_CAL_UNIX));
1224 $this->course_obj->update();
1226 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'));
1241 $ilAccess = $DIC[
'ilAccess'];
1244 if (!$ilAccess->checkAccess(
'write',
'', $this->container_obj->getRefId())) {
1245 $ilErr->raiseError($this->lng->txt(
'msg_no_perm_write'),
$ilErr->WARNING);
1247 $this->failed = array();
1251 $all_items = array();
1257 $item_obj->setTimingType(
$_POST[
'item_active'][
$ref_id][
'active'] ?
1260 $item_obj->setTimingStart($old_data[
'timing_start']);
1261 $item_obj->setTimingEnd($old_data[
'timing_end']);
1262 $item_obj->setSuggestionStart($this->
__toUnix(
$data[
"sug_start"]));
1265 $data[
'sug_start'][
'd'] += abs(
$data[
'duration_a']);
1266 $item_obj->setSuggestionEnd($this->
__toUnix(
$data[
'sug_start'], array(
'h' => 23,
'm' => 55)));
1267 $item_obj->toggleVisible($old_data[
'visible']);
1268 $item_obj->toggleChangeable(
$_POST[
'item_change'][
$ref_id][
'change']);
1270 if (!$item_obj->validateActivation()) {
1271 $this->failed[
$ref_id] = $old_data[
'title'];
1273 $all_items[
$ref_id] = &$item_obj;
1277 if (count($this->failed)) {
1278 $message = $this->lng->txt(
'crs_timings_update_error');
1279 $message .= (
"<br />" . $this->lng->txt(
'crs_materials') .
': ');
1280 $message .= (implode(
',', $this->failed));
1287 foreach ($all_items as
$ref_id => $item_obj_new) {
1288 $item_obj_new->update(
$ref_id);
1290 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'));
1297 if ($this->container_obj->getType() ==
'crs') {
1298 $this->container_gui->setContentSubTabs();
1306 $tree = $DIC[
'tree'];
1308 if ($this->container_obj->getType() ==
'crs') {
1312 $course_ref_id =
$tree->checkForParentType($this->container_obj->getRefId(),
'crs');
1320 return gmmktime($time[
'h'], $time[
'm'], 0, $date[
'm'], $date[
'd'], $date[
'y']);
1325 return array(
'y' => date(
'Y', $a_unix_time),
1326 'm' => date(
'm', $a_unix_time),
1327 'd' => date(
'd', $a_unix_time));
1332 return array(
'h' => date(
'G', $a_unix_time),
1333 'm' => date(
'i', $a_unix_time),
1334 's' => date(
's', $a_unix_time));
1342 $tree = $DIC[
'tree'];
1344 $path_arr =
$tree->getPathFull($a_ref_id, $this->course_obj->getRefId());
1346 foreach ($path_arr as
$data) {
1350 $path .= $data[
'title'];
managePersonalTimings($failed=array())
Manage personal timings.
static _lookupName($a_user_id)
lookup user name
static _recordReadEvent( $a_type, $a_ref_id, $obj_id, $usr_id, $isCatchupWriteEvents=true, $a_ext_rc=false, $a_ext_time=false)
Records a read event and catches up with write events.
__toUnix($date, $time=array())
static getItems($a_parent_id, $a_with_list_data=true)
Get sub item data.
updatePersonalTimings()
Update personal timings type $ilAccess type $ilErr.
static getCmdSide()
Get Column Side of Current Command.
const IL_CRS_VIEW_TIMING_ABSOLUTE
static _getTypicalLearningTimeSeconds($a_rbac_id, $a_obj_id=0)
setColumnSettings($column_gui)
__renderItem($item, $level)
view()
Output course content.
getRightColumnHTML()
Display right column.
static _after(ilDateTime $start, ilDateTime $end, $a_compare_field='', $a_tz='')
compare two dates and check start is after end This method does not consider tz offsets.
__editAdvancedUserTimings()
static getTimingsItems($a_container_ref_id)
Get (sub) item data for timings view (no session material, no side blocks)
TableGUI class for timings administration.
static getItem($a_ref_id)
Get item data.
const TIMINGS_DEACTIVATED
__prepareTimeSelect($a_unix_time)
static getTypeIconPath($a_type, $a_obj_id, $a_size='small')
Get type icon path path Return image path for icon_xxx.pngs Or (if enabled) path to custom icon Depre...
Manages favourites, currently the interface for other components, needs discussion.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getCenterColumnHTML()
Get center column.
static secondsToString($seconds, $force_with_seconds=false, $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
static getTimingsAdministrationItems($a_parent_id)
Get (sub) item data for timings administration view (active/inactive)
Column user interface class.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static hasChangeableTimings($a_ref_id)
Check if there is any active changeable timing (in subtree)
static _lookupObjId($a_id)
static _appointmentToString($start, $end, $fulltime)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static _checkAllConditionsOfTarget($a_target_ref_id, $a_target_id, $a_target_type="", $a_usr_id=0)
checks wether all conditions of a target object are fulfilled
manageTimings($failed_items=array())
Manage timings type $ilAccess type $ilErr.
buildFrameTarget($a_type, $a_child=0, $a_obj_id=0)
STATIC, do not use $this inside!
static makeDateSelect($prefix, $year="", $month="", $day="", $startyear="", $a_long_month=true, $a_further_options=array(), $emptyoption=false)
Creates a combination of HTML selects for date inputs.
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
TableGUI class for timings administration.
static getScreenMode()
Get Screen Mode for current command.
__construct($container_gui_obj)
Constructor public.
setPlanedStartingTime($a_time)
static switchColor($a_num, $a_css1, $a_css2)
switches style sheets for each even $a_num (used for changing colors of different result rows) ...
Class ilCourseContentGUI.
static _lookupAppointment($a_obj_id)
lookup appointment
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
__forwardToColumnGUI()
Get columngui output.
__prepareDateSelect($a_unix_time)
TableGUI class for editing personal timings.
__renderUserItem($item, $level)
Class ilObjectActivation.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
static parseIncomingDate($a_value, $a_add_time=null)
Try to parse incoming value to date object.