35 $this->tpl = $DIC[
"tpl"];
36 $this->
ctrl = $DIC->ctrl();
37 $this->
locator = $DIC[
"ilLocator"];
38 $this->
lng = $DIC->language();
55 $this->tpl->setCurrentBlock(
"SyntaxStyle");
56 $this->tpl->setVariable(
57 "LOCATION_SYNTAX_STYLESHEET",
60 $this->tpl->parseCurrentBlock();
62 $this->tpl->setCurrentBlock(
"ContentStyle");
63 $this->tpl->setVariable(
64 "LOCATION_CONTENT_STYLESHEET",
67 $this->tpl->parseCurrentBlock();
72 if (strtolower($this->imprint_request->getBaseClass()) ===
73 strtolower(ilImprintGUI::class)) {
77 $next_class = $this->
ctrl->getNextClass($this);
79 $title = $this->
lng->txt(
"adm_imprint");
81 switch ($next_class) {
87 $this->
ctrl->getLinkTarget($this,
"preview")
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);
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
StandardGUIRequest $imprint_request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
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