SysAdmin_SetPop.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:95k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="../FS_Inc/Cls_Cache.asp" -->
  6. <!--#include file="../FS_Inc/Func_page.asp" -->
  7. <%
  8. Dim Conn,strShowErr,rs,ar_admin,str_PopList
  9. MF_Default_Conn
  10. MF_Session_TF
  11. if not MF_Check_Pop_TF("MF_Pop") then Err_Show
  12. set rs= Server.CreateObject(G_FS_RS)
  13. rs.open "select Admin_Add_Admin,Admin_Is_Super,Admin_Name,Admin_Pop_List From FS_MF_Admin where Id="&NoSqlHack(Request.QueryString("AdminId")),Conn,1,3
  14. ar_admin = rs(2)
  15. str_PopList=rs(3)
  16. if session("Admin_Is_Super")<>1 then
  17. if rs("Admin_Name")<>session("Admin_Name") then
  18. if rs("Admin_Is_Super")=1 then
  19. strShowErr = "<li>您不能操作系统管理员</li>"
  20. Response.Redirect("error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=SysAdmin_list.asp")
  21. Response.end
  22. end if
  23. if rs("Admin_Add_Admin")<>session("Admin_Name") then
  24. strShowErr = "<li>您不能操作别人的子管理员。</li>"
  25. Response.Redirect("error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=SysAdmin_list.asp")
  26. Response.end
  27. end if
  28. end if
  29. end if
  30. rs.close:set rs=nothing
  31. if Request.Form("Action")="Save" then
  32. if trim(Request.Form("AdminId"))="" then
  33. strShowErr = "<li>错误的参数。</li>"
  34. Response.Redirect("error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  35. Response.end
  36. else
  37. dim pop_rs
  38. set rs= Server.CreateObject(G_FS_RS)
  39. rs.open "select Admin_Pop_List,Admin_PopGroup From FS_MF_Admin where id="&Request.Form("AdminId"),conn,1,3
  40. select case int(Request.Form("Group_n"))
  41. case 0
  42. set pop_rs = Conn.execute("select PopList From FS_MF_AdminGroup where Levels=0")
  43. if not pop_rs.eof then
  44. rs("Admin_Pop_List")=pop_rs("PopList")
  45. end if
  46. pop_rs.close:set pop_rs = nothing
  47. case 1
  48. set pop_rs = Conn.execute("select PopList From FS_MF_AdminGroup where Levels=1")
  49. if not pop_rs.eof then
  50. rs("Admin_Pop_List")=pop_rs("PopList")
  51. end if
  52. pop_rs.close:set pop_rs = nothing
  53. case 2
  54. set pop_rs = Conn.execute("select PopList From FS_MF_AdminGroup where Levels=2")
  55. if not pop_rs.eof then
  56. rs("Admin_Pop_List")=pop_rs("PopList")
  57. end if
  58. pop_rs.close:set pop_rs = nothing
  59. case 3
  60. set pop_rs = Conn.execute("select PopList From FS_MF_AdminGroup where Levels=3")
  61. if not pop_rs.eof then
  62. rs("Admin_Pop_List")=pop_rs("PopList")
  63. end if
  64. pop_rs.close:set pop_rs = nothing
  65. case 4
  66. set pop_rs = Conn.execute("select PopList From FS_MF_AdminGroup where Levels=4")
  67. if not pop_rs.eof then
  68. rs("Admin_Pop_List")=pop_rs("PopList")
  69. end if
  70. pop_rs.close:set pop_rs = nothing
  71. case 5
  72. rs("Admin_Pop_List")= Replace(Request.Form("PopList_MF")&","&Request.Form("PopList_NS")&","&Request.Form("PopList_MS")&","&Request.Form("PopList_DS")&","&Request.Form("PopList_ME")&","&Request.Form("PopList_AP")&","&Request.Form("PopList_SD")&","&Request.Form("PopList_CS")&","&Request.Form("PopList_SS")&","&Request.Form("PopList_HS")&","&Request.Form("PopList_VS")&","&Request.Form("PopList_AS")&","&Request.Form("PopList_WS")&","&Request.Form("PopList_FL")&","&Request.Form("PopList")," ","")
  73. end select
  74. rs("Admin_PopGroup")=int(Request.Form("Group_n"))
  75. rs.update
  76. rs.close:set rs=nothing
  77. strShowErr = "<li>设置权限成功</li>"
  78. Response.Redirect("Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  79. Response.end
  80. end if
  81. end if
  82. %>
  83. <html xmlns="http://www.w3.org/1999/xhtml">
  84. <HEAD>
  85. <TITLE>FoosunCMS</TITLE>
  86. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  87. </HEAD>
  88. <script language="JavaScript" src="../FS_Inc/PublicJS.js" type="text/JavaScript"></script>
  89. <script language="JavaScript" src="../FS_Inc/Prototype.js" type="text/JavaScript"></script>
  90. <script language="JavaScript" src="../FS_Inc/CheckJs.js" type="text/JavaScript"></script>
  91. <link href="images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  92. <BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 scroll=yes>
  93.   
  94. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  95.     <tr class="xingmu"> 
  96.       <td colspan="2" class="xingmu"><a href="#" onmouseover="this.T_BGCOLOR='#404040';this.T_FONTCOLOR='#FFFFFF';return escape('<div align='center'>FoosunCMS4.0<br> Code by 谢赖堂 <BR>Copyright (c) 2006 Foosun Inc</div>')" class="sd"><strong>设置管理员</strong></a><span class="tx"><b><%=ar_admin%></b></span>的权限</td>
  97.     </tr>
  98.     <tr class="hback"> 
  99.       <td colspan="2"><a href="SysAdmin_List.asp">返回管理员列表</a><a href="SysAdmin_List.asp?my=1"></a> 
  100.       </td>
  101.     </tr>
  102. </table>
  103. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  104.   <form name="PopForm" method="post" action="">
  105.     <tr> 
  106.       <td width="13%" class="hback"><div align="right"> 
  107.           <input name="AdminId" type="hidden" id="AdminId3" value="<%=Request.QueryString("AdminId")%>">
  108.           <input name="Action" type="hidden" id="Action3" value="Save">
  109.           管理员类型</div></td>
  110.       <td width="32%" class="hback">
  111.      <select name="Group_n" onChange="ChooseadminType(this.options[this.selectedIndex].value);">
  112.           <option value="0">超级管理员</option>
  113.           <option value="1">普通管理员</option>
  114.           <option value="2">总编辑</option>
  115.           <option value="3">责任编辑</option>
  116.           <option value="4">记者</option>
  117.           <option value="5" selected>自定义管理员</option>
  118.         </select> <input type="checkbox" name="chkall" value="checkbox" onClick="CheckAll(this.form);">
  119.         选中/取消所有    </td>
  120.       <td width="55%" class="hback"> 
  121.         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  122.           <tr>
  123.             <td width="4%"><img src="../sys_images/icon.gif" width="18" height="16"></td>
  124.             <td width="96%"><a href="SysAdmin_SetPop_Group.asp">定义固定管理员权限</a> 
  125.             </td>
  126.           </tr>
  127.         </table></td>
  128.     </tr>
  129.     <tr> 
  130.       <td colspan="3" class="hback"> <table width="100%" border="0" cellspacing="1" cellpadding="5" style="display:;" id="all_id">
  131.          <%if Request.Cookies("FoosunSUBCookie")("FoosunSUBMF")=1 then%>
  132.   <tr> 
  133.             <td colspan="2" class="hback_1"> <div align="left">
  134.                 <input name="PopList_MF" type="checkbox" id="PopList" onClick="SwitchPopType('MF_Pop');"   value="MF_Pop" <%if InStr(1,str_PopList,"MF_Pop",1)<>0 then response.Write("checked")%>>
  135.                 MF主系统 </div></td>
  136.           </tr>
  137.           <tr> 
  138.             <td colspan="2" class="hback">
  139.  <table width="100%" border="0" cellpadding="4" cellspacing="0" style="display: <%if InStr(1,str_PopList,"MF_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>"  id="MF_ID">
  140.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  141.                   <td width="14%" class="hback"> <div align="left"> 
  142.                       <input name="PopList" type="checkbox"  value="MF_Templet" <%if InStr(1,str_PopList,"MF_Templet",1)<>0 then:response.Write("checked")%>>
  143.                       模板管理 </div></td>
  144.                   <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  145.                       <tr> 
  146.                         <td><input name="PopList" type="checkbox" value="MF001" <%if InStr(1,str_PopList,"MF001",1)>0 then response.Write "checked"%>>
  147.                           修改文件 
  148.                           <input name="PopList" type="checkbox" id="PopList" value="MF002"  <%if InStr(1,str_PopList,"MF002",1)>0 then response.Write "checked"%>>
  149.                           改名文件 
  150.                           <input name="PopList" type="checkbox" id="PopList" value="MF003" <%if InStr(1,str_PopList,"MF003",1)>0 then response.Write "checked"%>>
  151.                           删除文件 
  152.                           <input name="PopList" type="checkbox" id="PopList" value="MF004" <%if InStr(1,str_PopList,"MF004",1)>0 then response.Write "checked"%>>
  153.                           创建目录 
  154.                           <input name="PopList" type="checkbox" id="PopList" value="MF005" <%if InStr(1,str_PopList,"MF005",1)>0 then response.Write "checked"%>>
  155.                           导入文件 
  156.                           <input name="PopList" type="checkbox" id="PopList" value="MF006" <%if InStr(1,str_PopList,"MF006",1)>0 then response.Write "checked"%>>
  157.                           在线编辑(修改模板) </td>
  158.                       </tr>
  159.                     </table></td>
  160.                 </tr>
  161.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  162.                   <td class="hback"> <div align="left"> 
  163.                       <input name="PopList" type="checkbox" id="PopList" value="MF_Style"  <%if InStr(1,str_PopList,"MF_Style",1)>0 then response.Write "checked"%>>
  164.                       标签样式</div></td>
  165.                   <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  166.                       <tr> 
  167.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF007" <%if InStr(1,str_PopList,"MF007",1)>0 then response.Write "checked"%>>
  168.                           增加样式 
  169.                           <input name="PopList" type="checkbox" id="PopList" value="MF008" <%if InStr(1,str_PopList,"MF008",1)>0 then response.Write "checked"%>>
  170.                           修改样式 </td>
  171.                       </tr>
  172.                     </table></td>
  173.                 </tr>
  174.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  175.                   <td class="hback"> <div align="left"> 
  176.                       <input name="PopList" type="checkbox" id="PopList" value="MF_Public" <%if InStr(1,str_PopList,"MF_Public",1)>0 then response.Write "checked"%>>
  177.                       发布管理</div></td>
  178.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  179.                       <tr> 
  180.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF009" <%if InStr(1,str_PopList,"MF009",1)>0 then response.Write "checked"%>>
  181.                           开启 </td>
  182.                       </tr>
  183.                     </table></td>
  184.                 </tr>
  185.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  186.                   <td class="hback"> <div align="left"> 
  187.                       <input name="PopList" type="checkbox" id="PopList" value="MF_sPublic" <%if InStr(1,str_PopList,"MF_Public",1)>0 then response.Write "checked"%>>
  188.                       标签管理</div></td>
  189.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  190.                       <tr> 
  191.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF025" <%if InStr(1,str_PopList,"MF025",1)>0 then response.Write "checked"%>>
  192.                           创建标签 </td>
  193.                       </tr>
  194.                     </table></td>
  195.                 </tr>
  196.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  197.                   <td class="hback"> <div align="left"> 
  198.                       <input name="PopList" type="checkbox" id="PopList" value="MF_SysSet" <%if InStr(1,str_PopList,"MF_SysSet",1)>0 then response.Write "checked"%>>
  199.                       参数设置</div></td>
  200.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  201.                       <tr> 
  202.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF010" <%if InStr(1,str_PopList,"MF010",1)>0 then response.Write "checked"%>>
  203.                           开启 </td>
  204.                       </tr>
  205.                     </table></td>
  206.                 </tr>
  207.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  208.                   <td class="hback"> <div align="left"> 
  209.                       <input name="PopList" type="checkbox" id="PopList" value="MF_Const" <%if InStr(1,str_PopList,"MF_Const",1)>0 then response.Write "checked"%>>
  210.                       配置文件</div></td>
  211.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  212.                       <tr> 
  213.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF011" <%if InStr(1,str_PopList,"MF011",1)>0 then response.Write "checked"%>>
  214.                           全局变量设置 
  215.                           <input name="PopList" type="checkbox" id="PopList" value="MF012" <%if InStr(1,str_PopList,"MF012",1)>0 then response.Write "checked"%>>
  216.                           自动刷新配置文件</td>
  217.                       </tr>
  218.                     </table></td>
  219.                 </tr>
  220.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  221.                   <td class="hback"> <div align="left"> 
  222.                       <input name="PopList" type="checkbox" id="PopList" value="MF_SubSite" <%if InStr(1,str_PopList,"MF_SubSite",1)>0 then response.Write "checked"%>>
  223.                       子系统维护</div></td>
  224.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  225.                       <tr> 
  226.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF013" <%if InStr(1,str_PopList,"MF013",1)>0 then response.Write "checked"%>>
  227.                           开启 </td>
  228.                       </tr>
  229.                     </table></td>
  230.                 </tr>
  231.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  232.                   <td class="hback"> <input name="PopList" type="checkbox" id="PopList" value="MF_DataFix" <%if InStr(1,str_PopList,"MF_DataFix",1)>0 then response.Write "checked"%>>
  233.                     数据库维护</td>
  234.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  235.                       <tr> 
  236.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF015" <%if InStr(1,str_PopList,"MF015",1)>0 then response.Write "checked"%>>
  237.                           数据库压缩 
  238.                           <input name="PopList" type="checkbox" id="PopList" value="MF016" <%if InStr(1,str_PopList,"MF016",1)>0 then response.Write "checked"%>>
  239.                           数据库备份 
  240.                           <input name="PopList" type="checkbox" id="PopList" value="MF017" <%if InStr(1,str_PopList,"MF017",1)>0 then response.Write "checked"%>>
  241.                           SQL语句查询操作</td>
  242.                       </tr>
  243.                     </table></td>
  244.                 </tr>
  245.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  246.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MF_Log" <%if InStr(1,str_PopList,"MF_Log",1)>0 then response.Write "checked"%>>
  247.                     日志管理</td>
  248.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  249.                       <tr> 
  250.                         <td><input name="PopList" type="checkbox" id="PopList" value="MF018" <%if InStr(1,str_PopList,"MF018",1)>0 then response.Write "checked"%>>
  251.                           操作日志 
  252.                           <input name="PopList" type="checkbox" id="PopList" value="MF019" <%if InStr(1,str_PopList,"MF019",1)>0 then response.Write "checked"%>>
  253.                           安全日志 
  254.                           <input name="PopList" type="checkbox" id="PopList" value="MF020" <%if InStr(1,str_PopList,"MF020",1)>0 then response.Write "checked"%>>
  255.                           删除日志</td>
  256.                       </tr>
  257.                     </table></td>
  258.                 </tr>
  259.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  260.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MF_Define" <%if InStr(1,str_PopList,"MF_Define",1)>0 then response.Write "checked"%>>
  261.                     自定义字段</td>
  262.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  263.                       <tr> 
  264.                         <td> <input name="PopList" type="checkbox" id="PopList" value="MF021" <%if InStr(1,str_PopList,"MF021",1)>0 then response.Write "checked"%>>
  265.                           增加 
  266.                           <input name="PopList" type="checkbox" id="PopList" value="MF022" <%if InStr(1,str_PopList,"MF022",1)>0 then response.Write "checked"%>>
  267.                           删除</td>
  268.                       </tr>
  269.                     </table></td>
  270.                 </tr>
  271.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  272.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MF_other" <%if InStr(1,str_PopList,"MF_other",1)>0 then response.Write "checked"%>>
  273.                     其他</td>
  274.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  275.                       <tr> 
  276.                         <td> <input name="PopList" type="checkbox" id="PopList" value="MF024" <%if InStr(1,str_PopList,"MF024",1)>0 then response.Write "checked"%>>
  277.                           修改密码<input name="PopList" type="checkbox" id="PopList" value="MF025" <%if InStr(1,str_PopList,"MF025",1)>0 then response.Write "checked"%>>
  278.                           上传文件<input name="PopList" type="checkbox" id="PopList" value="MF026" <%if InStr(1,str_PopList,"MF026",1)>0 then response.Write "checked"%>>
  279.                           重命名文件/文件夹<input name="PopList" type="checkbox" id="PopList" value="MF027" <%if InStr(1,str_PopList,"MF027",1)>0 then response.Write "checked"%>>
  280.                           删除文件/目录<input name="PopList" type="checkbox" id="PopList" value="MF028" <%if InStr(1,str_PopList,"MF028",1)>0 then response.Write "checked"%>>
  281.                           新建目录</td>
  282.                       </tr>
  283.                     </table></td>
  284.                 </tr>
  285.               </table></td>
  286.           </tr>
  287.   <%
  288. end if
  289. if Request.Cookies("FoosunSUBCookie")("FoosunSUBNS")=1 then
  290.   %>
  291.           <tr  class="hback_1"> 
  292.             <td colspan="2" class="hback_1"> <div align="left"> <strong> 
  293.                 <input name="PopList_NS" type="checkbox" id="PopList" value="NS_Pop"  onClick="SwitchPopType('NS_Pop');" <%if InStr(1,str_PopList,"NS_Pop",1)>0 then response.Write "checked"%>>
  294.                 </strong>NS新闻系统</div></td>
  295.           </tr>
  296.           <tr  class="hback"> 
  297.             <td colspan="2" class="hback">
  298. <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"NS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="NS_ID">
  299.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  300.                   <td width="14%" class="hback"><div align="left"> 
  301.                       <input name="PopList" type="checkbox" id="PopList" value="NS_News" <%if InStr(1,str_PopList,"NS_News",1)>0 then response.Write "checked"%>>
  302.                       新闻管理</div></td>
  303.                   <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2" <%if InStr(1,str_PopList,"MF010",1)>0 then response.Write "checked"%>>
  304.                       <tr> 
  305.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS001" <%if InStr(1,str_PopList,"NS001",1)>0 then response.Write "checked"%>>
  306.                           添加 
  307.                           <input name="PopList" type="checkbox" id="PopList" value="NS002" <%if InStr(1,str_PopList,"NS002",1)>0 then response.Write "checked"%>>
  308.                           修改 
  309.                           <input name="PopList" type="checkbox" id="PopList" value="NS003" <%if InStr(1,str_PopList,"NS003",1)>0 then response.Write "checked"%>>
  310.                           删除 
  311.                           <input name="PopList" type="checkbox" id="PopList" value="NS004" <%if InStr(1,str_PopList,"NS004",1)>0 then response.Write "checked"%>>
  312.                           审核 
  313.                           <input name="PopList" type="checkbox" id="PopList" value="NS005" <%if InStr(1,str_PopList,"NS005",1)>0 then response.Write "checked"%>>
  314.                           锁定 
  315.                           <input name="PopList" type="checkbox" id="PopList" value="NS006" <%if InStr(1,str_PopList,"NS006",1)>0 then response.Write "checked"%>>
  316.                           设置权重 
  317.                           <input name="PopList" type="checkbox" id="PopList" value="NS007" <%if InStr(1,str_PopList,"NS007",1)>0 then response.Write "checked"%>>
  318. 复制
  319. <input name="PopList" type="checkbox" id="PopList" value="NS008" <%if InStr(1,str_PopList,"NS008",1)>0 then response.Write "checked"%>>
  320.                            解锁
  321.                           <input name="PopList" type="checkbox" id="PopList" value="NS009" <%if InStr(1,str_PopList,"NS009",1)>0 then response.Write "checked"%>>
  322.                           移动 
  323.                           <input name="PopList" type="checkbox" id="PopList" value="NS010" <%if InStr(1,str_PopList,"NS010",1)>0 then response.Write "checked"%>>
  324.                           替换 
  325.                           <input name="PopList" type="checkbox" id="PopList" value="NS011" <%if InStr(1,str_PopList,"NS011",1)>0 then response.Write "checked"%>>
  326.                           生成 
  327.                           <input name="PopList" type="checkbox" id="PopList" value="NS012" <%if InStr(1,str_PopList,"NS012",1)>0 then response.Write "checked"%>>
  328.                           加入JS
  329.                           <input name="PopList" type="checkbox" id="PopList" value="NS013" <%if InStr(1,str_PopList,"NS013",1)>0 then response.Write "checked"%>>
  330.                           <strong>管理所有栏目</strong></td>
  331.                       </tr>
  332.                     </table></td>
  333.                 </tr>
  334.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  335.                   <td class="hback"><div align="left"> 
  336.                       <input name="PopList" type="checkbox" id="PopList" value="NS_Class" <%if InStr(1,str_PopList,"NS_Class",1)>0 then response.Write "checked"%>>
  337.                       栏目管理</div></td>
  338.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  339.                       <tr> 
  340.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS016" <%if InStr(1,str_PopList,"NS016",1)>0 then response.Write "checked"%>>
  341.                           添加 
  342.                           <input name="PopList" type="checkbox" id="PopList" value="NS017" <%if InStr(1,str_PopList,"NS017",1)>0 then response.Write "checked"%>>
  343.                           修改 
  344.                           <input name="PopList" type="checkbox" id="PopList" value="NS018" <%if InStr(1,str_PopList,"NS018",1)>0 then response.Write "checked"%>>
  345.                           复位 
  346.                           <input name="PopList" type="checkbox" id="PopList" value="NS019" <%if InStr(1,str_PopList,"NS019",1)>0 then response.Write "checked"%>>
  347.                           合并 
  348.                           <input name="PopList" type="checkbox" id="PopList" value="NS020" <%if InStr(1,str_PopList,"NS020",1)>0 then response.Write "checked"%>>
  349.                           转移 
  350.                           <input name="PopList" type="checkbox" id="PopList" value="NS021" <%if InStr(1,str_PopList,"NS021",1)>0 then response.Write "checked"%>>
  351.                           删除 
  352.                           <input name="PopList" type="checkbox" id="PopList" value="NS022" <%if InStr(1,str_PopList,"NS022",1)>0 then response.Write "checked"%>>
  353.                           xml(RSS) 
  354.                           
  355.                           <input name="PopList" type="checkbox" id="PopList" value="NS023" <%if InStr(1,str_PopList,"NS023",1)>0 then response.Write "checked"%>> 
  356.                           清空
  357.                           <input name="PopList" type="checkbox" id="PopList" value="NS024" <%if InStr(1,str_PopList,"NS024",1)>0 then response.Write "checked"%>>
  358.                           排序</td>
  359.                       </tr>
  360.                     </table></td>
  361.                 </tr>
  362.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  363.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Special" <%if InStr(1,str_PopList,"NS_Special",1)>0 then response.Write "checked"%>>
  364.                     专题管理</td>
  365.                   <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  366.                       <tr> 
  367.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS026" <%if InStr(1,str_PopList,"NS026",1)>0 then response.Write "checked"%>>
  368.                           添加 
  369.                             <input name="PopList" type="checkbox" id="PopList" value="NS027" <%if InStr(1,str_PopList,"NS027",1)>0 then response.Write "checked"%>>
  370.                           修改 
  371.                           <input name="PopList" type="checkbox" id="PopList" value="NS028" <%if InStr(1,str_PopList,"NS028",1)>0 then response.Write "checked"%>>
  372.                           锁定 </td>
  373.                       </tr>
  374.                     </table></td>
  375.                 </tr>
  376.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  377.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Constr" <%if InStr(1,str_PopList,"NS_Constr",1)>0 then response.Write "checked"%>>
  378.                     投稿管理</td>
  379.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  380.                       <tr> 
  381.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS030" <%if InStr(1,str_PopList,"NS030",1)>0 then response.Write "checked"%>>
  382.                           审核 
  383.                           <input name="PopList" type="checkbox" id="PopList" value="NS031" <%if InStr(1,str_PopList,"NS031",1)>0 then response.Write "checked"%>>
  384.                           锁定 
  385.                           <input name="PopList" type="checkbox" id="PopList" value="NS032" <%if InStr(1,str_PopList,"NS032",1)>0 then response.Write "checked"%>>
  386.                           删除 
  387.                           <input name="PopList" type="checkbox" id="PopList" value="NS033" <%if InStr(1,str_PopList,"NS033",1)>0 then response.Write "checked"%>>
  388.                           退稿
  389.                           <input name="PopList" type="checkbox" id="PopList" value="NS034" <%if InStr(1,str_PopList,"NS034",1)>0 then response.Write "checked"%>>
  390. 统计</td>
  391.                       </tr>
  392.                     </table></td>
  393.                 </tr>
  394.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  395.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Templet" <%if InStr(1,str_PopList,"NS_Templet",1)>0 then response.Write "checked"%>>
  396.                     捆绑模板</td>
  397.                   <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  398.                       <tr> 
  399.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS036" <%if InStr(1,str_PopList,"NS036",1)>0 then response.Write "checked"%>>
  400.                           开启</td>
  401.                       </tr>
  402.                     </table></td>
  403.                 </tr>
  404.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  405.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Freejs" <%if InStr(1,str_PopList,"NS_Freejs",1)>0 then response.Write "checked"%>>
  406.                     自由JS管理</td>
  407.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  408.                       <tr> 
  409.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS037" <%if InStr(1,str_PopList,"NS037",1)>0 then response.Write "checked"%>>
  410.                           增加 
  411.                           <input name="PopList" type="checkbox" id="PopList" value="NS038" <%if InStr(1,str_PopList,"NS038",1)>0 then response.Write "checked"%>>
  412.                           修改 
  413.                           <input name="PopList" type="checkbox" id="PopList" value="NS039" <%if InStr(1,str_PopList,"NS039",1)>0 then response.Write "checked"%>>
  414.                           删除                          </td>
  415.                       </tr>
  416.                     </table></td>
  417.                 </tr>
  418.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  419.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Sysjs" <%if InStr(1,str_PopList,"NS_Sysjs",1)>0 then response.Write "checked"%>>
  420.                     系统JS管理</td>
  421.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  422.                       <tr> 
  423.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS040" <%if InStr(1,str_PopList,"NS040",1)>0 then response.Write "checked"%>>
  424.                           增加 
  425.                           <input name="PopList" type="checkbox" id="PopList" value="NS041" <%if InStr(1,str_PopList,"NS041",1)>0 then response.Write "checked"%>>
  426.                           修改 
  427.                           <input name="PopList" type="checkbox" id="PopList" value="NS042" <%if InStr(1,str_PopList,"NS042",1)>0 then response.Write "checked"%>>
  428.                           删除                          </td>
  429.                       </tr>
  430.                     </table></td>
  431.                 </tr>
  432.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  433.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Recyle" <%if InStr(1,str_PopList,"NS_Recyle",1)>0 then response.Write "checked"%>>
  434.                     回收站管理</td>
  435.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  436.                       <tr> 
  437.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS043" <%if InStr(1,str_PopList,"NS043",1)>0 then response.Write "checked"%>>
  438.                           恢复 
  439.                           <input name="PopList" type="checkbox" id="PopList" value="NS044" <%if InStr(1,str_PopList,"NS044",1)>0 then response.Write "checked"%>>
  440.                           删除 </td>
  441.                       </tr>
  442.                     </table></td>
  443.                 </tr>
  444.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  445.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_UnRl" <%if InStr(1,str_PopList,"NS_UnRl",1)>0 then response.Write "checked"%>>
  446.                     不规则新闻</td>
  447.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  448.                       <tr> 
  449.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS045" <%if InStr(1,str_PopList,"NS045",1)>0 then response.Write "checked"%>>
  450.                           增加 
  451.                           <input name="PopList" type="checkbox" id="PopList" value="NS046" <%if InStr(1,str_PopList,"NS046",1)>0 then response.Write "checked"%>>
  452.                           修改 
  453.                           <input name="PopList" type="checkbox" id="PopList" value="NS047" <%if InStr(1,str_PopList,"NS047",1)>0 then response.Write "checked"%>>
  454.                           删除</td>
  455.                       </tr>
  456.                     </table></td>
  457.                 </tr>
  458.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  459.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Genal" <%if InStr(1,str_PopList,"NS_Genal",1)>0 then response.Write "checked"%>>
  460.                     常规管理</td>
  461.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  462.                       <tr> 
  463.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS048" <%if InStr(1,str_PopList,"NS048",1)>0 then response.Write "checked"%>>
  464.                           开启</td>
  465.                       </tr>
  466.                     </table></td>
  467.                 </tr>
  468.                 <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  469.                   <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="NS_Param" <%if InStr(1,str_PopList,"NS_Param",1)>0 then response.Write "checked"%>>
  470.                     系统参数设置</td>
  471.                   <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  472.                       <tr> 
  473.                         <td><input name="PopList" type="checkbox" id="PopList" value="NS049" <%if InStr(1,str_PopList,"NS049",1)>0 then response.Write "checked"%>>
  474.                           开启</td>
  475.                       </tr>
  476.                     </table></td>
  477.                 </tr>
  478.               </table></td>
  479.           </tr>
  480.   <%
  481. end if
  482. if Request.Cookies("FoosunSUBCookie")("FoosunSUBMS")=1 then
  483.   %>
  484.           <tr  class="hback_1"> 
  485.             <td colspan="2" class="hback_1"> <div align="left"> <strong> 
  486.                 <input name="PopList_MS" type="checkbox" id="PopList" value="MS_Pop"  onClick="SwitchPopType('MS_Pop');"  <%if InStr(1,str_PopList,"MS_Pop",1)>0 then response.Write "checked"%>>
  487.                 </strong>MS商城系统</div></td>
  488.           </tr>
  489.           <tr class="hback"> 
  490.             <td colspan="2" class="hback"><div align="left"> 
  491.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"MS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="MS_ID">
  492.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  493.                     <td width="14%" class="hback"><div align="left"> 
  494.                         <input name="PopList" type="checkbox" id="PopList" value="MS_Products" <%if InStr(1,str_PopList,"MS_Products",1)>0 then response.Write "checked"%>>
  495.                         商品管理</div></td>
  496.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  497.                         <tr> 
  498.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS001" <%if InStr(1,str_PopList,"MS001",1)>0 then response.Write "checked"%>>
  499.                             添加 
  500.                             <input name="PopList" type="checkbox" id="PopList" value="MS002" <%if InStr(1,str_PopList,"MS002",1)>0 then response.Write "checked"%>>
  501.                             修改 
  502.                             <input name="PopList" type="checkbox" id="PopList" value="MS003" <%if InStr(1,str_PopList,"MS003",1)>0 then response.Write "checked"%>>
  503.                             删除 
  504.                             <input name="PopList" type="checkbox" id="PopList" value="MS004" <%if InStr(1,str_PopList,"MS004",1)>0 then response.Write "checked"%>>
  505.                             审核 
  506.                             <input name="PopList" type="checkbox" id="PopList" value="MS005" <%if InStr(1,str_PopList,"MS005",1)>0 then response.Write "checked"%>>
  507.                             锁定 
  508.                             <input name="PopList" type="checkbox" id="PopList" value="MS006" <%if InStr(1,str_PopList,"MS006",1)>0 then response.Write "checked"%>> 
  509.                             置顶
  510.                             <input name="PopList" type="checkbox" id="PopList" value="MS007" <%if InStr(1,str_PopList,"MS007",1)>0 then response.Write "checked"%>>
  511. 热点推荐</td>
  512.                         </tr>
  513.                       </table></td>
  514.                   </tr>
  515.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  516.                     <td class="hback"><div align="left"> 
  517.                         <input name="PopList" type="checkbox" id="PopList" value="MS_Class" <%if InStr(1,str_PopList,"MS_Class",1)>0 then response.Write "checked"%>>
  518.                         类别栏目</div></td>
  519.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  520.                         <tr> 
  521.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS010" <%if InStr(1,str_PopList,"MS010",1)>0 then response.Write "checked"%>>
  522.                             添加 
  523.                             <input name="PopList" type="checkbox" id="PopList" value="MS011" <%if InStr(1,str_PopList,"MS011",1)>0 then response.Write "checked"%>>
  524.                             修改 
  525.                             <input name="PopList" type="checkbox" id="PopList" value="MS012" <%if InStr(1,str_PopList,"MS012",1)>0 then response.Write "checked"%>>
  526.                             删除 
  527.                             <input name="PopList" type="checkbox" id="PopList" value="MS013" <%if InStr(1,str_PopList,"MS013",1)>0 then response.Write "checked"%>>
  528. 排序 
  529. <input name="PopList" type="checkbox" id="PopList" value="MS014" <%if InStr(1,str_PopList,"MS014",1)>0 then response.Write "checked"%>>
  530. 复位 
  531. <input name="PopList" type="checkbox" id="PopList" value="MS015" <%if InStr(1,str_PopList,"MS015",1)>0 then response.Write "checked"%>>
  532. 合并 
  533. <input name="PopList" type="checkbox" id="PopList" value="MS016" <%if InStr(1,str_PopList,"MS016",1)>0 then response.Write "checked"%>>
  534. 清空 </td>
  535.                         </tr>
  536.                       </table></td>
  537.                   </tr>
  538.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  539.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_Special" <%if InStr(1,str_PopList,"MS_Special",1)>0 then response.Write "checked"%>>
  540.                     专区管理</td>
  541.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  542.                         <tr> 
  543.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS017" <%if InStr(1,str_PopList,"MS017",1)>0 then response.Write "checked"%>>
  544.                             添加 
  545.                             <input name="PopList" type="checkbox" id="PopList" value="MS018" <%if InStr(1,str_PopList,"MS018",1)>0 then response.Write "checked"%>>
  546.                             修改
  547.                             <input name="PopList" type="checkbox" id="PopList" value="MS019" <%if InStr(1,str_PopList,"MS019",1)>0 then response.Write "checked"%>>
  548. 删除
  549. <input name="PopList" type="checkbox" id="PopList" value="MS020" <%if InStr(1,str_PopList,"MS020",1)>0 then response.Write "checked"%>>
  550. 锁定</td>
  551.                         </tr>
  552.                       </table></td>
  553.                   </tr>
  554.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  555.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_order" <%if InStr(1,str_PopList,"MS_order",1)>0 then response.Write "checked"%>>
  556.                     定单管理</td>
  557.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  558.                         <tr> 
  559.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS021" <%if InStr(1,str_PopList,"MS021",1)>0 then response.Write "checked"%>>
  560.                             开启</td>
  561.                         </tr>
  562.                       </table></td>
  563.                   </tr>
  564.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  565.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_WrOut" <%if InStr(1,str_PopList,"MS_WrOut",1)>0 then response.Write "checked"%>>
  566.                     退货管理</td>
  567.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  568.                         <tr> 
  569.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS022" <%if InStr(1,str_PopList,"MS022",1)>0 then response.Write "checked"%>>
  570.                             开启</td>
  571.                         </tr>
  572.                       </table></td>
  573.                   </tr>
  574.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  575.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_Company" <%if InStr(1,str_PopList,"MS_Company",1)>0 then response.Write "checked"%>>
  576.                     物流公司/商家</td>
  577.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  578.                         <tr> 
  579.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS023" <%if InStr(1,str_PopList,"MS023",1)>0 then response.Write "checked"%>>
  580.                             开启</td>
  581.                         </tr>
  582.                       </table></td>
  583.                   </tr>
  584.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  585.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_Recycle" <%if InStr(1,str_PopList,"MS_Recycle",1)>0 then response.Write "checked"%>>
  586.                     回收站管理</td>
  587.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  588.                         <tr> 
  589.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS024" <%if InStr(1,str_PopList,"MS024",1)>0 then response.Write "checked"%>>
  590.                             开启</td>
  591.                         </tr>
  592.                       </table></td>
  593.                   </tr>
  594.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  595.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="MS_Param" <%if InStr(1,str_PopList,"MS_Param",1)>0 then response.Write "checked"%>>
  596.                     系统参数</td>
  597.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  598.                         <tr> 
  599.                           <td><input name="PopList" type="checkbox" id="PopList" value="MS025" <%if InStr(1,str_PopList,"MS025",1)>0 then response.Write "checked"%>>
  600.                             开启</td>
  601.                         </tr>
  602.                       </table></td>
  603.                   </tr>
  604.                 </table>
  605.               </div></td>
  606.           </tr>
  607.   <%
  608. end if
  609. if Request.Cookies("FoosunSUBCookie")("FoosunSUBDS")=1 then
  610.   %>
  611.           <tr  class="hback_1"> 
  612.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  613.               <input name="PopList_DS" type="checkbox" id="PopList_DS" value="DS_Pop"  onClick="SwitchPopType('DS_Pop');" <%if InStr(1,str_PopList,"DS_Pop",1)>0 then response.Write "checked"%>>
  614.             </strong>DS下载系统</div></td>
  615.           </tr>
  616.           <tr class="hback"> 
  617.             <td colspan="2" class="hback"><div align="left"> 
  618.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"DS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="DS_ID">
  619.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  620.                     <td width="14%" class="hback"><div align="left"> 
  621.                         <input name="PopList" type="checkbox" id="PopList" value="Down_List" <%if InStr(1,str_PopList,"Down_List",1)>0 then response.Write "checked"%>>
  622.                         下载管理</div></td>
  623.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  624.                         <tr> 
  625.                           <td><input name="PopList" type="checkbox" id="PopList" value="DS001" <%if InStr(1,str_PopList,"DS001",1)>0 then response.Write "checked"%>>
  626.                             添加 
  627.                             <input name="PopList" type="checkbox" id="PopList" value="DS002" <%if InStr(1,str_PopList,"DS002",1)>0 then response.Write "checked"%>>
  628.                             修改 
  629.                             <input name="PopList" type="checkbox" id="PopList" value="DS003" <%if InStr(1,str_PopList,"DS003",1)>0 then response.Write "checked"%>>
  630.                             删除 
  631.                              
  632.                             <input name="PopList" type="checkbox" id="PopList" value="DS005" <%if InStr(1,str_PopList,"DS005",1)>0 then response.Write "checked"%>>
  633.                             锁定                          </td>
  634.                         </tr>
  635.                       </table></td>
  636.                   </tr>
  637.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  638.                     <td class="hback"><div align="left"> 
  639.                         <input name="PopList" type="checkbox" id="PopList" value="DS_Class" <%if InStr(1,str_PopList,"DS_Class",1)>0 then response.Write "checked"%>>
  640.                         栏目管理</div></td>
  641.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  642.                         <tr> 
  643.                           <td><input name="PopList" type="checkbox" id="PopList" value="DS010" <%if InStr(1,str_PopList,"DS010",1)>0 then response.Write "checked"%>>
  644.                             添加 
  645.                             <input name="PopList" type="checkbox" id="PopList" value="DS011" <%if InStr(1,str_PopList,"DS011",1)>0 then response.Write "checked"%>>
  646.                             修改 
  647.                             <input name="PopList" type="checkbox" id="PopList" value="DS012" <%if InStr(1,str_PopList,"DS012",1)>0 then response.Write "checked"%>>
  648.                             删除 
  649.                             <input name="PopList" type="checkbox" id="PopList" value="DS013" <%if InStr(1,str_PopList,"DS013",1)>0 then response.Write "checked"%>>
  650. 排序 
  651. <input name="PopList" type="checkbox" id="PopList" value="DS014" <%if InStr(1,str_PopList,"DS014",1)>0 then response.Write "checked"%>>
  652. 复位 
  653. <input name="PopList" type="checkbox" id="PopList" value="DS015"  <%if InStr(1,str_PopList,"DS015",1)>0 then response.Write "checked"%>>
  654. 合并 
  655. <input name="PopList" type="checkbox" id="PopList" value="DS016"  <%if InStr(1,str_PopList,"DS016",1)>0 then response.Write "checked"%>>
  656. 清空 </td>
  657.                         </tr>
  658.                       </table></td>
  659.                   </tr>
  660.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  661.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="DS_Param" <%if InStr(1,str_PopList,"DS_Param",1)>0 then response.Write "checked"%>>
  662.                     参数设置</td>
  663.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  664.                         <tr> 
  665.                           <td><input name="PopList" type="checkbox" id="PopList" value="DS017" <%if InStr(1,str_PopList,"DS017",1)>0 then response.Write "checked"%>>
  666.                             开启</td>
  667.                         </tr>
  668.                       </table></td>
  669.                   </tr>
  670.                 </table>
  671.               </div></td>
  672.           </tr>
  673.   <%
  674. end if
  675. if Request.Cookies("FoosunSUBCookie")("FoosunSUBME")=1 then
  676.   %>
  677.           <tr  class="hback_1"> 
  678.             <td colspan="2" class="hback_1"> <div align="left"> <strong> 
  679.                 <input name="PopList_ME" type="checkbox" id="PopList" value="ME_Pop"  onClick="SwitchPopType('ME_Pop');"  <%if InStr(1,str_PopList,"ME_Pop",1)>0 then response.Write "checked"%>>
  680.                 </strong>ME会员系统</div></td>
  681.           </tr>
  682.           <tr class="hback"> 
  683.             <td colspan="2" class="hback"><div align="left"> 
  684.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"ME_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="ME_ID">
  685.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  686.                     <td width="14%" class="hback"><div align="left"> 
  687.                         <input name="PopList" type="checkbox" id="PopList" value="ME_List" <%if InStr(1,str_PopList,"ME_List",1)>0 then response.Write "checked"%>>
  688.                         会员管理</div></td>
  689.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  690.                         <tr> 
  691.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME001" <%if InStr(1,str_PopList,"ME001",1)>0 then response.Write "checked"%>>
  692.                             开启</td>
  693.                         </tr>
  694.                       </table></td>
  695.                   </tr>
  696.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  697.                     <td class="hback"><div align="left"> 
  698.                         <input name="PopList" type="checkbox" id="PopList" value="ME_Intergel" <%if InStr(1,str_PopList,"ME_Intergel",1)>0 then response.Write "checked"%>>
  699.                         积分管理</div></td>
  700.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  701.                         <tr> 
  702.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME002" <%if InStr(1,str_PopList,"ME002",1)>0 then response.Write "checked"%>>
  703.                           开启</td>
  704.                         </tr>
  705.                       </table></td>
  706.                   </tr>
  707.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  708.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Card" <%if InStr(1,str_PopList,"ME_Card",1)>0 then response.Write "checked"%>>
  709.                     点卡管理</td>
  710.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  711.                         <tr> 
  712.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME017" <%if InStr(1,str_PopList,"ME017",1)>0 then response.Write "checked"%>>
  713.                             添加 
  714.                             <input name="PopList" type="checkbox" id="PopList" value="ME018" <%if InStr(1,str_PopList,"ME018",1)>0 then response.Write "checked"%>>
  715.                             修改
  716.                             <input name="PopList" type="checkbox" id="PopList" value="ME019" <%if InStr(1,str_PopList,"ME019",1)>0 then response.Write "checked"%>>
  717. 删除</td>
  718.                         </tr>
  719.                       </table></td>
  720.                   </tr>
  721.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  722.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_News" <%if InStr(1,str_PopList,"ME_News",1)>0 then response.Write "checked"%>>
  723.                     公告管理</td>
  724.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  725.                         <tr> 
  726.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME021" <%if InStr(1,str_PopList,"ME021",1)>0 then response.Write "checked"%>>
  727.                             开启</td>
  728.                         </tr>
  729.                       </table></td>
  730.                   </tr>
  731.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  732.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Form" <%if InStr(1,str_PopList,"ME_Form",1)>0 then response.Write "checked"%>>
  733.                     社群管理</td>
  734.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  735.                         <tr> 
  736.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME022" <%if InStr(1,str_PopList,"ME022",1)>0 then response.Write "checked"%>>
  737.                             新建
  738.                               <input name="PopList" type="checkbox" id="PopList" value="ME023" <%if InStr(1,str_PopList,"ME023",1)>0 then response.Write "checked"%>>
  739.                             修改
  740.                             <input name="PopList" type="checkbox" id="PopList" value="ME024" <%if InStr(1,str_PopList,"ME024",1)>0 then response.Write "checked"%>>
  741. 删除<input name="PopList" type="checkbox" id="PopList" value="ME025"  <%if InStr(1,str_PopList,"ME025",1)>0 then response.Write "checked"%>>
  742. 锁定</td>
  743.                         </tr>
  744.                       </table></td>
  745.                   </tr>
  746.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  747.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_HY" <%if InStr(1,str_PopList,"ME_HY",1)>0 then response.Write "checked"%>>
  748.                     行业管理</td>
  749.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  750.                         <tr> 
  751.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME026" <%if InStr(1,str_PopList,"ME026",1)>0 then response.Write "checked"%>>
  752.                             开启</td>
  753.                         </tr>
  754.                       </table></td>
  755.                   </tr>
  756.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  757.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_award" <%if InStr(1,str_PopList,"ME_award",1)>0 then response.Write "checked"%>>
  758.                     抽奖管理</td>
  759.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  760.                         <tr> 
  761.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME027" <%if InStr(1,str_PopList,"ME027",1)>0 then response.Write "checked"%>>
  762.                             新建
  763.                               <input name="PopList" type="checkbox" id="PopList" value="ME028" <%if InStr(1,str_PopList,"ME028",1)>0 then response.Write "checked"%>>
  764.                             修改
  765.                             <input name="PopList" type="checkbox" id="PopList" value="ME029" <%if InStr(1,str_PopList,"ME029",1)>0 then response.Write "checked"%>>
  766. 删除<input name="PopList" type="checkbox" id="PopList" value="ME030"  <%if InStr(1,str_PopList,"ME030",1)>0 then response.Write "checked"%>>
  767. 开奖</td>
  768.                         </tr>
  769.                       </table></td>
  770.                   </tr>
  771.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  772.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Order" <%if InStr(1,str_PopList,"ME_Order",1)>0 then response.Write "checked"%>>
  773.                     定单管理(在线支付)</td>
  774.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  775.                         <tr> 
  776.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME031" <%if InStr(1,str_PopList,"ME031",1)>0 then response.Write "checked"%>>
  777.                             开启</td>
  778.                         </tr>
  779.                       </table></td>
  780.                   </tr>
  781.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  782.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Mproducts" <%if InStr(1,str_PopList,"ME_Mproducts",1)>0 then response.Write "checked"%>>
  783.                     添加会员商品</td>
  784.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  785.                         <tr> 
  786.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME032" <%if InStr(1,str_PopList,"ME032",1)>0 then response.Write "checked"%>>
  787.                           开启</td>
  788.                         </tr>
  789.                       </table></td>
  790.                   </tr>
  791.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  792.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Horder" <%if InStr(1,str_PopList,"ME_Horder",1)>0 then response.Write "checked"%>>
  793.                     交易明晰</td>
  794.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  795.                         <tr> 
  796.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME033" <%if InStr(1,str_PopList,"ME033",1)>0 then response.Write "checked"%>>
  797.                           开启</td>
  798.                         </tr>
  799.                       </table></td>
  800.                   </tr>
  801.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  802.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_GUser" <%if InStr(1,str_PopList,"ME_GUser",1)>0 then response.Write "checked"%>>
  803.                     会员组</td>
  804.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  805.                         <tr> 
  806.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME034" <%if InStr(1,str_PopList,"ME034",1)>0 then response.Write "checked"%>>
  807.                             新建
  808.                               <input name="PopList" type="checkbox" id="PopList" value="ME035" <%if InStr(1,str_PopList,"ME035",1)>0 then response.Write "checked"%>>
  809.                             修改
  810.                             <input name="PopList" type="checkbox" id="PopList" value="ME036" <%if InStr(1,str_PopList,"ME036",1)>0 then response.Write "checked"%>>
  811. 删除</td>
  812.                         </tr>
  813.                       </table></td>
  814.                   </tr>
  815.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  816.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Jubao" <%if InStr(1,str_PopList,"ME_Jubao",1)>0 then response.Write "checked"%>>
  817.                     举报管理</td>
  818.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  819.                         <tr> 
  820.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME037" <%if InStr(1,str_PopList,"ME037",1)>0 then response.Write "checked"%>>
  821.                             开启</td>
  822.                         </tr>
  823.                       </table></td>
  824.                   </tr>
  825.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  826.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Review" <%if InStr(1,str_PopList,"ME_Review",1)>0 then response.Write "checked"%>>
  827.                     评论管理</td>
  828.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  829.                         <tr> 
  830.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME038" <%if InStr(1,str_PopList,"ME038",1)>0 then response.Write "checked"%>>
  831.                           开启</td>
  832.                         </tr>
  833.                       </table></td>
  834.                   </tr>
  835.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  836.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Log" <%if InStr(1,str_PopList,"ME_Log",1)>0 then response.Write "checked"%>>
  837.                     日志管理</td>
  838.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  839.                         <tr> 
  840.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME039" <%if InStr(1,str_PopList,"ME039",1)>0 then response.Write "checked"%>>
  841.                           开启</td>
  842.                         </tr>
  843.                       </table></td>
  844.                   </tr>
  845.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  846.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Photo" <%if InStr(1,str_PopList,"ME_Photo",1)>0 then response.Write "checked"%>>
  847.                     相册管理</td>
  848.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  849.                         <tr> 
  850.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME040" <%if InStr(1,str_PopList,"ME040",1)>0 then response.Write "checked"%>>
  851.                             开启</td>
  852.                         </tr>
  853.                       </table></td>
  854.                   </tr>
  855.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  856.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Param" <%if InStr(1,str_PopList,"ME_Param",1)>0 then response.Write "checked"%>>
  857.                     参数设置</td>
  858.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  859.                         <tr> 
  860.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME041" <%if InStr(1,str_PopList,"ME041",1)>0 then response.Write "checked"%>>
  861.                             开启</td>
  862.                         </tr>
  863.                       </table></td>
  864.                   </tr>
  865.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  866.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="ME_Pay" <%if InStr(1,str_PopList,"ME_Pay",1)>0 then response.Write "checked"%>>
  867.                     在线支付</td>
  868.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  869.                         <tr> 
  870.                           <td><input name="PopList" type="checkbox" id="PopList" value="ME042" <%if InStr(1,str_PopList,"ME042",1)>0 then response.Write "checked"%>>
  871.                             开启</td>
  872.                         </tr>
  873.                       </table></td>
  874.                   </tr>
  875.                 </table>
  876.               </div></td>
  877.           </tr>
  878.   <%
  879. end if
  880. if Request.Cookies("FoosunSUBCookie")("FoosunSUBAP")=1 then
  881.   %>
  882.           <tr  class="hback_1"> 
  883.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  884.               <input name="PopList_AP" type="checkbox" id="PopList_AP" value="AP_Pop"  onClick="SwitchPopType('AP_Pop');" <%if InStr(1,str_PopList,"AP_Pop",1)>0 then response.Write "checked"%>>
  885.             </strong>AP招聘求职系统</div></td>
  886.           </tr>
  887.           <tr class="hback"> 
  888.             <td colspan="2" class="hback"><div align="left"> 
  889.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"AP_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="AP_ID">
  890.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  891.                     <td width="14%" class="hback"><div align="left"> 
  892.                         <input name="PopList" type="checkbox" id="PopList" value="AP_Param" <%if InStr(1,str_PopList,"AP_Param",1)>0 then response.Write "checked"%>>
  893.                         系统参数设置</div></td>
  894.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  895.                         <tr> 
  896.                           <td><input name="PopList" type="checkbox" id="PopList" value="AP001" <%if InStr(1,str_PopList,"AP001",1)>0 then response.Write "checked"%>>
  897.                             开启</td>
  898.                         </tr>
  899.                       </table></td>
  900.                   </tr>
  901.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  902.                     <td class="hback"><div align="left"> 
  903.                         <input name="PopList" type="checkbox" id="PopList" value="AP_Province" <%if InStr(1,str_PopList,"AP_Province",1)>0 then response.Write "checked"%>>
  904.                         省份设置</div></td>
  905.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  906.                         <tr> 
  907.                           <td><input name="PopList" type="checkbox" id="PopList" value="AP002" <%if InStr(1,str_PopList,"AP002",1)>0 then response.Write "checked"%>>
  908.                             开启</td>
  909.                         </tr>
  910.                       </table></td>
  911.                   </tr>
  912.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  913.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="AP_city" <%if InStr(1,str_PopList,"AP_city",1)>0 then response.Write "checked"%>>
  914.                     城市设置</td>
  915.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  916.                         <tr> 
  917.                           <td><input name="PopList" type="checkbox" id="PopList" value="AP003" <%if InStr(1,str_PopList,"AP003",1)>0 then response.Write "checked"%>>
  918.                             开启</td>
  919.                         </tr>
  920.                       </table></td>
  921.                   </tr>
  922. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  923.                     <td width="14%" class="hback"><div align="left"> 
  924.                         <input name="PopList" type="checkbox" id="PopList" value="AP_Search" <%if InStr(1,str_PopList,"AP_Search",1)>0 then response.Write "checked"%>>
  925.                         会员记录查询</div></td>
  926.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  927.                         <tr> 
  928.                           <td><input name="PopList" type="checkbox" id="PopList" value="AP004" <%if InStr(1,str_PopList,"AP004",1)>0 then response.Write "checked"%>>
  929.                             开启</td>
  930.                         </tr>
  931.                       </table></td>
  932.                   </tr><tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  933.                     <td width="14%" class="hback"><div align="left"> 
  934.                         <input name="PopList" type="checkbox" id="PopList" value="AP_check" <%if InStr(1,str_PopList,"AP_check",1)>0 then response.Write "checked"%>>
  935.                         注册信息审核</div></td>
  936.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  937.                         <tr> 
  938.                           <td><input name="PopList" type="checkbox" id="PopList" value="AP005" <%if InStr(1,str_PopList,"AP005",1)>0 then response.Write "checked"%>>
  939.                             开启</td>
  940.                         </tr>
  941.                       </table></td>
  942.                   </tr>   
  943.                 </table>
  944.               </div></td>
  945.           </tr>
  946.   <%
  947. end if
  948. if Request.Cookies("FoosunSUBCookie")("FoosunSUBSD")=1 then
  949.   %>
  950.           <tr  class="hback_1"> 
  951.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  952.               <input name="PopList_SD" type="checkbox" id="PopList_SD" value="SD_Pop"  onClick="SwitchPopType('SD_Pop');" <%if InStr(1,str_PopList,"SD_Pop",1)>0 then response.Write "checked"%>>
  953.             </strong>SD供求系统</div></td>
  954.           </tr>
  955.           <tr class="hback"> 
  956.             <td colspan="2" class="hback"><div align="left"> 
  957.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"SD_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="SD_ID">
  958.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  959.                     <td width="14%" class="hback"><div align="left"> 
  960.                         <input name="PopList" type="checkbox" id="PopList" value="SD_List" <%if InStr(1,str_PopList,"SD_List",1)>0 then response.Write "checked"%>>
  961.                         供求信息</div></td>
  962.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  963.                         <tr> 
  964.                           <td><input name="PopList" type="checkbox" id="PopList" value="SD001" <%if InStr(1,str_PopList,"SD001",1)>0 then response.Write "checked"%>>
  965.                             新建
  966.                             <input name="PopList" type="checkbox" id="PopList" value="SD002" <%if InStr(1,str_PopList,"SD002",1)>0 then response.Write "checked"%>>
  967. 修改
  968. <input name="PopList" type="checkbox" id="PopList" value="SD003" <%if InStr(1,str_PopList,"SD003",1)>0 then response.Write "checked"%>>
  969. 删除
  970. <input name="PopList" type="checkbox" id="PopList" value="SD004" <%if InStr(1,str_PopList,"SD004",1)>0 then response.Write "checked"%>>
  971. 审核</td>
  972.                         </tr>
  973.                       </table></td>
  974.                   </tr>
  975.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  976.                     <td class="hback"><div align="left"> 
  977.                         <input name="PopList" type="checkbox" id="PopList" value="SD_Class" <%if InStr(1,str_PopList,"SD_Class",1)>0 then response.Write "checked"%>>
  978.                         类别栏目</div></td>
  979.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  980.                         <tr> 
  981.                           <td><input name="PopList" type="checkbox" id="PopList" value="SD005" <%if InStr(1,str_PopList,"SD005",1)>0 then response.Write "checked"%>>
  982. 新建
  983.   <input name="PopList" type="checkbox" id="PopList" value="SD006" <%if InStr(1,str_PopList,"SD006",1)>0 then response.Write "checked"%>>
  984. 修改
  985. <input name="PopList" type="checkbox" id="PopList" value="SD007" <%if InStr(1,str_PopList,"SD007",1)>0 then response.Write "checked"%>>
  986. 删除</td>
  987.                         </tr>
  988.                       </table></td>
  989.                   </tr>
  990.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  991.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="AP_area" <%if InStr(1,str_PopList,"AP_area",1)>0 then response.Write "checked"%>>
  992.                     区域管理</td>
  993.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  994.                         <tr> 
  995.                           <td><input name="PopList" type="checkbox" id="PopList" value="SD008" <%if InStr(1,str_PopList,"SD008",1)>0 then response.Write "checked"%>>
  996.                             开启</td>
  997.                         </tr>
  998.                       </table></td>
  999.                   </tr>
  1000. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1001.                     <td width="14%" class="hback"><div align="left"> 
  1002.                         <input name="PopList" type="checkbox" id="PopList" value="AP_param" <%if InStr(1,str_PopList,"AP_param",1)>0 then response.Write "checked"%>>
  1003.                         系统设置</div></td>
  1004.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1005.                         <tr> 
  1006.                           <td><input name="PopList" type="checkbox" id="PopList" value="SD009" <%if InStr(1,str_PopList,"SD009",1)>0 then response.Write "checked"%>>
  1007.                             开启</td>
  1008.                         </tr>
  1009.                       </table></td>
  1010.                   </tr>   
  1011.                 </table>
  1012.               </div></td>
  1013.           </tr>
  1014.   <%
  1015. end if
  1016. if Request.Cookies("FoosunSUBCookie")("FoosunSUBCS")=1 then
  1017.   %>
  1018.           <tr  class="hback_1"> 
  1019.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1020.               <input name="PopList_CS" type="checkbox" id="PopList_CS" value="CS_Pop"  onClick="SwitchPopType('CS_Pop');" <%if InStr(1,str_PopList,"CS_Pop",1)>0 then response.Write "checked"%>>
  1021.             </strong>CS采集系统</div></td>
  1022.           </tr>
  1023.           <tr class="hback"> 
  1024.             <td colspan="2" class="hback"><div align="left"> 
  1025.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"CS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="CS_ID">
  1026.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1027.                     <td width="14%" class="hback"><div align="left"> 
  1028.                         <input name="PopList" type="checkbox" id="PopList" value="CS_site" <%if InStr(1,str_PopList,"CS_site",1)>0 then response.Write "checked"%>>
  1029.                         设置站点</div></td>
  1030.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1031.                         <tr> 
  1032.                           <td><input name="PopList" type="checkbox" id="PopList" value="CS001" <%if InStr(1,str_PopList,"CS001",1)>0 then response.Write "checked"%>>
  1033.                             开启</td>
  1034.                         </tr>
  1035.                       </table></td>
  1036.                   </tr>
  1037.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1038.                     <td class="hback"><div align="left"> 
  1039.                         <input name="PopList" type="checkbox" id="PopList" value="CS_collect" <%if InStr(1,str_PopList,"CS_collect",1)>0 then response.Write "checked"%>>
  1040.                         采集</div></td>
  1041.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1042.                         <tr> 
  1043.                           <td><input name="PopList" type="checkbox" id="PopList" value="CS002" <%if InStr(1,str_PopList,"CS002",1)>0 then response.Write "checked"%>>
  1044.                           开启</td>
  1045.                         </tr>
  1046.                       </table></td>
  1047.                   </tr>
  1048.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1049.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="CS_Ink" <%if InStr(1,str_PopList,"CS_Ink",1)>0 then response.Write "checked"%>>
  1050.                     采入数据库</td>
  1051.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  1052.                         <tr> 
  1053.                           <td><input name="PopList" type="checkbox" id="PopList" value="CS003" <%if InStr(1,str_PopList,"CS003",1)>0 then response.Write "checked"%>>
  1054.                             开启</td>
  1055.                         </tr>
  1056.                       </table></td>
  1057.                   </tr>
  1058.                 </table>
  1059.               </div></td>
  1060.           </tr>
  1061.   <%
  1062. end if
  1063. if Request.Cookies("FoosunSUBCookie")("FoosunSUBSS")=1 then
  1064.   %>
  1065.           <tr  class="hback_1"> 
  1066.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1067.               <input name="PopList_SS" type="checkbox" id="PopList_SS" value="SS_Pop"  onClick="SwitchPopType('SS_Pop');"  <%if InStr(1,str_PopList,"SS_Pop",1)>0 then response.Write "checked"%>>
  1068.             </strong>SS站点统计</div></td>
  1069.           </tr>
  1070.           <tr class="hback"> 
  1071.             <td colspan="2" class="hback"><div align="left"> 
  1072.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"SS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="SS_ID">
  1073.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1074.                     <td width="14%" class="hback"><div align="left"> 
  1075.                         <input name="PopList" type="checkbox" id="PopList" value="SS_site" <%if InStr(1,str_PopList,"SS_site",1)>0 then response.Write "checked"%>>
  1076.                         站点统计</div></td>
  1077.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1078.                         <tr> 
  1079.                           <td><input name="PopList" type="checkbox" id="PopList" value="SS001" <%if InStr(1,str_PopList,"SS001",1)>0 then response.Write "checked"%>>
  1080.                             开启</td>
  1081.                         </tr>
  1082.                       </table></td>
  1083.                   </tr>
  1084.                 </table>
  1085.               </div></td>
  1086.           </tr>
  1087.   <%
  1088. end if
  1089. if Request.Cookies("FoosunSUBCookie")("FoosunSUBHS")=1 then
  1090.   %>
  1091.           <tr  class="hback_1"> 
  1092.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1093.               <input name="PopList_HS" type="checkbox" id="PopList_HS" value="HS_Pop"  onClick="SwitchPopType('HS_Pop');" <%if InStr(1,str_PopList,"HS_Pop",1)>0 then response.Write "checked"%>>
  1094.             </strong>HS房产楼盘系统</div></td>
  1095.           </tr>
  1096.           <tr class="hback"> 
  1097.             <td colspan="2" class="hback"><div align="left"> 
  1098.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"HS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="HS_ID">
  1099.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1100.                     <td width="14%" class="hback"><div align="left"> 
  1101.                         <input name="PopList" type="checkbox" id="PopList" value="HS_Loup" <%if InStr(1,str_PopList,"HS_Loup",1)>0 then response.Write "checked"%>>
  1102.                         楼盘管理</div></td>
  1103.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1104.                         <tr> 
  1105.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS001" <%if InStr(1,str_PopList,"HS001",1)>0 then response.Write "checked"%>>
  1106.                             新建
  1107.                             <input name="PopList" type="checkbox" id="PopList" value="HS002" <%if InStr(1,str_PopList,"HS002",1)>0 then response.Write "checked"%>>
  1108. 修改
  1109. <input name="PopList" type="checkbox" id="PopList" value="HS003" <%if InStr(1,str_PopList,"HS003",1)>0 then response.Write "checked"%>>
  1110. 删除
  1111. <input name="PopList" type="checkbox" id="PopList" value="HS004" <%if InStr(1,str_PopList,"HS004",1)>0 then response.Write "checked"%>>
  1112. 审核</td>
  1113.                         </tr>
  1114.                       </table></td>
  1115.                   </tr>
  1116.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1117.                     <td class="hback"><div align="left"> 
  1118.                         <input name="PopList" type="checkbox" id="PopList" value="HS_Ero" <%if InStr(1,str_PopList,"HS_Ero",1)>0 then response.Write "checked"%>>
  1119.                         二手房</div></td>
  1120.                     <td class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1121.                         <tr> 
  1122.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS005" <%if InStr(1,str_PopList,"HS005",1)>0 then response.Write "checked"%>>
  1123. 新建
  1124.   <input name="PopList" type="checkbox" id="PopList" value="HS006" <%if InStr(1,str_PopList,"HS006",1)>0 then response.Write "checked"%>>
  1125. 修改
  1126. <input name="PopList" type="checkbox" id="PopList" value="HS007" <%if InStr(1,str_PopList,"HS007",1)>0 then response.Write "checked"%>>
  1127. 删除</td>
  1128.                         </tr>
  1129.                       </table></td>
  1130.                   </tr>
  1131.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1132.                     <td class="hback"><input name="PopList" type="checkbox" id="PopList" value="HS_Zu" <%if InStr(1,str_PopList,"HS_Zu",1)>0 then response.Write "checked"%>>
  1133.                     租赁信息</td>
  1134.                     <td class="hback"> <table width="98%" border="0" cellspacing="0" cellpadding="2">
  1135.                         <tr> 
  1136.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS008" <%if InStr(1,str_PopList,"HS008",1)>0 then response.Write "checked"%>>
  1137.                             开启</td>
  1138.                         </tr>
  1139.                       </table></td>
  1140.                   </tr>
  1141. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1142.                     <td width="14%" class="hback"><div align="left"> 
  1143.                         <input name="PopList" type="checkbox" id="PopList" value="HS_param" <%if InStr(1,str_PopList,"HS_param",1)>0 then response.Write "checked"%>>
  1144.                         系统设置</div></td>
  1145.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1146.                         <tr> 
  1147.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS009" <%if InStr(1,str_PopList,"HS009",1)>0 then response.Write "checked"%>>
  1148.                             开启</td>
  1149.                         </tr>
  1150.                       </table></td>
  1151.                   </tr>   
  1152. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1153.                     <td width="14%" class="hback"><div align="left"> 
  1154.                         <input name="PopList" type="checkbox" id="PopList" value="HS_FY" <%if InStr(1,str_PopList,"HS_FY",1)>0 then response.Write "checked"%>>
  1155.                         房源审核</div></td>
  1156.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1157.                         <tr> 
  1158.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS010" <%if InStr(1,str_PopList,"HS010",1)>0 then response.Write "checked"%>>
  1159.                             开启</td>
  1160.                         </tr>
  1161.                       </table></td>
  1162.                   </tr>   
  1163. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1164.                     <td width="14%" class="hback"><div align="left"> 
  1165.                         <input name="PopList" type="checkbox" id="PopList" value="HS_Search" <%if InStr(1,str_PopList,"HS_Search",1)>0 then response.Write "checked"%>>
  1166.                         查询统计</div></td>
  1167.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1168.                         <tr> 
  1169.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS011" <%if InStr(1,str_PopList,"HS011",1)>0 then response.Write "checked"%>>
  1170.                             开启</td>
  1171.                         </tr>
  1172.                       </table></td>
  1173.                   </tr>   
  1174. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1175.                     <td width="14%" class="hback"><div align="left"> 
  1176.                         <input name="PopList" type="checkbox" id="PopList" value="HS_CJ" <%if InStr(1,str_PopList,"HS_CJ",1)>0 then response.Write "checked"%>>
  1177.                         厂商管理</div></td>
  1178.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1179.                         <tr> 
  1180.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS012" <%if InStr(1,str_PopList,"HS012",1)>0 then response.Write "checked"%>>
  1181.                             开启</td>
  1182.                         </tr>
  1183.                       </table></td>
  1184.                   </tr>   
  1185. <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1186.                     <td width="14%" class="hback"><div align="left"> 
  1187.                         <input name="PopList" type="checkbox" id="PopList" value="HS_Other" <%if InStr(1,str_PopList,"HS_Other",1)>0 then response.Write "checked"%>>
  1188.                         其他</div></td>
  1189.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1190.                         <tr> 
  1191.                           <td><input name="PopList" type="checkbox" id="PopList" value="HS013" <%if InStr(1,str_PopList,"HS013",1)>0 then response.Write "checked"%>>
  1192.                             回收站管理
  1193.                             <input name="PopList" type="checkbox" id="PopList" value="HS014" <%if InStr(1,str_PopList,"HS014",1)>0 then response.Write "checked"%>>
  1194.                             清理过期房源
  1195.                             <input name="PopList" type="checkbox" id="PopList" value="HS015" <%if InStr(1,str_PopList,"HS015",1)>0 then response.Write "checked"%>>
  1196.                           捆绑模板</td>
  1197.                         </tr>
  1198.                       </table></td>
  1199.                   </tr>   
  1200.                 </table>
  1201.               </div></td>
  1202.           </tr>   
  1203.   <%
  1204. end if
  1205. if Request.Cookies("FoosunSUBCookie")("FoosunSUBVS")=1 then
  1206.   %>
  1207.           <tr  class="hback_1"> 
  1208.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1209.               <input name="PopList_VS" type="checkbox" id="PopList_VS" value="VS_Pop"  onClick="SwitchPopType('VS_Pop');" <%if InStr(1,str_PopList,"VS_Pop",1)>0 then response.Write "checked"%>>
  1210.             </strong>VS投票管理</div></td>
  1211.           </tr>
  1212.           <tr class="hback"> 
  1213.             <td colspan="2" class="hback"><div align="left"> 
  1214.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"VS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="VS_ID">
  1215.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1216.                     <td width="14%" class="hback"><div align="left"> 
  1217.                         <input name="PopList" type="checkbox" id="PopList" value="VS_site" <%if InStr(1,str_PopList,"VS_site",1)>0 then response.Write "checked"%>>
  1218.                         开启
  1219.                     </div></td>
  1220.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1221.                         <tr> 
  1222.                           <td><input name="PopList" type="checkbox" id="PopList" value="VS001" <%if InStr(1,str_PopList,"VS001",1)>0 then response.Write "checked"%>>
  1223.                             参数设置
  1224.                               <input name="PopList" type="checkbox" id="PopList" value="VS002" <%if InStr(1,str_PopList,"VS002",1)>0 then response.Write "checked"%>>
  1225. 管理
  1226. <input name="PopList" type="checkbox" id="PopList" value="VS003" <%if InStr(1,str_PopList,"VS003",1)>0 then response.Write "checked"%>>
  1227. 查看</td>
  1228.                         </tr>
  1229.                       </table></td>
  1230.                   </tr>
  1231.                 </table>
  1232.               </div></td>
  1233.           </tr>
  1234.   <%
  1235. end if
  1236. if Request.Cookies("FoosunSUBCookie")("FoosunSUBAS")=1 then
  1237.   %>
  1238.           <tr  class="hback_1"> 
  1239.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1240.               <input name="PopList_AS" type="checkbox" id="PopList_AS" value="AS_Pop"  onClick="SwitchPopType('AS_Pop');" <%if InStr(1,str_PopList,"AS_Pop",1)>0 then response.Write "checked"%>>
  1241.             </strong>AS广告管理系统</div></td>
  1242.           </tr>
  1243.           <tr class="hback"> 
  1244.             <td colspan="2" class="hback"><div align="left"> 
  1245.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"AS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="AS_ID">
  1246.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1247.                     <td width="14%" class="hback"><div align="left"> 
  1248.                         <input name="PopList" type="checkbox" id="PopList" value="AS_site" <%if InStr(1,str_PopList,"AS_site",1)>0 then response.Write "checked"%>>
  1249.                         开启</div></td>
  1250.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1251.                         <tr> 
  1252.                           <td><input name="PopList" type="checkbox" id="PopList" value="AS001" <%if InStr(1,str_PopList,"AS001",1)>0 then response.Write "checked"%>>
  1253. 管理
  1254.   <input name="PopList" type="checkbox" id="PopList" value="AS002" <%if InStr(1,str_PopList,"AS002",1)>0 then response.Write "checked"%>>
  1255. 统计
  1256. <input name="PopList" type="checkbox" id="PopList" value="AS003" <%if InStr(1,str_PopList,"AS003",1)>0 then response.Write "checked"%>>
  1257. 分类</td>
  1258.                         </tr>
  1259.                       </table></td>
  1260.                   </tr>
  1261.                 </table>
  1262.               </div></td>
  1263.           </tr>
  1264.   <%
  1265. end if
  1266. if Request.Cookies("FoosunSUBCookie")("FoosunSUBWS")=1 then
  1267.   %>
  1268.           <tr  class="hback_1"> 
  1269.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1270.               <input name="PopList_WS" type="checkbox" id="PopList_WS" value="WS_Pop"  onClick="SwitchPopType('WS_Pop');" <%if InStr(1,str_PopList,"WS_Pop",1)>0 then response.Write "checked"%>>
  1271.             </strong>WS留言系统</div></td>
  1272.           </tr>
  1273.           <tr class="hback"> 
  1274.             <td colspan="2" class="hback"><div align="left"> 
  1275.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"WS_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="WS_ID">
  1276.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1277.                     <td width="14%" class="hback"><div align="left"> 
  1278.                         <input name="PopList" type="checkbox" id="PopList" value="WS_site" <%if InStr(1,str_PopList,"WS_site",1)>0 then response.Write "checked"%>>
  1279.                         开启</div></td>
  1280.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1281.                         <tr> 
  1282.                           <td><input name="PopList" type="checkbox" id="PopList" value="WS001" <%if InStr(1,str_PopList,"WS001",1)>0 then response.Write "checked"%>>
  1283.                             查看
  1284.                               <input name="PopList" type="checkbox" id="PopList" value="WS002" <%if InStr(1,str_PopList,"WS002",1)>0 then response.Write "checked"%>>
  1285. 管理</td>
  1286.                         </tr>
  1287.                       </table></td>
  1288.                   </tr>
  1289.                 </table>
  1290.               </div></td>
  1291.           </tr>
  1292.   <%
  1293. end if
  1294. if Request.Cookies("FoosunSUBCookie")("FoosunSUBFL")=1 then
  1295.   %>
  1296.           <tr  class="hback_1"> 
  1297.             <td colspan="2" class="hback_1"> <div align="left"><strong>
  1298.               <input name="PopList_FL" type="checkbox" id="PopList_FL" value="FL_Pop"  onClick="SwitchPopType('FL_Pop');" <%if InStr(1,str_PopList,"FL_Pop",1)>0 then response.Write "checked"%>>
  1299.             </strong>FL友情联接系统</div></td>
  1300.           </tr>
  1301.           <tr class="hback"> 
  1302.             <td colspan="2" class="hback"><div align="left"> 
  1303.                 <table width="100%" border="0" cellspacing="0" cellpadding="4" style="display: <%if InStr(1,str_PopList,"FL_Pop",1)<>0 then:response.Write(";"):else:Response.Write("none"):end if%>" id="FL_ID">
  1304.                   <tr onMouseOver=overColor(this) onMouseOut=outColor(this)> 
  1305.                     <td width="14%" class="hback"><div align="left"> 
  1306.                         <input name="PopList" type="checkbox" id="PopList" value="FL_site" <%if InStr(1,str_PopList,"FL_site",1)>0 then response.Write "checked"%>>
  1307.                         开启</div></td>
  1308.                     <td width="86%" class="hback"><table width="98%" border="0" cellspacing="0" cellpadding="2">
  1309.                         <tr> 
  1310.                           <td><input name="PopList" type="checkbox" id="PopList" value="FL001" <%if InStr(1,str_PopList,"FL001",1)>0 then response.Write "checked"%>>
  1311.                             查看
  1312.                               <input name="PopList" type="checkbox" id="PopList" value="FL002" <%if InStr(1,str_PopList,"FL002",1)>0 then response.Write "checked"%>>
  1313. 管理</td>
  1314.                         </tr>
  1315.                       </table></td>
  1316.                   </tr>
  1317.                 </table>
  1318.               </div></td>
  1319.           </tr>
  1320.   <%end if%>
  1321.        </table></td>
  1322.     </tr>
  1323.     <tr > 
  1324.       <td colspan="3" class="hback"><div align="left"></div>
  1325.         <input type="submit" name="Submit" value="确定设置权限"> <input type="reset" name="Submit2" value="重置"></td>
  1326.     </tr>
  1327.   </form>
  1328. </table>
  1329. <script language="javascript" type="text/javascript" src="../../FS_Inc/wz_tooltip.js"></script>
  1330. </body>
  1331. </html>
  1332. <script language="JavaScript" type="text/JavaScript">
  1333. function SwitchPopType(Html_express)
  1334. {
  1335. //alert(Html_express);
  1336. //return false;
  1337. switch (Html_express)
  1338. {
  1339. case "MF_Pop":
  1340. if (document.PopForm.PopList_MF.checked==true){document.getElementById('MF_ID').style.display='';}
  1341. else{document.getElementById('MF_ID').style.display='none';}
  1342. break;
  1343. case "NS_Pop":
  1344. if (document.PopForm.PopList_NS.checked==true){document.getElementById('NS_ID').style.display='';}
  1345. else{document.getElementById('NS_ID').style.display='none';}
  1346. break;
  1347. case "MS_Pop":
  1348. if (document.PopForm.PopList_MS.checked==true){document.getElementById('MS_ID').style.display='';}
  1349. else{document.getElementById('MS_ID').style.display='none';}
  1350. break;
  1351. case "DS_Pop":
  1352. if (document.PopForm.PopList_DS.checked==true){document.getElementById('DS_ID').style.display='';}
  1353. else{document.getElementById('DS_ID').style.display='none';}
  1354. break;
  1355. case "ME_Pop":
  1356. if (document.PopForm.PopList_ME.checked==true){document.getElementById('ME_ID').style.display='';}
  1357. else{document.getElementById('ME_ID').style.display='none';}
  1358. break;
  1359. case "AP_Pop":
  1360. if (document.PopForm.PopList_AP.checked==true){document.getElementById('AP_ID').style.display='';}
  1361. else{document.getElementById('AP_ID').style.display='none';}
  1362. break;
  1363. case "SD_Pop":
  1364. if (document.PopForm.PopList_SD.checked==true){document.getElementById('SD_ID').style.display='';}
  1365. else{document.getElementById('SD_ID').style.display='none';}
  1366. break;
  1367. case "CS_Pop":
  1368. if (document.PopForm.PopList_CS.checked==true){document.getElementById('CS_ID').style.display='';}
  1369. else{document.getElementById('CS_ID').style.display='none';}
  1370. break;
  1371. case "SS_Pop":
  1372. if (document.PopForm.PopList_SS.checked==true){document.getElementById('SS_ID').style.display='';}
  1373. else{document.getElementById('SS_ID').style.display='none';}
  1374. break;
  1375. case "HS_Pop":
  1376. if (document.PopForm.PopList_HS.checked==true){document.getElementById('HS_ID').style.display='';}
  1377. else{document.getElementById('HS_ID').style.display='none';}
  1378. break;
  1379. case "VS_Pop":
  1380. if (document.PopForm.PopList_VS.checked==true){document.getElementById('VS_ID').style.display='';}
  1381. else{document.getElementById('VS_ID').style.display='none';}
  1382. break;
  1383. case "AS_Pop":
  1384. if (document.PopForm.PopList_AS.checked==true){document.getElementById('AS_ID').style.display='';}
  1385. else{document.getElementById('AS_ID').style.display='none';}
  1386. break;
  1387. case "WS_Pop":
  1388. if (document.PopForm.PopList_WS.checked==true){document.getElementById('WS_ID').style.display='';}
  1389. else{document.getElementById('WS_ID').style.display='none';}
  1390. break;
  1391. case "FL_Pop":
  1392. if (document.PopForm.PopList_FL.checked==true){document.getElementById('FL_ID').style.display='';}
  1393. else{document.getElementById('FL_ID').style.display='none';}
  1394. break;
  1395. }
  1396. }
  1397. function CheckAll(form)  
  1398.   {  
  1399.   for (var i=0;i<form.elements.length;i++)  
  1400.     {  
  1401.     var e = PopForm.elements[i];  
  1402.     if (e.name != 'chkall')  
  1403.        {
  1404.    e.checked = PopForm.chkall.checked;  
  1405.    document.getElementById('MF_ID').style.display='';
  1406.    }
  1407. }  
  1408. }
  1409. function ChooseadminType(Type)
  1410. {
  1411. switch (Type)
  1412. {
  1413. case "5":
  1414. document.getElementById('all_id').style.display='';
  1415. break;
  1416. default:
  1417. document.getElementById('all_id').style.display='none';
  1418. break;
  1419. }
  1420. }
  1421. </script>
  1422. <%
  1423. Set Conn = Nothing
  1424. %>