ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
short_sso_interval.php
Go to the documentation of this file.
1
<?
php
13
$this->
data
[
'header'
] = $this->t(
'{core:short_sso_interval:warning_header}'
);
14
$this->
data
[
'autofocus'
] =
'contbutton'
;
15
16
$this->includeAtTemplateBase(
'includes/header.php'
);
17
?>
18
<h1><?
php
echo
$this->
data
[
'header'
]; ?></h1>
19
<form
style
=
"display: inline; margin: 0px; padding: 0px"
action=
"<?php echo htmlspecialchars($this->data['target']); ?>"
>
20
21
<?
php
22
// Embed hidden fields...
23
foreach
($this->
data
[
'params'
] as
$name
=> $value) {
24
echo
(
'<input type="hidden" name="'
. htmlspecialchars(
$name
) .
'" value="'
. htmlspecialchars($value) .
'" />'
);
25
}
26
?>
27
<
p
><?
php
echo
$this->t(
'{core:short_sso_interval:warning}'
); ?></
p
>
28
<div
class
=
"trackidtext"
><
p
>
29
<?
php
echo
$this->t(
'{errors:report_trackid}'
); ?>
30
<span
class
=
"trackid"
><?
php
echo
$this->
data
[
'trackId'
]; ?></span>
31
</
p
>
32
</div>
33
34
<
input
type=
"submit"
name=
"continue"
id
=
"contbutton"
value=
"<?php echo htmlspecialchars($this->t('{core:short_sso_interval:retry}')) ?>"
/>
35
36
</form>
37
38
39
<?
php
40
$this->includeAtTemplateBase(
'includes/footer.php'
);
Symfony\Polyfill\Mbstring
Definition:
Mbstring.php:12
style
"color:#CC0000 style
Definition:
example_001.php:92
input
input
Definition:
langcheck.php:166
echo
$name
$name
Definition:
client_example.php:35
php
data
$this data['header']
Definition:
short_sso_interval.php:13
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
templates
short_sso_interval.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)