3 if (array_key_exists(
'name', $this->
data[
'dstMetadata'])) {
5 } elseif (array_key_exists(
'OrganizationDisplayName', $this->
data[
'dstMetadata'])) {
6 $dstName = $this->
data[
'dstMetadata'][
'OrganizationDisplayName'];
16 $this->
data[
'header'] = $this->t(
'{consent:consent:noconsent_title}');;
18 $this->includeAtTemplateBase(
'includes/header.php');
20 echo
'<h2>' . $this->
data[
'header'] .
'</h2>';
21 echo
'<p>' . $this->t(
'{consent:consent:noconsent_text}',
array(
'SPNAME' =>
$dstName)) .
'</p>';
23 if ($this->
data[
'resumeFrom']) {
24 echo(
'<p><a href="' . htmlspecialchars($this->
data[
'resumeFrom']) .
'">');
25 echo($this->t(
'{consent:consent:noconsent_return}'));
29 if ($this->
data[
'aboutService']) {
30 echo(
'<p><a href="' . htmlspecialchars($this->
data[
'aboutService']) .
'">');
31 echo($this->t(
'{consent:consent:noconsent_goto_about}'));
35 echo(
'<p><a href="' . htmlspecialchars($this->
data[
'logoutLink']) .
'">' . $this->t(
'{consent:consent:abort}',
array(
'SPNAME' =>
$dstName)) .
'</a></p>');
38 $this->includeAtTemplateBase(
'includes/footer.php');
if(is_array($dstName)) $dstName
Create styles array
The data for the language used.