]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/gforge/templates/browse.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / gforge / templates / browse.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php
5 $curuserprefs = $user->getPreferences();
6 ?>
7
8 <?php if ($revision and !$revision->isCurrent()) { ?>
9   <p><strong><?=_("Note:")?></strong>
10      <?=_("You are viewing an old revision of this page.")?>
11   <?= Button('browse', _("View the current version"), $page)?>.
12   </p>
13 <?php } ?>
14 <?php if (!empty($redirected)) { ?>
15   <p><?= $redirected ?></p>
16 <?php } ?>
17
18 <?php if (WIKI_NAME == "help") { ?>
19 <div class="browsebanner">
20 <table>
21 <tr>
22 <td>This Help page is located in the Forge Help wiki. You are not in your project's wiki.</td>
23 </tr>
24 </table>
25 </div>
26 <?php } ?>
27
28 <?php if ($curuserprefs->get('pageTrail')) { ?>
29 <?plugin PageTrail ?>
30 <?php } ?>
31
32 <?=$CONTENT?>
33
34 <div id="footer"><?php // for top & bottom toolbars stylesheet ?>
35   <?=Template('browse-footer')?>
36 </div>