top.asp

来自「BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各」· ASP 代码 · 共 44 行

ASP
44
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="inc/function.asp"-->
<!--#include file="inc/driver.asp"-->
<%
    session("goindex") = false
'--------------------------------------------
    if session("adminlogin") = "" or session("dir") = "" then
	response.redirect("login.asp")
    end if
'--------------------------------------------
%>
<html>
<head>
<title><%=name%>--[By BrightStar]</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Meta Name="description" Content="BS在线文件管理系统">
<Meta Name="Keywords" Content="BS在线文件管理系统">
<meta http-equiv="pragma" content="no-cache">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" rightmargin="16">
<table width="758" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td style="border: 1 solid #000000" width="57" align="center"><a href="logout.asp?logout=1" target="_parent">退出管理</a></td>
    <td  width="28" align="center">&nbsp;</td>
    <td  width="57" align="center" style="border: 1 solid #000000"><a href="login.asp" target="_parent">资料管理</a></td>
    <td align="center"><b><font size="4">[<%=name%>]</font></b><font color="#ccaacc">-version:<%=version%></font>&nbsp;&nbsp;&nbsp;&nbsp;</td>
  </tr>
</table>
<hr align="center"  width="758" size="1" noshade color="#ccaacc" height="1">

<table width="758" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><%call ShowDriveList()%></td>
  </tr>
</table>
<table width="758" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><hr align="center"  width="758" size="1" noshade color="#ccaacc" height="1"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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