26 protected \ILIAS\DI\UIServices
$ui;
46 $ilCtrl = $DIC->ctrl();
48 $lng = $DIC->language();
50 $this->
ctrl = $ilCtrl;
53 $this->
ui = $DIC->ui();
62 $cmd = $this->
ctrl->getCmd(
"showContacts");
63 if (in_array($cmd, array(
"showContacts"))) {
73 $this->
lng->loadLanguageModule(
"adm");
74 $this->tpl->loadStandardTemplate();
75 $this->tpl->setTitle($this->
lng->txt(
"adm_support_contacts"));
81 $pgui->setEmbedded(
true);
82 $html .= $pgui->getHTML();
85 $f = $this->
ui->factory();
86 $r = $this->
ui->renderer();
87 $p =
$f->panel()->standard(
88 $this->
lng->txt(
"adm_support_contacts"),
89 $f->legacy()->content($html)
92 $this->tpl->setContent(
$r->render($p));
93 $this->tpl->printToStdout();
106 $ilCtrl = $DIC->ctrl();
107 $ilUser = $DIC->user();
110 if (count($users) > 0) {
117 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
133 $lng = $DIC->language();
134 return $lng->txt(
"contact_sysadmin");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
GUI class for public user profile presentation.