]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/browse.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / Crao / templates / browse.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4
5 <?php if ($revision and !$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 <?php if (!empty($redirected)) { ?>
12   <p><?= $redirected ?></p>
13 <?php } ?>
14 <?=$CONTENT?>
15
16 <div id="revision">
17 <p class="editdate"><?= $WikiTheme->getLastModifiedMessage($revision) ?></p>
18 <?php
19 global $HIDE_TOOLBARS;
20 if (!$HIDE_TOOLBARS) {
21 ?>
22 </div>
23
24
25 <?php } ?>