includeAtTemplateBase('includes/header.php'); ?> includeLanguageFile('attributes.php'); // attribute listings translated by this dictionary ?>

t('consentadmin_header') ?>

t('consentadmin_description1') ?>

data['spList']; $show_spid = 0; //$show_hide_attributes= $this->t('show_hide_attributes'); $show_text = $this->t('show'); $hide_text = $this->t('hide'); $attributes_text = $this->t('attributes_text'); foreach ($spList AS $spName => $spValues) { $this->includeInlineTranslation('spname', $spValues['name']); $this->includeInlineTranslation('spdescription', $spValues['description']); if (!is_null($spValues['serviceurl'])) { $htmlSpName = '' . htmlspecialchars($this->t('spname', array(), false, true)) . ''; } else { $htmlSpName = htmlspecialchars($this->t('spname', array(), false, true)); } $spDescription = htmlspecialchars($this->t('spdescription',array(), false, true)); $checkedAttr = $spValues['consentStatus'] == 'ok' ? 'checked="checked"' : ''; $consentValue = $spValues['consentValue']; $consentText = $spValues['consentStatus'] == 'changed' ? "attributes has changed" : ""; $row_class = ($show_spid % 2) ? "row0" : "row1"; echo << TRSTART; echo "\n"; $show_spid++; } ?>
t('service_provider_header') ?> t('status_header') ?>
$htmlSpName$show_text $attributes_text
$consentText

t('consentadmin_description2') ?>

Logout

Logout

includeAtTemplateBase('includes/footer.php'); ?>