user_list.php
来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 21 行
PHP
21 行
<?
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/system/attendance/manage/user_manage/user.php';
$PARA_TARGET = 'hrms';
$PRIV_NO_FLAG = 1;
include_once 'inc/user_list/index.php';
echo ' </td>
</tr>
</table>';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?