]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
minor adjustment to accomodate alternate stylesheet topbar.css
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.17 2002-02-09 08:07:58 carstenklapp Exp $ -->
3 <div class="br"><br clear="all" class="ignore" /></div>
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   <hr class="ignore" noshade="noshade" />
11 <?php } ?>
12
13 <div class="wikitext"><?=$CONTENT?></div>
14 <hr class="ignore" noshade="noshade" />
15
16 <div id="actionbar">
17 <p class="editdate"><?= $Theme->getLastModifiedMessage($revision) ?></p>
18 <hr class="toolbar" noshade="noshade" />
19 <?= Template('actionbar') ?>
20 <!-- RELATEDPAGES were here. -->
21 </div>