📄 index.asp
字号:
<!--#include file="../main.asp" -->
<!--#include file="../public.asp" -->
<!--#include file="../Club.asp" -->
<%
'地区
Function addone()
set rs1=server.createobject("adodb.recordset")
sql1="select * from "&WebSqlType&"_ypaddtwo where "&WebSqlType&"_addtwo_id="&rs(""&WebSqlType&"_addtwo")
rs1.open sql1,conn,1,1
if rs1.eof and rs1.bof then
else
response.write(rs1(""&WebSqlType&"_addone")&"、"&rs1(""&WebSqlType&"_addtwo"))
end if
End Function
'类型
Function xxone()
set rs1=server.createobject("adodb.recordset")
sql1="select * from "&WebSqlType&"_ypxxone where "&WebSqlType&"_xxone_id="&rs(""&WebSqlType&"_xxone")
rs1.open sql1,conn,1,1
if rs1.eof and rs1.bof then
else
xxone=rs1(""&WebSqlType&"_xxone")
end if
set rs1=server.createobject("adodb.recordset")
sql1="select * from "&WebSqlType&"_ypxxtwo where "&WebSqlType&"_xxtwo_id="&rs(""&WebSqlType&"_xxtwo")
rs1.open sql1,conn,1,1
if rs1.eof and rs1.bof then
else
xxtwo=rs1(""&WebSqlType&"_xxtwo")
end if
response.write(xxone&"、"&xxtwo)
End Function
%>
<!--#include file="../dns/dns.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>【<%=title%>】管理中心</title>
<link href="images/manage_style.css" rel="stylesheet" type="text/css" />
<link href="images/msg.css" rel="stylesheet" type="text/css" />
<link rel="StyleSheet" href="images/dtree.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<script type="text/javascript" src="images/dtree.js"></script>
</head>
<body onResize="reSize()">
<!--#include file="top.asp"-->
<div id="wrap">
<div class="div-left">
<!--#include file="left.asp"-->
</div>
<div class="div-right"> <h1> <img src="images/ss.gif"> 管理首页</h1>
<div class="nav"> </div>
<div id="wrap2">
<div class="left-content"><img src="/<%=rs(""&WebSqlType&"_pic")%>" onload="javascript:if(this.width>100) this.width=100;"/></div>
<%call CindexId()%>
</div>
<%call bottom()%>
<div> </div></div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -