📄 shjia.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--商家专区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="mt_style.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return false">
<%dim dada,dadaurl,xiao1,xiao2,xiao3,xiao1url,xiao2url,xiao3url,tx1,tx1url,tx2,tx2url,tx3,tx3url
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_gg",conn,1,1
dada=trim(rs("458"))
dadaurl=trim(rs("458url"))
xiao1=trim(rs("2541"))
xiao1url=trim(rs("2541url"))
xiao2=trim(rs("2542"))
xiao2url=trim(rs("2542url"))
xiao3=trim(rs("2543"))
xiao3url=trim(rs("2543url"))
tx1=trim(rs("1441"))
tx1url=trim(rs("1441url"))
tx2=trim(rs("1442"))
tx2url=trim(rs("1442url"))
tx3=trim(rs("1443"))
tx3url=trim(rs("1443url"))
rs.close
set rs=nothing
%>
<%dim gg1,gg2,gg3,gg4,gg1url,gg2url,gg3url,gg4url
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_gg",conn,1,1
gg1=trim(rs("1601"))
gg1url=trim(rs("1601url"))
gg2=trim(rs("1602"))
gg2url=trim(rs("1602url"))
gg3=trim(rs("1603"))
gg3url=trim(rs("1603url"))
gg4=trim(rs("1604"))
gg4url=trim(rs("1604url"))
rs.close
set rs=nothing
%>
<!--#include file="webtop.asp"-->
<table width="760" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#EDECEC">
<tr>
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<!--#include file="fenleiinfo.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
</td>
<td width="1" valign="top" background="images/bj_x.gif"></td>
<td width="398" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4" align="center">
<%xAction=lcase(request("action"))
select case xAction
case "addnews"
%>
<tr>
<td colspan="4"><font color="#009933">添加新闻</font></td>
</tr>
<%case "glnews" %>
<tr>
<td colspan="4"><font color="#009933">管理新闻</font></td>
</tr>
<%case "fkfs" %>
<tr>
<td colspan="4"><font color="#009933">付款方式</font></td>
</tr>
<%case "ps" %>
<tr>
<td colspan="4"><font color="#009933">配送说明</font></td>
</tr>
<%case "fk" %>
<tr>
<td colspan="4"><font color="#009933">查看留言</font></td>
</tr>
<%case "myziliao" %>
<tr>
<td colspan="4"><font color="#009933">我的资料</font></td>
</tr>
<%case "mydindan" %>
<tr>
<td colspan="4"><font color="#009933">我的订单</font></td>
</tr>
<%case "addshp"%>
<tr>
<td colspan="4"><font color="#009933">添加商品</font></td>
</tr>
<%case "modify" %>
<tr>
<td colspan="4"><font color="#009933">管理商品</font></td>
</tr>
<%end select%>
<tr>
<td colspan="4" height=1 background="images/bj_x.gif"></td>
</tr>
</table>
<br><!--#include file=user/shjia_inc.asp-->
<%xAction=lcase(request("action"))
select case xAction
case "myziliao"
call myziliao()
case "editshp"
call editshp()
case "fkfs"
call fkfs()
case "ps"
call ps()
case "fk"
call fk()
case "addnews"
call addnews()
case "glnews"
call glnews()
case "mydindan"
call mydindan()
case "addshp"
call addshp()
case "modify"
call modify()
end select%>
</div>
</td>
<td width="1" valign="top" background="images/bj_x.gif"></td>
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<%if request.cookies("songxf")("shjianame")="" then%>
<!--#include file="user/shjiazhc.asp"-->
<%else%>
<!--#include file="user/shjiamanage.asp"-->
<%end if%>
<!--#include file="xiaoshouinfo.asp"-->
</td>
</tr>
</table>
<!--#include file="service1.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -