title.php

来自「极限网络智能办公系统—MYOA26—100%—源程序。」· PHP 代码 · 共 9 行

PHP
9
字号
<?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=\"5\">\r\n\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n  <tr>\r\n    <td class=\"Big\"><img src=\"/images/menu/system.gif\" WIDTH=\"22\" HEIGHT=\"20\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> 部门/成员单位管理</span>\r\n    </td>\r\n    <td align=\"right\">\r\n      <input type=\"button\" value=\"新建部门/成员单位\" class=\"BigButton\" onClick=\"parent.dept_main.location='dept_new.php';\" title=\"新建部门/成员单位\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n    </td>\r\n    </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n";
?>

⌨️ 快捷键说明

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