]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/browse.tmpl
update livesearch instructions
[SourceForge/phpwiki.git] / themes / blog / templates / browse.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: browse.tmpl,v 1.4 2005-02-03 05:19:48 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 <hr class="printer" noshade="noshade" />
26 </div>
27 <!--}}} Content-->
28
29 <!--{{{ Sidebar-->
30 <?=Template('sidebar')?>
31 <!--}}}-->