123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- <?php
- if(!defined('InEmpireCMS'))
- {
- exit();
- }
- ?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <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 lanuage="JScript">
- function tourl(url){
- parent.main.location.href=url;
- }
- </SCRIPT>
- </head>
- <body onLoad="initialize()">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr height=20>
- <td id="home"><img src="../../../data/images/homepage.gif" border=0></td>
- <td><b>插件管理</b></td>
- </tr>
- </table>
- <table border='0' cellspacing='0' cellpadding='0'>
- <?
- if($r[doad])
- {
- ?>
- <tr>
- <td id="prad" class="menu1" onclick="chengstate('ad')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">广告系统</a>
- </td>
- </tr>
- <tr id="itemad" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td class="file">
- <a href="../../tool/AdClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理广告分类</a>
- </td>
- </tr>
- <tr>
- <td class="file1">
- <a href="../../tool/ListAd.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理广告</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?
- if($r[dovote])
- {
- ?>
- <tr>
- <td id="prvote" class="menu1" onclick="chengstate('vote')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">投票系统</a>
- </td>
- </tr>
- <tr id="itemvote" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td class="file">
- <a href="../../tool/AddVote.php?enews=AddVote<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加投票</a>
- </td>
- </tr>
- <tr>
- <td class="file1">
- <a href="../../tool/ListVote.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理投票</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?
- if($r[dolink])
- {
- ?>
- <tr>
- <td id="prlink" class="menu1" onclick="chengstate('link')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">友情链接管理</a>
- </td>
- </tr>
- <tr id="itemlink" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td class="file">
- <a href="../../tool/LinkClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理友情链接分类</a>
- </td>
- </tr>
- <tr>
- <td class="file1">
- <a href="../../tool/ListLink.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理友情链接</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?
- if($r[dogbook])
- {
- ?>
- <tr>
- <td id="prgbook" class="menu1" onclick="chengstate('gbook')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">留言板管理</a>
- </td>
- </tr>
- <tr id="itemgbook" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td class="file">
- <a href="../../tool/GbookClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理留言分类</a>
- </td>
- </tr>
- <tr>
- <td class="file">
- <a href="../../tool/gbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理留言</a>
- </td>
- </tr>
- <tr>
- <td class="file1">
- <a href="../../tool/DelMoreGbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量删除留言</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?
- if($r[dofeedback]||$r[dofeedbackf])
- {
- ?>
- <tr>
- <td id="prfeedback" class="menu1" onclick="chengstate('feedback')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息反馈管理</a>
- </td>
- </tr>
- <tr id="itemfeedback" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <?
- if($r[dofeedbackf])
- {
- ?>
- <tr>
- <td class="file">
- <a href="../../tool/FeedbackClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理反馈分类</a>
- </td>
- </tr>
- <tr>
- <td class="file">
- <a href="../../tool/ListFeedbackF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理反馈字段</a>
- </td>
- </tr>
- <?
- }
- if($r[dofeedback])
- {
- ?>
- <tr>
- <td class="file1">
- <a href="../../tool/feedback.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理信息反馈</a>
- </td>
- </tr>
- <?
- }
- ?>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?
- if($r[donotcj])
- {
- ?>
- <tr>
- <td id="prnotcj" class="menu3" onclick="chengstate('notcj')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">防采集插件</a>
- </td>
- </tr>
- <tr id="itemnotcj" style="display:none">
- <td class="list1">
- <table border='0' cellspacing='0' cellpadding='0'>
- <tr>
- <td class="file1">
- <a href="../../template/NotCj.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理防采集随机字符</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <?
- }
- ?>
- <?php
- $b=0;
- //自定义插件菜单
- $menucsql=$empire->query("select classid,classname from {$dbtbpre}enewsmenuclass where classtype=2 and (groupids='' or groupids like '%,".intval($lur[groupid]).",%') order by myorder,classid");
- while($menucr=$empire->fetch($menucsql))
- {
- $menujsvar='diymenu'.$menucr['classid'];
- $b=1;
- ?>
- <tr>
- <td id="pr<?=$menujsvar?>" class="menu1" onclick="chengstate('<?=$menujsvar?>')">
- <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'"><?=$menucr['classname']?></a>
- </td>
- </tr>
- <tr id="item<?=$menujsvar?>" style="display:none">
- <td class="list">
- <table border='0' cellspacing='0' cellpadding='0'>
- <?php
- $menusql=$empire->query("select menuid,menuname,menuurl,addhash from {$dbtbpre}enewsmenu where classid='$menucr[classid]' order by myorder,menuid");
- while($menur=$empire->fetch($menusql))
- {
- if(!(strstr($menur['menuurl'],'://')||substr($menur['menuurl'],0,1)=='/'))
- {
- $menur['menuurl']='../../'.$menur['menuurl'];
- }
- $menu_ecmshash='';
- if($menur['addhash'])
- {
- if(strstr($menur['menuurl'],'?'))
- {
- $menu_ecmshash=$menur['addhash']==2?$ecms_hashur['href']:$ecms_hashur['ehref'];
- }
- else
- {
- $menu_ecmshash=$menur['addhash']==2?$ecms_hashur['whhref']:$ecms_hashur['whehref'];
- }
- $menur['menuurl'].=$menu_ecmshash;
- }
- ?>
- <tr>
- <td class="file">
- <a href="<?=$menur['menuurl']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'"><?=$menur['menuname']?></a>
- </td>
- </tr>
- <?php
- }
- ?>
- </table>
- </td>
- </tr>
- <?php
- }
- ?>
- </table>
- </body>
- </html>
|