]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
The enclosing <div> for the content is now generated automatically according to the...
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.21 2002-02-18 23:16:29 carstenklapp Exp $ -->
3
4 <?php if (! $revision->isCurrent()) { ?>
5   <p><strong><?=_("Note:")?></strong>
6      <?=_("You are viewing an old revision of this page.")?>
7   <?= Button('browse', _("View the current version"), $page)?>.
8   </p>
9 <?php } ?>
10
11 <?=$CONTENT?>
12
13 <div id="actionbar" class="toolbar">
14 <hr class="printer" noshade="noshade" />
15 <p class="editdate"><?= $Theme->getLastModifiedMessage($revision) ?></p>
16 <hr class="toolbar" noshade="noshade" />
17 <?= Template('actionbar') ?>
18 <!-- RELATEDPAGES were here. -->
19 </div>