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