⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_list.php

📁 通达网络办公 - Office Anywhere 2008 增强版100%源码(3.4.081216) 内含 通达OA2008增強版接近完美破解补丁20081216集 及 最新通达OA2008ADV(
💻 PHP
字号:
<?php

include_once( "inc/auth.php" );
$MENU_LEFT = array( );
$target = "user_main";
$user_list = array(
	"PARA_URL1" => "/general/system/user/user_new.php",
	"PARA_URL2" => "/general/system/user/user_edit.php",
	"PARA_TARGET" => $target,
	"PRIV_NO_FLAG" => "3",
	"MANAGE_FLAG" => "1",
	"xname" => "system_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" => ""
);
$query = "SELECT * from USER where USER_ID='".$LOGIN_USER_ID."'";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$POST_PRIV = $ROW['POST_PRIV'];
}
if ( $POST_PRIV == "1" )
{
	$MENU_LEFT[count( $MENU_LEFT )] = array(
		"text" => "离职人员/外部人员",
		"href" => "user_new.php?DEPT_ID=0",
		"onclick" => "clickMenu",
		"target" => $target,
		"title" => "",
		"img" => "",
		"module" => "",
		"module_style" => ""
	);
}
$MENU_LEFT[count( $MENU_LEFT )] = array(
	"text" => "用户查询或导出",
	"href" => "query.php",
	"onclick" => "",
	"target" => $target,
	"title" => "",
	"img" => "",
	"module" => "",
	"module_style" => ""
);
if ( $LOGIN_USER_PRIV == "1" )
{
	$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" => "set.php",
		"onclick" => "",
		"target" => $target,
		"title" => "批量设置用户的个性设置",
		"img" => "",
		"module" => "",
		"module_style" => ""
	);
	$MENU_LEFT[count( $MENU_LEFT )] = array(
		"text" => "导出RTX格式",
		"href" => "exp_rtx.php",
		"onclick" => "",
		"target" => $target,
		"title" => "导出用于在RTX导入用户和部门的XML文件",
		"img" => "",
		"module" => "",
		"module_style" => ""
	);
}
include_once( "inc/menu_left.php" );
?>

⌨️ 快捷键说明

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