]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
Use CSS
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php global $RUNTIMER; ?>
2 <table class="fullwidth">
3 <tr><td>
4 <?php /* Note: The Portland theme's debug.tmpl overrides this file with it's own non-graphical variant. */ ?>
5 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
6         id="xhtml"
7         src="<?php echo $WikiTheme->_findData('buttons/valid-xhtml10.png')?>"
8         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
9 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
10         id="css"
11         src="<?php echo $WikiTheme->_findData('buttons/vcss.png')?>"
12         alt="Valid CSS!" height="31" width="88" /></a>
13 </div>
14 </td><td>
15 <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?>
16 <?php $mem = @getMemoryUsage(); if ($mem) { ?>
17   <?php echo fmt(", Memory: %s", $mem) ?>
18 <?php } ?>
19 </span>
20 </td></tr></table>
21 <br class="clear-floats" />