user_list.php
来自「极限网络智能办公系统 - Office Automation 2.8 100% 」· PHP 代码 · 共 12 行
PHP
12 行
<?php
ob_start( );
echo " <table border=\"0\" cellspacing=\"1\" width=\"100%\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\">\r\n <tr class=\"TableHeader\">\r\n <td nowrap align=\"center\"><b>在职人员</b></td>\r\n </tr>\r\n </table>\r\n <table border=\"0\" cellspacing=\"1\" width=\"100%\" class=\"small\" cellpadding=\"3\" id=\"1\">\r\n <tr>\r\n <td>\r\n";
$PARA_URL1 = "";
$PARA_URL2 = "/general/system/attendance/manage/user_manage/user.php";
$PARA_TARGET = "hrms";
$PRIV_NO_FLAG = 1;
include_once( "inc/user_list/index.php" );
echo " </td>\r\n </tr>\r\n </table>";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?