ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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');
An exception for terminatinating execution or to throw for unit testing.
if($format !==null) $name
Definition: metadata.php:146
$this data['header']