19 declare(strict_types=1);
40 $this->tpl = $DIC[
"tpl"];
41 $this->
ctrl = $DIC->ctrl();
42 $this->
locator = $DIC[
"ilLocator"];
43 $this->
lng = $DIC->language();
60 $this->tpl->setCurrentBlock(
"SyntaxStyle");
61 $this->tpl->setVariable(
62 "LOCATION_SYNTAX_STYLESHEET",
65 $this->tpl->parseCurrentBlock();
67 $this->tpl->setCurrentBlock(
"ContentStyle");
68 $this->tpl->setVariable(
69 "LOCATION_CONTENT_STYLESHEET",
72 $this->tpl->parseCurrentBlock();
77 if (strtolower($this->imprint_request->getBaseClass()) ===
78 strtolower(ilImprintGUI::class)) {
82 $next_class = $this->
ctrl->getNextClass($this);
84 $title = $this->
lng->txt(
"adm_imprint");
86 switch ($next_class) {
89 $ret = parent::executeCommand();
90 $this->tabs_gui->activateTab(
"pg");
101 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"adm_imprint_inactive"));
111 $this->
ctrl->redirectToURL(
"ilias.php?baseClass=ilDashboardGUI");
113 $this->tpl->setTitle($this->
lng->txt(
"imprint"));
114 $this->tpl->loadStandardTemplate();
117 $this->tpl->setContent($this->
showPage());
119 $this->tpl->printToStdout(
"DEFAULT",
true,
false);
128 $b =
$ui->factory()->button()->standard(
130 $this->
ctrl->getLinkTargetByClass([ilObjLegalNoticeGUI::class, __CLASS__],
"edit")
136 public function getTabs(
string $a_activate =
""): void
139 $this->tabs_gui->activateTab(
'view');
getTabs(string $a_activate="")
postOutputProcessing(string $a_output)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setOutputMode(string $a_mode=self::PRESENTATION)
StandardGUIRequest $imprint_request
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...
setRawPageContent(bool $a_rawpagecontent)
Set Get raw page content only.
static _exists(string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false)
Checks whether page exists.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getSyntaxStylePath()
setPresentationTitle(string $a_title="")
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
__construct(Container $dic, ilPlugin $plugin)
showPage()
display content of page
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...