123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <?php
- define('EmpireCMSAdmin','1');
- require("../class/connect.php");
- require("../class/db_sql.php");
- require("../class/functions.php");
- $link=db_connect();
- $empire=new mysqlquery();
- //验证用户
- $lur=is_login();
- $logininid=(int)$lur['userid'];
- $loginin=$lur['username'];
- $loginrnd=$lur['rnd'];
- $loginlevel=$lur['groupid'];
- $loginadminstyleid=$lur['adminstyleid'];
- //ehash
- $ecms_hashur=hReturnEcmsHashStrAll();
- $user_r=$empire->fetch1("select adminclass,groupid from {$dbtbpre}enewsuser where userid='$logininid'");
- //用户组权限
- $gr=$empire->fetch1("select doall from {$dbtbpre}enewsgroup where groupid='$user_r[groupid]'");
- if($gr['doall'])
- {
- $fcfile='../data/fc/ListEnews.php';
- }
- else
- {
- $fcfile='../data/fc/ListEnews'.$logininid.'.php';
- }
- $fclistenews='';
- if(file_exists($fcfile))
- {
- $fclistenews=str_replace(AddCheckViewTempCode(),'',ReadFiletext($fcfile));
- }
- //数据表
- $changetbs='';
- $dh='';
- $tbi=0;
- $tbsql=$empire->query("select tbname,tname from {$dbtbpre}enewstable order by tid");
- while($tbr=$empire->fetch($tbsql))
- {
- $tbi++;
- $changetbs.=$dh.'new ContextItem("'.$tbr['tname'].'",function(){ parent.document.main.location="ListAllInfo.php?tbname='.$tbr['tbname'].$ecms_hashur['ehref'].'"; })';
- if($tbi%3==0)
- {
- $changetbs.=',new ContextSeperator()';
- }
- $dh=',';
- }
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>管理信息</title>
- <link href="../data/menu/menu.css" rel="stylesheet" type="text/css">
- <script src="../data/menu/menu.js" type="text/javascript"></script>
- <script language="javascript" src="../data/rightmenu/context_menu.js"></script>
- <script language="javascript" src="../data/rightmenu/ieemu.js"></script>
- <SCRIPT lanuage="JScript">
- if(self==top)
- {self.location.href='admin.php<?=$ecms_hashur['whehref']?>';}
- function chft(obj,ecms,classid){
- if(ecms==1)
- {
- obj.style.fontWeight='bold';
- }
- else
- {
- obj.style.fontWeight='';
- }
- obj.title='栏目ID:'+classid;
- }
- function goaddclass(){
- parent.main.location.href='AddClass.php?enews=AddClass<?=$ecms_hashur['ehref']?>';
- }
- function tourl(bclassid,classid){
- parent.main.location.href="ListNews.php?<?=$ecms_hashur['ehref']?>&bclassid="+bclassid+"&classid="+classid;
- }
- if(moz) {
- extendEventObject();
- extendElementModel();
- emulateAttachEvent();
- }
- //右键菜单
- function ShRM(obj,bclassid,classid,classurl,showmenu)
- {
- var eobj,popupoptions;
- classurl='<?=$public_r[newsurl]?>e/public/ClassUrl/?classid='+classid;
- if(showmenu==1)
- {
- popupoptions = [
- new ContextItem("增加信息",function(){ parent.document.main.location="AddNews.php?<?=$ecms_hashur['ehref']?>&enews=AddNews&bclassid="+bclassid+"&classid="+classid; }),
- new ContextSeperator(),
- new ContextItem("刷新栏目",function(){ parent.document.main.location="enews.php?<?=$ecms_hashur['href']?>&enews=ReListHtml&classid="+classid; }),
- new ContextItem("刷新栏目JS",function(){ parent.document.main.location="ecmschtml.php?<?=$ecms_hashur['href']?>&enews=ReSingleJs&doing=0&classid="+classid; }),
- new ContextItem("刷新首页",function(){ parent.document.main.location="ecmschtml.php?enews=ReIndex<?=$ecms_hashur['href']?>"; }),
- new ContextSeperator(),
- new ContextItem("预览首页",function(){ window.open("../../"); }),
- new ContextItem("预览栏目",function(){ window.open(classurl); }),
- new ContextSeperator(),
- new ContextItem("修改栏目",function(){ parent.document.main.location="AddClass.php?<?=$ecms_hashur['ehref']?>&classid="+classid+"&enews=EditClass"; }),
- new ContextItem("增加新栏目",function(){ parent.document.main.location="AddClass.php?enews=AddClass<?=$ecms_hashur['ehref']?>"; }),
- new ContextItem("复制栏目",function(){ parent.document.main.location="AddClass.php?<?=$ecms_hashur['ehref']?>&classid="+classid+"&enews=AddClass&docopy=1"; }),
- new ContextSeperator(),
- new ContextItem("数据更新",function(){ parent.document.main.location="ReHtml/ChangeData.php<?=$ecms_hashur['whehref']?>"; }),
- new ContextItem("增加采集节点",function(){ parent.document.main.location="AddInfoClass.php?<?=$ecms_hashur['ehref']?>&enews=AddInfoClass&newsclassid="+classid; }),
- new ContextItem("管理附件",function(){ parent.document.main.location="file/ListFile.php?<?=$ecms_hashur['ehref']?>&type=9&classid="+classid; }),
- new ContextSeperator()
- ]
- }
- else if(showmenu==2)
- {
- popupoptions = [
- <?=$changetbs?>
- ]
- }
- else
- {
- popupoptions = [
- new ContextItem("刷新栏目",function(){ parent.document.main.location="enews.php?<?=$ecms_hashur['href']?>&enews=ReListHtml&classid="+classid; }),
- new ContextItem("刷新栏目JS",function(){ parent.document.main.location="ecmschtml.php?<?=$ecms_hashur['href']?>&enews=ReSingleJs&doing=0&classid="+classid; }),
- new ContextItem("刷新首页",function(){ parent.document.main.location="ecmschtml.php?enews=ReIndex<?=$ecms_hashur['href']?>"; }),
- new ContextItem("数据更新",function(){ parent.document.main.location="ReHtml/ChangeData.php<?=$ecms_hashur['whehref']?>"; }),
- new ContextSeperator(),
- new ContextItem("预览首页",function(){ window.open("../../"); }),
- new ContextItem("预览栏目",function(){ window.open(classurl); }),
- new ContextSeperator(),
- new ContextItem("修改栏目",function(){ parent.document.main.location="AddClass.php?<?=$ecms_hashur['ehref']?>&classid="+classid+"&enews=EditClass"; }),
- new ContextItem("增加新栏目",function(){ parent.document.main.location="AddClass.php?enews=AddClass<?=$ecms_hashur['ehref']?>"; }),
- new ContextItem("复制栏目",function(){ parent.document.main.location="AddClass.php?<?=$ecms_hashur['ehref']?>&classid="+classid+"&enews=AddClass&docopy=1"; }),
- new ContextSeperator()
- ]
- }
- ContextMenu.display(popupoptions)
- }
- </SCRIPT>
- </head>
- <body onLoad="initialize();ContextMenu.intializeContextMenu();" bgcolor="#FFCFAD">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr height=20>
- <td id="home"><img src="../data/images/homepage.gif" border=0></td>
- <td><a href="#ecms" onclick="parent.main.location.href='ListAllInfo.php<?=$ecms_hashur['whehref']?>';" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'" oncontextmenu="ShRM(this,0,0,'',2)"><b>管理信息</b></a></td>
- </tr>
- </table>
- <?php
- echo $fclistenews;
- ?>
- </body>
- </html>
- <?php
- db_close();
- $empire=null;
- ?>
|