📄 user_list.php
字号:
<?php
ob_start( );
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
echo "<html>\r\n<head>\r\n<title></title>\r\n</head>\r\n<body topmargin=\"0\">\r\n <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=\"5\" id=\"1\">\r\n <tr>";
echo "\r\n <td>\r\n";
$pararr['dept_url'] = "";
$pararr['user_url'] = "/general/salary/submit/sal_data.php";
$pararr['priv_view'] = "1";
$pararr['view_type'] = "0";
$pararr['target_frame'] = "hrms";
$pararr['select_module'] = "1";
$pararr['FLOW_ID'] = $FLOW_ID;
$par = implodestpar( $pararr );
include_once( "inc/dept_user_list/index.php" );
echo " </td>\r\n </tr>\r\n </table>\r\n\t</body>\r\n</html>\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -