mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-8063 Fixed links to validation services to be XHTML Strict :-D
This commit is contained in:
parent
c7225fe291
commit
4e73e3eab6
@ -25,13 +25,11 @@
|
||||
|
||||
<?php if (debugging()) {
|
||||
?>
|
||||
<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>
|
||||
<div class="validators"><ul>
|
||||
<li><a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a></li>
|
||||
<li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a></li>
|
||||
<li><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></li>
|
||||
</ul></div>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
@ -199,6 +199,9 @@ a.useredit, a:hover.useredit, .blink {
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
#footer .validators {
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
|
@ -504,6 +504,24 @@ table.navbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#footer .validators {
|
||||
margin-top:40px;
|
||||
padding-top:5px;
|
||||
border-top: 1px dotted gray;
|
||||
}
|
||||
|
||||
#footer .validators ul {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
#footer .validators ul li {
|
||||
display:inline;
|
||||
margin-right:10px;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user