]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
tweaks for new phpwiki-printer.css
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.19 2002-02-10 21:42:23 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 <div class="wikitext"><?=$CONTENT?></div>
12
13 <div id="actionbar">
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>