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

📄 user_all.php

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

include_once( "inc/auth.php" );
if ( $LOGIN_NOT_VIEW_USER )
{
	message( "", "无查看用户的权限" );
	exit( );
}
$PARA_URL1 = "";
if ( !$ISPIRIT )
{
	$PARA_TARGET = "main";
	$PARA_URL2 = "user_info.php";
}
else
{
	$PARA_URL2 = "/general/ipanel/user/user_info.php";
	$PARA_ID = "ISPIRIT";
	$PARA_VALUE = $ISPIRIT;
	$PARA_TARGET = "_blank";
}
$PRIV_NO_FLAG = "0";
$MANAGE_FLAG = "0";
$xname = "ipanel_user_all";
$showButton = "0";
$MODULE_ID = 2;
echo "<html>\r\n<head>\r\n<title></title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/theme/";
echo $LOGIN_THEME;
echo "/pheader.css\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/theme/";
echo $LOGIN_THEME;
echo "/user_online.css\">\r\n<script>\r\nvar \$ = function(id) {return document.getElementById(id);};\r\nfunction setCookie(name,value) {\r\n   var today = new Date();\r\n   var expires = new Date();\r\n   expires.setTime(today.getTime() + 1000*60*60*24*1000);\r\n   document.cookie = name + \"=\" + escape(value) + \"; expires=\" + expires.toGMTString();\r\n}\r\nfunction init()\r\n{\r\n";
if ( $ISPIRIT != "" )
{
	echo "   \$(\"bottom\").style.height=\"0px\";\r\n";
}
echo "   \$(\"body\").style.height=(document.body.clientHeight-\$(\"sub_tabs\").clientHeight-\$(\"bottom\").clientHeight)+\"px\";\r\n}\r\nwindow.onresize=function()\r\n{\r\n   if(!parent.\$('frame1')) return;\r\n   var rows = parent.\$('frame1').rows.split(\",\");\r\n   if(rows.length < 2 || rows[1]!=\"*\") return;\r\n   if(document.body.clientHeight > \$(\"sub_tabs\").clientHeight+\$(\"bottom\").clientHeight)\r\n      \$(\"body\").style.height=(document.body.clientHeight-\$(\"sub_tabs\").clientHeight-\$(\"bottom\").clientHeight)+\"px\";\r\n};\r\n</script>\r\n<body class=\"bodycolor\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();\">\r\n<div id=\"sub_tabs\" class=\"sub_tabs\">\r\n<ul id=\"sub_tabs_ul\">\r\n   <li><a href=\"index.php?ISPIRIT=";
echo $ISPIRIT;
echo "\" onclick=\"setCookie('ONLINE_UI','')\" target=\"_self\" title=\"在线人员(树型列表)\" id=\"link_1\"><span>在线</span></a></li>\r\n   <li><a href=\"user_online.php?ISPIRIT=";
echo $ISPIRIT;
echo "\" onclick=\"setCookie('ONLINE_UI','2')\" target=\"_self\" title=\"在线人员(平行列表)\" id=\"link_2\"><span>在线(平行)</span></a></li>\r\n   <li><a href=\"javascript:;\" target=\"_self\" title=\"全部人员\" id=\"link_3\" class=\"active\"><span>全部</span></a></li>\r\n</ul>\r\n</div>\r\n<div id=\"body\">\r\n<div id=\"module_3\" class=\"moduleContainer treeList\" style=\"padding-bottom:20px;\">\r\n";
include_once( "inc/user_list/index.php" );
echo "</div>\r\n\r\n<div align=\"center\" style=\"padding-top:10px;padding-bottom:10px;\">\r\n  <p><input type=\"button\" value=\"人员查询\" class=\"BigButton\" onclick=\"parent.openURL('/general/ipanel/user/query.php');\"></p><br>\r\n  <p><input type=\"button\" value=\"查看用户留言\" class=\"BigButton\" onclick=\"parent.openURL('/general/ipanel/user/status.php');\"></p>\r\n</div>\r\n</div>\r\n\r\n<div id=\"bottom\"><span id=\"bottom_left\"></span><span id=\"bottom_center\"></span><span id=\"bottom_right\"></span></div>\r\n<script>\r\nwindow.setTimeout(\"this.location.reload();\",";
echo $STATUS_REF_SEC * 1000;
echo ");\r\n</script>\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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