12if (!isset($this->
data[
'head'])) {
13 $this->
data[
'head'] =
'';
15$this->includeAtTemplateBase(
'includes/header.php');
20 '%IDP%' => $this->
data[
'idp_name'],
21 '%SP%' => $this->
data[
'sp_name'],
26 <form method=
"post" action=
"?">
27 <input type=
"hidden" name=
"AuthState" value=
"<?php echo htmlspecialchars($this->data['AuthState']); ?>" />
28 <input type=
"submit" name=
"continue" value=
"<?php echo $translator->t('{general:yes_continue}'); ?>" />
29 <input type=
"submit" name=
"cancel" value=
"<?php echo $translator->t('{general:no_cancel}'); ?>" />
32$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$template data['AuthState']