menu_top.php

来自「通达OA官方提供的30源代码,感觉很实在」· PHP 代码 · 共 13 行

PHP
13
字号
<?
include_once("inc/auth.php");

$MENU_TOP=array(
   array("text" => "图书查询", "href" => "search.php", "target" => "", "title" => "", "img" => "/images/infofind.gif"),
   array("text" => "待批借阅", "href" => "query.php?STATUS=0", "target" => "", "title" => "", "img" => "/images/menu/book.gif"),
   array("text" => "已准借阅", "href" => "query.php?STATUS=1", "target" => "", "title" => "", "img" => "/images/menu/book.gif"),
   array("text" => "未准借阅", "href" => "query.php?STATUS=2", "target" => "", "title" => "", "img" => "/images/menu/book.gif")
);

include_once("inc/menu_top.php");
?>

⌨️ 快捷键说明

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