39 protected \ILIAS\DI\UIServices
$ui;
40 protected \ILIAS\HTTP\Services
$http;
46 int $a_id_type = self::REPOSITORY_NODE_ID,
47 int $a_parent_node_id = 0
51 $this->
user = $DIC->user();
52 $this->
locator = $DIC[
"ilLocator"];
53 $this->
toolbar = $DIC->toolbar();
55 $this->tree = $DIC->repositoryTree();
56 $this->
help = $DIC[
"ilHelp"];
57 $this->tpl = $DIC[
"tpl"];
59 $this->
ui = $DIC->ui();
61 $this->port_request = $DIC->portfolio()
66 $this->
http = $DIC->http();
70 $this->user_id =
$ilUser->getId();
72 $this->
lng->loadLanguageModule(
"prtf");
73 $this->
lng->loadLanguageModule(
"user");
74 $this->
lng->loadLanguageModule(
"obj");
76 $this->requested_ppage = $this->port_request->getPortfolioPageId();
77 $this->requested_user_page = $this->port_request->getUserPage();
80 $back = str_replace(
"&",
":::", $this->port_request->getBackUrl());
82 "/[^a-zA-Z0-9_\.\?=:\s]/",
86 $this->requested_back_url = str_replace(
":::",
"&", $back);
88 $this->
ctrl->setParameterByClass(
"ilobjportfoliogui",
"back_url", rawurlencode($this->requested_back_url));
89 $cs = $DIC->contentStyle();
90 $this->content_style_gui = $cs->gui();
92 $this->content_style_domain = $cs->domain()->styleForObjId($this->
object->getId());
102 strip_tags($this->
object->getTitle()),
103 $this->
ctrl->getLinkTarget($this,
"view")
107 if ($this->page_id > 0) {
109 $title = $page->getTitle();
116 $this->
ctrl->getLinkTargetByClass($this->getPageGUIClassName(),
"edit")
124 if ($this->requested_ppage > 0) {
126 $this->
ctrl->redirect($this,
"view");
130 $this->page_mode =
"edit";
131 $this->
ctrl->setParameter($this,
"ppage", $this->page_id);
137 $this->page_mode =
"preview";
138 $this->
ctrl->setParameter($this,
"user_page", $this->page_id);
144 if (!$this->page_id) {
145 $this->
ctrl->redirect($this,
"view");
150 $this->tabs_gui->clearTargets();
151 $this->tabs_gui->setBackTarget(
152 $this->
lng->txt(
"back"),
153 $this->
ctrl->getLinkTarget($this,
"view")
157 $page_gui->setStyleId($this->content_style_domain->getEffectiveStyleId());
159 $ret = $this->
ctrl->forwardCommand($page_gui);
160 if ($ret !=
"" && $ret !==
true) {
162 if ($this->page_mode ===
"preview") {
166 $this->preview(
false, $ret, ($a_cmd !==
"previewEmbedded"));
168 $this->preview(
false);
174 if (is_string($ret)) {
175 $this->tpl->setContent($ret);
186 $this->additional = $a_additional;
201 $this->perma_link = array(
"obj_id" => $a_obj_id,
"type" => $a_type);
212 $this->
lng->loadLanguageModule($this->
getType());
215 $this->tabs_gui->addSubTab(
217 $this->
lng->txt($this->getType() .
"_properties"),
218 $this->
ctrl->getLinkTarget($this,
'edit')
221 $this->tabs_gui->addSubTab(
223 $this->
lng->txt(
"obj_sty"),
224 $this->
ctrl->getLinkTargetByClass(
"ilobjectcontentstylesettingsgui",
"")
227 $this->tabs_gui->activateSubTab($a_active);
240 if ($prfa_set->get(
"banner")) {
241 $dimensions =
" (" . $prfa_set->get(
"banner_width") .
"x" .
242 $prfa_set->get(
"banner_height") .
")";
248 $file = $this->
object->getImageFullPath(
true);
255 $section->setTitle($this->
lng->txt(
'obj_features'));
273 $a_values[
"comments"] = $this->
object->hasPublicComments();
274 $a_values[
"ppic"] = $this->
object->hasProfilePicture();
283 $this->
object->setPublicComments($form->
getInput(
"comments"));
284 $this->
object->setProfilePicture($form->
getInput(
"ppic"));
292 if (isset($_FILES[
"banner"]) && $_FILES[
"banner"][
"tmp_name"]) {
293 $this->
object->uploadImage($_FILES[
"banner"]);
294 } elseif ($prfa_set->get(
'banner') && $form->
getItemByPostVar(
"banner")->getDeletionFlag()) {
295 $this->
object->deleteImage();
305 ?
int $a_page_id = null,
306 ?
int $a_portfolio_id = null
323 $this->
ctrl->redirect($this,
"infoScreen");
326 $this->tabs_gui->activateTab(
"pages");
330 $button->setCaption(
"prtf_add_page");
331 $button->setUrl($this->
ctrl->getLinkTarget($this,
"addPage"));
332 $ilToolbar->addStickyItem($button);
336 $button->setCaption(
"prtf_add_blog");
337 $button->setUrl($this->
ctrl->getLinkTarget($this,
"addBlog"));
338 $ilToolbar->addStickyItem($button);
344 if ($this->
getType() ===
"prtf") {
345 $ilToolbar->addSeparator();
349 if ($this->
object->isCommentsExportPossible()) {
350 $this->
lng->loadLanguageModule(
"note");
351 $comment_export_helper = new \ILIAS\Notes\Export\ExportHelperGUI();
352 $comment_modal = $comment_export_helper->getCommentIncludeModalDialog(
353 $this->
lng->txt(
"export_html"),
354 $this->
lng->txt(
"note_html_export_include_comments"),
355 $this->
ctrl->getLinkTarget($this,
"export"),
356 $this->
ctrl->getLinkTarget($this,
"exportWithComments")
358 $button = $ui->factory()->button()->standard($this->
lng->txt(
"export_html"),
'')
359 ->withOnClick($comment_modal->getShowSignal());
360 $ilToolbar->addComponent($button);
361 $modal_html = $ui->renderer()->render($comment_modal);
364 $button->setCaption(
"export_html");
365 $button->setUrl($this->
ctrl->getLinkTarget($this,
"export"));
366 $ilToolbar->addButtonInstance($button);
369 $print_view = $this->getPrintView();
370 $modal_elements = $print_view->getModalElements($this->
ctrl->getLinkTarget(
374 $modal_html .= $ui->renderer()->render($modal_elements->modal);
375 $ilToolbar->addComponent($modal_elements->button);
381 $this->tpl->setContent($table->getHTML() . $modal_html);
386 $obj_ids = $this->port_request->getObjIds();
387 $signature = $this->port_request->getSignature();
388 $declaration = $this->port_request->getIncludeDeclaration();
389 if (count($obj_ids) === 0) {
406 return new \ILIAS\Export\PrintProcessGUI(
421 $this->tabs_gui->clearTargets();
422 $this->tabs_gui->setBackTarget(
423 $this->
lng->txt(
"back"),
424 $this->
ctrl->getLinkTarget($this,
"view")
428 $ilHelp->setScreenId(
"add_page");
432 $this->tpl->setContent($form->getHTML());
441 $form->setFormAction($this->
ctrl->getFormAction($this));
445 $ti->setMaxLength(200);
446 $ti->setRequired(
true);
450 if ($a_mode ===
"create") {
455 $form->addItem($use_template);
458 $use_template->addOption($opt);
460 foreach ($templates as $templ) {
461 $templ->readObject();
463 $opt =
new ilRadioOption($templ->getTitle() . $templ->getPreview(), $templ->getId());
464 $use_template->addOption($opt);
468 $form->
setTitle($this->
lng->txt(
"prtf_add_page") .
": " .
469 $this->
object->getTitle());
470 $form->addCommandButton(
"savePage", $this->
lng->txt(
"save"));
471 $form->addCommandButton(
"view", $this->
lng->txt(
"cancel"));
486 $page->setTitle($form->getInput(
"title"));
489 $layout_id = $form->getInput(
"tmpl");
492 $page->setXMLContent($layout_obj->copyXmlContent(
false));
497 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"prtf_page_created"),
true);
498 $this->
ctrl->redirect($this,
"view");
501 $this->tabs_gui->clearTargets();
502 $this->tabs_gui->setBackTarget(
503 $this->
lng->txt(
"back"),
504 $this->
ctrl->getLinkTarget($this,
"view")
507 $form->setValuesByPost();
508 $this->tpl->setContent($form->getHTML());
518 $this->tabs_gui->clearTargets();
519 $this->tabs_gui->setBackTarget(
520 $this->
lng->txt(
"back"),
521 $this->
ctrl->getLinkTarget($this,
"view")
525 $ilHelp->setScreenId(
"add_blog");
528 $this->tpl->setContent($form->getHTML());
533 abstract protected function saveBlog(): void;
544 $title_changes = array();
546 $order = $this->port_request->getOrder();
547 $titles = $this->port_request->getTitles();
548 if (count($order) > 0) {
549 foreach ($order as $k => $v) {
551 if ($titles[$k] ??
"") {
552 $new_title = $titles[$k] ??
"";
553 if ($page->getTitle() != $new_title) {
554 $title_changes[$page->getId()] = array(
"old" => $page->getTitle(),
"new" => $new_title);
555 $page->setTitle($new_title);
564 $this->
object->fixLinksOnTitleChange($title_changes);
566 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
567 $this->
ctrl->redirect($this,
"view");
572 $prtf_pages = $this->port_request->getPortfolioPageIds();
574 if (count($prtf_pages) === 0) {
575 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_checkbox"),
true);
576 $this->
ctrl->redirect($this,
"view");
578 $this->tabs_gui->activateTab(
"pages");
581 $cgui->setFormAction($this->
ctrl->getFormAction($this));
582 $cgui->setHeaderText($this->
lng->txt(
"prtf_sure_delete_portfolio_pages"));
583 $cgui->setCancel($this->
lng->txt(
"cancel"),
"view");
584 $cgui->setConfirm($this->
lng->txt(
"delete"),
"deletePortfolioPages");
586 foreach ($prtf_pages as
$id) {
588 if ($page->getPortfolioId() !== $this->
object->getId()) {
592 $title = $page->getTitle();
596 $cgui->addItem(
"prtf_pages[]", $id, $title);
599 $this->tpl->setContent($cgui->getHTML());
609 $page_ids = $this->port_request->getPortfolioPageIds();
610 foreach ($page_ids as
$id) {
614 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"prtf_portfolio_page_deleted"),
true);
615 $this->
ctrl->redirect($this,
"view");
621 public function preview(
622 bool $a_return =
false,
624 bool $a_show_notes =
true 628 $portfolio_id = $this->
object->
getId();
629 $user_id = $this->
object->getOwner();
633 $this->tabs_gui->clearTargets();
639 if ($pages && $current_page) {
641 foreach ($pages as $page) {
642 if ($page[
"id"] == $current_page) {
648 $current_page = null;
653 if (!$current_page && $pages) {
654 $current_page = $pages;
655 $current_page = array_shift($current_page);
656 $current_page = $current_page[
"id"];
662 $this->tpl->setLoginTargetPar(
"prtf_" . $this->
object->getId() .
"_" . $current_page);
668 if ($this->requested_back_url !=
"") {
670 } elseif (strtolower($this->port_request->getBaseClass()) !==
"ilpublicuserprofilegui" &&
674 if ($this->
getType() ===
"prtf") {
675 $this->
ctrl->setParameterByClass(
"ilportfoliorepositorygui",
"shr_id", $this->
object->getOwner());
676 $back = $this->
ctrl->getLinkTargetByClass(array(
"ildashboardgui",
"ilportfoliorepositorygui"),
"showOther");
677 $this->
ctrl->setParameterByClass(
"ilportfoliorepositorygui",
"shr_id",
"");
689 $back = $this->
ctrl->getLinkTarget($this,
"view");
690 if ($this->
getType() ===
"prtf") {
691 $back_caption = $this->
lng->txt(
"prtf_back_to_portfolio_owner");
694 $this->
lng->loadLanguageModule(
"prtt");
695 $back_caption = $this->
lng->txt(
"prtt_edit");
701 $current_blog = null;
702 if (count($pages) > 1) {
703 foreach ($pages as $p) {
706 if ($p[
"id"] == $current_page) {
707 $current_blog = (
int) $p[
"title"];
712 $this->
ctrl->setParameter($this,
"user_page", $p[
"id"]);
713 $this->tabs_gui->addTab(
714 "user_page_" . $p[
"id"],
716 $this->
ctrl->getLinkTarget($this,
"preview")
720 $this->tabs_gui->activateTab(
"user_page_" . $current_page);
723 $this->
ctrl->setParameter($this,
"user_page", $current_page);
730 if ($a_show_notes && $this->
object->hasPublicComments() && !$current_blog && $current_page) {
731 $note_gui =
new ilNoteGUI($portfolio_id, $current_page,
"pfpg");
733 $note_gui->setRepositoryMode(
false);
734 $note_gui->enablePublicNotes(
true);
735 $note_gui->enablePrivateNotes(
false);
737 $note_gui->enablePublicNotesDeletion(($this->user_id === $user_id) &&
740 $next_class = $this->
ctrl->getNextClass($this);
741 if ($next_class ===
"ilnotegui") {
742 $notes = $this->
ctrl->forwardCommand($note_gui);
744 $notes = $note_gui->getCommentsHTML();
753 $page_gui->setEmbedded(
true);
755 $content = $this->
ctrl->getHTML($page_gui);
758 $content = $a_content;
766 if (count($this->perma_link) === 0) {
767 if ($this->
getType() ===
"prtf") {
768 $this->tpl->setPermanentLink($this->
getType(), $this->
object->getId(),
"_" . $current_page);
770 $this->tpl->setPermanentLink($this->
getType(), $this->
object->getRefId());
773 $this->tpl->setPermanentLink($this->perma_link[
"type"] ??
"", $this->perma_link[
"obj_id"] ?? 0);
783 self::renderFullscreenHeader($obj, $this->tpl, $user_id);
786 $this->
ctrl->setParameter($this,
"user_page",
"");
788 $this->
ctrl->setParameter($this,
"user_page", $this->page_id);
791 if (!$current_blog) {
792 $content =
'<div id="ilCOPageContent" class="ilc_page_cont_PageContainer">' .
793 '<div class="ilc_page_Page">' .
803 $this->tpl->setContent($content .
804 '<div class="ilClearFloat">' . $notes .
'</div>');
811 $page_class = ($this->
getType() ===
"prtt")
812 ?
"ilPortfolioTemplatePageGUI" 813 :
"ilportfoliopagegui";
817 if ($this->
getType() ===
"prtt") {
818 $button = $this->
ui->factory()->button()->standard(
819 $this->
lng->txt(
"prtt_edit"),
820 $this->
ctrl->getLinkTargetByClass([
"ilobjportfoliotemplategui"],
"view")
823 $button = $this->
ui->factory()->button()->standard(
824 $this->
lng->txt(
"prtf_edit_portfolio"),
825 $this->
ctrl->getLinkTargetByClass([
"ilobjportfoliogui"],
"view")
828 $this->
toolbar->addComponent($button);
832 $this->
ctrl->setParameterByClass($page_class,
"ppage", $page_id);
833 $button = $this->
ui->factory()->button()->standard(
834 $this->
lng->txt(
"edit_page"),
835 $this->
ctrl->getLinkTargetByClass($page_class,
"edit")
838 $this->
toolbar->addComponent($button);
843 $this->tpl->setHeaderActionMenu($this->
ui->renderer()->render($button));
854 bool $a_export =
false 863 ($a_portfolio->
getType() ===
"prtt")
865 : $a_portfolio->
getId(),
866 $a_portfolio->
getId(),
872 $name = $name[
"lastname"] .
", " . (($t = $name[
"title"]) ? $t .
" " :
"") . $name[
"firstname"];
875 $banner = $banner_width = $banner_height =
false;
877 if ($prfa_set->get(
"banner")) {
879 $banner_width = $prfa_set->get(
"banner_width");
880 $banner_height = $prfa_set->get(
"banner_height");
882 $banner = basename($banner);
891 $ppic = basename($ppic);
898 $a_tpl->setBanner($banner);
912 bool $a_with_comments =
false 914 $port_export = new \ILIAS\Portfolio\Export\PortfolioHtmlExport($this);
915 $port_export->includeComments($a_with_comments);
916 $zip = $port_export->exportHtml();
932 $prtf_pages = $this->port_request->getPortfolioPageIds();
934 if (count($prtf_pages) === 0) {
935 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_checkbox"),
true);
936 $this->
ctrl->redirect($this,
"view");
938 $this->tabs_gui->activateTab(
"pages");
944 foreach ($prtf_pages as $page_id) {
946 $item->setValue($page_id);
947 $a_form->addItem($item);
950 $this->tpl->setContent($a_form->getHTML());
957 if ($form->checkInput()) {
959 if ($form->getInput(
"target") ===
"old") {
960 $portfolio_id = $form->getInput(
"prtf");
965 $portfolio->setTitle($form->getInput(
"title"));
966 $portfolio->create();
967 $portfolio_id = $portfolio->getId();
971 $page_ids = $this->port_request->getPortfolioPageIds();
972 foreach ($page_ids as $page_id) {
975 $target->setXMLContent(
$source->copyXmlContent(
true));
976 $target->setType(
$source->getType());
977 $target->setTitle(
$source->getTitle());
981 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"prtf_pages_copied"),
true);
982 $this->
ctrl->redirect($this,
"view");
985 $form->setValuesByPost();
994 $form->setFormAction($this->
ctrl->getFormAction($this));
995 $form->setTitle($this->
lng->txt(
"prtf_copy_page"));
999 $form->addCommandButton(
"copyPage", $this->
lng->txt(
"save"));
1000 $form->addCommandButton(
"view", $this->
lng->txt(
"cancel"));
1021 $this->content_style_gui->
addCss(
1023 $this->
object->getRefId(),
1024 $this->
object->getId()
updateCustom(ilPropertyFormGUI $form)
static getAllPortfolioPages(int $a_portfolio_id)
Get pages of portfolio.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPageInstance(?int $a_page_id=null, ?int $a_portfolio_id=null)
getEditFormCustomValues(array &$a_values)
confirmPortfolioPageDeletion()
New implementation of ilObjectGUI.
view()
Show list of portfolio pages.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
showEditButton(int $page_id)
setPermaLink(int $a_obj_id, string $a_type)
Set custom perma link (used in public profile?)
resetHeaderBlock(bool $a_reset_header_action=true)
Reset all header properties: title, icon, description, alerts, action menu.
static _lookupName(int $a_user_id)
lookup user name
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static renderFullscreenHeader(ilObjPortfolioBase $a_portfolio, ilGlobalTemplateInterface $a_tpl, int $a_user_id, bool $a_export=false)
Render banner, user name.
addPage()
Show portfolio page creation form.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
savePage()
Create new portfolio page.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
static lookupType($a_page_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitleIcon(string $a_icon_path, string $a_icon_desc="")
set title icon
export(bool $a_with_comments=false)
handlePageCall(string $a_cmd)
copyPageForm(ilPropertyFormGUI $a_form=null)
Select target portfolio for page(s) copy.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $requested_back_url
getPageGUIInstance(int $a_page_id)
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
static activeLayouts(int $a_module=0)
Get active layouts.
savePortfolioPagesOrdering()
Save ordering of portfolio pages.
static http()
Fetches the global http state from ILIAS.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $node_id=null)
static _lookupTitle(int $obj_id)
getType()
Functions that must be overwritten.
setScreenIdComponent(string $a_comp)
ILIAS Style Content GUIService $content_style_gui
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
static _recordReadEvent(string $a_type, int $a_ref_id, int $obj_id, int $usr_id, bool $isCatchupWriteEvents=true, $a_ext_rc=null, $a_ext_time=null)
initCopyPageFormOptions(ilPropertyFormGUI $a_form)
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getParentId(int $a_node_id)
get parent id of given node
setAdditional(array $a_additional)
Set Additonal Information (used in public profile?)
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
addBlog()
Show portfolio blog page creation form.
ILIAS HTTP Services $http
Portfolio view gui base class.
static _getPersonalPicturePath(int $a_usr_id, string $a_size="small", bool $a_force_pic=false, bool $a_prevent_no_photo_image=false, bool $html_export=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0)
setSettingsSubTabs(string $a_active)
StandardGUIRequest $port_request
__construct(Container $dic, ilPlugin $plugin)
setDescription(string $a_descr)
Sets description below title in standard template.
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
static signFile(string $path_to_file)
ILIAS Style Content Object ObjectFacade $content_style_domain
static fixOrdering(int $a_portfolio_id)
initEditCustomForm(ilPropertyFormGUI $a_form)
getImageFullPath(bool $a_as_thumb=false)
Get banner image incl.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContentStyleSheet(ilGlobalTemplateInterface $a_tpl=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initPageForm(string $a_mode="create")
Init portfolio page form.
setTitle(string $a_title)
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.