]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/browse.tmpl
<?= --> <?php echo
[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><?php echo _("Note:")?></strong>
7      <?php echo _("You are viewing an old revision of this page.")?>
8   <?php echo Button('browse', _("View the current version"), $page)?>.
9   </p>
10 <?php } ?>
11 <?php if (!empty($redirected)) { ?>
12   <p><?php echo $redirected ?></p>
13 <?php } ?>
14 <?php echo $CONTENT?>
15
16 <div id="revision">
17 <p class="editdate"><?php echo $WikiTheme->getLastModifiedMessage($revision) ?></p>
18 <?php
19 global $HIDE_TOOLBARS;
20 if (!$HIDE_TOOLBARS) {
21 ?>
22 </div>
23
24
25 <?php } ?>