dept_list.php

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

PHP
17
字号
<?php

ob_start( );
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
echo "<html>\r\n<head>\r\n\t<title>dept</title>\r\n</head>\r\n<base target=\"dept_main\"  />\r\n<body topmargin=\"0\" >\r\n\r\n\t<table border=\"0\" cellspacing=\"1\" width=\"100%\"  cellpadding=\"3\" id=\"1\">\r\n    <tr>\r\n      <td>\r\n";
$pararr['dept_url'] = "/general/system/dept/dept_edit.php";
$pararr['user_url'] = "/general/info/user/user.php";
$pararr['priv_view'] = "0";
$pararr['view_type'] = "1";
$pararr['target_frame'] = "dept_main";
$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</body>\r\n</html>";
?>

⌨️ 快捷键说明

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