41 public \ilGlobalTemplateInterface
$tpl;
45 protected \ILIAS\GlobalScreen\ScreenContext\ContextServices
$tool_context;
56 $this->tool_context = $DIC->globalScreen()->tool()->context();
57 $this->
user = $DIC->user();
59 $this->rbacsystem = $DIC->rbac()->system();
60 $this->
help = $DIC[
"ilHelp"];
62 $this->
lng = $DIC->language();
63 $this->
ctrl = $DIC->ctrl();
66 $DIC->ui()->mainTemplate()->setOnScreenMessage(
'failure', $this->
lng->txt(
"msg_not_available_for_anon"),
true);
67 $DIC->ctrl()->redirectToURL(
"login.php?cmd=force_login");
72 $this->
ctrl->setContextObject(
77 $this->
lng->loadLanguageModule(
"pdesk");
78 $this->
lng->loadLanguageModule(
"pd");
79 $this->
lng->loadLanguageModule(
"dash");
80 $this->
lng->loadLanguageModule(
"mmbr");
82 $params = $DIC->http()->request()->getQueryParams();
83 $this->cmdClass = (
$params[
'cmdClass'] ??
"");
84 $this->requested_view = (
int) (
$params[
'view'] ?? 0);
85 $this->requested_prt_id = (
int) (
$params[
"prt_id"] ?? 0);
86 $this->requested_gtp = (
int) (
$params[
"gtp"] ?? 0);
87 $this->requested_dsh = (string) (
$params[
"dsh"] ?? null);
88 $this->requested_wsp_id = (
int) (
$params[
"wsp_id"] ?? 0);
90 $this->
ctrl->saveParameter($this, array(
"view"));
100 $next_class = $this->
ctrl->getNextClass();
101 $this->
ctrl->setReturn($this,
"show");
102 switch ($next_class) {
105 case "ilpersonalprofilegui":
109 $this->
ctrl->forwardCommand($profile_gui);
113 case "ilpersonalsettingsgui":
117 $this->
ctrl->forwardCommand($settings_gui);
120 case 'ilcalendarpresentationgui':
123 $this->tpl->setTitle($this->
lng->txt(
"calendar"));
126 $this->
ctrl->forwardCommand($cal);
127 $this->tpl->printToStdout();
133 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'permission_denied'),
true);
141 $this->
ctrl->forwardCommand($pd_notes_gui);
149 $this->
ctrl->forwardCommand($pd_news_gui);
160 case "ilpdselecteditemsblockgui":
163 $ret = $this->
ctrl->forwardCommand($block);
165 $this->tpl->setContent($ret);
166 $this->tpl->printToStdout();
170 case "ilpdmembershipblockgui":
172 $ret = $this->
ctrl->forwardCommand($block);
175 $this->tpl->setContent($ret);
176 $this->tpl->printToStdout();
187 $this->tpl->setTitle($this->
lng->txt(
'mail_addressbook'));
192 case 'ilpersonalworkspacegui':
194 $this->
ctrl->forwardCommand($wsgui);
195 $this->tpl->printToStdout();
198 case 'ilportfoliorepositorygui':
202 $this->
ctrl->forwardCommand($pfgui);
203 $this->tpl->printToStdout();
206 case 'ilachievementsgui':
210 $this->
ctrl->forwardCommand($achievegui);
213 case strtolower(ilMyStaffGUI::class):
216 $this->
ctrl->forwardCommand($mstgui);
218 case 'ilgroupuseractionsgui':
222 $this->
ctrl->forwardCommand($ggui);
223 $this->tpl->printToStdout();
226 case "ildashboardrecommendedcontentgui":
228 $this->
ctrl->forwardCommand($gui);
230 case "ilstudyprogrammedashboardviewgui":
232 $this->
ctrl->forwardCommand($gui);
235 $context->current()->addAdditionalData(self::DISENGAGE_MAINBAR,
true);
238 $cmd = $this->
ctrl->getCmd(
"show");
246 $this->tpl->loadStandardTemplate();
254 $this->tpl->setTitle($this->
lng->txt(
"dash_dashboard"));
261 if (count($this->action_menu->getItems())) {
265 $this->action_menu->setAsynch(
false);
266 $this->action_menu->setAsynchUrl(
'');
267 $this->action_menu->setListTitle($lng->txt(
'actions'));
268 $this->action_menu->setId(
'act_pd');
269 $this->action_menu->setSelectionHeaderClass(
'small');
270 $this->action_menu->setItemLinkClass(
'xsmall');
271 $this->action_menu->setLinksMode(
'il_ContainerItemCommand2');
273 $this->action_menu->setUseImages(
false);
275 $htpl =
new ilTemplate(
'tpl.header_action.html',
true,
true,
'Services/Repository');
276 $htpl->setVariable(
'ACTION_DROP_DOWN', $this->action_menu->getHTML());
278 $tpl->setHeaderActionMenu($htpl->get());
281 $this->tpl->printToStdout();
292 if ($ilCtrl->getNextClass() ==
"ilcolumngui" &&
294 $html = $ilCtrl->forwardCommand($column_gui);
296 if (!$ilCtrl->isAsynch()) {
302 $html = $ilCtrl->forwardCommand($column_gui);
308 $html = $ilCtrl->forwardCommand($column_gui);
315 "Services/Dashboard",
317 array(
"personal_desktop_gui" => $this)
319 if (!$uip->replaced()) {
323 $html = $uip->getHTML($html);
343 if ($ilCtrl->getNextClass() ==
"ilcolumngui" &&
346 $html = $ilCtrl->forwardCommand($column_gui);
348 if (!$ilCtrl->isAsynch()) {
353 "Services/Dashboard",
355 array(
"personal_desktop_gui" => $this)
357 if (!$uip->replaced()) {
358 $html = $ilCtrl->getHTML($column_gui);
360 $html = $uip->getHTML($html);
369 $this->tpl->loadStandardTemplate();
372 $this->tpl->setTitle($this->
lng->txt(
"personal_desktop"));
386 if ($viewSettings->enabledMemberships()) {
387 $this->
ctrl->setParameter($this,
"view", $viewSettings->getMembershipsView());
389 $this->
ctrl->redirect($this,
"show");
395 if ($viewSettings->enabledSelectedItems()) {
396 $this->
ctrl->setParameter($this,
"view", $viewSettings->getSelectedItemsView());
403 $this->
ctrl->redirectByClass(
"ilpersonalprofilegui");
410 if ($this->requested_dsh !=
"") {
411 $this->
ctrl->setParameterByClass(
"ilportfoliorepositorygui",
"shr_id", $this->requested_dsh);
416 if ($this->requested_prt_id > 0) {
417 $this->
ctrl->setParameterByClass(
"ilobjportfoliogui",
"prt_id", $this->requested_prt_id);
418 $this->
ctrl->setParameterByClass(
"ilobjportfoliogui",
"gtp", $this->requested_gtp);
419 $this->
ctrl->redirectByClass(array(
"ilportfoliorepositorygui",
"ilobjportfoliogui"),
"preview");
421 $this->
ctrl->redirectByClass(
"ilportfoliorepositorygui", $cmd);
427 $this->
ctrl->redirectByClass(
"ilpersonalsettingsgui");
432 $this->
ctrl->redirectByClass(
"ilpdnewsgui");
438 $request = $DIC->http()->request();
440 $query_params = $request->getQueryParams();
442 if (array_key_exists(
"cal_view", $query_params) && $query_params[
"cal_view"]) {
443 $cal_view = $query_params[
"cal_view"];
444 $this->
ctrl->setParameter($this,
"cal_view", $cal_view);
447 if (!empty($query_params[
"cal_agenda_per"])) {
448 $cal_period = $query_params[
"cal_agenda_per"];
449 $this->
ctrl->setParameter($this,
"cal_agenda_per", $cal_period);
452 $this->
ctrl->redirectByClass(
"ilcalendarpresentationgui");
459 if ($this->requested_dsh !=
"") {
460 $this->
ctrl->setParameterByClass(
"ilpersonalworkspacegui",
"shr_id", $this->requested_dsh);
464 if ($this->requested_wsp_id > 0) {
465 $this->
ctrl->setParameterByClass(
"ilpersonalworkspacegui",
"wsp_id", $this->requested_wsp_id);
468 if ($this->requested_gtp) {
469 $this->
ctrl->setParameterByClass(
"ilpersonalworkspacegui",
"gtp", $this->requested_gtp);
472 $this->
ctrl->redirectByClass(
"ilpersonalworkspacegui", $cmd);
477 $this->
ctrl->redirectByClass(ilMyStaffGUI::class);
482 $this->
ctrl->redirectByClass([
"ilAchievementsGUI",
"ilbadgeprofilegui"]);
487 $this->
ctrl->redirectByClass(
"ilpersonalskillsgui");
497 $this->tpl->setTitle($this->
lng->txt(
"dash_dashboard"));
507 $this->
ctrl->redirect($this,
"show");
513 $tpl =
new ilTemplate(
"tpl.dashboard.html",
true,
true,
"Services/Dashboard");
516 if ($settings->enabledSelectedItems()) {
522 if ($settings->enabledMemberships()) {
526 $tpl->setVariable(
"CONTENT", $html);
534 return $block->getHTML();
540 return $db_rec_content->render();
546 return $st_block->getHTML();
552 return $block->getHTML();
558 return $st_block->getHTML();
static get(string $a_var)
renderRecommendedContent()
GUI class for personal workspace.
setActionMenu(ilAdvancedSelectionListGUI $action_menu)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Personal Desktop-Presentation for the LearningSequence.
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
renderLearningSequences()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const CMD_JUMP_TO_MY_STAFF
Portfolio repository gui class.
ilGlobalTemplateInterface $tpl
initColumn(ilColumnGUI $a_column_gui)
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Column user interface class.
ILIAS GlobalScreen ScreenContext ContextServices $tool_context
setScreenIdComponent(string $a_comp)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static redirect(string $a_script)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilAdvancedSelectionListGUI $action_menu
ilPDSelectedItemsBlockGUI: ilColumnGUI ilPDSelectedItemsBlockGUI: ilCommonActionDispatcherGUI ...
Dashboard recommended content UI.
static preloadPDBlockSettings()
Preload pd info.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static set(string $a_var, $a_val)
Set a value.