45 $lng = $DIC->language();
48 $settings = $DIC->settings();
59 $this->
user->setLanguage($this->lng->getLangKey());
68 $cmd = $this->ctrl->getCmd(
"showControlConcept");
69 if (in_array($cmd, array(
"showControlConcept"))) {
81 $gtpl->setContent(
$tpl->get());
82 $gtpl->printToStdout(
"DEFAULT",
false,
true);
92 $template_file = $a_tmpl;
93 $template_dir =
'Services/Accessibility';
94 $tpl->addBlockFile(
'CONTENT',
'content', $template_file, $template_dir);
103 if (!$this->
user->getId()) {
104 $this->
user->setId(ANONYMOUS_USER_ID);
107 $this->tpl->loadStandardTemplate();
108 $this->tpl->setTitle($this->lng->txt(
"accessibility_control_concept"));
112 $handleDocument = $this->accessibilityEvaluation->hasDocument();
113 if ($handleDocument) {
114 $document = $this->accessibilityEvaluation->document();
115 $tpl->setVariable(
'ACCESSIBILITY_CONTROL_CONCEPT_CONTENT', $document->content());
119 : $this->
settings->get(
"admin_email");
121 'ACCESSIBILITY_CONTROL_CONCEPT_CONTENT',
123 $this->lng->txt(
'no_accessibility_control_concept_description'),
129 self::printToGlobalTemplate(
$tpl);
146 return $ilCtrl->getLinkTargetByClass(
"ilaccessibilitycontrolconceptgui");
158 $lng = $DIC->language();
159 return $lng->txt(
"accessibility_control_concept");
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
Class ilAccessibilityControlConceptGUI.
special template class to simplify handling of ITX/PEAR
__construct()
Constructor.
static getFooterLink()
Get footer link.
printToGlobalTemplate($tpl)
executeCommand()
Execute command.
static http()
Fetches the global http state from ILIAS.
static getFooterText()
Get footer text.
showControlConcept()
Show accessibility control concept.
static getControlConceptStatus()