]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/info.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / blog / templates / info.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?= Template("default/info") ?>
5 <div class="actionbuttons">
6   <?=$SEP?><?= Button("AuthorHistory", _("AuthorHistory")) ?>
7   <?=$SEP?><?= Button("Diff") ?>
8   <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?>
9   <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?>
10 </div>
11 <br />
12 <div class="actionbuttons">
13   <?= Template("default/actionbar") ?>
14 </div>