]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
Big Template cleanup and refactor.
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.3 2002-01-24 00:45:28 dairiki Exp $ -->
3 <?php
4 ?>
5
6 <div class="br"><br clear="all" class="ignore" /></div>
7
8 <?php if (! $revision->isCurrent()) { ?>
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 <?= Template('actionbar') ?>
19 <!-- The bottom navigation/search bar -->