title.php

来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 27 行

PHP
27
字号
<?
  include_once 'inc/auth.php';
  echo '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
  <tr>
    <td class="Big"><img src="/images/menu/system.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
  echo '<s';
  echo 'pan class="big3"> 部门/成员单位管理</span>
    </td>
    <td align="right">
      <input type="button" value="新建部门/成员单位" class="BigButton" onClick="parent.dept_main.location=\'dept_new.php\';" title="新建部门/成员单位">&nbsp;&nbsp;
      <input type="button" value="导入" class="BigButton" onClick="parent.dept_main.location=\'import.php\';" title="导入部门/成员单位">&nbsp;&nbsp;
      <input typ';
  echo 'e="button" value="导出" class="BigButton" onClick="parent.dept_main.location=\'export.php\';" title="导出部门/成员单位">&nbsp;&nbsp;&nbsp;&nbsp;
    </td>
    </tr>
</table>
</body>
</html>
';
?>

⌨️ 快捷键说明

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