风讯官方论坛产品服务区Bug反馈区<newstar修改003>修改管理员权限时不能正确显示所属组

1  /  1  页   1 跳转 查看:962

标题: [【Foosun4.x】] <newstar修改003>修改管理员权限时不能正确显示所属组

<newstar修改003>修改管理员权限时不能正确显示所属组

\Admin\SysAdmin_SetPop.asp 

8行处
Dim Conn,strShowErr,rs,ar_admin,str_PopList,str_PopGroup
MF_Default_Conn
MF_Session_TF
'本页使用权限判断
If Not MF_Check_Pop_TF("MF_Pop") Then Err_Show
Set rs= Server.CreateObject(G_FS_RS)
rs.open "select Admin_Add_Admin,Admin_Is_Super,Admin_Name,Admin_Pop_List,Admin_Parent_Admin,Admin_PopGroup From FS_MF_Admin where Id="&NoSqlHack(Request.QueryString("AdminId")),Conn,1,3
ar_admin = rs(2)
str_PopList=rs(3)
str_PopGroup=rs(5)


314左右 (免费版269行左右)
<option value="1" <%if str_PopGroup=1 then Response.Write"selected" end if%> >超级管理员</option>
        <option value="2" <%if str_PopGroup=2 then Response.Write"selected" end if%> >普通管理员</option>
        <option value="3" <%if str_PopGroup=3 then Response.Write"selected" end if%> >总编辑</option>
        <option value="4" <%if str_PopGroup=4 then Response.Write"selected" end if%> >责任编辑</option>
        <option value="5" <%if str_PopGroup=5 then Response.Write"selected" end if%> >记者</option>
        <option value="0" <%if str_PopGroup=0 then Response.Write"selected" end if%> >自定义管理员</option>
最后编辑newstar 最后编辑于 2008-04-21 10:56:55
欢迎走近 中国冬枣之乡——沾化   http://www.zhanhua.gov.cn
NewStar工作室 http://www.newzh.cn
QQ:228770305  风讯CMS asp版交流群:11980260
引用
 

回复:<newstar修改003>修改管理员权限时不能正确显示所属组

收到
FoosunCMS操作流程:创建栏目-->添加新闻-->添加样式-->创建标签-->将标签插入模板-->生成首页栏目页完成.
引用
 

回复:<newstar修改003>修改管理员权限时不能正确显示所属组

这个是SQL版的!
百度HI群号1087553欢迎加入!百度号cyxjq
引用
 
1  /  1  页   1 跳转

版权所有 Foosun.NET  NewsCMS.com  NewsIDC.COM  Sitemap

Powered by Discuz!NT 2.0.1115    Copyright © 2001-2008 Comsenz Inc.
Processed in 0 second(s) (Cached).
返顶部