]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*-
2   rcs_id('$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" target="_top"><img
9         id="xhtml" border="0"
10         src="<?=$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" target="_top"><img
13         id="css" border="0"
14         src="<?=$WikiTheme->_findData('buttons/vcss.png')?>"
15         alt="Valid CSS!" height="31" width="88" /></a>
16 </div>
17 </td><td>
18 <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?>
19 <? $mem = @getMemoryUsage(); if ($mem) { ?>
20   <?= fmt(", Memory: %s", $mem) ?>
21 <? } ?>
22 </span>
23 </td></tr></table>
24 <?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?>
25 <br clear="all" class="clear-floats" />