📄 user_list.php
字号:
<?
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -