⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listadmin.asp

📁 IMPORTANT YOU SHOUD LOAD IT DOWN FOR USING
💻 ASP
字号:
<!--#include file="xp.asp"-->
<%if session("shopxpadmin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='shopxplogin.asp';</script>"
response.End
else
if session("htgl")=0 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html><head><title>管理员权限编辑</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../img_shopxp/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<%dim adminid
		adminid=request.querystring("id")
		if adminid<>"" then
if not isnumeric(adminid) then 
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
response.end
end if
end if
		set rs=server.createobject("adodb.recordset")
		rs.open "select * from [shopxp_admin] where adminid="&adminid ,conn,1,1%>
<table class="tableBorder" width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<form name="form1" method="post" action="sshopxpadmin.asp?action=save&id=<%=adminid%>">
<tr> 
<td colspan="4" align="center" background="../shopxp_images/admin_bg_1.gif"><b><font color="#ffffff">用户详细资料</font></b></td>
</tr>
<tr> 
                                    <td width="15%"  style="PADDING-LEFT: 8px"><div align="center">管理员账号:</div></td>
                                    <td width="85%"  style="PADDING-LEFT: 8px">
									<%=trim(rs("admin"))%></td>
                                  </tr>
                     <tr>
								  <td rowspan="14"  style="PADDING-LEFT: 8px">&nbsp;</td>
					   <td height="30" colspan="2"  style="PADDING-LEFT: 8px">
                         <p><strong>商城核心设置</strong></p>                        </td>
    </tr>
                     <tr>
                       <td height="7" colspan="2"  style="PADDING-LEFT: 8px"><input name="schx" type="checkbox" id="schx" value="1" <%if rs("schx")=1 then%>checked<%end if%>>
商城信息设置
  <input name="mbgl" type="checkbox" id="mbgl" value="1" <%if rs("mbgl")=1 then%>checked<%end if%>>
模版管理
<input name="scgg" type="checkbox" id="scgg" value="1" <%if rs("scgg")=1 then%>checked<%end if%>>
商城广告管理
<input name="shyb" type="checkbox" id="shyb" value="1" <%if rs("shyb")=1 then%>checked<%end if%>>
收货邮编
<input name="shfs" type="checkbox" id="shfs" value="1" <%if rs("shfs")=1 then%>checked<%end if%>>
送货方式
<input name="hkfs" type="checkbox" id="hkfs" value="1" <%if rs("hkfs")=1 then%>checked<%end if%>>
汇款方式
<input name="qtxx" type="checkbox" id="qtxx" value="1" <%if rs("qtxx")=1 then%>checked<%end if%>>
其他信息设置
<input name="hzhb" type="checkbox" id="hzhb" value="1" <%if rs("hzhb")=1 then%>checked<%end if%>>
合作伙伴 </td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px">    <p><strong>站内商品、站内订单管理</strong></p>                    </td>
                     </tr>
                     <tr>
                       <td height="7" colspan="2"  style="PADDING-LEFT: 8px"><input name="sptj" type="checkbox" id="sptj" value="1" <%if rs("sptj")=1 then%>checked<%end if%>>
商品添加
  <input name="spxg" type="checkbox" id="spxg" value="1" <%if rs("spxg")=1 then%>checked<%end if%>>
商品修改
<input name="qhtx" type="checkbox" id="qhtx" value="1" <%if rs("qhtx")=1 then%>checked<%end if%>>
缺货提醒
<input name="hydd" type="checkbox" id="hydd" value="1" <%if rs("hydd")=1 then%>checked<%end if%>>
会员订单管理
<input name="nmdd" type="checkbox" id="nmdd" value="1" <%if rs("nmdd")=1 then%>checked<%end if%>>
匿名订单管理
<input name="dhdd" type="checkbox" id="dhdd" value="1" <%if rs("dhdd")=1 then%>checked<%end if%>>
电话订单管理
<input name="tgdd" type="checkbox" id="tgdd" value="1" <%if rs("tgdd")=1 then%>checked<%end if%>>
团购订单管理
<input name="sppl" type="checkbox" id="sppl" value="1" <%if rs("sppl")=1 then%>checked<%end if%>>
商品评论管理
<input name="xstj" type="checkbox" id="xstj" value="1" <%if rs("xstj")=1 then%>checked<%end if%>>
销售统计 </td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px">     <p><strong>商品分类管理</strong></p></td>
                     </tr>
                     <tr>
                       <td height="15" colspan="2"  style="PADDING-LEFT: 8px"><input name="dlgl" type="checkbox" id="dlgl" value="1" <%if rs("dlgl")=1 then%>checked<%end if%>>
商品大类管理
  <input name="xlgl" type="checkbox" id="xlgl" value="1" <%if rs("xlgl")=1 then%>checked<%end if%>>
商品小类管理
<input name="lbgl" type="checkbox" id="lbgl" value="1" <%if rs("lbgl")=1 then%>checked<%end if%>>
商品类别转移
<input name="zdsz" type="checkbox" id="zdsz" value="1" <%if rs("zdsz")=1 then%>checked<%end if%>>
商品字段设置
<input name="dwsz" type="checkbox" id="dwsz" value="1" <%if rs("dwsz")=1 then%>checked<%end if%>>
商品单位设置
<input name="ppsz" type="checkbox" id="ppsz" value="1" <%if rs("ppsz")=1 then%>checked<%end if%>>
品牌设置</td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px">  <p><strong>用户(会员、vip、管理员)管理 </strong></p></td>
                     </tr>
                     <tr>
                       <td height="15" colspan="2"  style="PADDING-LEFT: 8px"><input name="hygl" type="checkbox" id="hygl" value="1" <%if rs("hygl")=1 then%>checked<%end if%>>
会员管理
  <input name="nmhy" type="checkbox" id="nmhy" value="1" <%if rs("nmhy")=1 then%>checked<%end if%>>
匿名会员管理
<input name="jptj" type="checkbox" id="jptj" value="1" <%if rs("jptj")=1 then%>checked<%end if%>>
会员奖品添加
<input name="jpgl" type="checkbox" id="jpgl" value="1" <%if rs("jpgl")=1 then%>checked<%end if%>>
奖品管理
<input name="jpsm" type="checkbox" id="jpsm" value="1" <%if rs("jpsm")=1 then%>checked<%end if%>>
积分换奖说明
<input name="vipsq" type="checkbox" id="vipsq" value="1" <%if rs("vipsq")=1 then%>checked<%end if%>>
vip申请设置
<input name="viphd" type="checkbox" id="viphd" value="1" <%if rs("viphd")=1 then%>checked<%end if%>>
vip活动设置
<input name="htgl" type="checkbox" id="htgl" value="1" <%if rs("htgl")=1 then%>checked<%end if%>>
后台管理员设置
<input name="xgmm" type="checkbox" id="xgmm" value="1" <%if rs("xgmm")=1 then%>checked<%end if%>>
密码修改 </td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px">  <p><strong>信息管理</strong></p></td>
                     </tr>
                     <tr>
                       <td height="15" colspan="2"  style="PADDING-LEFT: 8px"><input name="xwfl" type="checkbox" id="xwfl" value="1" <%if rs("xwfl")=1 then%>checked<%end if%>>
新闻分类管理
  <input name="xwtj" type="checkbox" id="xwtj" value="1" <%if rs("xwtj")=1 then%>checked<%end if%>>
新闻添加
<input name="xwgl" type="checkbox" id="xwgl" value="1" <%if rs("xwgl")=1 then%>checked<%end if%>>
新闻修改
<input name="ztfl" type="checkbox" id="ztfl" value="1" <%if rs("ztfl")=1 then%>checked<%end if%>>
专题分类管理
<input name="zttj" type="checkbox" id="zttj" value="1" <%if rs("zttj")=1 then%>checked<%end if%>>
专题添加
<input name="ztgl" type="checkbox" id="ztgl" value="1" <%if rs("ztgl")=1 then%>checked<%end if%>>
专题管理
<input name="sygg" type="checkbox" id="sygg" value="1" <%if rs("sygg")=1 then%>checked<%end if%>>
公告管理
<input name="liuyan" type="checkbox" id="liuyan" value="1" <%if rs("liuyan")=1 then%>checked<%end if%>>
查看意见反馈 </td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px">   <p><strong>数据管理</strong></p></td>
                     </tr>
                     <tr>
                       <td height="7" colspan="2"  style="PADDING-LEFT: 8px"><input name="sjbf" type="checkbox" id="sjbf" value="1" <%if rs("sjbf")=1 then%>checked<%end if%>>
数据库管理
  <input name="fwqi" type="checkbox" id="fwqi" value="1" <%if rs("fwqi")=1 then%>checked<%end if%>>
服务器参数查看
<input name="kjshiyong" type="checkbox" id="kjshiyong" value="1" <%if rs("kjshiyong")=1 then%>checked<%end if%>>
空间占用量 </td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px"><strong>邮件设置 邮件群发管理</strong></td>
                     </tr>
                     <tr>
                       <td height="30" colspan="2"  style="PADDING-LEFT: 8px"> <p>
                           <input name="yjcs" type="checkbox" id="yjcs" value="1" <%if rs("yjcs")=1 then%>checked<%end if%>>
                           邮件初始设置
                           <input name="dyyj" type="checkbox" id="dyyj" value="1" <%if rs("dyyj")=1 then%>checked<%end if%>>
                           订阅邮件查看
                           <input name="yjqf" type="checkbox" id="yjqf" value="1" <%if rs("yjqf")=1 then%>checked<%end if%>>
                           邮件群发 </p></td>
                     </tr>
			<%rs.close
			set rs=nothing
			conn.close
			set conn=nothing%>
<tr>
<td  style="PADDING-LEFT: 8px"></td>
<td height="28" colspan="2" >
<input type="submit" name="Submit" value="提交权限设定">&nbsp;
<input type="button" name="Submit2" value="返回上一页" onClick='javascript:history.go(-1)'>
</td>
</tr>
</form>
</table>
 
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -