13$warning = $this->t(
'{authX509:X509warning:warning}', array(
14 '%days%' => htmlspecialchars($this->
data[
'daysleft']),
17if( $this->
data[
'renewurl']) {
18 $warning .=
" " . $this->t(
'{authX509:X509warning:renew_url}', array(
19 '%renewurl%' => $this->
data[
'renewurl'],
22 $warning .=
" " . $this->t(
'{authX509:X509warning:renew}');
25$this->
data[
'header'] = $this->t(
'{authX509:X509warning:warning_header}');
26$this->
data[
'autofocus'] =
'proceedbutton';
28$this->includeAtTemplateBase(
'includes/header.php');
32<form style=
"display: inline; margin: 0px; padding: 0px" action=
"<?php echo htmlspecialchars($this->data['target']); ?>">
37 echo(
'<input type="hidden" name="' . htmlspecialchars(
$name) .
'" value="' . htmlspecialchars($value) .
'" />');
42 <
input type=
"submit" name=
"proceed" id=
"proceedbutton" value=
"<?php echo htmlspecialchars($this->t('{authX509:X509warning:proceed}')) ?>" />
48$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.