]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/browse.tmpl
move extra bars from body to browse
[SourceForge/phpwiki.git] / themes / blog / templates / browse.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: browse.tmpl,v 1.2 2004-12-19 18:31:50 rurban Exp $');
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 <!--{{{ Content-->
16 <div id="content" class="narrowcolumn">
17
18 <?=$CONTENT?>
19
20 <!--{{{ Comments-->
21 <div class="comments">
22 </div>
23 <!--}}} Comments-->
24
25 <div id="LSResult" style="display: none;"></div>
26
27 <hr class="printer" noshade="noshade" />
28 </div>
29 <!--}}} Content-->
30
31 <!--{{{ Sidebar-->
32 <?=Template('sidebar')?>
33 <!--}}}-->