]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
More HTML comment reduction patches by "Klaus-Guenter Leiss"
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: debug.tmpl,v 1.12 2003-03-05 21:38:15 dairiki Exp $');
3 ?>
4 <?php global $RUNTIMER; ?>
5 <table width="%100" border="0" cellpadding="0" cellspacing="0">
6 <tr><td>
7 <?php if ($Theme->_name != 'Portland') { ?>
8 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top"><img
9         id="xhtml" border="0"
10         src="<?=$Theme->_findData('buttons/vxhtml10.gif')?>"
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="<?=$Theme->_findData('buttons/vcss.gif')?>"
15         alt="Valid CSS!" height="31" width="88" /></a>
16 </div>
17 <?php } else { ?>
18 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a>
19 <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS</a>
20 </div>
21 <?php } ?>
22 </td><td>
23 <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span>
24 </td></tr></table>
25 <?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?>
26 <br clear="all" class="clear-floats" />