]> git.mjollnir.org Git - moodle.git/commitdiff
Added XHTML header definition and footer validation links
authorandreabix <andreabix>
Wed, 8 Sep 2004 07:53:53 +0000 (07:53 +0000)
committerandreabix <andreabix>
Wed, 8 Sep 2004 07:53:53 +0000 (07:53 +0000)
theme/formal_white/footer.html
theme/formal_white/header.html

index cadad76a0fa8ec58f4cad15e2bf9655228e7fa10..bc6b0ef39ed049802761f0d87ea25b5984fd8de5 100644 (file)
@@ -5,5 +5,9 @@
     <td align="center"><p class="logininfo"><?php echo $loggedinas ?> | <?php echo $homelink ?></p></td>\r
   </tr>\r
 </table>\r
+<p align="center">\r
+<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |\r
+<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> \r
+</p>\r
 </body>\r
 </html>\r
index cd257b4599d3bbf47388701c41de4c2bebc2082a..a0d017731634f00c473e735d34819aa42f46f8e8 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
 <html<?php echo $direction ?>>\r
 <head>\r
 <?php echo $meta ?>\r
@@ -60,4 +61,4 @@
 \r
 <?php } ?>\r
 \r
-<!-- END OF HEADER -->\r
+<!-- END OF HEADER -->
\ No newline at end of file