📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "上下班登记", "href" => "duty", "target" => "", "title" => "", "img" => "/images/menu/attendance.gif" ),
array( "text" => "外出登记", "href" => "out", "target" => "", "title" => "", "img" => "/images/menu/attendance.gif" ),
array( "text" => "请假登记", "href" => "leave", "target" => "", "title" => "", "img" => "/images/menu/attendance.gif" ),
array( "text" => "出差登记", "href" => "evection", "target" => "", "title" => "", "img" => "/images/menu/attendance.gif" ),
array( "text" => "上下班记录", "href" => "report", "target" => "", "title" => "", "img" => "/images/menu/attendance.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -