📄 menu_top.php
字号:
<?
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -