]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/gforge/templates/browse.tmpl
Warning banner
[SourceForge/phpwiki.git] / themes / gforge / templates / browse.tmpl
1 <?php // -*-html-*-
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
15 <?php if (WIKI_NAME == "cssforge") { ?>
16 <table width="100%" bgcolor="#e9fbff" style="border-style:solid;border-color:blue;border-width:2px">
17 <tr>
18 <td><p align="center"><em><b>This Help page is located in the main Forge wiki. You are not in your project's wiki.</b></em></p>
19 </td>
20 </tr>
21 </table>
22 <?php } ?>
23
24 <?=$CONTENT?>
25
26 <div id="footer"><?php // for top & bottom toolbars stylesheet ?>
27   <?=Template('browse-footer')?>
28 </div>