user_list.php

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

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

$MENU_LEFT=array();

$target="user_info";
$user_list=array(
"PARA_URL1" => "/general/ipanel/user/search.php",
"PARA_URL2" => "/general/ipanel/user/user_info.php",
"PARA_TARGET" => $target,
"PRIV_NO_FLAG" => "0",
"xname" => "info_user",
"showButton" => "0",
"include_file" => "inc/user_list/index.php");

$MENU_LEFT[count($MENU_LEFT)] = array("text" => "在职人员", "href" => "", "onclick" => "clickMenu", "target" => $target, "title" => "点击伸缩列表", "img" => "", "module" => $user_list, "module_style" => "");
$MENU_LEFT[count($MENU_LEFT)] = array("text" => "外出人员", "href" => "out.php", "onclick" => "", "target" => $target, "title" => "", "img" => "", "module" => "", "module_style" => "");
$MENU_LEFT[count($MENU_LEFT)] = array("text" => "全部人员", "href" => "user_all.php", "onclick" => "", "target" => $target, "title" => "", "img" => "", "module" => "", "module_style" => "");
$MENU_LEFT[count($MENU_LEFT)] = array("text" => "人员查询", "href" => "/general/ipanel/user/query.php", "onclick" => "", "target" => $target, "title" => "", "img" => "", "module" => "", "module_style" => "");

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

⌨️ 快捷键说明

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