⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 organ.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
字号:
<?php

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";
echo "<s";
echo "tyle>\r\nbody{\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n\tmargin-right: 0px;\r\n\tmargin-bottom: 0px;\r\n\tpadding-left:0px\r\n}\r\n</style>\r\n<base target=\"framedeptmain\"  />\r\n<body topmargin=\"0\" >\r\n\t<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n\t  <tr class=\"tableheader\">\r\n\t\t<td align=\"center\" onClick=\"tree.expandAll();\" style=\"cursor:hand\" title=\"展开下级\"> 按部门选择</td>\r\n\t  </tr>\r\n\t</table> \r\n\r\n\t";
echo "<table border=\"0\" cellspacing=\"1\" width=\"100%\"  cellpadding=\"0\">\r\n  \r\n\t\r\n\t<tr>\r\n      <td>\r\n\t \r\n";
$pararr['root_url'] = "/module/dept_select_single_new/dept.php";
$pararr['dept_url'] = "/module/dept_select_single_new/dept.php";
$pararr['user_url'] = "";
$pararr['priv_view'] = "0";
$pararr['view_type'] = "1";
$pararr['target_frame'] = "framedeptmain";
$pararr['select_module'] = "1";
$pararr['form_name'] = $_REQUEST['formName'];
$pararr['input_name'] = $_REQUEST['inputName'];
$pararr['input_id'] = $_REQUEST['inputID'];
$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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -