?? menu_top.php
字號:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "待批申請", "href" => "query.php?DMER_STATUS=0", "target" => "", "title" => "等待批準的車輛申請", "img" => "/images/menu/vehicle.gif" ),
array( "text" => "已準申請", "href" => "query.php?DMER_STATUS=1", "target" => "", "title" => "已經被批準的車輛申請", "img" => "/images/menu/vehicle.gif" ),
array( "text" => "未準申請", "href" => "query.php?DMER_STATUS=3", "target" => "", "title" => "未被批準的車輛申請", "img" => "/images/menu/vehicle.gif" )
);
include_once( "inc/menu_top.php" );
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -