menu_top.php
来自「通达网络办公 - Office Anywhere 2008 增强版100%源码(」· PHP 代码 · 共 13 行
PHP
13 行
<?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 + =
减小字号Ctrl + -
显示快捷键?