0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Portland
/
templates
/
[
Home
]
File: actionbar.tmpl
<?php // -*-php-*- ?> <!-- $Id: actionbar.tmpl,v 1.21 2007/01/02 13:29:40 rurban Exp $ --> <?php if ($revision and (!$page->get('locked') || $user->isAdmin())) $EditB = Button("edit", $revision->isCurrent() ? _("EditText") : _("Edit Old Revision")); else $EditB = Button("viewsource", _("View Source")); $EditB = fmt("%s of this page", $EditB); if (empty($revision)) $revision = $page->getCurrentRevision(false); ?> <?= $EditB ?> <a href="<?=WikiURL($revision,array('action'=>'diff'))?>"><?= $WikiTheme->getLastModifiedMessage($revision) ?></a> <?=$SEP?><?= Button("PageHistory", _("PageHistory")) ?> <?=$SEP?><?= Button("PageInfo", _("PageInfo")) ?> <?php if (defined('DEBUG') && DEBUG || $user->isAdmin()) { ?> <?=$SEP?><?= Button("DebugInfo", _("DebugInfo")) ?> <!-- For debugging only, really --> <?php } ?> <br />