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