menu.php

来自「开源MARC数据处理」· PHP 代码 · 共 44 行

PHP
44
字号
<?

/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
///									      
/// PhpMyLibrary is a Php-MySQL driven online library automation, it          
/// offers cataloging, circulation, and web public access catalog.	      
///									      
/// Copyright (C) 2000  Polerio T. Babao Jr. II				      
/// 									      
/// This program is free software; you can redistribute it and/or modify      
/// it under the terms of the GNU General Public License as published by      
/// the Free Software Foundation; either version 2 of the License, or	      
/// (at your option) any later version.					      
///									      
/// This program is distributed in the hope that it will be useful,	      
/// but WITHOUT ANY WARRANTY; without even the implied warranty of	      
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the	      
/// GNU General Public License for more details.			      
///									      
/// You should have received a copy of the GNU General Public License	      
/// along with this program; if not, write to the Free Software		      
/// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
/// 									      
/// Refer to http://phpmylibrary.sourceforge.net/phpmylibrary for an online   
/// demonstration of the phpmylibrary online application program.	      
/// 									      
/// Modified 21 December 17, 2002 01:25p GMT+8				      
/// Copy of license at http://phpmylibrary.sourceforge.net/LICENSE
/// http://www.phpmylibrary.n3.net or http://phpmylibrary.sourceforge.net
/// Polerio T. Babao Jr.II http://www.polerio.n3.net			      
/// 43-A Bagong Lote, Potrero Malabon, Metro Manila Philippines.	      
///									      
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////


	if(empty($HTTP_COOKIE_VARS['adminuser']))
      { Phpmylibrary::print_menu($Guest,$Guest_id); } else
	{ Phpmylibrary::print_admin_menu($Guest,$Guest_id); }
	

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?