title.php

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

PHP
8
字号
<?php

include_once( "inc/conn.php" );
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"1\" leftmargin=\"0\">\r\n\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\"  cellpadding=\"0\">\r\n  <tr class=\"tablehead1\">\r\n    <td width=\"46%\"><img src=\"/images/menu/system.gif\"  align=\"absmiddle\"> 部门/成员单位管理\r\n    </td>\r\n\t</tr>\r\n    <tr class=\"tablehead2\">\r\n    <td width=\"54%\"><a ";
echo "href=\"#\" onClick=\"parent.dept_main.location='dept_new.php';\" ><img src=\"../../../images/button/newbumen.gif\" width=\"165\" height=\"20\" border=\"0\"></a></td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>\r\n";
?>

⌨️ 快捷键说明

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