]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id$ -->
3 <?php
4 ?>
5
6 <br clear="all" class="clear-floats" />
7
8 <?php if ($revision and !$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 <?=$CONTENT?>
16 <hr />
17 <?= Template('actionbar') ?>
18 <!-- The bottom navigation/search bar -->