2 $this->
data[
'header'] = $this->t(
'{authX509:X509error:certificate_header}');
4 $this->includeAtTemplateBase(
'includes/header.php');
9 if ($this->
data[
'errorcode'] !== null) {
11 <div
style=
"border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
12 <img src=
"/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-error.48x48.png" class=
"float-l" style=
"margin: 15px" alt=
"" />
13 <h2><?
php echo $this->t(
'{login:error_header}'); ?></h2>
14 <
p><b><?
php echo $this->t($this->
data[
'errorcodes'][
'title'][$this->
data[
'errorcode']]); ?></b></
p>
15 <
p><?
php echo $this->t($this->data[
'errorcodes'][
'descr'][$this->data[
'errorcode']]); ?></
p>
20 <h2
style=
"break: both"><?
php echo $this->t(
'{authX509:X509error:certificate_header}'); ?></h2>
22 <
p><?
php echo $this->t(
'{authX509:X509error:certificate_text}'); ?></
p>
24 <
a href=
"<?php echo htmlspecialchars(\SimpleSAML\Utils\HTTP::getSelfURL()); ?>">
25 <?
php echo $this->t(
'{login:login_button}'); ?>
30 if(!empty($this->
data[
'links'])) {
31 echo '<ul class="links" style="margin-top: 2em">';
32 foreach($this->
data[
'links'] AS
$l) {
33 echo '<li><a href="' . htmlspecialchars($l[
'href']) .
'">' . htmlspecialchars($this->t($l[
'text'])) .
'</a></li>';
41 $this->includeAtTemplateBase(
'includes/footer.php');