📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "待批会议", "href" => "manage.php?M_STATUS=0", "target" => "", "title" => "", "img" => "/images/menu/meeting.gif" ),
array( "text" => "已准会议", "href" => "manage.php?M_STATUS=1", "target" => "", "title" => "", "img" => "/images/menu/meeting.gif" ),
array( "text" => "进行中会议", "href" => "manage.php?M_STATUS=2", "target" => "", "title" => "", "img" => "/images/menu/meeting.gif" ),
array( "text" => "未批准会议", "href" => "manage.php?M_STATUS=3", "target" => "", "title" => "", "img" => "/images/menu/meeting.gif" ),
array( "text" => "已结束会议", "href" => "manage.php?M_STATUS=4", "target" => "", "title" => "", "img" => "/images/menu/meeting.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -