📄 user_list.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_LEFT = array( );
$target = "hrms";
$user_list = array(
"PARA_URL1" => "/general/hrms/manage/user_new.php",
"PARA_URL2" => "/general/hrms/manage/hrms.php",
"PARA_TARGET" => $target,
"PRIV_NO_FLAG" => "1",
"MANAGE_FLAG" => "1",
"MODULE_ID" => "9",
"xname" => "hrms_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" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "导出人事档案",
"href" => "query.php",
"onclick" => "",
"target" => $target,
"title" => "",
"img" => "",
"module" => "",
"module_style" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "导入人事档案",
"href" => "import.php",
"onclick" => "",
"target" => $target,
"title" => "",
"img" => "",
"module" => "",
"module_style" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "设置公开信息",
"href" => "open.php",
"onclick" => "",
"target" => $target,
"title" => "批量设置用户的个性设置",
"img" => "",
"module" => "",
"module_style" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "批量更新档案",
"href" => "batch_update.php",
"onclick" => "",
"target" => $target,
"title" => "批量设置用户的个性设置",
"img" => "",
"module" => "",
"module_style" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "合同到期/转正/退休人员",
"href" => "remind.php",
"onclick" => "",
"target" => $target,
"title" => "批量设置用户的个性设置",
"img" => "",
"module" => "",
"module_style" => ""
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "员工关怀",
"href" => "care.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 + -