6 include_once(
"Services/Notes/classes/class.ilNote.php");
121 $a_include_subobjects =
false,
127 $this->
user = $DIC->user();
129 $this->obj_definition = $DIC[
"objDefinition"];
130 $this->tree = $DIC->repositoryTree();
131 $this->access = $DIC->access();
132 $this->
ui = $DIC->ui();
133 $ilCtrl = $DIC->ctrl();
134 $lng = $DIC->language();
137 $lng->loadLanguageModule(
"notes");
139 $ilCtrl->saveParameter($this,
"notes_only");
140 $this->only =
$_GET[
"notes_only"];
142 $this->rep_obj_id = $a_rep_obj_id;
143 $this->obj_id = $a_obj_id;
144 $this->obj_type = $a_obj_type;
145 $this->inc_sub = $a_include_subobjects;
146 $this->news_id = $a_news_id;
149 if (!$this->obj_type && $a_rep_obj_id) {
155 $this->ctrl = $ilCtrl;
158 $this->anchor_jump =
true;
159 $this->add_note_form =
false;
160 $this->edit_note_form =
false;
161 $this->private_enabled =
false;
164 $this->public_enabled =
true;
166 $this->public_enabled =
false;
168 $this->enable_hiding =
false;
169 $this->targets_enabled =
false;
170 $this->multi_selection =
false;
171 $this->export_html =
false;
172 $this->print =
false;
173 $this->comments_settings =
false;
175 $this->note_img = array(
178 "alt" =>
$lng->txt(
"note")),
181 "alt" =>
$lng->txt(
"note") .
", " .
$lng->txt(
"important")),
184 "alt" =>
$lng->txt(
"note") .
", " .
$lng->txt(
"question")),
187 "alt" =>
$lng->txt(
"note") .
", " .
$lng->txt(
"pro")),
190 "alt" =>
$lng->txt(
"note") .
", " .
$lng->txt(
"contra"))
193 $this->comment_img = array(
196 "alt" =>
$lng->txt(
"notes_comment")),
199 "alt" =>
$lng->txt(
"notes_comment") .
", " .
$lng->txt(
"important")),
202 "alt" =>
$lng->txt(
"notes_comment") .
", " .
$lng->txt(
"question")),
205 "alt" =>
$lng->txt(
"notes_comment") .
", " .
$lng->txt(
"pro")),
208 "alt" =>
$lng->txt(
"notes_comment") .
", " .
$lng->txt(
"contra"))
222 $this->default_command = $a_val;
241 $next_class = $this->ctrl->getNextClass($this);
243 switch ($next_class) {
245 return $this->$cmd();
255 $this->private_enabled = $a_enable;
263 $this->public_enabled = $a_enable;
271 $this->comments_settings = $a_enable;
279 $this->public_deletion_enabled = $a_enable;
287 $this->enable_hiding = $a_enable;
295 $this->targets_enabled = $a_enable;
303 $this->multi_selection = $a_enable;
311 $this->anchor_jump = $a_enable;
321 $this->repository_mode = (bool) $a_value;
334 $ilCtrl->setParameter($this,
"notes_only",
"notes");
335 $this->only =
"notes";
348 $ilCtrl->setParameter($this,
"notes_only",
"comments");
349 $this->only =
"comments";
364 $lng->loadLanguageModule(
"notes");
367 "tpl.notes_and_comments.html",
374 $hide_comments = ($this->only ==
"notes");
375 $hide_notes = ($this->only ==
"comments");
376 switch ($ilCtrl->getCmd()) {
382 $hide_comments =
true;
392 if ($this->private_enabled && $this->public_enabled
393 && $this->only !=
"notes") {
394 $this->private_enabled =
false;
397 if (!$ilCtrl->isAsynch()) {
398 $ntpl->setVariable(
"OUTER_ID",
" id='notes_embedded_outer' ");
404 $ntpl->setCurrentBlock(
"notes_col");
406 $ntpl->parseCurrentBlock();
411 $comments_col =
false;
412 if ($this->public_enabled && (!$this->delete_note || $this->public_deletion_enabled ||
$ilSetting->get(
"comments_del_user", 0))
413 && !$hide_comments ) {
415 $comments_col =
true;
419 if ($this->comments_settings && !$hide_comments && !$this->delete_note
425 if ($this->news_id == 0) {
429 $lng->txt(
"notes_deactivate_comments"),
430 "deactivateComments",
434 $ntpl->setCurrentBlock(
"comments_settings2");
439 $lng->txt(
"notes_activate_comments"),
443 $ntpl->setCurrentBlock(
"comments_settings2");
445 if ($this->ajax && !$comments_col) {
452 $ntpl->parseCurrentBlock();
454 if (!$comments_col) {
455 $ntpl->setVariable(
"COMMENTS",
"");
458 $comments_col =
true;
462 $ntpl->setCurrentBlock(
"comments_col");
466 $ntpl->parseCurrentBlock();
469 if ($ilCtrl->isAsynch()) {
484 if ($this->comments_settings) {
488 $ilCtrl->redirectByClass(
"ilnotegui",
"showNotes",
"", $this->ajax);
498 if ($this->comments_settings) {
502 $ilCtrl->redirectByClass(
"ilnotegui",
"showNotes",
"", $this->ajax);
514 include_once(
"./Services/User/classes/class.ilUserUtil.php");
520 $user_setting_notes_public_all =
"y";
521 $user_setting_notes_by_type =
"y";
523 if ($this->delete_note || $this->export_html || $this->print) {
524 if (
$_GET[
"note_id"] !=
"") {
525 $filter =
$_GET[
"note_id"];
531 $order = (bool)
$_SESSION[
"comments_sort_asc"];
532 if ($this->only_latest) {
544 $user_setting_notes_public_all,
545 $this->repository_mode,
550 $tpl =
new ilTemplate(
"tpl.notes_list.html",
true,
true,
"Services/Notes");
553 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
554 $tpl->setCurrentBlock(
"close_img");
556 $tpl->parseCurrentBlock();
560 $cnt_str = (count($notes) > 0)
561 ?
" (" . count($notes) .
")" 566 switch ($this->obj_type) {
570 include_once
"Services/ContainerReference/classes/class.ilContainerReference.php";
585 $title .=
" - " . $sub_title;
589 $tpl->setCurrentBlock(
"title");
590 $tpl->setVariable(
"TITLE",
$img .
" " . $title);
591 $tpl->parseCurrentBlock();
594 if ($this->delete_note) {
598 $tpl->setVariable(
"TXT_NOTES",
$lng->txt(
"private_notes") . $cnt_str);
599 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_type",
IL_NOTE_PRIVATE);
601 $tpl->setVariable(
"TXT_NOTES",
$lng->txt(
"notes_public_comments") . $cnt_str);
602 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_type",
IL_NOTE_PUBLIC);
604 $anch = $this->anchor_jump
607 if (!$this->only_latest && !$this->hide_new_form) {
608 $tpl->setVariable(
"FORMACTION", $ilCtrl->getFormAction($this,
"getNotesHTML", $anch));
610 $os =
"onsubmit = \"ilNotes.cmdAjaxForm(event, '" .
611 $ilCtrl->getFormActionByClass(
"ilnotegui",
"",
"",
true) .
612 "'); return false;\"";
613 $tpl->setVariable(
"ON_SUBMIT_FORM", $os);
623 if ($this->export_html || $this->print) {
624 $tpl->touchBlock(
"print_style");
648 if (count($notes) > 0 && $this->enable_hiding && !$this->delete_note
649 && !$this->export_html && !$this->print && !$this->edit_note_form
650 && !$this->add_note_form) {
651 if ($user_setting_notes_by_type ==
"n") {
653 $txt =
$lng->txt(
"notes_show_comments");
655 $txt =
$lng->txt(
"show_" . $suffix .
"_notes");
662 $txt =
$lng->txt(
"notes_hide_comments");
664 $txt =
$lng->txt(
"hide_" . $suffix .
"_notes");
670 if ($user_setting_notes_public_all ==
"n") {
674 $lng->txt(
"notes_all_comments"),
675 "showAllPublicNotes",
682 $lng->txt(
"notes_my_comments"),
693 if (!$this->edit_note_form && $user_setting_notes_by_type !=
"n" &&
699 $tpl->setCurrentBlock(
"edit_note_form");
701 $tpl->setVariable(
"EDIT_FORM", $this->form_tpl->get());
702 $tpl->parseCurrentBlock();
704 $tpl->parseCurrentBlock();
705 $tpl->setCurrentBlock(
"note_row");
706 $tpl->parseCurrentBlock();
710 if ($user_setting_notes_by_type !=
"n" || !$this->enable_hiding) {
714 if (
sizeof($notes) && !$this->only_latest && $this->enable_sorting) {
715 if ((
int)
$_SESSION[
"comments_sort_asc"] == 1) {
716 $sort_txt =
$lng->txt(
"notes_sort_desc");
717 $sort_cmd =
"listSortDesc";
719 $sort_txt =
$lng->txt(
"notes_sort_asc");
720 $sort_cmd =
"listSortAsc";
722 $this->
renderLink(
$tpl,
"sort_list", $sort_txt, $sort_cmd, $anch);
725 $notes_given =
false;
726 foreach ($notes as $note) {
727 if ($this->only_latest && $notes_given) {
732 if ($this->edit_note_form && ($note->getId() ==
$_GET[
"note_id"])
733 && $a_type ==
$_GET[
"note_type"]) {
737 $tpl->setCurrentBlock(
"edit_note_form");
739 $tpl->setVariable(
"EDIT_FORM", $this->form_tpl->get());
740 $tpl->parseCurrentBlock();
746 && !$this->delete_note
747 && !$this->export_html && !$this->print
748 && !$this->edit_note_form && !$this->add_note_form && !$this->no_actions) {
749 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_id", $note->getId());
755 "note_" . $note->getId()
760 if ($this->multi_selection && !$this->delete_note) {
761 $tpl->setVariable(
"CHECKBOX_CLASS",
"ilNotesCheckboxes");
762 $tpl->setCurrentBlock(
"checkbox_col");
763 $tpl->setVariable(
"CHK_NOTE",
"note[]");
764 $tpl->setVariable(
"CHK_NOTE_ID", $note->getId());
765 $tpl->parseCurrentBlock();
771 if (!$this->delete_note && !$this->export_html && !$this->print
772 && !$this->edit_note_form && !$this->add_note_form && !$this->no_actions) {
773 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_id", $note->getId());
784 $tpl->setVariable(
"CNT_COL", $cnt_col);
791 $tpl->setCurrentBlock(
"user_img");
796 $tpl->setVariable(
"USR_ALT",
$lng->txt(
"user_image") .
": " .
798 $tpl->parseCurrentBlock();
806 if ($note->getUpdateDate() != null) {
807 $tpl->setVariable(
"TXT_LAST_EDIT",
$lng->txt(
"last_edited_on"));
820 if ($this->delete_note) {
821 $tpl->setCurrentBlock(
"delete_ids");
822 $tpl->setVariable(
"HID_NOTE",
"note[]");
823 $tpl->setVariable(
"HID_NOTE_ID", $note->getId());
824 $tpl->parseCurrentBlock();
826 $target = $note->getObject();
829 $tpl->setCurrentBlock(
"note");
830 $text = (trim($note->getText()) !=
"")
831 ? nl2br($note->getText())
832 :
"<p class='subtitle'>" .
$lng->txt(
"note_content_removed") .
"</p>";
833 $tpl->setVariable(
"NOTE_TEXT", $text);
834 $tpl->setVariable(
"VAL_SUBJECT", $note->getSubject());
835 $tpl->setVariable(
"NOTE_ID", $note->getId());
843 $tpl->parseCurrentBlock();
845 $tpl->setCurrentBlock(
"note_row");
846 $tpl->parseCurrentBlock();
851 $tpl->setCurrentBlock(
"no_notes");
853 $tpl->setVariable(
"NO_NOTES",
$lng->txt(
"notes_no_comments"));
855 $tpl->parseCurrentBlock();
861 if ($this->multi_selection && !$this->delete_note && !$this->edit_note_form
862 && count($notes) > 0) {
864 $tpl->setCurrentBlock(
"delete_cmd");
865 $tpl->setVariable(
"TXT_DELETE_NOTES", $this->lng->txt(
"delete"));
866 $tpl->parseCurrentBlock();
869 $tpl->setCurrentBlock(
"multiple_commands");
870 $tpl->setVariable(
"TXT_SELECT_ALL", $this->lng->txt(
"select_all"));
872 $tpl->setVariable(
"ALT_ARROW", $this->lng->txt(
"actions"));
873 $tpl->setVariable(
"TXT_PRINT_NOTES", $this->lng->txt(
"print"));
874 $tpl->setVariable(
"TXT_EXPORT_NOTES", $this->lng->txt(
"exp_html"));
875 $tpl->parseCurrentBlock();
879 if ($this->delete_note) {
880 $tpl->setCurrentBlock(
"delete_cancel");
881 $tpl->setVariable(
"TXT_DEL_NOTES", $this->lng->txt(
"delete"));
882 $tpl->setVariable(
"TXT_CANCEL_DEL_NOTES", $this->lng->txt(
"cancel"));
883 $tpl->parseCurrentBlock();
888 $tpl->touchBlock(
"print_js");
889 $tpl->setCurrentBlock(
"print_back");
890 $tpl->setVariable(
"LINK_BACK", $this->ctrl->getLinkTarget($this,
"showNotes"));
891 $tpl->setVariable(
"TXT_BACK", $this->lng->txt(
"back"));
892 $tpl->parseCurrentBlock();
897 switch (
$_GET[
"note_mess"] !=
"" ?
$_GET[
"note_mess"] : $this->note_mess) {
900 $mtxt =
$lng->txt(
"msg_obj_modified");
906 ?
$lng->txt(
"notes_notes_deleted")
907 :
$lng->txt(
"notes_comments_deleted");
913 ?
$lng->txt(
"notes_note_deleted")
914 :
$lng->txt(
"notes_comment_deleted");
919 $mtxt =
$lng->txt(
"form_input_not_valid");
924 $mtxt =
$lng->txt(
"info_delete_sure");
929 $mtxt =
$lng->txt(
"no_checkbox");
935 $tpl->setVariable(
"MESS",
"");
938 if ($this->widget_header !=
"") {
939 $tpl->setVariable(
"WIDGET_HEADER", $this->widget_header);
943 if ($this->delete_note && count($notes) == 0) {
963 if ($parent_type ==
"") {
966 $parent_class =
"ilObj" . $objDefinition->getClassName($parent_type) .
"GUI";
967 $parent_path = $ilCtrl->lookupClassPath($parent_class);
968 include_once $parent_path;
969 if (method_exists($parent_class,
"lookupSubObjectTitle")) {
970 return call_user_func_array(array($parent_class,
"lookupSubObjectTitle"), array($parent_obj_id, $sub_obj_id));
986 $is_author = ($a_note->getAuthor() ==
$ilUser->getId());
1010 if ($a_note->getAuthor() ==
$ilUser->getId()
1028 $this->form_tpl =
new ilTemplate(
"tpl.notes_edit.html",
true,
true,
"Services/Notes");
1029 $this->form_tpl->setVariable(
"LABEL", ($a_type ==
IL_NOTE_PUBLIC)
1030 ?
$lng->txt(
"comment")
1031 :
$lng->txt(
"note"));
1035 $this->form_tpl->setVariable(
"NOTE_ID", $a_note->getId());
1038 if ($a_mode ==
"create") {
1039 $this->form_tpl->setVariable(
"TXT_CMD", ($a_type ==
IL_NOTE_PUBLIC)
1040 ?
$lng->txt(
"note_add_comment")
1041 :
$lng->txt(
"note_add_note"));
1042 $this->form_tpl->setVariable(
"CMD",
"addNote");
1044 $this->form_tpl->setVariable(
"TXT_CMD", ($a_type ==
IL_NOTE_PUBLIC)
1045 ?
$lng->txt(
"note_update_comment")
1046 :
$lng->txt(
"note_update_note"));
1047 $this->form_tpl->setVariable(
"CMD",
"updateNote");
1051 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1053 $this->form->setOpenTag(
false);
1054 $this->form->setCloseTag(
false);
1055 $this->form->setDisableStandardMessage(
true);
1076 $ta->setValue($a_note->getText());
1078 $this->form->addItem($ta);
1099 $hi->setValue(
$_GET[
"note_id"]);
1100 $this->form->addItem($hi);
1104 if ($a_mode ==
"create") {
1105 $this->form->addCommandButton(
"addNote",
$lng->txt(
"save"));
1111 $this->form->addCommandButton(
"updateNote",
$lng->txt(
"save"));
1118 $ilCtrl->setParameter($this,
"note_type", $a_type);
1119 $this->form->setFormAction($this->ctrl->getFormAction($this));
1131 $tpl =
new ilTemplate(
"tpl.pd_note.html",
true,
true,
"Services/Notes");
1132 $note =
new ilNote($note_id);
1133 $target = $note->getObject();
1135 if ($note->getAuthor() !=
$ilUser->getId()) {
1139 $tpl->setCurrentBlock(
"edit_note");
1140 $ilCtrl->setParameterByClass(
"ilnotegui",
"rel_obj", $target[
"rep_obj_id"]);
1141 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_id", $note_id);
1142 $ilCtrl->setParameterByClass(
"ilnotegui",
"note_type", $note->getType());
1145 $ilCtrl->getLinkTargetByClass(
1146 array(
"ildashboardgui",
"ilpdnotesgui",
"ilnotegui"),
1150 $tpl->setVariable(
"TXT_EDIT_NOTE",
$lng->txt(
"edit"));
1151 $tpl->parseCurrentBlock();
1152 $ilCtrl->clearParametersByClass(
"ilnotegui");
1155 if ($note->getUpdateDate() != null) {
1156 $tpl->setVariable(
"TXT_LAST_EDIT",
$lng->txt(
"last_edited_on"));
1169 $tpl->setVariable(
"VAL_SUBJECT", $note->getSubject());
1170 $text = (trim($note->getText()) !=
"")
1171 ? nl2br($note->getText())
1172 :
"<p class='subtitle'>" .
$lng->txt(
"note_content_removed") .
"</p>";
1173 $tpl->setVariable(
"NOTE_TEXT", $text);
1188 if (!$this->targets_enabled) {
1192 $a_note_id = $a_note->getId();
1193 $target = $a_note->getObject();
1194 $a_obj_type = $target[
"obj_type"];
1195 $a_obj_id = $target[
"obj_id"];
1197 $target_tpl =
new ilTemplate(
"tpl.note_target_object.html",
true,
true,
"Services/Notes");
1199 if ($target[
"rep_obj_id"] > 0) {
1205 $vis_ref_ids = array();
1206 foreach ($ref_ids as $ref_id) {
1207 if ($ilAccess->checkAccess(
"visible",
"", $ref_id)) {
1208 $vis_ref_ids[] = $ref_id;
1213 if (count($vis_ref_ids) > 0) {
1214 foreach ($vis_ref_ids as $vis_ref_id) {
1218 $sub_link = $sub_title =
"";
1219 if (
$type ==
"sahs") {
1220 $link =
"goto.php?target=sahs_" . $vis_ref_id;
1221 if ($a_obj_type ==
"sco" || $a_obj_type ==
"seqc" || $a_obj_type ==
"chap" || $a_obj_type ==
"pg") {
1222 $sub_link =
"goto.php?target=sahs_" . $vis_ref_id .
"_" . $a_obj_id;
1223 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
1226 } elseif (
$type ==
"poll") {
1227 include_once
"Services/Link/classes/class.ilLink.php";
1229 } elseif ($a_obj_type !=
"pg") {
1230 if (!is_object($this->item_list_gui[
$type])) {
1231 $class = $objDefinition->getClassName($type);
1232 $location = $objDefinition->getLocation($type);
1233 $full_class =
"ilObj" . $class .
"ListGUI";
1234 include_once(
$location .
"/class." . $full_class .
".php");
1235 $this->item_list_gui[
$type] =
new $full_class();
1240 if ($a_obj_type ==
"crsr" || $a_obj_type ==
"catr" || $a_obj_type ==
"grpr") {
1241 include_once
"Services/ContainerReference/classes/class.ilContainerReference.php";
1245 $this->item_list_gui[
$type]->initItem($vis_ref_id, $target[
"rep_obj_id"], $title, $a_obj_type);
1246 $link = $this->item_list_gui[
$type]->getCommandLink(
"infoScreen");
1251 $link = $this->item_list_gui[
$type]->appendRepositoryFrameParameter($link) .
"#note_" . $a_note_id;
1254 $link =
"goto.php?target=pg_" . $a_obj_id .
"_" . $vis_ref_id;
1257 $par_id =
$tree->getParentId($vis_ref_id);
1260 if ($sub_link !=
"") {
1261 if ($this->export_html || $this->print) {
1262 $target_tpl->setCurrentBlock(
"exp_target_sub_object");
1264 $target_tpl->setCurrentBlock(
"target_sub_object");
1265 $target_tpl->setVariable(
"LINK_SUB_TARGET", $sub_link);
1267 $target_tpl->setVariable(
"TXT_SUB_TARGET", $sub_title);
1268 $target_tpl->parseCurrentBlock();
1272 if ($this->export_html || $this->print) {
1273 $target_tpl->setCurrentBlock(
"exp_target_object");
1275 $target_tpl->setCurrentBlock(
"target_object");
1276 $target_tpl->setVariable(
"LINK_TARGET", $link);
1278 $target_tpl->setVariable(
1284 $target_tpl->setVariable(
"TXT_TARGET", $title);
1286 $target_tpl->parseCurrentBlock();
1288 $target_tpl->touchBlock(
"target_objects");
1294 if (!$this->wsp_tree) {
1295 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceTree.php";
1296 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
1300 $node_id = $this->wsp_tree->lookupNodeId($target[
"rep_obj_id"]);
1301 if ($this->wsp_access_handler->checkAccess(
"visible",
"", $node_id)) {
1302 $path = $this->wsp_tree->getPathFull($node_id);
1304 $item = array_pop($path);
1305 $parent = array_pop($path);
1307 if (!$parent[
"title"]) {
1308 $parent[
"title"] = $this->lng->txt(
"personal_resources");
1316 $item[
"title"] .=
" (" . $sub_title .
")";
1326 $parent[
"title"] = $this->lng->txt(
"wsp_tab_shared") .
1329 $link =
"ilias.php?baseClass=ilDashboardGUI&cmd=jumpToWorkspace&dsh=" .
1334 if ($this->export_html || $this->print) {
1335 $target_tpl->setCurrentBlock(
"exp_target_object");
1337 $target_tpl->setCurrentBlock(
"target_object");
1338 $target_tpl->setVariable(
"LINK_TARGET", $link);
1344 $target_tpl->setVariable(
"TXT_CONTAINER", $parent[
"title"]);
1346 $target_tpl->setVariable(
"TXT_TARGET", $item[
"title"]);
1348 $target_tpl->parseCurrentBlock();
1352 return $target_tpl->get();
1365 $ilUser->setPref(
"notes_" . $suffix,
"y");
1367 $this->add_note_form =
true;
1399 if (
$_POST[
"note"] !=
"") {
1401 $note->setObject($this->obj_type, $this->rep_obj_id, $this->obj_id, $this->news_id);
1402 $note->setInRepository($this->repository_mode);
1403 $note->setType(
$_GET[
"note_type"]);
1404 $note->setAuthor(
$ilUser->getId());
1405 $note->setText(ilUtil::stripslashes(
$_POST[
"note"]));
1412 $ilCtrl->setParameter($this,
"note_mess",
"mod");
1415 $ilCtrl->redirect($this,
"showNotes",
"notes_top", $this->ajax);
1448 $ilCtrl->setParameter($this,
"note_mess",
"mod");
1450 $ilCtrl->redirect($this,
"showNotes",
"notes_top", $this->ajax);
1452 $ilCtrl->redirect($this,
"showNotes",
"notes_top", $this->ajax);
1453 $this->note_mess =
"frmfld";
1454 $this->form->setValuesByPost();
1455 $_GET[
"note_id"] = $note->getId();
1456 $_GET[
"note_type"] = $note->getType();
1465 $this->edit_note_form =
true;
1475 $this->delete_note =
true;
1476 $this->note_mess =
"qdel";
1488 $this->note_mess =
"noc";
1490 $this->delete_note =
true;
1491 $this->note_mess =
"qdel";
1515 foreach (
$_POST[
"note"] as $id) {
1523 $ilCtrl->setParameter($this,
"note_mess",
"ntsdel");
1525 $ilCtrl->setParameter($this,
"note_mess",
"ntdel");
1527 $ilCtrl->redirect($this,
"showNotes",
"notes_top", $this->ajax);
1537 $this->export_html =
true;
1538 $this->multi_selection =
false;
1550 $this->print =
true;
1551 $this->multi_selection =
false;
1567 $ilUser->writePref(
"notes_" . $suffix,
"y");
1582 $ilUser->writePref(
"notes_" . $suffix,
"n");
1594 $ilUser->writePref(
"notes_pub_all",
"y");
1606 $ilUser->writePref(
"notes_pub_all",
"n");
1618 if ($a_main_tpl != null) {
1623 $lng = $DIC->language();
1625 $lng->loadLanguageModule(
"notes");
1627 include_once(
"./Services/UIComponent/Modal/classes/class.ilModalGUI.php");
1630 $lng->toJs(array(
"private_notes",
"notes_public_comments"),
$tpl);
1632 include_once(
"./Services/YUI/classes/class.ilYuiUtil.php");
1634 include_once(
"./Services/jQuery/classes/class.iljQueryUtil.php");
1636 $tpl->addJavascript(
"./Services/Notes/js/ilNotes.js");
1638 $tpl->addOnLoadCode(
"ilNotes.setAjaxUrl('" . $a_ajax_url .
"');");
1650 if ($a_update_code === null) {
1651 $a_update_code =
"null";
1653 $a_update_code =
"'" . $a_update_code .
"'";
1656 return "ilNotes.listNotes(event, '" . $a_hash .
"', " . $a_update_code .
");";
1668 if ($a_update_code === null) {
1669 $a_update_code =
"null";
1671 $a_update_code =
"'" . $a_update_code .
"'";
1674 return "ilNotes.listComments(event, '" . $a_hash .
"', " . $a_update_code .
");";
1686 protected static function buildAjaxHash($a_node_type, $a_node_id, $a_sub_id, $a_sub_type)
1688 return $a_node_type .
";" . $a_node_id .
";" . $a_sub_id .
";" . $a_sub_type;
1694 public function renderLink($a_tpl, $a_var, $a_txt, $a_cmd, $a_anchor =
"")
1698 $low_var = strtolower($a_var);
1699 $up_var = strtoupper($a_var);
1702 $a_tpl->setVariable(
"LINK_" . $up_var,
"#");
1703 $oc =
"onclick = \"ilNotes.cmdAjaxLink(event, '" .
1704 $ilCtrl->getLinkTargetByClass(
"ilnotegui", $a_cmd,
"",
true) .
1706 $a_tpl->setVariable(
"ON_CLICK_" . $up_var, $oc);
1708 $a_tpl->setVariable(
1710 $ilCtrl->getLinkTargetByClass(
"ilnotegui", $a_cmd, $a_anchor)
1714 $a_tpl->setCurrentBlock($low_var);
1715 $a_tpl->setVariable(
"TXT_" . $up_var, $a_txt);
1716 $a_tpl->parseCurrentBlock();
1726 $this->observer[] = $a_callback;
1737 $this->log->debug(
"Notifying Observers (" . count($this->observer) .
").");
1738 if (is_array($this->observer) && count($this->observer) > 0) {
1739 foreach ($this->observer as $item) {
1740 $param = $a_note->getObject();
1742 unset(
$param[
'news_id']);
1743 $param[
"action"] = $a_action;
1744 $param[
"note_id"] = $a_note->getId();
1745 call_user_func_array($item,
$param);
1775 return $this->getNotesHtml();
1781 return $this->getNotesHtml();
1804 $f = $this->
ui->factory();
1805 $r = $this->
ui->renderer();
1809 $ctrl->setParameter($this,
"news_id", $this->news_id);
1823 $tpl =
new ilTemplate(
"tpl.note_widget_header.html",
true,
true,
"Services/Notes");
1824 $widget_el_id =
"notew_" . str_replace(
";",
"_", $hash);
1825 $ctrl->setParameter($this,
"hash", $hash);
1826 $update_url =
$ctrl->getLinkTarget($this,
"updateWidget",
"",
true,
false);
1829 $c =
$f->counter()->status((
int) $cnt);
1830 $comps[] =
$f->symbol()->glyph()->comment()->withCounter(
$c)->withAdditionalOnLoadCode(
function ($id) use ($hash, $update_url, $widget_el_id) {
1831 return "$(\"#$id\").click(function(event) { " . self::getListCommentsJSCall($hash,
"ilNotes.updateWidget(\"" . $widget_el_id .
"\",\"" . $update_url .
"\");") .
"});";
1833 $comps[] =
$f->divider()->vertical();
1834 $tpl->setVariable(
"GLYPH", $r->render($comps));
1835 $tpl->setVariable(
"TXT_LATEST",
$lng->txt(
"notes_latest_comment"));
1840 return "$(\"#$id\").click(function(event) { " . self::getListCommentsJSCall($hash,
"ilNotes.updateWidget(\"" . $widget_el_id .
"\",\"" . $update_url .
"\");") .
"});";
1842 if (
$ctrl->isAsynch()) {
1843 $tpl->setVariable(
"SHY_BUTTON", $r->renderAsync(
$b));
1845 $tpl->setVariable(
"SHY_BUTTON", $r->render(
$b));
1848 $this->widget_header =
$tpl->get();
1850 $this->hide_new_form =
true;
1851 $this->only_latest =
true;
1852 $this->no_actions =
true;
1854 $ctrl->setParameter($this,
"news_id",
$_GET[
"news_id"]);
1863 $this->hide_new_form =
true;
1864 $this->no_actions =
true;
1865 $this->enable_sorting =
false;
1866 $this->user_img_export_html =
true;
static _lookupLogin($a_user_id)
lookup login
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
checkDeletion($a_note)
Check whether deletion is allowed.
getOnlyCommentsHTML()
Get only comments html.
static _lookupTitle($a_obj_id)
Lookup Title.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
getNotesHTML($a_init_form=true)
static deliverData($a_data, $a_filename, $mime="application/octet-stream", $charset="")
deliver data for download via browser.
enableCommentsSettings($a_enable=true)
enable private notes
getNoteListHTML($a_type=IL_NOTE_PRIVATE, $a_init_form=true)
get notes/comments list as html code
initNoteForm($a_mode="edit", $a_type, $a_note=null)
Init note form.
setRepositoryMode($a_value)
Set repository mode.
static commentsActivated($a_rep_obj_id, $a_obj_id, $a_obj_type, $a_news_id=0)
Are comments activated for object?
enableMultiSelection($a_enable=true)
enable multi selection (checkboxes and commands)
enableAnchorJump($a_enable=true)
enable anchor for form jump
special template class to simplify handling of ITX/PEAR
static _exists($a_id, $a_reference=false, $a_type=null)
checks if an object exists in object_data
getPDNoteHTML($note_id)
Note display for personal desktop.
getOnlyNotesHTML()
Get only notes html.
__construct( $a_rep_obj_id="", $a_obj_id="", $a_obj_type="", $a_include_subobjects=false, $a_news_id=0, $ajax=true)
constructor, specifies notes set
static getSystemMessageHTML($a_txt, $a_type="info")
Get HTML for a system message.
static initJS(ilGlobalTemplateInterface $a_main_tpl=null)
Init javascript.
executeCommand()
execute command
static get($a_glyph, $a_text="")
Get glyph html.
getDefaultCommand()
Get default command.
Access handler for personal workspace.
renderLink($a_tpl, $a_var, $a_txt, $a_cmd, $a_anchor="")
Render a link.
static setUseRelativeDates($a_status)
set use relative dates
static _lookupTitle($a_id)
lookup object title
static _getNotesOfObject( $a_rep_obj_id, $a_obj_id, $a_obj_type, $a_type=IL_NOTE_PRIVATE, $a_incl_sub=false, $a_filter="", $a_all_public="y", $a_repository_mode=true, $a_sort_ascending=false, $a_news_id=0)
get all notes related to a specific object
withAdditionalOnLoadCode(\Closure $binder)
deactivateComments()
Deactivate Comments.
checkEdit($a_note)
Check edit.
static initPanel($a_resize=false, ilGlobalTemplateInterface $a_main_tpl=null)
Init yui panel.
enablePublicNotes($a_enable=true)
enable public notes
static initJavascript($a_ajax_url, $a_type=IL_NOTE_PRIVATE, ilGlobalTemplateInterface $a_main_tpl=null)
Init javascript.
editNoteForm($a_init_form=true)
get notes list including add note area
activateComments()
Activate Comments.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
enableTargets($a_enable=true)
enable target objects
static _getAllReferences($a_id)
get all reference ids of object
static getListNotesJSCall($a_hash, $a_update_code=null)
Get list notes js call.
Tree handler for personal workspace.
static useRelativeDates()
check if relative dates are used
getSubObjectTitle($parent_obj_id, $sub_obj_id)
Get sub object title if available with callback.
exportNotesHTML()
export selected notes to html
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
deleteNote()
delete note confirmation
static _lookupTitle($a_obj_id)
Overwitten from base class.
static getGotoLink($a_node_id, $a_obj_id, $a_additional=null)
enableHiding($a_enable=true)
enable hiding
static _countNotesAndComments( $a_rep_obj_id, $a_sub_obj_id=null, $a_obj_type="", $a_news_id=0)
Get all notes related to a specific object.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static _lookupObjId($a_id)
updateWidget()
Update widget.
showAllPublicNotes()
show all public notes to user
addObserver($a_callback)
Add observer.
cancelUpdateNote()
cancel edit note
static _getPersonalPicturePath( $a_usr_id, $a_size="small", $a_force_pic=false, $a_prevent_no_photo_image=false, $html_export=false)
Get path to personal picture.
static _lookupOwner($a_id)
lookup object owner
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
static img($a_src, $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
static buildAjaxHash( $a_node_type, $a_node_id, $a_obj_type, $a_obj_id, $a_sub_type=null, $a_sub_id=null, $a_news_id=0)
Build ajax hash.
static _lookupType($a_id, $a_reference=false)
lookup object type
cancelDelete()
cancel deletion of note
static getListCommentsJSCall($a_hash, $a_update_code=null)
Get list comments js call.
notifyObserver($a_action, $a_note)
Notify observers on update/create.
renderTargets($a_note)
show related objects as links
showMyPublicNotes()
show only public notes of user
printNotes()
notes print view screen
enablePublicNotesDeletion($a_enable=true)
enable public notes
confirmDelete()
cancel deletion of note
static initjQuery(ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
static activateComments($a_rep_obj_id, $a_obj_id, $a_obj_type, $a_activate=true)
Activate notes feature.
This class represents a text area property in a property form.
addNoteForm($a_init_form=true)
get notes list including add note area
static getLogger($a_component_id)
Get component logger.
enablePrivateNotes($a_enable=true)
enable private notes
static buildAjaxHash($a_node_type, $a_node_id, $a_sub_id, $a_sub_type)
Combine properties to hash.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
deleteNotes()
delete notes confirmation
setExportMode()
Set export mode.
static _lookupOwnerName($a_owner_id)
lookup owner name for owner id
cancelAddNote()
cancel add note
static _lookupTargetId($a_obj_id)
lookup target id
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
getCommentsWidget()
Get widget.
setDefaultCommand($a_val)
Set default command.