query("select path from {$dbtbpre}enewsadminstyle"); while($r=$empire->fetch($sql)) { $adminstyle.=$r['path'].','; } $empire->query("update {$dbtbpre}enewspublic set adminstyle='$adminstyle'"); GetConfig(); } //增加后台样式 function AddAdminstyle($add,$userid,$username){ global $empire,$dbtbpre; $path=RepPathStr($add['path']); $path=(int)$path; if(empty($path)||empty($add['stylename'])) { printerror("EmptyAdminStyle","history.go(-1)"); } //验证权限 CheckLevel($userid,$username,$classid,"adminstyle"); //目录是否存在 if(!file_exists("../adminstyle/".$path)) { printerror("EmptyAdminStylePath","history.go(-1)"); } $add['stylename']=hRepPostStr($add['stylename'],1); $sql=$empire->query("insert into {$dbtbpre}enewsadminstyle(stylename,path,isdefault) values('$add[stylename]',$path,0);"); if($sql) { UpAdminstyle(); $styleid=$empire->lastid(); //操作日志 insert_dolog("styleid=$styleid&stylename=$add[stylename]"); printerror("AddAdminStyleSuccess","AdminStyle.php".hReturnEcmsHashStrHref2(1)); } else { printerror("DbError","history.go(-1)"); } } //修改后台样式 function EditAdminStyle($add,$userid,$username){ global $empire,$dbtbpre; $styleid=(int)$add['styleid']; $path=RepPathStr($add['path']); $path=(int)$path; if(!$styleid||empty($path)||empty($add['stylename'])) { printerror("EmptyAdminStyle","history.go(-1)"); } //验证权限 CheckLevel($userid,$username,$classid,"adminstyle"); //目录是否存在 if(!file_exists("../adminstyle/".$path)) { printerror("EmptyAdminStylePath","history.go(-1)"); } $add['stylename']=hRepPostStr($add['stylename'],1); $sql=$empire->query("update {$dbtbpre}enewsadminstyle set stylename='$add[stylename]',path=$path where styleid=$styleid"); if($sql) { UpAdminstyle(); //操作日志 insert_dolog("styleid=$styleid&stylename=$add[stylename]"); printerror("EditAdminStyleSuccess","AdminStyle.php".hReturnEcmsHashStrHref2(1)); } else { printerror("DbError","history.go(-1)"); } } //默认后台样式 function DefAdminStyle($styleid,$userid,$username){ global $empire,$dbtbpre; $styleid=(int)$styleid; if(!$styleid) { printerror("EmptyAdminStyleid","history.go(-1)"); } //验证权限 CheckLevel($userid,$username,$classid,"adminstyle"); $r=$empire->fetch1("select stylename,path from {$dbtbpre}enewsadminstyle where styleid=$styleid"); $usql=$empire->query("update {$dbtbpre}enewsadminstyle set isdefault=0"); $sql=$empire->query("update {$dbtbpre}enewsadminstyle set isdefault=1 where styleid=$styleid"); $upsql=$empire->query("update {$dbtbpre}enewspublic set defadminstyle='$r[path]' limit 1"); if($sql) { GetConfig(); //操作日志 insert_dolog("styleid=$styleid&stylename=$r[stylename]"); printerror("DefAdminStyleSuccess","AdminStyle.php".hReturnEcmsHashStrHref2(1)); } else { printerror("DbError","history.go(-1)"); } } //删除后台样式 function DelAdminStyle($styleid,$userid,$username){ global $empire,$dbtbpre; $styleid=(int)$styleid; if(!$styleid) { printerror("EmptyAdminStyleid","history.go(-1)"); } //验证权限 CheckLevel($userid,$username,$classid,"adminstyle"); $r=$empire->fetch1("select stylename,path,isdefault from {$dbtbpre}enewsadminstyle where styleid=$styleid"); if($r['isdefault']) { printerror("NotDelDefAdminStyle","history.go(-1)"); } $sql=$empire->query("delete from {$dbtbpre}enewsadminstyle where styleid=$styleid"); if($sql) { UpAdminstyle(); //操作日志 insert_dolog("styleid=$styleid&stylename=$r[stylename]"); printerror("DelAdminStyleSuccess","AdminStyle.php".hReturnEcmsHashStrHref2(1)); } else { printerror("DbError","history.go(-1)"); } } $enews=$_POST['enews']; if(empty($enews)) {$enews=$_GET['enews'];} if($enews) { hCheckEcmsRHash(); } //增加后台样式 if($enews=="AddAdminStyle") { AddAdminstyle($_POST,$logininid,$loginin); } //修改后台样式 elseif($enews=="EditAdminStyle") { EditAdminStyle($_POST,$logininid,$loginin); } //默认后台样式 elseif($enews=="DefAdminStyle") { DefAdminStyle($_GET['styleid'],$logininid,$loginin); } //删除后台样式 elseif($enews=="DelAdminStyle") { DelAdminStyle($_GET['styleid'],$logininid,$loginin); } $sql=$empire->query("select styleid,stylename,path,isdefault from {$dbtbpre}enewsadminstyle order by styleid"); ?>

位置:管理后台样式

增加后台样式:
样式名称: 样式目录:adminstyle/ (请填写数字)
fetch($sql)) { $bgcolor="#FFFFFF"; $movejs=' onmouseout="this.style.backgroundColor=\'#ffffff\'" onmouseover="this.style.backgroundColor=\'#C3EFFF\'"'; if($r[isdefault]) { $bgcolor="#DBEAF5"; $movejs=''; } ?> > >
ID
样式名称
样式目录
操作
adminstyle/