]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/actionbar.tmpl
better LIVESEARCH
[SourceForge/phpwiki.git] / themes / blog / templates / actionbar.tmpl
1 <?php // -*-php-*-
2   rcs_id('$Id: actionbar.tmpl,v 1.7 2005-02-11 14:51:02 rurban Exp $');
3 if ($user->isAuthenticated()) {
4     if ((!$page->get('locked') || $user->isAdmin()))
5         $EditB = Button("edit");
6     else
7         $EditB = Button("viewsource", _("View Source"));
8 }
9 ?>
10 <table summary="Toolbar: Mani Navigation"
11        width="100%" cellpadding="0" cellspacing="0" border="0">
12 <tr valign="baseline">
13   <td>
14   <div class="actionbuttons">
15     <?= WikiLink(HOME_PAGE, "known",_("Home")) ?>
16     <?=$SEP?><?= WikiLink(_("About")) ?>
17     <?=$SEP?><?= WikiLink(_("BlogArchives"),'',_("Archives")) ?>
18     <?=$SEP?><?= WikiLink(_("Photos")) ?>
19     <?=$SEP?><?= WikiLink(_("HowTo")) ?>
20     <?=$SEP?><?= WikiLink(_("RecentChanges")) ?>
21     <?=$SEP?><?= Button("PageInfo", _("Info")) ?>
22     <?php if ($user->isAuthenticated()) { ?>
23       <?= $SEP?><?= $EditB ?>
24     <?php } ?>
25   </div>
26   </td>
27   <td>
28     <?= Template("search") ?>
29   </td>
30 </tr>
31 </table>
32 <div id="pagetrail"><p><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></p></div>