]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/browse.tmpl
new Crao theme by Arnaud Fontaine and Laurent Lunati
[SourceForge/phpwiki.git] / themes / Crao / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.1 2004-05-12 19:42:16 rurban 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 <?php if (!empty($redirected)) { ?>
11   <p><?= $redirected ?></p>
12 <?php } ?>
13 <?=$CONTENT?>
14
15
16 <div id="revision">
17 <p class="editdate"><?= $Theme->getLastModifiedMessage($revision) ?></p>
18 <?php
19 global $HIDE_TOOLBARS;
20 if (!$HIDE_TOOLBARS) {
21 ?>
22 </div>
23
24
25 <?php } ?>