haut.php

来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 24 行

PHP
24
字号
<?
include("inc/auth.php");
?>

<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"><span class="big3"> 网络硬盘</span>
    </td>
    <td align="right">
        <input type="button" value="全文检索" class="BigButton" onClick="location='./query.php?DISK_ID=<?=$DISK_ID?>&rep=<?=$rep?>'">&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 + -
显示快捷键?