toolbar.admin.html.php

来自「mambo的cms源代码」· PHP 代码 · 共 39 行

PHP
39
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?