📄 list.asp
字号:
<%
'#################################################################
'# 兄弟资源网仓库管理 ver.2001
'#
'# 版权所有: 兄弟资源网
'#
'# 制作人 : 江湖兄弟
'#
'# 主页地址: http://soft.51dns.net/ 兄弟资源网
'#
'#################################################################
'#【版权声明】
'#
'# 本软体为共享软体(shareware)提供个人网站免费使用,请勿非法修改,
'# 转载,散播,或用于其他图利行为,并请勿删除版权声明。
'# 如果您的网站正式起用了这个脚本,请您通知我们,以便我们能够知晓!
'# 如果可能,请在您的网站做上我们的链接,希望能给予合作。谢谢!
'#################################################################
'# 请您尊重我们的劳动和版权,不要删除以上的版权声明部分,谢谢合作
'# 如有任何问题请到我们的论坛告诉我们
'#################################################################
%>
<%@ LANGUAGE="VBSCRIPT" %>
<% response.buffer=true %>
<%const title="仓库物品"%>
<!-- #include file=opendb.inc-->
<!--#include file=myPrg.asp-->
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0" CHARSET="GB2312">
<title><%=title%></title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>
<body topmargin="0">
<%
CheckLogin
Showtitle(title)
getStorage(session("storage"))
gettypepath
if request.querystring("id")="" then
' showerror("错误")
session("name_id")=0
else
session("name_id")=request.querystring("id")
end if
%>
<table width=100% align=center border='1' cellspacing='0' bordercolordark='#FFFFFF' bordercolorlight='#008000' bordercolor='#00000'>
<%showheader%>
<%showcontent%>
</table>
<!--#include file=copyright.asp-->
</body>
</html>
<!-- 结束
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -