]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/smaller/templates/info.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / smaller / templates / info.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4
5 <?= Template("default/info") ?>
6
7 <div id="actionbuttons">
8     <?= Button("viewsource", _("View Source")) ?>
9     <?=$SEP?><?= Button("PageHistory", _("PageHistory")) ?>
10     <?=$SEP?><?= Button("AuthorHistory", _("AuthorHistory")) ?>
11     <?=$SEP?><?= Button("Diff") ?>
12     <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?>
13     <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?>
14     <?=$SEP?><?= Button("PageDump", _("PageDump")) ?>
15   <?php if ((defined('DEBUG') && DEBUG) || $user->isAdmin()) { ?>
16     <!-- Buttons really only for debugging -->
17     <?=$SEP?><?= Button("DebugInfo", _("DebugInfo")) ?>
18 <?php
19     $PurgeCache = Button(array('nocache' => 'purge'),
20                      _("PurgeHtmlCache"), $page->getName());
21     $PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."));
22 ?>
23     <?=$SEP?><?= $PurgeCache ?>
24     <!-- End debugging buttons -->
25   <?php } ?>
26 </div>