navbar.tmpl
来自「PhpWiki是sourceforge的一个开源项目」· TMPL 代码 · 共 36 行
TMPL
36 行
<?php // -*-html-*- ?><!-- $Id: navbar.tmpl,v 1.10 2004/06/14 11:26:50 rurban Exp $ --><?php $Sep = $WikiTheme->getButtonSeparator();?><!-- The bottom navigation/search bar --> <?= WikiLink(_("FindPage"), "button") ?> by searching <?php if (!empty($revision)) { ?> (or browse <?= Button("LikePages", _("LikePages")) ?>) <?php } ?> <?php if ($user->isAdmin()) { ?> <?=$Sep?><?= Button($page->get('locked') ? 'unlock' : 'lock')?> <?=$Sep?><?= Button('remove') ?> <?php } ?> <hr /><!-- I would like not to have to use these tables, and managed to get this stuff to work more or less correctly using CSSs float:left; and float:right;. However float:right; seems to cause MSIE4.01/NT to hang. So, we use tables... --><table summary="Toolbar 1: Navigation and user login." class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0" id="actionbar"><tr valign="baseline"> <td> <?= WikiLink(_("RecentChanges"), "button") ?> <?php if (!empty($user) && $user->isAdmin()) { ?> <?=$Sep?><?= WikiLink(_("PhpWikiAdministration"), "button") ?> <?php } ?> </td> <td align="right"> <?= Template('signin') ?> </td></tr></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?