user_list.php

来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 19 行

PHP
19
字号
<?php

ob_start( );
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
echo "    <table border=\"0\" cellspacing=\"1\" width=\"100%\"   cellpadding=\"3\" align=\"center\">\r\n       <tr class=\"TableHeader\" onclick=\"clickMenu('1')\" style=\"cursor:hand\" title=\"点击伸缩列表\">\r\n         <td nowrap align=\"center\"><b>人员列表</b></td>\r\n       </tr>\r\n    </table>\r\n    <table border=\"0\" cellspacing=\"1\" width=\"100%\" cellpadding=\"3\" id=\"1\">\r\n    <tr>\r\n      <td>\r\n";
$pararr['dept_url'] = "";
$pararr['user_url'] = "/general/system/res_manage/query/user_res.php";
$pararr['priv_view'] = "1";
$pararr['view_type'] = "0";
$pararr['target_frame'] = "user_diary";
$pararr['select_module'] = "0";
$par = implodestpar( $pararr );
include_once( "inc/dept_user_list/index.php" );
echo "       </td>\r\n     </tr>\r\n    </table>\r\n\r\n";
echo "<s";
echo "cript language=\"JavaScript\">\r\nfunction clickMenu(ID)\r\n{\r\n\r\n    targetelement=document.all(ID);\r\n    if (targetelement.style.display==\"none\")\r\n        targetelement.style.display='';\r\n    else\r\n        targetelement.style.display=\"none\";\r\n}\r\n</script>\r\n";
?>

⌨️ 快捷键说明

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