📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "项目类型", "href" => "code_list.php?PARENT_NO=PROJ_TYPE", "target" => "code_list", "title" => "", "img" => "/images/edit.gif" ),
array( "text" => "项目角色类型 ", "href" => "code_list.php?PARENT_NO=PROJ_ROLE", "target" => "code_list", "title" => "", "img" => "/images/edit.gif" ),
array( "text" => "项目文档类型 ", "href" => "code_list.php?PARENT_NO=PROJ_DOC_TYPE", "target" => "code_list", "title" => "", "img" => "/images/edit.gif" ),
array( "text" => "项目费用类型 ", "href" => "code_list.php?PARENT_NO=PROJ_COST_TYPE", "target" => "code_list", "title" => "", "img" => "/images/edit.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -