]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
More HTML comment reduction patches by "Klaus-Guenter Leiss"
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: browse.tmpl,v 1.24 2003-03-05 21:38:15 dairiki Exp $');
3 ?>
4
5 <?php if (! $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
12 <?=$CONTENT?>
13
14 <div id="footer"><?php // for top & bottom toolbars stylesheet ?>
15   <?=Template('browse-footer')?>
16 </div>