📄 toolbar.admin.html.php
字号:
<?php/*** @version $Id: toolbar.admin.html.php,v 1.5 2005/02/11 01:19:32 levis Exp $* @package Mambo* @subpackage Admin* @copyright (C) 2000 - 2005 Miro International Pty Ltd* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL* Mambo is Free Software*//*** @package Mambo* @subpackage Admin*/class TOOLBAR_admin { function _SYSINFO() { mosMenuBar::startTable(); mosMenuBar::help( 'screen.system.info' ); mosMenuBar::endTable(); } /** * Draws the menu for a New category */ function _CPANEL() { mosMenuBar::startTable(); mosMenuBar::help( 'screen.cpanel' ); mosMenuBar::endTable(); } /** * Draws the menu for a New category */ function _DEFAULT() { mosMenuBar::startTable(); //mosMenuBar::help( 'screen.cpanel' ); mosMenuBar::endTable(); }}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -