ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
no_state.tpl.php
Go to the documentation of this file.
1<?php
2
3echo('<h3>' . $this->t('{core:no_state:suggestions}') . '</h3>');
4echo('<ul>');
5echo('<li>' . $this->t('{core:no_state:suggestion_goback}') . '</li>');
6echo('<li>' . $this->t('{core:no_state:suggestion_closebrowser}') . '</li>');
7echo('</ul>');
8
9echo('<h3>' . $this->t('{core:no_state:causes}') . '</h3>');
10echo('<ul>');
11echo('<li>' . $this->t('{core:no_state:cause_backforward}') . '</li>');
12echo('<li>' . $this->t('{core:no_state:cause_openbrowser}') . '</li>');
13echo('<li>' . $this->t('{core:no_state:cause_nocookie}') . '</li>');
14echo('</ul>');
15
An exception for terminatinating execution or to throw for unit testing.