📄 editxx.asp
字号:
<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');history.go(-1);</script>"
response.End
else
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.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 bgcolor="#799AE1">
<table width="80%" border="1" cellspacing="0" cellpadding="1" bordercolor="#6699FF" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
<tr>
<td class="12v" >
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
<tr>
<td>
<%dim action
action=request.QueryString("action")
select case action
case ""%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">网站其它信息设置</font></div>
</td>
</tr>
<tr>
<td height="64" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF">
<tr bgcolor="#E8F1FF">
<td width="27%">
<div align="center"><a href="editxx.asp?action=huikuanfangshi">付款方式</a></div>
</td>
<td width="34%">
<div align="center"><a href="editxx.asp?action=gouwuliucheng">购物流程</a></div>
</td>
<td width="39%">
<div align="center"><a href="editxx.asp?action=regtiaoyue">更改注册条约</a></div>
</td>
</tr>
<tr bgcolor="#E8F1FF">
<td>
<div align="center"><a href="editxx.asp?action=jiaoyitiaokuan">交易条款</a></div>
</td>
<td>
<div align="center"><a href="editxx.asp?action=changjianwenti">常见问题</a></div>
</td>
<td>
<div align="center"><a href="editxx.asp?action=shiyongfalv">适用法律和版权声明</a></div>
</td>
</tr>
<tr bgcolor="#E8F1FF">
<td>
<div align="center"><a href="editxx.asp?action=yunshushuoming">运输说明</a></div>
</td>
<td>
<div align="center"><a href="editxx.asp?action=baomi">保密和安全</a></div>
</td>
<td>
<div align="center"><a href="editxx.asp?action=shouhoufuwu">商品销售和售后服务</a></div>
</td>
</tr>
<tr bgcolor="#E8F1FF">
<td>
<div align="center"><a href="editxx.asp?action=songhuofeiyong">送货方式及费率</a></div>
</td>
<td>
<div align="center"><a href="editxx.asp?action=gongzuoshijian">我们的工作时间</a></div>
</td>
<td> </td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<%case "huikuanfangshi"%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">付 款 方
式</font></div>
</td>
</tr>
<tr>
<td height="83" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" method="post" action="savexx.asp?action=huikuanfangshi">
<tr>
<td bgcolor="#E8F1FF">
<div align="center">
<p>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select huikuanfangshi from shop_config",conn,1,1%>
<textarea name="huikuanfangshi" cols="60" rows="12" id="huikuanfangshi"><%=trim(rs("huikuanfangshi"))%></textarea>
<%rs.close
set rs=nothing%>
<br>
<input type="submit" name="Submit" value="提 交">
<input type="button" name="Submit2" value="返 回" onClick="javascript:history.go(-1)">
<input name="html" type="checkbox" id="html" value="ubb" checked>
使用HTML添加,UBB代码将不起作用!</p>
</div>
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<%case "jiaoyitiaokuan"%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">交 易 条
款</font></div>
</td>
</tr>
<tr>
<td height="83" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" method="post" action="savexx.asp?action=jiaoyitiaokuan">
<tr>
<td bgcolor="#E8F1FF">
<div align="center">
<p>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select jiaoyitiaokuan from shop_config",conn,1,1%>
<textarea name="jiaoyitiaokuan" cols="60" rows="12" id="jiaoyitiaokuan"><%=trim(rs("jiaoyitiaokuan"))%></textarea>
<%rs.close
set rs=nothing%>
<br>
<input type="submit" name="Submit3" value="提 交">
<input type="button" name="Submit22" value="返 回" onClick="javascript:history.go(-1)">
<input name="html" type="checkbox" id="html" value="ubb" checked>
使用HTML添加,UBB代码将不起作用!</p>
</div>
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<%case "yunshushuoming"%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">运 输 说
明</font></div>
</td>
</tr>
<tr>
<td height="83" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" method="post" action="savexx.asp?action=yunshushuoming">
<tr>
<td bgcolor="#E8F1FF">
<div align="center">
<p>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select yunshushuoming from shop_config",conn,1,1%>
<textarea name="yunshushuoming" cols="60" rows="12" id="textarea2"><%=trim(rs("yunshushuoming"))%></textarea>
<%rs.close
set rs=nothing%>
<br>
<input type="submit" name="Submit32" value="提 交">
<input type="button" name="Submit222" value="返 回" onClick="javascript:history.go(-1)">
<input name="html" type="checkbox" id="html3" value="ubb" checked>
使用HTML添加,UBB代码将不起作用!</p>
</div>
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<%case "gouwuliucheng"%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">购 物 流
程</font></div>
</td>
</tr>
<tr>
<td height="83" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" method="post" action="savexx.asp?action=gouwuliucheng">
<tr>
<td bgcolor="#E8F1FF">
<div align="center">
<p>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select gouwuliucheng from shop_config",conn,1,1%>
<textarea name="gouwuliucheng" cols="60" rows="12" id="textarea3"><%=trim(rs("gouwuliucheng"))%></textarea>
<%rs.close
set rs=nothing%>
<br>
<input type="submit" name="Submit322" value="提 交">
<input type="button" name="Submit2222" value="返 回" onClick="javascript:history.go(-1)">
<input name="html" type="checkbox" id="html4" value="ubb" checked>
使用HTML添加,UBB代码将不起作用!</p>
</div>
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<%case "changjianwenti"%>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#006600">
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><font color="#000000">常 见 问
题</font></div>
</td>
</tr>
<tr>
<td height="83" bgcolor="#E8F1FF"><br>
<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -