ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
no_state.tpl.php
Go to the documentation of this file.
1
<?
php
2
3
echo(
'<h3>'
. $this->t(
'{core:no_state:suggestions}'
) .
'</h3>'
);
4
echo(
'<ul>'
);
5
echo(
'<li>'
. $this->t(
'{core:no_state:suggestion_goback}'
) .
'</li>'
);
6
echo(
'<li>'
. $this->t(
'{core:no_state:suggestion_closebrowser}'
) .
'</li>'
);
7
echo(
'</ul>'
);
8
9
echo(
'<h3>'
. $this->t(
'{core:no_state:causes}'
) .
'</h3>'
);
10
echo(
'<ul>'
);
11
echo(
'<li>'
. $this->t(
'{core:no_state:cause_backforward}'
) .
'</li>'
);
12
echo(
'<li>'
. $this->t(
'{core:no_state:cause_openbrowser}'
) .
'</li>'
);
13
echo(
'<li>'
. $this->t(
'{core:no_state:cause_nocookie}'
) .
'</li>'
);
14
echo(
'</ul>'
);
15
php
An exception for terminatinating execution or to throw for unit testing.
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
templates
no_state.tpl.php
Generated on Thu Oct 2 2025 19:01:19 for ILIAS by
1.9.4 (using
Doxyfile
)