?? body.tmpl
字號:
<?php // -*-html-*-rcs_id('$Id: body.tmpl,v 1.5 2005/01/25 07:23:31 rurban Exp $');?><body<?= $WikiTheme->getMoreAttr('body') ?>><div id="header"><?php // for top toolbars style sheet ?> <?= Template('top') ?></div><div class="toolbar"><?= Template('navbar') ?></div><!-- Page content --><div id="content"><?php if (isset($HEADER)) { ?><!-- Page title --><h1><?= $HEADER ?></h1><?php } ?><?= $CONTENT ?><?= Template('bottom') ?></div><?php if (isset($revision)) { ?><!-- Actionbar --><?= Template('actionbar') ?><?php } ?></body>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -