35 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
40 $this->nav_history = $DIC[
"ilNavigationHistory"];
41 $this->
help = $DIC[
"ilHelp"];
42 $this->tabs = $DIC->tabs();
43 $this->toolbar = $DIC->toolbar();
44 $this->
user = $DIC->user();
59 $link = $this->ctrl->getLinkTarget($this,
"view");
60 $ilNavigationHistory->addItem($this->node_id, $link,
"prtt");
63 $next_class = $this->ctrl->getNextClass($this);
64 $cmd = $this->ctrl->getCmd(
"view");
66 switch ($next_class) {
67 case 'ilportfoliotemplatepagegui':
77 case "ilinfoscreengui":
83 case "ilcommonactiondispatchergui":
86 $this->ctrl->forwardCommand($gui);
89 case "ilpermissiongui":
91 $this->tabs_gui->activateTab(
"id_permissions");
93 $this->ctrl->forwardCommand($perm_gui);
96 case "ilobjectcopygui":
100 $this->ctrl->forwardCommand($cp);
105 $this->tabs_gui->activateTab(
"export");
107 $exp_gui->addFormat(
"xml");
108 $this->ctrl->forwardCommand($exp_gui);
111 case "ilobjstylesheetgui":
112 $this->ctrl->setReturn($this,
"editStyleProperties");
113 $style_gui =
new ilObjStyleSheetGUI(
"", $this->object->getStyleSheetId(),
false,
false);
115 if ($cmd ==
"create" ||
$_GET[
"new_type"] ==
"sty") {
116 $style_gui->setCreationMode(
true);
119 if ($cmd ==
"confirmedDelete") {
120 $this->
object->setStyleSheetId(0);
121 $this->
object->update();
124 $ret = $this->ctrl->forwardCommand($style_gui);
126 if ($cmd ==
"save" || $cmd ==
"copyStyle" || $cmd ==
"importStyle") {
128 $this->
object->setStyleSheetId($style_id);
129 $this->
object->update();
130 $this->ctrl->redirectByClass(
"ilobjstylesheetgui",
"edit");
144 $ilHelp->setScreenIdComponent(
"prtt");
147 $this->tabs_gui->addTab(
149 $this->lng->txt(
"content"),
150 $this->ctrl->getLinkTarget($this,
"view")
155 $this->tabs_gui->addTab(
157 $this->lng->txt(
"info_short"),
158 $this->ctrl->getLinkTargetByClass(array(
"ilobjportfoliotemplategui",
"ilinfoscreengui"),
"showSummary")
163 $this->tabs_gui->addTab(
165 $this->lng->txt(
"settings"),
166 $this->ctrl->getLinkTarget($this,
"edit")
169 $this->tabs_gui->addTab(
171 $this->lng->txt(
"export"),
172 $this->ctrl->getLinkTargetByClass(
"ilexportgui",
"")
177 $this->tabs_gui->addNonTabbedLink(
179 $this->lng->txt(
"preview"),
180 $this->ctrl->getLinkTarget($this,
"preview")
195 $this->ctrl->setCmd(
"showSummary");
196 $this->ctrl->setCmdClass(
"ilinfoscreengui");
208 $ilTabs->activateTab(
"id_info");
213 $this->lng->loadLanguageModule(
"cntr");
216 $button->setPrimary(
true);
217 $button->setCaption(
"prtf_create_portfolio_from_template");
218 $button->setUrl($this->ctrl->getLinkTarget($this,
"createfromtemplate"));
219 $ilToolbar->addButtonInstance($button);
224 $info->enablePrivateNotes();
231 $info->enableNewsEditing(
false);
234 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
236 if ($enable_internal_rss) {
237 $info->setBlockProperty(
"news",
"settings",
true);
238 $info->setBlockProperty(
"news",
"public_notifications_option",
true);
243 $info->addMetaDataSections($this->object->getId(), 0, $this->
object->getType());
245 $this->ctrl->forwardCommand($info);
259 $opts = array(
"" => $this->lng->txt(
"please_select"));
260 foreach ($all as $item) {
261 $opts[$item[
"id"]] = $item[
"title"];
263 $prtf =
new ilSelectInputGUI($this->lng->txt(
"prtf_create_template_from_portfolio"),
"prtf");
264 $prtf->setInfo($this->lng->txt(
"prtf_create_template_from_portfolio_info"));
265 $prtf->setOptions($opts);
281 ilUtil::sendSuccess($this->lng->txt(
"prtt_portfolio_created"),
true);
282 $this->ctrl->setParameter($this,
"prt_id", $a_new_object->
getId());
283 $this->ctrl->redirect($this,
"view");
291 $this->lng->loadLanguageModule(
'rep');
294 $section->setTitle($this->lng->txt(
'rep_activation_availability'));
298 $act_obj_info = $act_ref_info =
"";
300 $act_obj_info =
' ' . $this->lng->txt(
'rep_activation_online_object_info');
301 $act_ref_info = $this->lng->txt(
'rep_activation_access_ref_info');
305 $online->
setInfo($this->lng->txt(
'prtt_activation_online_info') . $act_obj_info);
310 $dur->setEndText($this->lng->txt(
'rep_activation_limited_end'));
313 $visible =
new ilCheckboxInputGUI($this->lng->txt(
'rep_activation_limited_visibility'),
'access_visiblity');
314 $visible->
setInfo($this->lng->txt(
'prtt_activation_limited_visibility_info'));
315 $dur->addSubItem($visible);
318 $section->setTitle($this->lng->txt(
'obj_presentation'));
322 $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->addTileImage();
325 parent::initEditCustomForm($a_form);
328 $tit->setInfo($this->lng->txt(
'prtt_title_info'));
333 $a_values[
"online"] = $this->
object->isOnline();
334 $a_values[
"access_period"][
"start"] = $this->
object->getActivationStartDate()
337 $a_values[
"access_period"][
"end"] = $this->
object->getActivationEndDate()
340 $a_values[
"access_visiblity"] = $this->
object->getActivationVisibility();
342 parent::getEditFormCustomValues($a_values);
349 $this->
object->setOnline($a_form->
getInput(
"online"));
353 if ($period->getStart() && $period->getEnd()) {
354 $this->
object->setActivationLimited(
true);
355 $this->
object->setActivationVisibility($a_form->
getInput(
"access_visiblity"));
356 $this->
object->setActivationStartDate($period->getStart()->get(
IL_CAL_UNIX));
357 $this->
object->setActivationEndDate($period->getEnd()->get(
IL_CAL_UNIX));
359 $this->
object->setActivationLimited(
false);
362 parent::updateCustom($a_form);
364 $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->saveTileImage();
381 if (!$a_portfolio_id && $this->
object) {
382 $a_portfolio_id = $this->
object->getId();
385 $page->setPortfolioId($a_portfolio_id);
398 $this->object->getId(),
401 $this->
object->hasPublicComments()
409 return "ilportfoliotemplatepagegui";
416 $hi->setValue(
"old");
421 foreach ($all as $id => $title) {
422 $options[$id] = $title;
425 $prtf->setRequired(
true);
426 $prtf->setOptions($options);
444 $form->setFormAction($this->ctrl->getFormAction($this));
447 $obj->setRequired(
true);
448 $form->addItem($obj);
451 $form->setTitle($this->lng->txt(
"prtf_add_blog") .
": " .
452 $this->
object->getTitle());
453 $form->addCommandButton(
"saveBlog", $this->lng->txt(
"save"));
454 $form->addCommandButton(
"view", $this->lng->txt(
"cancel"));
468 $page->setTitle($form->getInput(
"blog"));
471 ilUtil::sendSuccess($this->lng->txt(
"prtf_blog_page_created"),
true);
472 $this->ctrl->redirect($this,
"view");
475 $this->tabs_gui->clearTargets();
476 $this->tabs_gui->setBackTarget(
477 $this->lng->txt(
"back"),
478 $this->ctrl->getLinkTarget($this,
"view")
481 $form->setValuesByPost();
482 $this->tpl->setContent($form->getHtml());
490 public function preview($a_return =
false, $a_content =
false, $a_show_notes =
true)
494 $this->lng->loadLanguageModule(
"cntr");
497 $button->setPrimary(
true);
498 $button->setCaption(
"prtf_create_portfolio_from_template");
499 $button->setUrl($this->ctrl->getLinkTarget($this,
"createfromtemplate"));
500 $this->tpl->setHeaderActionMenu($button->render());
503 return parent::preview($a_return, $a_content, $a_show_notes);
508 $this->ctrl->setParameterByClass(
"ilobjportfoliogui",
"prtt_pre", $this->object->getId());
509 $this->ctrl->redirectByClass(array(
"ilDashboardGUI",
"ilportfoliorepositorygui",
"ilobjportfoliogui"),
"create");
514 $this->ctrl->setParameterByClass(
"ilobjportfoliogui",
"prtt_pre", $this->object->getId());
515 $this->ctrl->redirectByClass(array(
"ilDashboardGUI",
"ilportfoliorepositorygui",
"ilobjportfoliogui"),
"createFromTemplateDirect");
518 public static function _goto($a_target)
524 $ctrl = $DIC->ctrl();
526 $id = explode(
"_", $a_target);
529 $ctrl->setParameterByClass(
"ilRepositoryGUI",
"ref_id",
$ref_id);
531 $ctrl->redirectByClass(
"ilRepositoryGUI",
"preview");
533 $ctrl->redirectByClass(
"ilRepositoryGUI",
"infoScreen");
getPageInstance($a_page_id=null, $a_portfolio_id=null)
Get portfolio template page instance.
initDidacticTemplate(ilPropertyFormGUI $a_form)
checkPermission($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
afterSave(ilObject $a_new_object)
executeCommand()
execute command
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_node_id=null)
Check permission.
GUI class for the workflow of copying objects.
static getPortfoliosOfUser($a_user_id)
Get views of user.
getAccessHandler()
Get access handler.
initBlogForm()
Init blog template page form.
getEditFormCustomValues(array &$a_values)
static clonePagesAndSettings(ilObjPortfolioBase $a_source, ilObjPortfolioBase $a_target, array $a_recipe=null, $copy_all=false)
Build template from portfolio and vice versa.
infoScreenForward()
show information screen
getPageGUIInstance($a_page_id)
Get portfolio template page gui instance.
static _getAllReferences($a_id)
get all reference ids of object
Export User Interface Class.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
Constructor.
getId()
get object id public
initEditCustomForm(ilPropertyFormGUI $a_form)
omitLocator($a_omit=true)
getAdditional()
Get Additonal Information.
Page for portfolio template.
static getAvailablePortfolioTemplates($a_permission="read")
Portfolio template view gui class.
Portfolio view gui base class.
setTabs()
create tabs (repository/workspace switch)
saveBlog()
Create new portfolio blog template page.
initCopyPageFormOptions(ilPropertyFormGUI $a_form)
infoScreen()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
preview($a_return=false, $a_content=false, $a_show_notes=true)
setAdditional($a_additional)
Set Additonal Information.
Class ilObjStyleSheetGUI.
__construct(Container $dic, ilPlugin $plugin)
updateCustom(ilPropertyFormGUI $a_form)
prepareOutput($a_show_subobjects=true)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
addHeaderAction()
Add header action menu.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
Portfolio template page gui class.