AdminMain.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. $r=ReturnLeftLevel($loginlevel);
  7. //菜单显示
  8. $showfastmenu=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsmenuclass where classtype=1 limit 1");//常用菜单
  9. $showextmenu=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsmenuclass where classtype=3 limit 1");//扩展菜单
  10. $showshopmenu=stristr($public_r['closehmenu'],',shop,')?0:1;
  11. //图片识别
  12. if(stristr($_SERVER['HTTP_USER_AGENT'],'MSIE 6.0'))
  13. {
  14. $menufiletype='.gif';
  15. }
  16. else
  17. {
  18. $menufiletype='.png';
  19. }
  20. ?>
  21. <HTML>
  22. <HEAD>
  23. <META http-equiv=Content-Type content="text/html; charset=utf-8">
  24. <TITLE>帝国CMS - 稳定可靠、安全省心</TITLE>
  25. <LINK href="adminstyle/1/adminmain.css" rel=stylesheet>
  26. <STYLE>
  27. .flyoutLink A {
  28. COLOR: black; TEXT-DECORATION: none
  29. }
  30. .flyoutLink A:hover {
  31. COLOR: black; TEXT-DECORATION: none
  32. }
  33. .flyoutLink A:visited {
  34. COLOR: black; TEXT-DECORATION: none
  35. }
  36. .flyoutLink A:active {
  37. COLOR: black; TEXT-DECORATION: none
  38. }
  39. .flyoutMenu {
  40. BACKGROUND-COLOR: #C9F1FF
  41. }
  42. .flyoutMenu TD.flyoutLink {
  43. BORDER-RIGHT: #C9F1FF 1px solid; BORDER-TOP: #C9F1FF 1px solid; BORDER-LEFT: #C9F1FF 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #C9F1FF 1px solid
  44. }
  45. .flyoutMenu1 {
  46. BACKGROUND-COLOR: #fbf9f9
  47. }
  48. .flyoutMenu1 TD.flyoutLink1 {
  49. BORDER-RIGHT: #fbf9f9 1px solid; BORDER-TOP: #fbf9f9 1px solid; BORDER-LEFT: #fbf9f9 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #fbf9f9 1px solid
  50. }
  51. </STYLE>
  52. <SCRIPT>
  53. function switchSysBar(){
  54. if(switchPoint.innerText==3)
  55. {
  56. switchPoint.innerText=4
  57. document.all("frmTitle").style.display="none"
  58. }
  59. else
  60. {
  61. switchPoint.innerText=3
  62. document.all("frmTitle").style.display=""
  63. }
  64. }
  65. function switchSysBarInfo(){
  66. switchPoint.innerText=3
  67. document.all("frmTitle").style.display=""
  68. }
  69. function about(){
  70. window.showModalDialog("adminstyle/1/page/about.htm","ABOUT","dialogwidth:300px;dialogheight:150px;center:yes;status:no;scroll:no;help:no");
  71. }
  72. function over(obj){
  73. if(obj.className=="flyoutLink")
  74. {
  75. obj.style.backgroundColor='#B5C4EC'
  76. obj.style.borderColor = '#380FA6'
  77. }
  78. else if(obj.className=="flyoutLink1")
  79. {
  80. obj.style.backgroundColor='#B5C4EC'
  81. obj.style.borderColor = '#380FA6'
  82. }
  83. }
  84. function out(obj){
  85. if(obj.className=="flyoutLink")
  86. {
  87. obj.style.backgroundColor='#C9F1FF'
  88. obj.style.borderColor = 'C9F1FF'
  89. }
  90. else if(obj.className=="#flyoutLink1")
  91. {
  92. obj.style.backgroundColor='#FBF9F9'
  93. obj.style.borderColor = '#FBF9F9'
  94. }
  95. }
  96. function show(d){
  97. if(obj=document.all(d)) obj.style.visibility="visible";
  98. }
  99. function hide(d){
  100. if(obj=document.all(d)) obj.style.visibility="hidden";
  101. }
  102. function JumpToLeftMenu(url){
  103. document.getElementById("left").src=url;
  104. }
  105. function JumpToMain(url){
  106. document.getElementById("main").src=url;
  107. }
  108. function DoOnclickMenu(m){
  109. if(m!='dosysmenu')
  110. {
  111. document.getElementById("dosysmenu").style.backgroundColor='';
  112. }
  113. else
  114. {
  115. document.getElementById("dosysmenu").style.backgroundColor='#8CBDEF';
  116. }
  117. if(m!='doinfomenu')
  118. {
  119. document.getElementById("doinfomenu").style.backgroundColor='';
  120. }
  121. else
  122. {
  123. document.getElementById("doinfomenu").style.backgroundColor='#8CBDEF';
  124. }
  125. if(m!='doclassmenu')
  126. {
  127. document.getElementById("doclassmenu").style.backgroundColor='';
  128. }
  129. else
  130. {
  131. document.getElementById("doclassmenu").style.backgroundColor='#8CBDEF';
  132. }
  133. if(m!='dotempmenu')
  134. {
  135. document.getElementById("dotempmenu").style.backgroundColor='';
  136. }
  137. else
  138. {
  139. document.getElementById("dotempmenu").style.backgroundColor='#8CBDEF';
  140. }
  141. if(m!='dousermenu')
  142. {
  143. document.getElementById("dousermenu").style.backgroundColor='';
  144. }
  145. else
  146. {
  147. document.getElementById("dousermenu").style.backgroundColor='#8CBDEF';
  148. }
  149. if(m!='dotoolmenu')
  150. {
  151. document.getElementById("dotoolmenu").style.backgroundColor='';
  152. }
  153. else
  154. {
  155. document.getElementById("dotoolmenu").style.backgroundColor='#8CBDEF';
  156. }
  157. if(m!='doshopmenu')
  158. {
  159. document.getElementById("doshopmenu").style.backgroundColor='';
  160. }
  161. else
  162. {
  163. document.getElementById("doshopmenu").style.backgroundColor='#8CBDEF';
  164. }
  165. if(m!='doextmenu')
  166. {
  167. document.getElementById("doextmenu").style.backgroundColor='';
  168. }
  169. else
  170. {
  171. document.getElementById("doextmenu").style.backgroundColor='#8CBDEF';
  172. }
  173. if(m!='doothermenu')
  174. {
  175. document.getElementById("doothermenu").style.backgroundColor='';
  176. }
  177. else
  178. {
  179. document.getElementById("doothermenu").style.backgroundColor='#8CBDEF';
  180. }
  181. if(m!='dofastmenu')
  182. {
  183. document.getElementById("dofastmenu").style.backgroundColor='';
  184. }
  185. else
  186. {
  187. document.getElementById("dofastmenu").style.backgroundColor='#8CBDEF';
  188. }
  189. document.menuform.onclickmenu.value=m;
  190. }
  191. </SCRIPT>
  192. </HEAD>
  193. <BODY bgColor="#C9F1FF" leftMargin=0 topMargin=0>
  194. <TABLE width="100%" height="100%" border=0 cellpadding="0" cellSpacing=0>
  195. <tr>
  196. <td height="60">
  197. <TABLE width="100%" height="60" border=0 cellpadding="0" cellSpacing=0 background="adminstyle/1/images/topbg.gif">
  198. <form name="menuform" id="menuform">
  199. <TBODY>
  200. <input type="hidden" name="onclickmenu" value="">
  201. <TR>
  202. <TD width="180"><div align="center"><a href="main.php<?=$ecms_hashur['whehref']?>" target="main" title="帝国网站管理系统"><img src="adminstyle/1/images/logo.gif" border="0"></a></div></TD>
  203. <TD height="60">
  204. <TABLE width="760" height="60" border=0 cellpadding="0" cellSpacing=0>
  205. <TBODY>
  206. <TR align=middle>
  207. <TD width=60 onmouseover="if(document.menuform.onclickmenu.value!='dosysmenu'){this.style.backgroundColor='#8CBDEF';}" onmouseout="if(document.menuform.onclickmenu.value!='dosysmenu'){this.style.backgroundColor='';}" onclick="DoOnclickMenu('dosysmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=system<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="dosysmenu">
  208. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  209. <tr>
  210. <td><div align="center"><IMG height=32 src="adminstyle/1/images/system<?=$menufiletype?>" width=32 border=0 title="系统设置"></div></td>
  211. </tr>
  212. <tr>
  213. <td height="20">
  214. <div align="center"><font color="#FFFFFF"><strong>系统</strong></font></div></td>
  215. </tr>
  216. </table></TD>
  217. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='doinfomenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='doinfomenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('doinfomenu');switchSysBarInfo();JumpToLeftMenu('ListEnews.php<?=$ecms_hashur['whehref']?>');" style="CURSOR: hand" id="doinfomenu">
  218. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  219. <tr>
  220. <td><div align="center"><IMG height=32 src="adminstyle/1/images/info<?=$menufiletype?>" width=32 border=0 title="信息管理"></div></td>
  221. </tr>
  222. <tr>
  223. <td height="20">
  224. <div align="center"><font color="#FFFFFF"><strong>信息</strong></font></div></td>
  225. </tr>
  226. </table></TD>
  227. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='doclassmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='doclassmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('doclassmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=classdata<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="doclassmenu">
  228. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  229. <tr>
  230. <td><div align="center"><img height=32 src="adminstyle/1/images/class<?=$menufiletype?>" width=32 border=0 title="栏目管理"></div></td>
  231. </tr>
  232. <tr>
  233. <td height="20">
  234. <div align="center"><font color="#FFFFFF"><strong>栏目</strong></font></div></td>
  235. </tr>
  236. </table></TD>
  237. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='dotempmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='dotempmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('dotempmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=template<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="dotempmenu">
  238. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  239. <tr>
  240. <td><div align="center"><img src="adminstyle/1/images/template<?=$menufiletype?>" width="32" height="32" border="0" title="模板管理"></div></td>
  241. </tr>
  242. <tr>
  243. <td height="20">
  244. <div align="center"><font color="#FFFFFF"><strong>模板</strong></font></div></td>
  245. </tr>
  246. </table></TD>
  247. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='dousermenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='dousermenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('dousermenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=usercp<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="dousermenu">
  248. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  249. <tr>
  250. <td><div align="center"><IMG height=32 src="adminstyle/1/images/usercp<?=$menufiletype?>" width=32 border=0 title="用户和会员"></div></td>
  251. </tr>
  252. <tr>
  253. <td height="20">
  254. <div align="center"><font color="#FFFFFF"><strong>用户</strong></font></div></td>
  255. </tr>
  256. </table></TD>
  257. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='dotoolmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='dotoolmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('dotoolmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=tool<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="dotoolmenu">
  258. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  259. <tr>
  260. <td><div align="center"><IMG height=32 src="adminstyle/1/images/tool<?=$menufiletype?>" width=32 border=0 title="插件管理"></div></td>
  261. </tr>
  262. <tr>
  263. <td height="20">
  264. <div align="center"><font color="#FFFFFF"><strong>插件</strong></font></div></td>
  265. </tr>
  266. </table></TD>
  267. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='doshopmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='doshopmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('doshopmenu');window.open('openpage/AdminPage.php?leftfile=<?=urlencode('../ShopSys/pageleft.php'.$ecms_hashur['whehref'])?>&mainfile=<?=urlencode('../other/OtherMain.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('商城系统管理')?><?=$ecms_hashur['ehref']?>','AdminShopSys','');" style="CURSOR: hand;<?=$showshopmenu?'':'display:none'?>" id="doshopmenu">
  268. <table width="100%" border="0" cellspacing="2" cellpadding="0">
  269. <tr>
  270. <td><div align="center"><IMG height=32 src="adminstyle/1/images/shop<?=$menufiletype?>" width=32 border=0 title="商城系统管理"></div></td>
  271. </tr>
  272. <tr>
  273. <td height="20">
  274. <div align="center"><font color="#FFFFFF"><strong>商城</strong></font></div></td>
  275. </tr>
  276. </table></TD>
  277. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='doothermenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='doothermenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('doothermenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=other<?=$ecms_hashur['ehref']?>');" style="CURSOR: hand" id="doothermenu"><table width="100%" border="0" cellspacing="2" cellpadding="0">
  278. <tr>
  279. <td><div align="center"><IMG height=32 src="adminstyle/1/images/other<?=$menufiletype?>" width=32 border=0 title="其他管理"></div></td>
  280. </tr>
  281. <tr>
  282. <td height="20">
  283. <div align="center"><font color="#FFFFFF"><strong>其他</strong></font></div></td>
  284. </tr>
  285. </table></TD>
  286. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='doextmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='doextmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('doextmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=extend<?=$ecms_hashur['ehref']?>');" style="CURSOR:hand;<?=$showextmenu?'':'display:none'?>" id="doextmenu"><table width="100%" border="0" cellspacing="2" cellpadding="0">
  287. <tr>
  288. <td><div align="center"><IMG height=32 src="adminstyle/1/images/extend<?=$menufiletype?>" width=32 border=0 title="扩展菜单项"></div></td>
  289. </tr>
  290. <tr>
  291. <td height="20">
  292. <div align="center"><font color="#FFFFFF"><strong>扩展</strong></font></div></td>
  293. </tr>
  294. </table> </TD>
  295. <TD width=60 onmouseout="if(document.menuform.onclickmenu.value!='dofastmenu'){this.style.backgroundColor='';}" onmouseover="if(document.menuform.onclickmenu.value!='dofastmenu'){this.style.backgroundColor='#8CBDEF';}" onclick="DoOnclickMenu('dofastmenu');JumpToLeftMenu('adminstyle/1/left.php?ecms=fastmenu<?=$ecms_hashur['ehref']?>');" style="CURSOR:hand;<?=$showfastmenu?'':'display:none'?>" id="dofastmenu"><table width="100%" border="0" cellspacing="2" cellpadding="0">
  296. <tr>
  297. <td><div align="center"><IMG height=32 src="adminstyle/1/images/fastmenu<?=$menufiletype?>" width=32 border=0 title="常用操作"></div></td>
  298. </tr>
  299. <tr>
  300. <td height="20">
  301. <div align="center"><font color="#FFFFFF"><strong>常用</strong></font></div></td>
  302. </tr>
  303. </table></TD>
  304. <TD width="301"><div align="right"><font color="#ffffff">用户:<a href="user/EditPassword.php<?=$ecms_hashur['whehref']?>" target="main"><font color="#ffffff"><b><?=$loginin?></b></font></a>&nbsp;&nbsp;&nbsp;[<a href="#ecms" onclick="if(confirm('确认要退出?')){JumpToMain('enews.php?enews=exit<?=$ecms_hashur['href']?>');}"><font color="#ffffff">退出</font></a>]&nbsp;&nbsp;</font></div></TD>
  305. </TR>
  306. </TBODY>
  307. </TABLE>
  308. </TD>
  309. </TR>
  310. </TBODY>
  311. </form>
  312. </TABLE>
  313. </td></tr>
  314. <tr><td height="22">
  315. <TABLE width="100%" height="22" border=0 cellpadding="0" cellSpacing=0>
  316. <form name="chmpform" method="post" action="enews.php" onsubmit="return confirm('确认要切换访问端?');">
  317. <TBODY>
  318. <TR>
  319. <TD class=flyoutMenu width="1%"> </TD>
  320. <TD width="77%" height="27">
  321. <TABLE class=flyoutMenu border=0>
  322. <TBODY>
  323. <TR align=middle>
  324. <TD width="60" class="flyoutLink" onclick="JumpToMain('AddInfoChClass.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">增加信息</TD>
  325. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListAllInfo.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理信息</TD>
  326. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListAllInfo.php?ecmscheck=1<?=$ecms_hashur['ehref']?>');" onmouseover="over(this)" onmouseout="out(this)">审核信息</TD>
  327. <TD width="60" class="flyoutLink" onclick="JumpToMain('workflow/ListWfInfo.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">签发信息</TD>
  328. <?php
  329. if($r[dopl])
  330. {
  331. ?>
  332. <TD width="60" class="flyoutLink" onclick="JumpToMain('openpage/AdminPage.php?leftfile=<?=urlencode('../pl/PlNav.php'.$ecms_hashur['whehref'])?>&mainfile=<?=urlencode('../pl/PlMain.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('管理评论')?><?=$ecms_hashur['ehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理评论</TD>
  333. <?php
  334. }
  335. ?>
  336. <TD width="60" class="flyoutLink" onclick="JumpToMain('sp/UpdateSp.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">更新碎片</TD>
  337. <TD width="60" class="flyoutLink" onclick="JumpToMain('special/UpdateZt.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">更新专题</TD>
  338. <?php
  339. if($r[dochangedata])
  340. {
  341. ?>
  342. <TD width="60" class="flyoutLink" onclick="JumpToMain('ReHtml/ChangeData.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">数据更新</TD>
  343. <?php
  344. }
  345. ?>
  346. <TD width="60" class="flyoutLink" onclick="JumpToMain('info/InfoMain.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">数据统计</TD>
  347. <TD width="60" class="flyoutLink" onclick="JumpToMain('infotop.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">排行统计</TD>
  348. <TD width="60" class="flyoutLink" onclick="JumpToMain('main.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">后台首页</TD>
  349. <TD width="60" class="flyoutLink" onclick="window.open('../../');" onmouseover="over(this)" onmouseout="out(this)">网站首页</TD>
  350. <TD width="60" class="flyoutLink" onclick="window.open('map.php<?=$ecms_hashur['whehref']?>','','width=1250,height=760,scrollbars=yes,resizable=yes,top=80,left=120');" onmouseover="over(this)" onmouseout="out(this)">后台地图</TD>
  351. <TD width="60" class="flyoutLink" onclick="window.open('http://bbs.phome.net/listthread-23-cms-page-0.html');" onmouseover="over(this)" onmouseout="out(this)">版本更新</TD>
  352. </TR>
  353. </TBODY>
  354. </TABLE> </TD>
  355. <TD width="22%"><div align="right">
  356. <?php
  357. if($r['dochmoreport']&&$public_r['ckhavemoreport'])
  358. {
  359. ?>
  360. 访问端:
  361. <?=Moreport_eReturnMoreportSelect($ecms_config['sets']['selfmoreportid'])?>
  362. <input type="submit" name="Submit" value="切换">
  363. <input name="enews" type="hidden" id="enews" value="ChangeMoreportAdmin">
  364. <?=$ecms_hashur['form']?>
  365. &nbsp;&nbsp;
  366. <?php
  367. }
  368. ?>
  369. </div></TD>
  370. </TR>
  371. </TBODY>
  372. </form>
  373. </TABLE>
  374. </td></tr>
  375. <tr><td height="100%" bgcolor="#ffffff">
  376. <TABLE width="100%" height="100%" cellpadding="0" cellSpacing=0 border=0 borderColor="#ff0000">
  377. <TBODY>
  378. <TR>
  379. <TD width="123" valign="top" bgcolor="#C9F1FF">
  380. <IFRAME frameBorder="0" id="dorepage" name="dorepage" scrolling="no" src="DoTimeRepage.php<?=$ecms_hashur['whhref']?>" style="HEIGHT:0;VISIBILITY:inherit;WIDTH:0;Z-INDEX:1"></IFRAME>
  381. </TD>
  382. <TD noWrap id="frmTitle">
  383. <IFRAME frameBorder="0" id="left" name="left" scrolling="auto" src="ListEnews.php<?=$ecms_hashur['whehref']?>" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:200px;Z-INDEX:2"></IFRAME>
  384. </TD>
  385. <TD>
  386. <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" bgcolor="#C9F1FF">
  387. <TBODY>
  388. <tr>
  389. <TD onclick="switchSysBar()" style="HEIGHT:100%;"> <font style="COLOR:666666;CURSOR:hand;FONT-FAMILY:Webdings;FONT-SIZE:9pt;">
  390. <SPAN id="switchPoint" title="打开/关闭左边导航栏">3</SPAN></font>
  391. </TBODY>
  392. </TABLE>
  393. </TD>
  394. <TD width="100%">
  395. <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" align="right" border=0>
  396. <TBODY>
  397. <TR>
  398. <TD align=right>
  399. <IFRAME id="main" name="main" style="WIDTH: 100%; HEIGHT: 100%" src="main.php<?=$ecms_hashur['whehref']?>" frameBorder=0></IFRAME>
  400. </TD>
  401. </TR>
  402. </TBODY>
  403. </TABLE>
  404. </TD>
  405. </TR>
  406. </TBODY>
  407. </TABLE>
  408. </td></tr>
  409. </TABLE>
  410. </BODY>
  411. </HTML>