28 protected \ILIAS\DI\UIServices
$ui;
48 $ilCtrl =
$DIC->ctrl();
52 $this->
ctrl = $ilCtrl;
55 $this->
ui = $DIC->ui();
64 $cmd = $this->
ctrl->getCmd(
"showContacts");
65 if (in_array($cmd, array(
"showContacts"))) {
75 $this->
lng->loadLanguageModule(
"adm");
76 $this->tpl->loadStandardTemplate();
77 $this->tpl->setTitle($this->
lng->txt(
"adm_support_contacts"));
83 $pgui->setEmbedded(
true);
84 $html .= $pgui->getHTML();
87 $f = $this->
ui->factory();
88 $r = $this->
ui->renderer();
89 $p =
$f->panel()->standard(
90 $this->
lng->txt(
"adm_support_contacts"),
91 $f->legacy()->content($html)
94 $this->tpl->setContent($r->render($p));
95 $this->tpl->printToStdout();
108 $ilCtrl =
$DIC->ctrl();
109 $ilUser =
$DIC->user();
112 if (count($users) > 0) {
119 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
136 return $lng->txt(
"contact_sysadmin");
GUI class for public user profile presentation.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...