moodle/theme/standard/footer.html

31 lines
929 B
HTML
Raw Normal View History

</div> <!-- end div containerContent -->
2001-11-22 06:51:44 +00:00
<!-- START OF FOOTER -->
<div id="footer">
2005-03-27 15:21:01 +00:00
<?php if ($navigation) { ?>
<div class="navbar">
2005-03-27 15:21:01 +00:00
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
<div class="menu"><?php echo $menu; ?></div>
</div>
<div class="clearer">&nbsp;</div>
<?php } ?>
2005-02-17 08:40:21 +00:00
<?php echo $loggedinas ?>
2005-03-23 16:46:52 +00:00
<?php if (isadmin()) { ?>
<br />
<hr size="1" noshade="noshade" />
2005-03-23 16:46:52 +00:00
<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> |
2005-03-23 16:42:58 +00:00
<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 } ?>
2005-03-23 16:46:52 +00:00
</div>
</div>
2003-04-25 09:25:25 +00:00
</body>
</html>