Skip to content
Snippets Groups Projects
Commit 240fc375 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

XHTML improvement. Most pages should validate now with XHTML Strict.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@422 44740490-163a-0410-bde0-09ae8108e29a
parent 77e72cb0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if(array_key_exists('trackid', $this->data)) {
?>
<div class="trackidtext">
If you report this error, please also report this tracking ID which makes it possible to locate your session in the logs which are available to the system administrator:
<span class="trackid"><?php echo $this->data['trackid']; ?><span>
<span class="trackid"><?php echo $this->data['trackid']; ?></span>
</div>
<?php
}
......@@ -59,7 +59,7 @@ if (!empty($this->data['errorreportaddress'])) {
<p>
<textarea style="width: 300px; height: 100px" name="text">Explain what you did to get this error...</textarea>
</p></p>
</p><p>
<input type="hidden" name="action" value="error" />
<input type="hidden" name="techemail" value="<?php echo $this->data['email']; ?>" />
<input type="hidden" name="version" value="<?php echo $this->data['version']; ?>" />
......
......@@ -41,7 +41,7 @@ $icon_disabled = '<img src="/' . $data['baseurlpath'] . 'resources/icons/delete.
}
?>
</ul>
</p>
<h2>Metadata</h2>
<ul>
......@@ -52,7 +52,6 @@ $icon_disabled = '<img src="/' . $data['baseurlpath'] . 'resources/icons/delete.
}
?>
</ul>
</p>
<h2>Documentation</h2>
<ul>
......@@ -63,7 +62,6 @@ $icon_disabled = '<img src="/' . $data['baseurlpath'] . 'resources/icons/delete.
}
?>
</ul>
</p>
<?php
if (array_key_exists('warnings', $this->data) && is_array($this->data['warnings']) && !empty($this->data['warnings'])) {
......
......@@ -64,7 +64,7 @@ $t->data['remaining'] = $session->remainingTime();
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['icon'] = 'bino.png';
$t->data['logout'] = '<p>[ <a href="/' . $config->getBaseURL() . 'saml2/sp/initSLO.php?RelayState=/' .
$t->data['logout'] = '[ <a href="/' . $config->getBaseURL() . 'saml2/sp/initSLO.php?RelayState=/' .
$config->getBaseURL() . 'logout.html">Logout</a> ]';
$t->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment