106 $this->rbacsystem = $DIC->rbac()->system();
107 $this->tpl = $DIC[
"tpl"];
108 $this->access = $DIC->access();
109 $this->
user = $DIC->user();
110 $this->tree = $DIC->repositoryTree();
113 $lng = $DIC->language();
114 $ilTabs = $DIC->tabs();
118 $this->tabs_gui = $ilTabs;
119 $this->gui_object = $a_gui_object;
121 $this->private_notes_enabled =
false;
122 $this->news_enabled =
false;
123 $this->feedback_enabled =
false;
124 $this->learning_progress_enabled =
false;
125 $this->form_action =
"";
126 $this->top_formbuttons = array();
127 $this->hiddenelements = array();
139 $next_class = $this->ctrl->getNextClass($this);
141 $cmd = $this->ctrl->getCmd(
"showSummary");
142 $this->ctrl->setReturn($this,
"showSummary");
146 switch ($next_class) {
155 case "ilpublicuserprofilegui":
156 include_once(
"./Services/User/classes/class.ilPublicUserProfileGUI.php");
158 $user_profile->setBackUrl($this->ctrl->getLinkTarget($this,
"showSummary"));
159 $html = $this->ctrl->forwardCommand($user_profile);
160 $tpl->setContent($html);
163 case "ilcommonactiondispatchergui":
164 include_once(
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
166 $this->ctrl->forwardCommand($gui);
170 return $this->$cmd();
183 $this->table_class = $a_val;
201 $this->private_notes_enabled = $a_enable;
209 $this->learning_progress_enabled = $a_enable;
217 $this->availability_enabled = $a_enable;
226 $this->booking_enabled = $a_enable;
235 $this->feedback_enabled = $a_enable;
243 $this->news_enabled = $a_enable;
251 $this->news_editing = $a_enable;
263 $this->block_property[$a_block_type][$a_property] = $a_value;
268 return $this->block_property;
277 $this->section[$this->sec_nr][
"title"] = $a_title;
278 $this->section[$this->sec_nr][
"hidden"] = (bool) $this->hidden;
286 $this->form_action = $a_form_action;
294 $this->form_action =
"";
306 $this->section[$this->sec_nr][
"properties"][] =
307 array(
"name" => $a_name,
"value" => $a_value,
314 public function addPropertyCheckbox($a_name, $a_checkbox_name, $a_checkbox_value, $a_checkbox_label =
"", $a_checkbox_checked =
false)
316 $checkbox =
"<input type=\"checkbox\" name=\"$a_checkbox_name\" value=\"$a_checkbox_value\" id=\"$a_checkbox_name$a_checkbox_value\"";
317 if ($a_checkbox_checked) {
318 $checkbox .=
" checked=\"checked\"";
321 if (strlen($a_checkbox_label)) {
322 $checkbox .=
" <label for=\"$a_checkbox_name$a_checkbox_value\">$a_checkbox_label</label>";
324 $this->section[$this->sec_nr][
"properties"][] =
325 array(
"name" => $a_name,
"value" => $checkbox);
331 public function addPropertyTextinput($a_name, $a_input_name, $a_input_value =
"", $a_input_size =
"", $direct_button_command =
"", $direct_button_label =
"", $direct_button_primary =
false)
333 $input =
"<span class=\"form-inline\"><input class=\"form-control\" type=\"text\" name=\"$a_input_name\" id=\"$a_input_name\"";
334 if (strlen($a_input_value)) {
337 if (strlen($a_input_size)) {
338 $input .=
" size=\"" . $a_input_size .
"\"";
341 if (strlen($direct_button_command) && strlen($direct_button_label)) {
343 if ($direct_button_primary) {
344 $css =
" btn-primary";
346 $input .=
" <input type=\"submit\" class=\"btn btn-default" . $css .
"\" name=\"cmd[$direct_button_command]\" value=\"$direct_button_label\" />";
349 $this->section[$this->sec_nr][
"properties"][] =
350 array(
"name" =>
"<label for=\"$a_input_name\">$a_name</label>",
"value" => $input);
356 public function addButton($a_title, $a_link, $a_frame =
"", $a_position =
"top", $a_primary =
false)
358 if ($a_position ==
"top") {
359 $this->top_buttons[] =
360 array(
"title" => $a_title,
"link" => $a_link,
"target" => $a_frame,
"primary" => $a_primary);
370 if ($a_position ==
"top") {
372 $this->top_formbuttons,
373 array(
"command" => $a_command,
"title" => $a_title)
380 array_push($this->hiddenelements, array(
"name" => $a_name,
"value" => $a_value));
390 $lng->loadLanguageModule(
"meta");
392 include_once(
"./Services/MetaData/classes/class.ilMD.php");
395 if ($md_gen = $md->getGeneral()) {
399 foreach ($md_gen->getDescriptionIds() as $id) {
400 $md_des = $md_gen->getDescription($id);
401 $description = $md_des->getDescription();
407 foreach ($ids = $md_gen->getLanguageIds() as $id) {
408 $md_lan = $md_gen->getLanguage($id);
409 if ($md_lan->getLanguageCode() !=
"") {
410 $langs[] =
$lng->txt(
"meta_l_" . $md_lan->getLanguageCode());
413 $langs = implode(
", ", $langs);
417 foreach ($ids = $md_gen->getKeywordIds() as $id) {
418 $md_key = $md_gen->getKeyword($id);
419 $keywords[] = $md_key->getKeyword();
421 $keywords = implode(
", ", $keywords);
425 if (is_object($lifecycle = $md->getLifecycle())) {
427 foreach (($ids = $lifecycle->getContributeIds()) as $con_id) {
428 $md_con = $lifecycle->getContribute($con_id);
429 if ($md_con->getRole() ==
"Author") {
430 foreach ($ent_ids = $md_con->getEntityIds() as $ent_id) {
431 $md_ent = $md_con->getEntity($ent_id);
432 $author = $author . $sep . $md_ent->getEntity();
441 if (is_object($rights = $md->getRights())) {
442 include_once(
'Services/MetaData/classes/class.ilMDUtils.php');
447 #if(is_object($educational = $md->getEducational())) 449 # $learning_time = $educational->getTypicalLearningTime(); 452 if (is_object($educational = $md->getEducational())) {
453 if ($seconds = $educational->getTypicalLearningTimeSeconds()) {
462 if ($description !=
"") {
471 $lng->txt(
"language"),
475 if ($keywords !=
"") {
477 $lng->txt(
"keywords"),
487 if ($copyright !=
"") {
489 $lng->txt(
"meta_copyright"),
493 if ($learning_time !=
"") {
495 $lng->txt(
"meta_typical_learning_time"),
513 if ($this->booking_enabled) {
515 $booking_adapter->add();
519 $a_obj = $this->gui_object->object;
522 if (is_object($a_obj)) {
524 $type = $a_obj->getType();
525 $ref_id = $a_obj->getRefId();
528 include_once
'Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
531 $lng->txt(
"object_id"),
536 include_once
'Services/PermanentLink/classes/class.ilPermanentLinkGUI.php';
538 $pm->setIncludePermanentLinkText(
false);
539 $pm->setAlignCenter(
false);
541 $lng->txt(
"perma_link"),
547 if ($ilAccess->checkAccess(
"write",
"", $ref_id) ||
548 $ilAccess->checkAccess(
"edit_permissions",
"", $ref_id)) {
549 $obj_id = $a_obj->getId();
552 foreach ($rs as $r) {
553 if (
$tree->isInTree($r)) {
557 if (count($refs) > 1) {
559 foreach ($refs as $r) {
561 $cont_loc->addContextItems($r,
true);
562 $links .= $sep . $cont_loc->getHTML();
567 $lng->txt(
"res_links"),
568 '<div class="small">' . $links .
'</div>' 578 $lng->txt(
"create_date"),
583 if (
$ilUser->getId() != ANONYMOUS_USER_ID and $a_obj->getOwner()) {
584 include_once
'./Services/Object/classes/class.ilObjectFactory.php';
585 include_once
'./Services/User/classes/class.ilObjUser.php';
593 if (!is_object($ownerObj) || $ownerObj->getType() !=
"usr") {
595 } elseif ($ownerObj->hasPublicProfile()) {
596 $ilCtrl->setParameterByClass(
"ilpublicuserprofilegui",
"user_id", $ownerObj->getId());
597 $this->
addProperty(
$lng->txt(
"owner"), $ownerObj->getPublicName(),
$ilCtrl->getLinkTargetByClass(
"ilpublicuserprofilegui",
"getHTML"));
604 if (
$ilUser->getId() != ANONYMOUS_USER_ID &&
606 $size = $a_obj->getDiskUsage();
607 if (
$size !== null) {
612 require_once
'Services/Tracking/classes/class.ilChangeEvent.php';
614 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
618 $count_user_reads = 0;
619 $count_anonymous_reads = 0;
620 foreach ($readEvents as $evt) {
621 if ($evt[
'usr_id'] == ANONYMOUS_USER_ID) {
622 $count_anonymous_reads += $evt[
'read_count'];
624 $count_user_reads += $evt[
'read_count'];
632 if ($count_anonymous_reads > 0) {
633 $this->
addProperty($this->lng->txt(
"readcount_anonymous_users"), $count_anonymous_reads);
635 if ($count_user_reads > 0) {
636 $this->
addProperty($this->lng->txt(
"readcount_users"), $count_user_reads);
638 if ($count_users > 0) {
639 $this->
addProperty($this->lng->txt(
"accesscount_registered_users"), $count_users);
646 require_once(
'Services/WebDAV/classes/class.ilDAVActivationChecker.php');
648 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
649 require_once
'Services/WebDAV/classes/lock/class.ilWebDAVLockBackend.php';
653 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
654 if ($lock = $webdav_lock_backend->getLocksOnObjectId($this->gui_object->object->getId())) {
655 $lock_user =
new ilObjUser($lock->getIliasOwner());
657 $this->lng->txt(
"in_use_by"),
658 $lock_user->getPublicName(),
659 "./ilias.php?user=" . $lock_user->getId() .
'&cmd=showUserProfile&cmdClass=ildashboardgui&cmdNode=1&baseClass=ilDashboardGUI' 687 include_once(
"Services/Block/classes/class.ilColumnGUI.php");
697 $html =
$ilCtrl->forwardCommand($column_gui);
703 $html =
$ilCtrl->forwardCommand($column_gui);
722 include_once(
"Services/Block/classes/class.ilColumnGUI.php");
726 if (
$ilCtrl->getNextClass() ==
"ilcolumngui" &&
729 $html =
$ilCtrl->forwardCommand($column_gui);
732 if ($this->news_enabled) {
733 $html =
$ilCtrl->getHTML($column_gui);
749 $column_gui->setEnableEdit($this->news_editing);
750 $column_gui->setRepositoryMode(
true);
756 $this->open_form_tag = $a_val;
761 $this->close_form_tag = $a_val;
776 $tpl =
new ilTemplate(
"tpl.infoscreen.html",
true,
true,
"Services/InfoScreen");
779 if ($this->form_action ==
"") {
783 require_once
'Services/jQuery/classes/class.iljQueryUtil.php';
787 $tpl->touchBlock(
"hidden_js");
788 if ($this->show_hidden_toggle) {
789 $this->
addButton(
$lng->txt(
"show_hidden_sections"),
"JavaScript:toggleSections(this, '" .
$lng->txt(
"show_hidden_sections") .
"', '" .
$lng->txt(
"hide_visible_sections") .
"');");
797 if (count($this->top_buttons) > 0) {
798 $tpl->addBlockfile(
"TOP_BUTTONS",
"top_buttons",
"tpl.buttons.html");
800 foreach ($this->top_buttons as $button) {
802 $tpl->setCurrentBlock(
"btn_cell");
803 $tpl->setVariable(
"BTN_LINK", $button[
"link"]);
804 $tpl->setVariable(
"BTN_TARGET", $button[
"target"]);
805 $tpl->setVariable(
"BTN_TXT", $button[
"title"]);
806 if ($button[
"primary"]) {
807 $tpl->setVariable(
"BTN_CLASS",
" btn-primary");
809 $tpl->parseCurrentBlock();
814 if ((count($this->top_formbuttons) > 0) && (strlen($this->form_action) > 0)) {
815 $tpl->addBlockfile(
"TOP_FORMBUTTONS",
"top_submitbuttons",
"tpl.submitbuttons.html",
"Services/InfoScreen");
817 foreach ($this->top_formbuttons as $button) {
819 $tpl->setCurrentBlock(
"btn_submit_cell");
820 $tpl->setVariable(
"BTN_COMMAND", $button[
"command"]);
821 $tpl->setVariable(
"BTN_NAME", $button[
"title"]);
822 $tpl->parseCurrentBlock();
827 if (strlen($this->form_action) > 0) {
828 if ($this->open_form_tag) {
829 $tpl->setCurrentBlock(
"formtop");
830 $tpl->setVariable(
"FORMACTION", $this->form_action);
831 $tpl->parseCurrentBlock();
834 if ($this->close_form_tag) {
835 $tpl->touchBlock(
"formbottom");
839 if (count($this->hiddenelements)) {
840 foreach ($this->hiddenelements as $hidden) {
841 $tpl->setCurrentBlock(
"hidden_element");
842 $tpl->setVariable(
"HIDDEN_NAME", $hidden[
"name"]);
843 $tpl->setVariable(
"HIDDEN_VALUE", $hidden[
"value"]);
844 $tpl->parseCurrentBlock();
848 if ($this->availability_enabled) {
856 $tpl->setCurrentBlock(
"learning_progress");
857 $tpl->setVariable(
"LP_TABLE", $html);
858 $tpl->parseCurrentBlock();
862 if ($this->private_notes_enabled && !
$ilSetting->get(
'disable_notes')) {
864 $tpl->setCurrentBlock(
"notes");
865 $tpl->setVariable(
"NOTES", $html);
866 $tpl->parseCurrentBlock();
870 if (is_object($this->gui_object->object)) {
872 if ($tags_set->get(
"enable") &&
$ilUser->getId() != ANONYMOUS_USER_ID) {
877 if (is_object($this->gui_object->object)) {
882 for (
$i = 1;
$i <= $this->sec_nr;
$i++) {
883 if (is_array($this->section[
$i][
"properties"])) {
885 foreach ($this->section[$i][
"properties"] as $property) {
886 if ($property[
"name"] !=
"") {
887 if ($property[
"link"] ==
"") {
888 $tpl->setCurrentBlock(
"pv");
889 $tpl->setVariable(
"TXT_PROPERTY_VALUE", $property[
"value"]);
890 $tpl->parseCurrentBlock();
892 $tpl->setCurrentBlock(
"lpv");
893 $tpl->setVariable(
"TXT_PROPERTY_LVALUE", $property[
"value"]);
894 $tpl->setVariable(
"LINK_PROPERTY_VALUE", $property[
"link"]);
895 $tpl->parseCurrentBlock();
897 $tpl->setCurrentBlock(
"property_row");
898 $tpl->setVariable(
"TXT_PROPERTY", $property[
"name"]);
899 $tpl->parseCurrentBlock();
901 $tpl->setCurrentBlock(
"property_full_row");
902 $tpl->setVariable(
"TXT_PROPERTY_FULL_VALUE", $property[
"value"]);
903 $tpl->parseCurrentBlock();
908 if ($this->section[$i][
"hidden"]) {
909 $tpl->setVariable(
"SECTION_HIDDEN",
" style=\"display:none;\"");
910 $tpl->setVariable(
"SECTION_ID",
"hidable_" . $i);
912 $tpl->setVariable(
"SECTION_ID", $i);
915 $tpl->setVariable(
"TXT_SECTION", $this->section[$i][
"title"]);
916 $tpl->setCurrentBlock(
"row");
917 $tpl->parseCurrentBlock();
929 if ($this->contextRefId !== null) {
933 return $this->gui_object->object->getRefId();
949 if ($this->contextObjId !== null) {
953 return $this->gui_object->object->getId();
969 if ($this->contentObjType !== null) {
973 return $this->gui_object->object->getType();
989 if (!
$rbacsystem->checkAccess(
'read', $this->getContextRefId())) {
992 if (
$ilUser->getId() == ANONYMOUS_USER_ID) {
996 include_once(
"Services/Tracking/classes/class.ilObjUserTracking.php");
1001 include_once
'./Services/Object/classes/class.ilObjectLP.php';
1007 include_once
'Services/Tracking/classes/class.ilLPMarks.php';
1009 $this->lng->loadLanguageModule(
'trac');
1013 $a_tpl->setVariable(
1015 $this->lng->txt(
'learning_progress')
1017 $a_tpl->parseCurrentBlock();
1021 $i_tpl =
new ilTemplate(
"tpl.lp_edit_manual_info_page.html",
true,
true,
"Services/Tracking");
1022 $i_tpl->setVariable(
"INFO_EDITED", $this->lng->txt(
"trac_info_edited"));
1029 array(0 => $this->lng->txt(
'trac_not_completed'),
1030 1 => $this->lng->txt(
'trac_completed')),
1034 $i_tpl->setVariable(
"TXT_SAVE", $this->lng->txt(
"save"));
1035 $a_tpl->setCurrentBlock(
"pv");
1036 $a_tpl->setVariable(
"TXT_PROPERTY_VALUE", $i_tpl->get());
1037 $a_tpl->parseCurrentBlock();
1038 $a_tpl->setCurrentBlock(
"property_row");
1039 $a_tpl->setVariable(
"TXT_PROPERTY", $this->lng->txt(
'trac_status'));
1040 $a_tpl->parseCurrentBlock();
1047 $a_tpl->setCurrentBlock(
"pv");
1049 include_once
'Services/Tracking/classes/class.ilLearningProgress.php';
1051 if ($progress[
'access_time']) {
1052 $a_tpl->setVariable(
1053 "TXT_PROPERTY_VALUE",
1057 $a_tpl->setVariable(
1058 "TXT_PROPERTY_VALUE",
1059 $this->lng->txt(
'trac_not_accessed')
1063 $a_tpl->parseCurrentBlock();
1064 $a_tpl->setCurrentBlock(
"property_row");
1065 $a_tpl->setVariable(
"TXT_PROPERTY", $this->lng->txt(
'trac_last_access'));
1066 $a_tpl->parseCurrentBlock();
1070 $a_tpl->setCurrentBlock(
"pv");
1071 $a_tpl->setVariable(
1072 "TXT_PROPERTY_VALUE",
1073 (
int) $progress[
'visits']
1075 $a_tpl->parseCurrentBlock();
1076 $a_tpl->setCurrentBlock(
"property_row");
1077 $a_tpl->setVariable(
"TXT_PROPERTY", $this->lng->txt(
'trac_visits'));
1078 $a_tpl->parseCurrentBlock();
1084 $a_tpl->setCurrentBlock(
"pv");
1085 $a_tpl->setVariable(
1086 "TXT_PROPERTY_VALUE",
1089 $a_tpl->parseCurrentBlock();
1090 $a_tpl->setCurrentBlock(
"property_row");
1091 $a_tpl->setVariable(
"TXT_PROPERTY", $this->lng->txt(
'trac_spent_time'));
1092 $a_tpl->parseCurrentBlock();
1098 $a_tpl->touchBlock(
"row");
1105 include_once
'Services/Tracking/classes/class.ilLPMarks.php';
1109 $lp_marks->update();
1111 require_once
'Services/Tracking/classes/class.ilLPStatusWrapper.php';
1114 $this->lng->loadLanguageModule(
'trac');
1115 ilUtil::sendSuccess($this->lng->txt(
'trac_updated_status'),
true);
1118 $this->ctrl->redirect($this,
"");
1131 $next_class = $this->ctrl->getNextClass($this);
1132 include_once(
"Services/Notes/classes/class.ilNoteGUI.php");
1134 $this->gui_object->object->getId(),
1136 $this->gui_object->object->getType()
1143 $ref_id = $this->gui_object->object->getRefId();
1144 $has_write = $ilAccess->checkAccess(
"write",
"", $ref_id);
1146 if ($has_write &&
$ilSetting->get(
"comments_del_tutor", 1)) {
1147 $notes_gui->enablePublicNotesDeletion(
true);
1155 $ilAccess->checkAccess(
"edit_permissions",
"", $ref_id)) {
1156 $notes_gui->enableCommentsSettings();
1164 if ($next_class ==
"ilnotegui") {
1165 $html = $this->ctrl->forwardCommand($notes_gui);
1167 $html = $notes_gui->getNotesHTML();
1182 if (strlen($a_section)) {
1185 include_once(
'Services/LDAP/classes/class.ilLDAPRoleGroupMapping.php');
1187 if ($infos = $ldap_mapping->getInfoStrings($this->gui_object->object->getId())) {
1188 $info_combined =
'<div style="color:green;">';
1190 foreach ($infos as $info_string) {
1192 $info_combined .=
'<br />';
1194 $info_combined .= $info_string;
1196 $info_combined .=
'</div>';
1197 $this->
addProperty($this->lng->txt(
'applications'), $info_combined);
1206 $this->
getTabs($this->tabs_gui);
1218 $next_class = $this->ctrl->getNextClass($this);
1219 $force_active = ($next_class ==
"ilnotegui")
1225 $this->ctrl->getLinkTarget($this,
"showSummary"),
1226 array(
"showSummary",
""),
1242 $lng->loadLanguageModule(
"tagging");
1245 include_once(
"Services/Tagging/classes/class.ilTaggingGUI.php");
1247 $tagging_gui->setObject(
1248 $this->gui_object->object->getId(),
1249 $this->gui_object->object->getType()
1254 if ($tags_set->get(
"enable_all_users")) {
1256 $lng->txt(
"tagging_all_users"),
1257 $tagging_gui->getAllUserTagsForObjectHTML()
1262 $lng->txt(
"tagging_my_tags"),
1263 $tagging_gui->getTaggingInputHTML()
1269 include_once(
"Services/Tagging/classes/class.ilTaggingGUI.php");
1271 $tagging_gui->setObject(
1272 $this->gui_object->object->getId(),
1273 $this->gui_object->object->getType()
1275 $tagging_gui->saveInput();
1277 ilUtil::sendSuccess($this->lng->txt(
'msg_obj_modified'),
true);
1278 $this->ctrl->redirect($this,
"");
1285 $this->hidden =
true;
1286 $this->show_hidden_toggle = (bool) $a_add_toggle;
1293 return "<a onClick=\"toggleSections(this, '" .
$lng->txt(
"show_hidden_sections") .
"', '" .
$lng->txt(
"hide_visible_sections") .
"'); return false;\" href=\"#\">" .
$lng->txt(
"show_hidden_sections") .
"</a>";
1302 if (!is_object($this->gui_object) || !is_object($this->gui_object->object)) {
1306 $obj = $this->gui_object->object;
1307 if ($obj->getRefId() <= 0) {
1312 $act->read($obj->getRefId());
1314 $this->lng->loadLanguageModule(
"rep");
1315 $this->
addSection($this->lng->txt(
"rep_activation_availability"));
1325 if (!is_object($this->gui_object) || !is_object($this->gui_object->object)) {
1329 $obj = $this->gui_object->object;
1330 if ($obj->getRefId() <= 0) {
1334 $conditions = ilConditionHandler::_getEffectiveConditionsOfTarget($obj->getRefId(), $obj->getId());
1336 if (
sizeof($conditions)) {
1337 for (
$i = 0;
$i < count($conditions);
$i++) {
1354 $num_optional_required =
1358 $visible_conditions = array();
1359 $passed_optional = 0;
1360 foreach ($conditions as $condition) {
1361 if ($obligatory and !$condition[
'obligatory']) {
1364 if (!$obligatory and $condition[
'obligatory']) {
1368 if (
$tree->isDeleted($condition[
'trigger_ref_id'])) {
1376 $visible_conditions[] = $condition[
'id'];
1379 if (!$obligatory and
$ok) {
1382 if ($passed_optional >= $num_optional_required) {
1390 foreach ($conditions as $condition) {
1391 if (!in_array($condition[
'id'], $visible_conditions)) {
1395 $missing_cond_exist =
true;
1399 $condition[
'trigger_obj_id'],
1400 $condition[
'operator']
1401 ) .
' ' . $condition[
'value'],
1407 if (count($properties) > 0) {
1411 $this->
addSection(sprintf(
$lng->txt(
"preconditions_optional_hint"), $num_optional_required));
1414 foreach ($properties as $p) {
1417 "<a href='".$p[
"link"].
"'>".$p[
"title"].
"</a>" 1429 $a_obj = $this->gui_object->object;
1431 $this->lng->loadLanguageModule(
"rep");
1432 $this->lng->loadLanguageModule(
"crs");
1435 if (is_object($a_obj)) {
1437 $act->read($a_obj->getRefId());
1441 $this->lng->txt(
'rep_activation_access'),
1449 $this->lng->txt(
'rep_activation_access'),
1450 $this->lng->txt(
'crs_visibility_limitless')
enableBookingInfo($a_enable=true)
booking info
static sortArray( $array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static _parseCopyright($a_copyright)
Parse copyright.
showLearningProgress($a_tpl)
addPreconditions()
Add preconditions.
static _hasCompleted($a_usr_id, $a_obj_id)
hideFurtherSections($a_add_toggle=true)
showLDAPRoleGroupMappingInfo($a_section='')
show LDAP role group mapping info
Class for permanent links.
setBlockProperty($a_block_type, $a_property, $a_value)
This function is supposed to be used for block type specific properties, that should be passed to ilB...
addMetaDataSections($a_rep_obj_id, $a_obj_id, $a_type)
add standard meta data sections
getCenterColumnHTML()
Display center column.
removeFormAction()
remove form action
setFormAction($a_form_action)
set a form action
static _isActive()
Static getter.
static translateOperator($a_obj_id, $a_operator)
Translate operator.
static getInstance()
Get singleton instance.
static _updateStatus($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_force_raise=false)
Update status.
setTableClass($a_val)
Set table class.
getRightColumnHTML()
Display right column.
addButton($a_title, $a_link, $a_frame="", $a_position="top", $a_primary=false)
add a property to current section
static _checkCondition($condition, $a_usr_id=0)
checks wether a single condition is fulfilled every trigger object type must implement a static metho...
showSummary()
show summary page
static _lookupTitle($a_id)
lookup object title
addSection($a_title)
add a new section
static _isActive()
Static getter.
setContentObjType(string $contentObjType)
addFormButton($a_command, $a_title, $a_position="top")
add a form button to the info screen the form buttons are only valid if a form action is set ...
static userExists($a_usr_ids=array())
enablePublicNotes($a_enable=true)
enable public notes
setContextObjId(int $contextObjId)
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
addHiddenElement($a_name, $a_value)
static _getAllReferences($a_id)
get all reference ids of object
setColumnSettings($column_gui)
Set column settings.
getTabs(&$tabs_gui)
get tabs
getTableClass()
Get table class.
Embeds booking information into info screen.
static _getInstance()
Get singleton instance of this class.
static calculateEffectiveRequiredTriggers($a_target_ref_id, $a_target_obj_id, $a_target_obj_type='')
calculate number of obligatory items
enableFeedback($a_enable=true)
enable feedback
GUI class for public user profile presentation.
static _enabledLearningProgress()
check wether learing progress is enabled or not
addPropertyTextinput($a_name, $a_input_name, $a_input_value="", $a_input_size="", $direct_button_command="", $direct_button_label="", $direct_button_primary=false)
add a property to current section
setContextRefId(int $contextRefId)
static secondsToString($seconds, $force_with_seconds=false, $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
Column user interface class.
enableLearningProgress($a_enable=true)
enable learning progress
showNotesSection()
show notes section
enableNews($a_enable=true)
enable news
__construct($a_gui_object)
Constructor.
addAvailability()
Add preconditions.
enableAvailability($a_enable=true)
enable availability
$form_action
a form action parameter.
static _lookupReadEvents($obj_id, $usr_id=null)
Reads all read events which occured on the object which happened after the last time the user caught ...
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
Class ilWebDAVLockBackend.
static getEffectiveOptionalConditionsOfTarget($a_target_ref_id, $a_target_obj_id, $a_obj_type='')
Get optional conditions.
static formatPeriod(ilDateTime $start, ilDateTime $end, $a_skip_starting_day=false)
Format a period of two date Shows: 14.
addPreconditionSection($obj, $conditions, $obligatory=true)
static formSelect( $selected, $varname, $options, $multiple=false, $direct_text=false, $size="0", $style_class="", $attribs="", $disabled=false)
Builds a select form field with options and shows the selected option first.
static initjQuery(ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
executeCommand()
execute command
static _isActive()
Returns true, if change event tracking is active.
addProperty($a_name, $a_value, $a_link="")
add a property to current section
enableNewsEditing($a_enable=true)
enable news editing
enablePrivateNotes($a_enable=true)
enable notes
static formatSize($size, $a_mode='short', $a_lng=null)
Returns the specified file size value in a human friendly form.
saveProgress($redirect=true)
addAccessPeriodProperty()
Add access period property.
addPropertyCheckbox($a_name, $a_checkbox_name, $a_checkbox_value, $a_checkbox_label="", $a_checkbox_checked=false)
add a property to current section
static getInstance($a_obj_id)
Class ilObjectActivation.
static _getProgress($a_user_id, $a_obj_id)
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
addObjectSections()
add standard object section