]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
spacing adjustment to accomodate alternate stylesheet topbar.css
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.21 2002-02-09 07:11:10 carstenklapp Exp $ -->
3 <body>
4
5 <!-- The logo -->
6 <div id="logo"><a class="wikilink" 
7                   href="<?=WikiURL(HomePage)?>"
8                   ><img src="<?=$Theme->getImageURL('logo')?>"
9                         border="0" alt="<?=WIKI_NAME?>: <?=HomePage?>" 
10                         align="right" /></a></div>
11
12 <!-- The top navigation/search bar -->
13 <?= Template('navbar') ?>
14
15 <!-- Page title -->
16 <h1><?=$HEADER?></h1>
17
18 <?= $CONTENT ?>
19
20 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
21 <?php
22 if (defined('DEBUG')){
23 $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); 
24 echo "<p class=\"debug\">Page Execution took $t seconds</p>";} ?>
25 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
26         border="0"
27         src="http://www.w3.org/Icons/valid-xhtml10"
28         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
29 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
30         border="0"
31         src="http://jigsaw.w3.org/css-validator/images/vcss"
32         alt="Valid CSS!" /></a>
33 </div>
34 <?php /* Hack: 4 extra lines are needed here for topbar.css */ ?><br /><br /><br /><br />
35 </body>