📄 editxx.asp
字号:
<script src="edit.js" type="text/javascript"></script>
<link href="../img/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="adminhx_top.asp"-->
<%dim action
action=request.QueryString("action")
if InStr(Action,"'")>0 then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
response.end
end if
select case action
case ""%>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="0" align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">网站其它信息设置</font></b></td>
</tr>
<tr><td >
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr align="center">
<td width="27%"> <a href="editxx.asp?action=huikuanfangshi">付款方式</a></td>
<td width="34%"> <a href="editxx.asp?action=gouwuliucheng">购物流程</a></td>
<td width="39%"> 帮助信息</td>
</tr>
<tr align="center">
<td> <a href="editxx.asp?action=jiaoyitiaokuan">交易条款</a></td>
<td> <a href="editxx.asp?action=changjianwenti">常见问题</a></td>
<td> <a href="editxx.asp?action=shiyongfalv">适用法律和版权声明</a></td>
</tr>
<tr align="center">
<td> <a href="editxx.asp?action=yunshushuoming">运输说明</a></td>
<td> <a href="editxx.asp?action=baomi">保密和安全</a></td>
<td> <a href="editxx.asp?action=shouhoufuwu">商品销售和售后服务</a></td>
</tr>
<tr align="center">
<td> <a href="editxx.asp?action=songhuofeiyong">送货方式及费率</a></td>
<td> <a href="editxx.asp?action=gongzuoshijian">我们的工作时间</a></td>
<td> <a href="editxx.asp?action=jifen">积分奖励</a></td>
</tr>
<tr align="center">
<td> <a href="editxx.asp?action=vip">VIP特惠</a></td>
<td><a href="editxx.asp?action=regtiaoyue">更改注册条约</a> </td>
<td><a href="editxx.asp?action=jtcg">集团采购</a></td>
</tr>
<tr align="center">
<td> <a href="editxx.asp?action=about">关于本站</a></td>
<td> <a href="editxx.asp?action=lxwm">联系我们</a></td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<%case else%>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="0" align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">
<%
if action="huikuanfangshi" then response.write "付 款 方 式"
if action="gouwuliucheng" then response.write "购 物 流 程"
if action="regtiaoyue" then response.write "更改注册条约"
if action="yunshushuoming" then response.write "运 输 说 明"
if action="baomi" then response.write "保 密 和 安 全"
if action="shouhoufuwu" then response.write "商品销售和售后服务"
if action="songhuofeiyong" then response.write "送货方式及费率"
if action="gongzuoshijian" then response.write "我们的工作时间"
if action="jifen" then response.write "积 分 奖 励"
if action="vip" then response.write "VIP 特 惠"
if action="about" then response.write "关 于 本 站"
if action="lxwm" then response.write "联 系 我 们"
if action="jtcg" then response.write "集 团 采 购"
if action="jiaoyitiaokuan" then response.write "交 易 条 款"
if action="changjianwenti" then response.write "常 见 问 题"
if action="shiyongfalv" then response.write "适用法律和版权声明"
%>
</font></b></td>
</tr><tr><td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" method="post" action="savexx.asp?action=<%=action%>" OnSubmit="return checkdata()" onReset="return ResetForm();">
<tr>
<td align="center">
<table width="500" border="0" cellspacing="2" cellpadding="2">
<tr>
<td><select name="selectFont" onChange="FormatText('fontname', selectFont.options[selectFont.selectedIndex].value);document.form1.selectFont.options[0].selected = true;" style="font-family: 宋体; font-size: 9pt" onMouseOver="window.status='选择选定文字的字体。';return true;" onMouseOut="window.status='';return true;">
<option selected>选择字体</option>
<option value="宋体">宋体</option>
<option value="楷体_GB2312">楷体</option>
<option value="新宋体">新宋体</option>
<option value="黑体">黑体</option>
<option value="隶书">隶书</option>
<option value="幼圆">幼圆</option>
<OPTION value="Andale Mono">Andale
Mono</OPTION>
<OPTION value=Arial>Arial</OPTION>
<OPTION value="Arial Black">Arial
Black</OPTION>
<OPTION value="Book Antiqua">Book
Antiqua</OPTION>
<OPTION value="Century Gothic">Century
Gothic</OPTION>
<OPTION value="Comic Sans MS">Comic
Sans MS</OPTION>
<OPTION value="Courier New">Courier
New</OPTION>
<OPTION value=Georgia>Georgia</OPTION>
<OPTION value=Impact>Impact</OPTION>
<OPTION value=Tahoma>Tahoma</OPTION>
<OPTION value="Times New Roman" >Times
New Roman</OPTION>
<OPTION value="Trebuchet MS">Trebuchet
MS</OPTION>
<OPTION value="Script MT Bold">Script
MT Bold</OPTION>
<OPTION value=Stencil>Stencil</OPTION>
<OPTION value=Verdana>Verdana</OPTION>
<OPTION value="Lucida Console">Lucida
Console</OPTION>
</select>
<select name="selectColour" onChange="FormatText('ForeColor',selectColour.options[selectColour.selectedIndex].value);document.form1.selectColour.options[0].selected = true;" onMouseOver="window.status='选择选定文字的颜色。';return true;" onMouseOut="window.status='';return true;">
<option value="0" selected>选择文字颜色</option>
<option style="background-color:#F0F8FF;color: #F0F8FF" value="#F0F8FF">#F0F8FF</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -