📄 user_list.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_LEFT = array( );
$target = "hrms";
$user_list = array(
"PARA_URL1" => "",
"PARA_URL2" => "/general/attendance/manage/user_manage/user.php",
"PARA_TARGET" => $target,
"PRIV_NO_FLAG" => "1",
"MANAGE_FLAG" => "1",
"xname" => "attend_manage",
"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" => ""
);
include_once( "inc/menu_left.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -