haut.php

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

PHP
30
字号
<?
  include 'inc/auth.php';
  echo '
<html>
<head>
<title>网络硬盘</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="95%" cellspacing="0" cellpadding="3" class="small">
  <tr>
    <td class="Big"><img src="/images/menu/netdisk.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="location=\'./query.php?DISK_ID=';
  echo $DISK_ID;
  echo '&rep=';
  echo $rep;
  echo '\'">&nbsp;&nbsp;
        <input type="button" value="返回" class="BigButton" onClick="location=\'./\'">&nbsp;&nbsp;
	<a href="javascript:location.reload()"><img src="images/refresh.gif" alt="刷新" border="0"></a>&nbsp;&nbsp;
	<a href="include/cn_help.htm" target="_blank"><img src="images/help.gif" alt="帮助" border="0"></a>&nbsp;&nbsp;
    </td>
  </tr>
</table>
';
?>

⌨️ 快捷键说明

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