]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
Two new convenience functions in lib/Theme.php: WikiLink() and Button().
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.4 2002-01-30 23:41:54 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      <?= WikiLink($page, 'existing', _("View the current version"))?>.</p>
12   <hr class="ignore" />
13 <?php } ?>
14
15 <div class="wikitext"><?=$CONTENT?></div>
16 <hr />
17 <?= Template('actionbar') ?>
18 <!-- The bottom navigation/search bar -->