]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
hook to hide toolbars when saving page output to a file
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.22 2002-02-19 23:00:26 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 <?php
17 global $HIDE_TOOLBARS;
18 if (!$HIDE_TOOLBARS) {
19 ?>
20 <hr class="toolbar" noshade="noshade" />
21 <?= Template('actionbar') ?>
22 <?php } ?>
23 <!-- RELATEDPAGES were here. -->
24 </div>