user_list.php

来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 23 行

PHP
23
字号
<?
  ob_start ();
  echo '    <table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3" align="center">
       <tr class="TableHeader">
         <td nowrap align="center"><b>在职人员</b></td>
       </tr>
    </table>
    <table border="0" cellspacing="1" width="100%" class="small" cellpadding="3" id="1">
    <tr>
      <td>
';
  $PARA_URL1 = '';
  $PARA_URL2 = '/general/attendance/manage/user_manage/user.php';
  $PARA_TARGET = 'hrms';
  $PRIV_NO_FLAG = 1;
  $xname = 'attend_manage';
  $showButton = 0;
  include_once 'inc/user_list/index.php';
  echo '       </td>
     </tr>
    </table>';
?>

⌨️ 快捷键说明

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