AdminMain.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. $r=ReturnLeftLevel($loginlevel);
  7. //图片识别
  8. if(stristr($_SERVER['HTTP_USER_AGENT'],'MSIE 6.0'))
  9. {
  10. $menufiletype='.gif';
  11. }
  12. else
  13. {
  14. $menufiletype='.png';
  15. }
  16. ?>
  17. <HTML>
  18. <HEAD>
  19. <META http-equiv=Content-Type content="text/html; charset=utf-8">
  20. <TITLE>帝国CMS - 稳定可靠、安全省心</TITLE>
  21. <LINK href="adminstyle/2/adminmain.css" rel=stylesheet>
  22. <STYLE>
  23. .flyoutLink A {
  24. COLOR: black; TEXT-DECORATION: none
  25. }
  26. .flyoutLink A:hover {
  27. COLOR: black; TEXT-DECORATION: none
  28. }
  29. .flyoutLink A:visited {
  30. COLOR: black; TEXT-DECORATION: none
  31. }
  32. .flyoutLink A:active {
  33. COLOR: black; TEXT-DECORATION: none
  34. }
  35. .flyoutMenu {
  36. BACKGROUND-COLOR: #C9F1FF
  37. }
  38. .flyoutMenu TD.flyoutLink {
  39. 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
  40. }
  41. .flyoutMenu1 {
  42. BACKGROUND-COLOR: #fbf9f9
  43. }
  44. .flyoutMenu1 TD.flyoutLink1 {
  45. 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
  46. }
  47. </STYLE>
  48. <SCRIPT>
  49. function switchSysBar(){
  50. if(switchPoint.innerText==3)
  51. {
  52. switchPoint.innerText=4
  53. document.all("frmTitle").style.display="none"
  54. }
  55. else
  56. {
  57. switchPoint.innerText=3
  58. document.all("frmTitle").style.display=""
  59. }
  60. }
  61. function switchSysBarInfo(){
  62. switchPoint.innerText=3
  63. document.all("frmTitle").style.display=""
  64. }
  65. function about(){
  66. window.showModalDialog("adminstyle/2/page/about.htm","ABOUT","dialogwidth:300px;dialogheight:150px;center:yes;status:no;scroll:no;help:no");
  67. }
  68. function over(obj){
  69. if(obj.className=="flyoutLink")
  70. {
  71. obj.style.backgroundColor='#B5C4EC'
  72. obj.style.borderColor = '#380FA6'
  73. }
  74. else if(obj.className=="flyoutLink1")
  75. {
  76. obj.style.backgroundColor='#B5C4EC'
  77. obj.style.borderColor = '#380FA6'
  78. }
  79. }
  80. function out(obj){
  81. if(obj.className=="flyoutLink")
  82. {
  83. obj.style.backgroundColor='#C9F1FF'
  84. obj.style.borderColor = 'C9F1FF'
  85. }
  86. else if(obj.className=="#flyoutLink1")
  87. {
  88. obj.style.backgroundColor='#FBF9F9'
  89. obj.style.borderColor = '#FBF9F9'
  90. }
  91. }
  92. function show(d){
  93. if(obj=document.all(d)) obj.style.visibility="visible";
  94. }
  95. function hide(d){
  96. if(obj=document.all(d)) obj.style.visibility="hidden";
  97. }
  98. function JumpToLeftMenu(url){
  99. document.getElementById("left").src=url;
  100. }
  101. function JumpToMain(url){
  102. document.getElementById("main").src=url;
  103. }
  104. function tododisplay(ss){
  105. if(ss=="ecmsinfomenu")
  106. {
  107. document.getElementById('ecmsinfomenu').style.display="";
  108. document.getElementById('ecmssysmenu').style.display="none";
  109. }
  110. else
  111. {
  112. document.getElementById('ecmsinfomenu').style.display="none";
  113. document.getElementById('ecmssysmenu').style.display="";
  114. }
  115. }
  116. </SCRIPT>
  117. </HEAD>
  118. <BODY bgColor="#C9F1FF" leftMargin=0 topMargin=0>
  119. <TABLE width="100%" height="100%" border=0 cellpadding="0" cellSpacing=0>
  120. <tr>
  121. <td height="60">
  122. <TABLE width="100%" height="60" border=0 cellpadding="0" cellSpacing=0 background="adminstyle/2/images/topbg.gif">
  123. <TBODY>
  124. <TR>
  125. <TD width="180"><div align="center"><a href="main.php<?=$ecms_hashur['whehref']?>" target="main" title="帝国网站管理系统"><img src="adminstyle/2/images/logo.gif" border="0"></a></div></TD>
  126. <TD height=60>
  127. <TABLE width=480 height="60" border=0 cellpadding="0" cellSpacing=0>
  128. <TBODY>
  129. <TR align=middle>
  130. <TD width=80 onmouseout="this.style.backgroundColor=''" onmouseover="this.style.backgroundColor='#8CBDEF';tododisplay('ecmsinfomenu');" onclick="switchSysBarInfo();JumpToLeftMenu('ListEnews.php<?=$ecms_hashur['whehref']?>');" style="CURSOR: hand">
  131. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  132. <tr>
  133. <td><div align="center"><IMG height=32 src="adminstyle/2/images/info<?=$menufiletype?>" width=32 border=0 title="信息管理"></div></td>
  134. </tr>
  135. <tr>
  136. <td height="23"><div align="center"><font color="#FFFFFF"><strong>信息管理</strong></font></div></td>
  137. </tr>
  138. </table></TD>
  139. <TD width=80 onmouseout="this.style.backgroundColor=''" onmouseover="this.style.backgroundColor='#8CBDEF';tododisplay('ecmssysmenu');" onclick="return false;" style="CURSOR: hand">
  140. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  141. <tr>
  142. <td><div align="center"><IMG height=32 src="adminstyle/2/images/other<?=$menufiletype?>" width=32 border=0 title="功能菜单"></div></td>
  143. </tr>
  144. <tr>
  145. <td height="23"><div align="center"><font color="#FFFFFF"><strong>功能菜单</strong></font></div></td>
  146. </tr>
  147. </table></TD>
  148. <TD width="351"><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>
  149. </TR>
  150. </TBODY>
  151. </TABLE>
  152. </TD>
  153. </TR>
  154. </TBODY>
  155. </TABLE>
  156. </td></tr>
  157. <tr><td height="22">
  158. <TABLE width="100%" height="22" border=0 cellpadding="0" cellSpacing=0>
  159. <form name="chmpform" method="post" action="enews.php" onsubmit="return confirm('确认要切换访问端?');">
  160. <TBODY>
  161. <TR>
  162. <TD class=flyoutMenu width="1%"> </TD>
  163. <TD width="77%" height="27">
  164. <TABLE class=flyoutMenu border=0 id="ecmsinfomenu">
  165. <TBODY>
  166. <TR align=middle>
  167. <TD width="60" class="flyoutLink" onclick="JumpToMain('AddInfoChClass.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">增加信息</TD>
  168. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListAllInfo.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理信息</TD>
  169. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListAllInfo.php?ecmscheck=1<?=$ecms_hashur['ehref']?>');" onmouseover="over(this)" onmouseout="out(this)">审核信息</TD>
  170. <TD width="60" class="flyoutLink" onclick="JumpToMain('workflow/ListWfInfo.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">签发信息</TD>
  171. <?php
  172. if($r[dopl])
  173. {
  174. ?>
  175. <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>
  176. <?php
  177. }
  178. ?>
  179. <TD width="60" class="flyoutLink" onclick="JumpToMain('sp/UpdateSp.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">更新碎片</TD>
  180. <TD width="60" class="flyoutLink" onclick="JumpToMain('special/UpdateZt.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">更新专题</TD>
  181. <?php
  182. if($r[dochangedata])
  183. {
  184. ?>
  185. <TD width="60" class="flyoutLink" onclick="JumpToMain('ReHtml/ChangeData.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">数据更新</TD>
  186. <?php
  187. }
  188. ?>
  189. <TD width="60" class="flyoutLink" onclick="JumpToMain('main.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">后台首页</TD>
  190. <TD width="60" class="flyoutLink" onclick="window.open('../../');" onmouseover="over(this)" onmouseout="out(this)">网站首页</TD>
  191. <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>
  192. </TR>
  193. </TBODY>
  194. </TABLE>
  195. <TABLE class=flyoutMenu border=0 id="ecmssysmenu" style="display:none">
  196. <TBODY>
  197. <TR align=middle>
  198. <TD width="60" class="flyoutLink" onclick="JumpToMain('user/EditPassword.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">修改资料</TD>
  199. <?php
  200. if($r[doclass])
  201. {
  202. ?>
  203. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListClass.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理栏目</TD>
  204. <?php
  205. }
  206. ?>
  207. <?php
  208. if($r[dozt])
  209. {
  210. ?>
  211. <TD width="60" class="flyoutLink" onclick="JumpToMain('special/ListZt.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理专题</TD>
  212. <?php
  213. }
  214. ?>
  215. <?php
  216. if($r[docj])
  217. {
  218. ?>
  219. <TD width="60" class="flyoutLink" onclick="JumpToMain('ListInfoClass.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理采集</TD>
  220. <?php
  221. }
  222. ?>
  223. <?php
  224. if($r[dofile])
  225. {
  226. ?>
  227. <TD width="60" class="flyoutLink" onclick="JumpToMain('file/ListFile.php?type=9<?=$ecms_hashur['ehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理附件</TD>
  228. <?php
  229. }
  230. ?>
  231. <?php
  232. if($r[dosp])
  233. {
  234. ?>
  235. <TD width="60" class="flyoutLink" onclick="JumpToMain('sp/ListSp.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理碎片</TD>
  236. <?php
  237. }
  238. ?>
  239. <?php
  240. if($r[dotags])
  241. {
  242. ?>
  243. <TD width="60" class="flyoutLink" onclick="JumpToMain('tags/ListTags.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理TAGS</TD>
  244. <?php
  245. }
  246. ?>
  247. <?php
  248. if($r[dogbook])
  249. {
  250. ?>
  251. <TD width="60" class="flyoutLink" onclick="JumpToMain('tool/gbook.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理留言</TD>
  252. <?php
  253. }
  254. ?>
  255. <?php
  256. if($r[dofeedback])
  257. {
  258. ?>
  259. <TD width="60" class="flyoutLink" onclick="JumpToMain('tool/feedback.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">管理反馈</TD>
  260. <?php
  261. }
  262. ?>
  263. <?php
  264. if($r[dodownerror])
  265. {
  266. ?>
  267. <TD width="60" class="flyoutLink" onclick="JumpToMain('DownSys/ListError.php<?=$ecms_hashur['whehref']?>');" onmouseover="over(this)" onmouseout="out(this)">错误报告</TD>
  268. <?php
  269. }
  270. ?>
  271. </TR>
  272. </TBODY>
  273. </TABLE></TD>
  274. <TD width="22%"><div align="right">
  275. <?php
  276. if($r['dochmoreport']&&$public_r['ckhavemoreport'])
  277. {
  278. ?>
  279. 访问端:
  280. <?=Moreport_eReturnMoreportSelect($ecms_config['sets']['selfmoreportid'])?>
  281. <input type="submit" name="Submit" value="切换">
  282. <input name="enews" type="hidden" id="enews" value="ChangeMoreportAdmin">
  283. <?=$ecms_hashur['form']?>
  284. &nbsp;&nbsp;
  285. <?php
  286. }
  287. ?>
  288. </div></TD>
  289. </TR>
  290. </TBODY>
  291. </form>
  292. </TABLE>
  293. </td></tr>
  294. <tr><td height="100%" bgcolor="#ffffff">
  295. <TABLE width="100%" height="100%" cellpadding="0" cellSpacing=0 border=0 borderColor="#ff0000">
  296. <TBODY>
  297. <TR>
  298. <TD width="123" valign="top" bgcolor="#C9F1FF">
  299. <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>
  300. </TD>
  301. <TD noWrap id="frmTitle">
  302. <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>
  303. </TD>
  304. <TD>
  305. <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" bgcolor="#C9F1FF">
  306. <TBODY>
  307. <tr>
  308. <TD onclick="switchSysBar()" style="HEIGHT:100%;"> <font style="COLOR:666666;CURSOR:hand;FONT-FAMILY:Webdings;FONT-SIZE:9pt;">
  309. <SPAN id="switchPoint" title="打开/关闭左边导航栏">3</SPAN></font>
  310. </TBODY>
  311. </TABLE>
  312. </TD>
  313. <TD width="100%">
  314. <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" align="right" border=0>
  315. <TBODY>
  316. <TR>
  317. <TD align=right>
  318. <IFRAME id="main" name="main" style="WIDTH: 100%; HEIGHT: 100%" src="main.php<?=$ecms_hashur['whehref']?>" frameBorder=0></IFRAME>
  319. </TD>
  320. </TR>
  321. </TBODY>
  322. </TABLE>
  323. </TD>
  324. </TR>
  325. </TBODY>
  326. </TABLE>
  327. </td></tr>
  328. </TABLE>
  329. </BODY>
  330. </HTML>