]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
moved toolbar, customized editpage.
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.2 2002-01-19 23:38:47 carstenklapp Exp $ -->
3 <?php
4 ?>
5
6 <div class="br"><br clear="all" class="ignore" /></div>
7
8 <?php if (! $IS_CURRENT) { ?>
9   <p><strong><?=_("Note:")?></strong>
10      <?=_("You are viewing an old revision of this page.")?>
11      <a href="<?= WikiURL($page->getName()) ?>"
12         ><?=_("View the current version")?></a>.</p>
13   <hr class="ignore" />
14 <?php } ?>
15
16 <div class="wikitext"><?=$CONTENT?></div>
17 <hr />
18 <?= new WikiTemplate('actionbar') ?>
19 <!-- The bottom navigation/search bar -->