13 $this->
data[
'header'] = $this->t(
'{core:short_sso_interval:warning_header}');
14 $this->
data[
'autofocus'] =
'contbutton';
16 $this->includeAtTemplateBase(
'includes/header.php');
18 <h1><?php echo $this->
data[
'header']; ?></h1>
19 <form
style=
"display: inline; margin: 0px; padding: 0px" action=
"<?php echo htmlspecialchars($this->data['target']); ?>">
23 foreach ($this->
data[
'params'] as
$name => $value) {
24 echo(
'<input type="hidden" name="' . htmlspecialchars(
$name) .
'" value="' . htmlspecialchars($value) .
'" />');
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>
34 <input type=
"submit" name=
"continue" id=
"contbutton" value=
"<?php echo htmlspecialchars($this->t('{core:short_sso_interval:retry}')) ?>" />
40 $this->includeAtTemplateBase(
'includes/footer.php');