mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed, based on standard theme.
This commit is contained in:
parent
a702e65741
commit
2d4a2e5348
@ -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&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&warnp2n3e=1&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&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&warnp2n3e=1&url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
|
||||
</p>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
@ -251,6 +251,10 @@ table.formtable tbody th
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
.performanceinfo span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
|
Loading…
x
Reference in New Issue
Block a user