www.gusucode.com > 爱美尔女性商城源码 1.0源码程序 > admintouch/editxx.asp

    <!--#include file="conn.asp"-->
<%if session("bjxadmin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html><head><title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
<!--
function checkdata()
{
if (document.form1.viewhtml.checked == true)
	{
	  alert("对不起,请取消“查看HTML源代码”后再添加!")
	  document.form1.viewhtml.focus()
	  return false
	 }

}

//-->
</script>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<%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="#6a7f9a">
<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> <a href="editxx.asp?action=about">走进爱美尔</a></td>
                                  <td> <a href="editxx.asp?action=lxwm">客服中心</a></td>
                                  <td><a href="editxx.asp?action=vip">招商加盟</a></td>
                                </tr>
                                <tr  align="center"> 
                                  <td width="27%"><a href="editxx.asp?action=regtiaoyue">更改注册条约</a> </td>
                                  <td width="34%"><a href="editxx.asp?action=huikuanfangshi">支付方式</a></td>
                                  <td width="39%"></td>
                                </tr>
      </table>
                            </td>
                          </tr>
                        </table>
<%case else%>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#6a7f9a">
<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 "招 商 加 盟"
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">
                                <form name="form1" method="post" action="savexx.asp?action=<%=action%>" OnSubmit="return checkdata()" onReset="return ResetForm();">
                                  <tr> 
                                    <td  align="center">
                                        <table width="80%" border="0" cellspacing="2" cellpadding="2">
                                          <tr>
										  <td align="center">
<%
set rs=server.createobject("adodb.recordset")
sql="select "&action&" from BJX_config "
rs.open sql,conn,1,1
content=rs(""&action&"")
rs.close
set rs=nothing

%> <IFRAME ID="ewebeditor1" SRC="../webedit/ewebeditor.asp?id=Content&style=s_coolblue1" FRAMEBORDER="0" SCROLLING="no" WIDTH="600" HEIGHT="420"></IFRAME>
		  <textarea name="Content" id="Content"  style="display:none"><%=content%></textarea>                                            </td>
                                          </tr>
                                                                                     <tr> 
                                            <td align="center">
											<input type="button" value=" 返 回 " onClick="javascript:history.go(-1)" class="unnamed5" name="button">&nbsp;
											<input type="submit" value=" 修 改 " name="Submit" class="unnamed5" >&nbsp;
											<input type="reset" value=" 清 除 " name="Reset" class="unnamed5">
                                            </td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                </form>
                              </table>
                            </td>
                          </tr>
                        </table>
<%end select%>
</td>
</tr>
</table>
<!--#include file="bjxfoot.asp"-->
</body>
</html>