menu_top.php

来自「通达OA官方提供的30源代码,感觉很实在」· PHP 代码 · 共 12 行

PHP
12
字号
<?
include_once("inc/auth.php");

$MENU_TOP=array(
   array("text" => "工作计划管理", "href" => "index1.php", "target" => "", "title" => "", "img" => "/images/menu/work_plan.gif"),
   array("text" => "新建工作计划", "href" => "new", "target" => "", "title" => "", "img" => "/images/notify_new.gif"),
   array("text" => "工作计划查询", "href" => "query.php", "target" => "", "title" => "", "img" => "/images/infofind.gif")
);

include_once("inc/menu_top.php");
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?