]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id$');
3 ?>
4
5 <?php if ($revision and !$revision->isCurrent()) { ?>
6   <p><strong><?=_("Note:")?></strong>
7      <?=_("You are viewing an old revision of this page.")?>
8   <?= Button('browse', _("View the current version"), $page)?>.
9   </p>
10 <?php } ?>
11 <?php if (!empty($redirected)) { ?>
12   <p><?= $redirected ?></p>
13 <?php } ?>
14
15 <?=$CONTENT?>
16
17 <div id="footer"><?php // for top & bottom toolbars stylesheet ?>
18   <?=Template('browse-footer')?>
19 </div>