📄 top.asp
字号:
<%@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"> </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> </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -