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

📄 addgroup.php

📁 帝国CMS,功能全面的CMS源码,下载试用下
💻 PHP
📖 第 1 页 / 共 2 页
字号:
$empire=null;
//风格
$loginadminstyleid=(int)getcvar('loginadminstyleid');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户组</title>
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
<script>
function CheckAll(form)
  {
  for (var i=0;i<form.elements.length;i++)
    {
    var e = form.elements[i];
    if (e.name != 'chkall')
       e.checked = form.chkall.checked;
    }
  }
</script>
</head>

<body>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  <tr>
    <td><?=$url?></td>
  </tr>
</table>
<form name="form1" method="post" action="../enews.php">
  <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
    <tr class="header"> 
      <td height="25" colspan="2">增加用户组 
        <input name="enews" type="hidden" id="enews" value="<?=$enews?>">
        <input name="groupid" type="hidden" id="groupid" value="<?=$groupid?>">
        </td>
    </tr>
    <tr bgcolor="#DBEAF5"> 
      <td height="25" colspan="2"><strong>名称</strong></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="20%" height="25">用户组名称:</td>
      <td width="80%" height="25"><input name="groupname" type="text" id="groupname" value="<?=$r[groupname]?>"></td>
    </tr>
    <tr bgcolor="#DBEAF5"> 
      <td height="25" colspan="2"><strong>权限</strong></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25">权限分配:</td>
      <td height="25"><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
          <tr>
            <td>系统设置</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"> <input name="gr[dopublic]" type="checkbox" id="gr[dopublic]" value="1"<?=$dopublic?>>
                    参数设置</td>
                  <td width="33%" height="23"> <input name="gr[dopostdata]" type="checkbox" id="gr[dopostdata]" value="1"<?=$dopostdata?>>
                    远程发布</td>
                  <td width="33%" height="23"> <input name="gr[dochangedata]" type="checkbox" id="gr[dochangedata]" value="1"<?=$dochangedata?>>
                    数据更新</td>
                </tr>
                <tr> 
                  <td width="33%" height="23"><input name="gr[dof]" type="checkbox" id="gr[dof]" value="1"<?=$dof?>>
                    自定义字段</td>
                  <td width="33%" height="23"><input name="gr[dom]" type="checkbox" id="gr[dom]" value="1"<?=$dom?>>
                    系统模板管理</td>
                  <td width="33%" height="23"><input name="gr[dodo]" type="checkbox" id="gr[dodo]" value="1"<?=$dodo?>>
                    刷新任务管理</td>
                </tr>
                <tr> 
                  <td width="33%" height="23"><input name="gr[dodbdata]" type="checkbox" id="gr[dodbdata]" value="1"<?=$dodbdata?>>
                    数据备份</td>
                  <td width="33%" height="23"><input name="gr[dorepnewstext]" type="checkbox" id="gr[dorepnewstext]" value="1"<?=$dorepnewstext?>>
                    批量替换字段值</td>
                  <td width="33%" height="23"><input name="gr[dotable]" type="checkbox" id="gr[dotable]" value="1"<?=$dotable?>>
                    数据表管理</td>
                </tr>
                <tr> 
                  <td height="23" colspan="2"><input name="gr[doexecsql]" type="checkbox" id="gr[doexecsql]" value="1"<?=$doexecsql?>>
                    执行SQL语句<font color="#666666">(关系整个系统的安全)</font></td>
                  <td height="23"><input name="gr[dodelinfodata]" type="checkbox" id="gr[dodelinfodata]" value="1"<?=$dodelinfodata?>>
                    批量删除信息</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>信息管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF">
              <table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"> <input name="gr[doall]" type="checkbox" id="gr[doall]3" value="1"<?=$doall?>>
                    可操作所有信息栏目</td>
                  <td><input name="gr[doselfinfo]" type="checkbox" id="gr[doselfinfo]" value="1"<?=$doselfinfo?>>
                    <strong>只能操作自己发布的信息</strong></td>
                </tr>
                <tr> 
                  <td height="23" colspan="2"><input name="gr[doaddinfo]" type="checkbox" id="gr[doaddinfo]" value="1"<?=$r['doaddinfo']==1?' checked':''?>>
                    增加权限,
                    <input name="gr[doeditinfo]" type="checkbox" id="gr[doeditinfo]" value="1"<?=$r['doeditinfo']==1?' checked':''?>>
                    编辑权限(<font color="#666666">包括审核、置顶、移动信息等权限</font>), 
                    <input name="gr[dodelinfo]" type="checkbox" id="gr[dodelinfo]" value="1"<?=$r['dodelinfo']==1?' checked':''?>>
                    删除权限</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>栏目管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr>
                  <td width="33%" height="23"><input name="gr[doclass]" type="checkbox" id="gr[doclass]2" value="1"<?=$doclass?>>
                    栏目管理</td>
                  <td width="33%" height="23"><input name="gr[dozt]" type="checkbox" id="gr[doclass]3" value="1"<?=$dozt?>>
                    专题管理</td>
                  <td width="33%" height="23"><input name="gr[docj]" type="checkbox" id="gr[docj]2" value="1"<?=$docj?>>
                    采集管理</td>
                </tr>
                <tr>
                  <td width="33%" height="23"><input name="gr[domovenews]" type="checkbox" id="gr[domovenews]2" value="1"<?=$domovenews?>>
                    批量转移信息</td>
                  <td width="33%" height="23"><input name="gr[dosetmclass]" type="checkbox" id="gr[dosetmclass]" value="1"<?=$dosetmclass?>>
                    批量设置栏目属性</td>
                  <td width="33%" height="23"><input name="gr[doinfodoc]" type="checkbox" id="gr[doinfodoc]" value="1"<?=$doinfodoc?>>
                    批量归档信息</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>模板管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><font color="#FF0000"> 
                    <input name="gr[dobq]" type="checkbox" id="gr[dobq]2" value="1"<?=$dobq?>>
                    </font>模板标签管理 </td>
                  <td width="33%"><input name="gr[dotemplate]" type="checkbox" id="gr[dotemplate]" value="1"<?=$dotemplate?>>
                    模板管理</td>
                  <td width="33%"><input name="gr[dotempvar]" type="checkbox" id="gr[dotempvar]" value="1"<?=$dotempvar?>>
                    模板变量管理</td>
                </tr>
                <tr>
                  <td height="22"><font color="#FF0000"> 
                    <input name="gr[douserpage]" type="checkbox" id="gr[dobq]" value="1"<?=$douserpage?>>
                    </font>自定义页面管理</td>
                  <td><input name="gr[dotempgroup]" type="checkbox" id="gr[dotempgroup]" value="1"<?=$dotempgroup?>>
                    模板组管理</td>
                  <td>&nbsp;</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>图片信息</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><input name="gr[dopicnews]" type="checkbox" id="gr[dopicnews]" value="1"<?=$dopicnews?>>
                    图片信息管理</td>
                  <td width="33%">&nbsp;</td>
                  <td width="33%">&nbsp;</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>附件管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><input name="gr[dofile]" type="checkbox" id="gr[dofile]" value="1"<?=$dofile?>>
                    附件管理</td>
                  <td width="33%">&nbsp;</td>
                  <td width="33%">&nbsp;</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>控制面板</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><input name="gr[douser]" type="checkbox" id="gr[douser]" value="1"<?=$douser?>>
                    用户管理</td>
                  <td width="33%"><input name="gr[domember]" type="checkbox" id="gr[domember]" value="1"<?=$domember?>>
                    会员管理</td>
                  <td width="33%"><input name="gr[dolog]" type="checkbox" id="gr[dolog]" value="1"<?=$dolog?>>
                    日志管理</td>
                </tr>
                <tr> 
                  <td height="23"><input name="gr[dogroup]" type="checkbox" id="gr[dogroup]" value="1"<?=$dogroup?>>
                    用户组管理</td>
                  <td><input name="gr[docard]" type="checkbox" id="gr[docard]" value="1"<?=$docard?>>
                    点卡管理</td>
                  <td><input name="gr[domsg]" type="checkbox" value="1"<?=$domsg?>>
                    站内短信息管理</td>
                </tr>
                <tr>
                  <td height="23"><input name="gr[dosendemail]" type="checkbox" id="gr[dosendemail]" value="1"<?=$dosendemail?>>
                    批量发送邮件</td>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>插件管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><input name="gr[doad]" type="checkbox" id="gr[doad]" value="1"<?=$doad?>>
                    广告管理</td>
                  <td width="33%"><input name="gr[dovote]" type="checkbox" id="gr[dovote]2" value="1"<?=$dovote?>>
                    投票管理</td>
                  <td width="33%"><input name="gr[dostats]" type="checkbox" id="gr[dovote]3" value="1"<?=$dostats?>>
                    统计器管理</td>
                </tr>
                <tr> 
                  <td height="23"><input name="gr[dolink]" type="checkbox" id="gr[dolink]" value="1"<?=$dolink?>>
                    友情链接管理</td>
                  <td><input name="gr[dogbook]" type="checkbox" id="gr[dogbook]" value="1"<?=$dogbook?>>
                    留言管理</td>
                  <td><input name="gr[dofeedback]" type="checkbox" id="gr[dofeedback]" value="1"<?=$dofeedback?>>
                    反馈信息管理</td>
                </tr>
                <tr>
                  <td height="23"><input name="gr[donotcj]" type="checkbox" id="gr[donotcj]" value="1"<?=$donotcj?>>
                    防采集随机字符管理</td>
                  <td>&nbsp;</td>
                  <td><input name="gr[dofeedbackf]" type="checkbox" id="gr[dofeedbackf]" value="1"<?=$dofeedbackf?>>
                    自定义反馈字段</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>其他管理</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr> 
                  <td width="33%" height="23"><input name="gr[dobefrom]" type="checkbox" id="gr[dobefrom]" value="1"<?=$dobefrom?>>
                    信息来源管理</td>
                  <td width="33%" height="23"><input name="gr[dowriter]" type="checkbox" id="gr[dowriter]" value="1"<?=$dowriter?>>
                    作者管理</td>
                  <td width="33%" height="23"><input name="gr[dosearchkey]" type="checkbox" id="gr[dosearchkey]" value="1"<?=$dosearchkey?>>
                    搜索关键字</td>
                </tr>
                <tr> 
                  <td width="33%" height="23"><input name="gr[dokey]" type="checkbox" id="gr[dokey]" value="1"<?=$dokey?>>
                    内容关键字管理</td>
                  <td width="33%" height="23"><input name="gr[doword]" type="checkbox" id="gr[doword]" value="1"<?=$doword?>>
                    过滤字符管理</td>
                  <td width="33%" height="23"><input name="gr[dopl]" type="checkbox" id="gr[dopl]" value="1"<?=$dopl?>>
                    评论管理</td>
                </tr>
                <tr> 
                  <td width="33%" height="23"><input name="gr[dototaldata]" type="checkbox" id="gr[dototaldata]" value="1"<?=$dototaldata?>>
                    统计信息数据</td>
                  <td width="33%" height="23"><input name="gr[dodownurl]" type="checkbox" id="gr[dodownurl]" value="1"<?=$dodownurl?>>
                    下载地址前缀管理</td>
                  <td width="33%" height="23"><input name="gr[dodeldownrecord]" type="checkbox" id="gr[dodeldownrecord]" value="1"<?=$dodeldownrecord?>>
                    删除下载记录</td>
                </tr>
                <tr> 
                  <td height="23"><input name="gr[doshopps]" type="checkbox" id="gr[doshopps]" value="1"<?=$doshopps?>>
                    商城配送方式管理</td>
                  <td height="23"><input name="gr[doshoppayfs]" type="checkbox" id="gr[doshoppayfs]" value="1"<?=$doshoppayfs?>>
                    商城支付方式管理</td>
                  <td height="23"><input name="gr[doshopdd]" type="checkbox" id="gr[doshopdd]" value="1"<?=$doshopdd?>>
                    商城订单管理</td>
                </tr>
                <tr> 
                  <td height="23"><input name="gr[dodownerror]" type="checkbox" id="gr[dodownerror]" value="1"<?=$dodownerror?>>
                    下载错误报告管理</td>
                  <td height="23"><input name="gr[doadminstyle]" type="checkbox" id="gr[doadminstyle]" value="1"<?=$doadminstyle?>>
                    管理后台样式</td>
                  <td height="23"><input name="gr[dorepdownpath]" type="checkbox" id="dorepdownpath" value="1"<?=$dorepdownpath?>>
                    批量替换地址权限</td>
                </tr>
                <tr>
                  <td height="23"><input name="gr[douserjs]" type="checkbox" value="1"<?=$douserjs?>> 
                    自定义JS管理</td>
                  <td height="23"><input name="gr[douserlist]" type="checkbox" value="1"<?=$douserlist?>>
                    自定义列表管理</td>
                  <td height="23">&nbsp;</td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25">&nbsp;</td>
      <td height="25"><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置">
        <input type=checkbox name=chkall value=on onclick=CheckAll(this.form)>
        选中全部</td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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