]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
Added a <br> to keep the "valid XHTML!" icons from "hanging off the
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: debug.tmpl,v 1.9 2002-09-17 02:10:33 dairiki Exp $ -->
3 <?php $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); ?>
4 <table width="%100" border="0" cellpadding="0" cellspacing="0">
5 <tr><td>
6 <?php if ($Theme->_name != 'Portland') { ?>
7 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top"><img
8         id="xhtml" border="0"
9         src="<?=$Theme->_findData('buttons/vxhtml10.gif')?>"
10         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
11 <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top"><img
12         id="css" border="0"
13         src="<?=$Theme->_findData('buttons/vcss.gif')?>"
14         alt="Valid CSS!" height="31" width="88" /></a>
15 </div>
16 <?php } else { ?>
17 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a>
18 <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS</a>
19 </div>
20 <?php } ?>
21 </td><td>
22 <span class="debug"><?=fmt("Page Execution took %s seconds",$t)?></span>
23 </td></tr></table>
24 <!-- This keeps the valid XHTML! icons from "hanging off the bottom of the scree" -->
25 <br style="clear: both;" />