fixed, based on standard theme.

This commit is contained in:
mits 2005-04-11 08:47:05 +00:00
parent a702e65741
commit 2d4a2e5348
2 changed files with 14 additions and 9 deletions

View File

@ -13,16 +13,17 @@
<?php echo $loggedinas ?>
<?php echo $performanceinfo ?>
<?php if (isadmin()) { ?>
<br />
<hr size="1" noshade="noshade" />
<p align="center">
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
</p>
<?php if ($CFG->debug > 7) {
echo $performanceinfo;
?>
<br />
<hr size="1" noshade="noshade" />
<p align="center">
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
</p>
<?php } ?>

View File

@ -251,6 +251,10 @@ table.formtable tbody th
margin: 2em;
}
.performanceinfo span {
display: block;
}
/***