ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
wrong_authncontextclassref.tpl.php
Go to the documentation of this file.
1
<?
php
2
3
$header
= htmlspecialchars($this->t(
'{saml:wrong_authncontextclassref:header}'
));
4
$description
= htmlspecialchars($this->t(
'{saml:wrong_authncontextclassref:description}'
));
5
$retry
= htmlspecialchars($this->t(
'{saml:wrong_authncontextclassref:retry}'
));
6
7
$this->
data
[
'header'
] =
$header
;
8
$this->includeAtTemplateBase(
'includes/header.php'
);
9
10
echo
(
'<h2>'
.
$header
.
'</h2>'
);
11
echo
(
'<p>'
.
$description
.
'</p>'
);
12
13
$this->includeAtTemplateBase(
'includes/footer.php'
);
$header
$header
Definition:
wrong_authncontextclassref.tpl.php:3
$retry
$retry
Definition:
wrong_authncontextclassref.tpl.php:5
echo
$description
$description
Definition:
wrong_authncontextclassref.tpl.php:4
php
data
$this data['header']
Definition:
wrong_authncontextclassref.tpl.php:7
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
saml
templates
sp
wrong_authncontextclassref.tpl.php
Generated on Thu Jan 30 2025 19:01:33 for ILIAS by
1.8.13 (using
Doxyfile
)