diff --git a/src/admin/sys_admin_user_tj.php b/src/admin/sys_admin_user_tj.php index 9026c907..4aedc991 100644 --- a/src/admin/sys_admin_user_tj.php +++ b/src/admin/sys_admin_user_tj.php @@ -95,8 +95,8 @@ if (isset($dopost) && $dopost == 'getone') { $ccd = $row['cc'] + $ccd; $msg = " - - + + @@ -110,7 +110,7 @@ if (isset($dopost) && $dopost == 'getone') { -
管理员::统计信息全部(文档|点击)管理员文档与点击 季度 当月 近七天{$ddw} | {$ccw} {$ddd} | {$ccd}

\r\n"; + "; AjaxHead(); echo $msg; exit(); diff --git a/src/admin/templets/sys_group_add.htm b/src/admin/templets/sys_group_add.htm index ccbc46b0..f2999bbd 100644 --- a/src/admin/templets/sys_group_add.htm +++ b/src/admin/templets/sys_group_add.htm @@ -9,93 +9,83 @@ - - - - - - - -
系统用户组管理 > 增加用户组
- - - - - - - - - - >#", $line)) - { - if($start>0) echo ""; - $start++; - $lhead = " - - - - - - - - - + -
组名称: -
级别值: - (数字,系统已占用的级别值: - SetQuery("Select `rank` From `#@__admintype`"); - $dsql->Execute(); - while($row = $dsql->GetObject()) echo ''.$row->rank.''; - ?> - ,级别值必须小于10,超过或等于10所有权限设置将无效(超级管理员),如果10个组不能完全满足您的要求,允许使用小数)
{$start}、".str_replace('>>','',$line)."
- "; - echo $lhead; - } - else if(preg_match("#^>#", $line)) - { - $ls = explode('>',$line); - $tag = $ls[1]; - $tagname = str_replace('[br]', '
', $ls[2]); - if(!preg_match("#
#", $tagname) ) $tagname .= "($tag)"; - else $tagname = str_replace('
', "($tag)
", $tagname); - echo " "; - $k++; - } - } - $start++; - ?> -
、插件权限
+ + + + + + + + - + $start = 0; + $k = 0; + $gouplists = file(dirname(__FILE__).'/../inc/grouplist.txt'); + foreach($gouplists as $line) + { + $line = trim($line); + if($line=="") continue; + if(preg_match("#^>>#", $line)) + { + if($start>0) echo ""; + $start++; + $lhead = " + + + + + + + + + + + +
系统用户组管理 > 增加用户组
+ + + + + + + + + SetQuery('Select plusname From #@__plus'); - $dsql->Execute(); - while($row=$dsql->GetObject()){ - echo " "; - $k++; - $l++; - if($l%6==0) echo "
"; - } - ?> - - - - - -
组名称:
级别值:(数字,系统已占用的级别值: + SetQuery("Select `rank` From `#@__admintype`");$dsql->Execute();while($row = $dsql->GetObject()) echo ''.$row->rank.''; ?>,级别值必须小于10,超过或等于10所有权限设置将无效(超级管理员),如果10个组不能完全满足您的要求,允许使用小数)
- -
-
{$start}、".str_replace('>>','',$line)."
+ "; + echo $lhead; + } + else if(preg_match("#^>#", $line)) + { + $ls = explode('>',$line); + $tag = $ls[1]; + $tagname = str_replace('[br]', '
', $ls[2]); + if(!preg_match("#
#", $tagname) ) $tagname .= "($tag)"; + else $tagname = str_replace('
', "($tag)
", $tagname); + echo " "; + $k++; + } + } + $start++; + ?> +
、插件权限
+ SetQuery('Select plusname From #@__plus'); + $dsql->Execute(); + while($row=$dsql->GetObject()){ + echo " "; + $k++; + $l++; + if($l%6==0) echo "
"; + } + ?> +
+ +
+
+
\ No newline at end of file diff --git a/src/admin/templets/sys_group_edit.htm b/src/admin/templets/sys_group_edit.htm index df3ecff5..de807a2b 100644 --- a/src/admin/templets/sys_group_edit.htm +++ b/src/admin/templets/sys_group_edit.htm @@ -20,76 +20,73 @@ - - + + - - + >#", $line)) - { - if($start>0) echo ""; - $start++; - $lhead = " - - - - - - - - - "; + $start++; + $lhead = " + + + + + + + + + + + +
组名称: - 组名称:
级别值: + 级别值:
{$start}、".str_replace('>>','',$line)."
- "; - echo $lhead; - } - else if(preg_match("#^>#", $line)) - { - $ls = explode('>',$line); - $tag = $ls[1]; - $tagname = str_replace('[br]','
',$ls[2]); - if(!preg_match("#
#", $tagname) ) $tagname .= "($tag)"; - else $tagname = str_replace('
', "($tag)
", $tagname); - echo ""; - $k++; - } - } - $start++; - ?> -
、插件权限
- SetQuery('SELECT plusname FROM #@__plus'); - $dsql->Execute(); - while($row=$dsql->GetObject()){ - echo " plusname}")."> {$row->plusname}"; - $k++; - $l++; - if($l % 6 == 0) echo "
"; - } - ?> + $start = 0; + $k = 0; + $gouplists = file(DEDEADMIN.'/inc/grouplist.txt'); + foreach($gouplists as $line) + { + $line = trim($line); + if($line=="") continue; + if(preg_match("#^>>#", $line)) + { + if($start>0) echo "
{$start}、".str_replace('>>','',$line)."
+ "; + echo $lhead; + } + else if(preg_match("#^>#", $line)) + { + $ls = explode('>',$line); + $tag = $ls[1]; + $tagname = str_replace('[br]','
',$ls[2]); + if(!preg_match("#
#", $tagname) ) $tagname .= "($tag)"; + else $tagname = str_replace('
', "($tag)
", $tagname); + echo " "; + $k++; + } + } + $start++; + ?> +
、插件权限
+ SetQuery('SELECT plusname FROM #@__plus'); + $dsql->Execute(); + while($row=$dsql->GetObject()){ + echo " "; + $k++; + $l++; + if($l % 6 == 0) echo "
"; + } + ?> +
- - - - - - - + diff --git a/src/theme/templets/index.htm b/src/theme/templets/index.htm index 44b271f4..507d514e 100644 --- a/src/theme/templets/index.htm +++ b/src/theme/templets/index.htm @@ -17,52 +17,50 @@ {dede:include filename='header.htm'/} {dede:include filename='navbar.htm'/}
-
-
-
-
-
-