alllistinfo.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <?php
  8. //查询SQL,如果要显示自定义字段记得在SQL里增加查询字段
  9. $query="select id,classid,isurl,titleurl,isqf,havehtml,istop,isgood,firsttitle,ismember,userid,username,eckuid,plnum,totaldown,onclick,newstime,truetime,lastdotime,titlepic,title from ".$infotb.$where." order by ".$doorder." limit $offset,$line";
  10. $sql=$empire->query($query);
  11. //返回头条和推荐级别名称
  12. $ftnr=ReturnFirsttitleNameList(0,0);
  13. $ftnamer=$ftnr['ftr'];
  14. $ignamer=$ftnr['igr'];
  15. $searchisgoods='';
  16. $searchfirsttitles='';
  17. if($showisgood>0)
  18. {
  19. $searchisgoods=str_replace('<option value="'.$showisgood.'">','<option value="'.$showisgood.'" selected>',$ftnr['igname']);
  20. }
  21. else
  22. {
  23. $searchisgoods=$ftnr['igname'];
  24. }
  25. if($showfirsttitle>0)
  26. {
  27. $searchfirsttitles=str_replace('<option value="'.$showfirsttitle.'">','<option value="'.$showfirsttitle.'" selected>',$ftnr['ftname']);
  28. }
  29. else
  30. {
  31. $searchfirsttitles=$ftnr['ftname'];
  32. }
  33. ?>
  34. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  35. <html>
  36. <head>
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  38. <link rel="stylesheet" href="adminstyle/<?=$loginadminstyleid?>/adminstyle.css" type="text/css">
  39. <title>管理信息</title>
  40. <script>
  41. function CheckAll(form)
  42. {
  43. for (var i=0;i<form.elements.length;i++)
  44. {
  45. var e = form.elements[i];
  46. if (e.name != 'chkall')
  47. e.checked = form.chkall.checked;
  48. }
  49. }
  50. function GetSelectId(form)
  51. {
  52. var ids='';
  53. var dh='';
  54. for (var i=0;i<form.elements.length;i++)
  55. {
  56. var e = form.elements[i];
  57. if (e.name == 'id[]')
  58. {
  59. if(e.checked==true)
  60. {
  61. ids+=dh+e.value;
  62. dh=',';
  63. }
  64. }
  65. }
  66. return ids;
  67. }
  68. function PushInfoToSp(form)
  69. {
  70. var id='';
  71. id=GetSelectId(form);
  72. if(id=='')
  73. {
  74. alert('请选择要推送的信息');
  75. return false;
  76. }
  77. window.open('sp/PushToSp.php?<?=$ecms_hashur['ehref']?>&tid=<?=$tid?>&id='+id,'PushToSp','width=360,height=500,scrollbars=yes,left=300,top=150,resizable=yes');
  78. }
  79. function PushInfoToZt(form)
  80. {
  81. var id='';
  82. id=GetSelectId(form);
  83. if(id=='')
  84. {
  85. alert('请选择要推送的信息');
  86. return false;
  87. }
  88. window.open('special/PushToZt.php?<?=$ecms_hashur['ehref']?>&tid=<?=$tid?>&id='+id,'PushToZt','width=360,height=500,scrollbars=yes,left=300,top=150,resizable=yes');
  89. }
  90. </script>
  91. </head>
  92. <body>
  93. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  94. <form name="AddNewsForm" id="AddNewsForm" method="get">
  95. <tr>
  96. <td width="24%">位置:
  97. <?=$url?>
  98. </td>
  99. <td width="76%"><div align="right" class="emenubutton">
  100. <span id="showaddclassnav"></span>
  101. <input type="button" name="Submit" value="增加信息" onclick="if(document.getElementById('addclassid').value!=0){window.open('AddNews.php?<?=$ecms_hashur['ehref']?>&enews=AddNews<?=$addecmscheck?>&classid='+document.getElementById('addclassid').value,'','');}else{alert('请选择要增加信息的栏目');document.getElementById('addclassid').focus();}">
  102. &nbsp;
  103. <input type="button" name="Submit4" value="刷新首页" onclick="self.location.href='ecmschtml.php?enews=ReIndex<?=$ecms_hashur['href']?>'">
  104. &nbsp;
  105. <input type="button" name="Submit4" value="刷新所有信息JS" onclick="window.open('ecmschtml.php?enews=ReAllNewsJs&from=<?=$phpmyself?><?=$ecms_hashur['href']?>','','');">
  106. </div></td>
  107. </tr>
  108. </form>
  109. </table>
  110. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  111. <form name="SearchForm" id="SearchForm" method="GET" action="ListAllInfo.php">
  112. <?=$ecms_hashur['eform']?>
  113. <tr>
  114. <td width="100%"> <div align="right">&nbsp;搜索:
  115. <select name="showspecial" id="showspecial">
  116. <option value="0"<?=$showspecial==0?' selected':''?>>不限属性</option>
  117. <option value="1"<?=$showspecial==1?' selected':''?>>置顶</option>
  118. <option value="2"<?=$showspecial==2?' selected':''?>>推荐</option>
  119. <option value="3"<?=$showspecial==3?' selected':''?>>头条</option>
  120. <option value="7"<?=$showspecial==7?' selected':''?>>投稿</option>
  121. <option value="5"<?=$showspecial==5?' selected':''?>>签发</option>
  122. <option value="8"<?=$showspecial==8?' selected':''?>>我的信息</option>
  123. </select>
  124. <select name="showisgood" id="showisgood">
  125. <option value="0"<?=$showisgood==0?' selected':''?>>不限推荐</option>
  126. <option value="-1"<?=$showisgood==-1?' selected':''?>>所有推荐</option>
  127. <?=$searchisgoods?>
  128. </select>
  129. <select name="showfirsttitle" id="showfirsttitle">
  130. <option value="0"<?=$showfirsttitle==0?' selected':''?>>不限头条</option>
  131. <option value="-1"<?=$showfirsttitle==-1?' selected':''?>>所有头条</option>
  132. <?=$searchfirsttitles?>
  133. </select>
  134. <input name="keyboard" type="text" id="keyboard" value="<?=$keyboard?>">
  135. <select name="show">
  136. <option value="0"<?=$show==0?' selected':''?>>不限字段</option>
  137. <option value="1"<?=$show==1?' selected':''?>>标题</option>
  138. <option value="2"<?=$show==2?' selected':''?>>发布者</option>
  139. <option value="3"<?=$show==3?' selected':''?>>ID</option>
  140. <option value="4"<?=$show==4?' selected':''?>>关键字</option>
  141. </select>
  142. <?=$stts?>
  143. <span id="searchclassnav"></span>
  144. <select name="myorder" id="myorder">
  145. <option value="1"<?=$myorder==1?' selected':''?>>按信息ID</option>
  146. <option value="2"<?=$myorder==2?' selected':''?>>按发布时间</option>
  147. <option value="3"<?=$myorder==3?' selected':''?>>按点击率</option>
  148. <option value="4"<?=$myorder==4?' selected':''?>>按下载数</option>
  149. <option value="5"<?=$myorder==5?' selected':''?>>按评论数</option>
  150. </select>
  151. <select name="orderby" id="orderby">
  152. <option value="0"<?=$orderby==0?' selected':''?>>降序排序</option>
  153. <option value="1"<?=$orderby==1?' selected':''?>>升序排序</option>
  154. </select>
  155. <select name="infolday" id="infolday">
  156. <option value="1"<?=$infolday==1?' selected':''?>>全部时间</option>
  157. <option value="86400"<?=$infolday==86400?' selected':''?>>1 天</option>
  158. <option value="172800"<?=$infolday==172800?' selected':''?>>2 天</option>
  159. <option value="604800"<?=$infolday==604800?' selected':''?>>一周</option>
  160. <option value="2592000"<?=$infolday==2592000?' selected':''?>>1 个月</option>
  161. <option value="7948800"<?=$infolday==7948800?' selected':''?>>3 个月</option>
  162. <option value="15897600"<?=$infolday==15897600?' selected':''?>>6
  163. 个月</option>
  164. <option value="31536000"<?=$infolday==31536000?' selected':''?>>1
  165. 年</option>
  166. </select>
  167. <input type="submit" name="Submit2" value="搜索">
  168. <input name="tbname" type="hidden" value="<?=$tbname?>">
  169. <input name="ecmscheck" type="hidden" id="ecmscheck" value="<?=$ecmscheck?>">
  170. <input name="sear" type="hidden" value="1">
  171. </div></td>
  172. </tr>
  173. </form>
  174. </table>
  175. <br>
  176. <form name="listform" method="post" action="ecmsinfo.php" onsubmit="return confirm('确认要执行此操作?');">
  177. <?=$ecms_hashur['form']?>
  178. <input type=hidden name=enews value=DelNews_all>
  179. <input name=mid type=hidden id="mid" value=<?=$mid?>>
  180. <input type=hidden name=doing value=0>
  181. <input name="ecmscheck" type="hidden" id="ecmscheck" value="<?=$ecmscheck?>">
  182. <table width="100%" border="0" cellspacing="1" cellpadding="0">
  183. <tr>
  184. <td width="10%" height="25"<?=$indexchecked==1?' class="header"':' bgcolor="#C9F1FF"'?>><div align="center"><a href="ListAllInfo.php?tbname=<?=$tbname?><?=$ecms_hashur['ehref']?>" title="已发布信息总数:<?=$tbinfos?>">已发布 (<?=$tbinfos?>)</a></div></td>
  185. <td width="10%"<?=$indexchecked==0?' class="header"':' bgcolor="#C9F1FF"'?> title="待审核信息总数:<?=$tbckinfos?>"><div align="center"><a href="ListAllInfo.php?tbname=<?=$tbname?>&ecmscheck=1<?=$ecms_hashur['ehref']?>">待审核 (<?=$tbckinfos?>)</a></div></td>
  186. <td width="10%">&nbsp;</td>
  187. <td width="58%">&nbsp;</td>
  188. <td width="6%">&nbsp;</td>
  189. <td width="6%">&nbsp;</td>
  190. </tr>
  191. </table>
  192. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  193. <tr class="header">
  194. <td height="25" colspan="8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  195. <tr>
  196. <td width="25%"><select name="tbname" onchange="if(this.options[this.selectedIndex].value!=0){self.location.href='ListAllInfo.php?<?=str_replace('&tbname=','&',$search1)?>&tbname='+this.options[this.selectedIndex].value;}">
  197. <?=$changetbs?>
  198. </select> </td>
  199. <td width="75%"> <div align="right"><font color="#ffffff"><a href="ListAllInfo.php?tbname=<?=$tbname?><?=$addecmscheck?>&sear=1&showspecial=8<?=$ecms_hashur['ehref']?>">我的信息</a>
  200. | <a href="ListAllInfo.php?tbname=<?=$tbname?><?=$addecmscheck?>&sear=1&showspecial=5<?=$ecms_hashur['ehref']?>">签发信息</a>
  201. | <a href="ListAllInfo.php?tbname=<?=$tbname?><?=$addecmscheck?>&sear=1&showspecial=7<?=$ecms_hashur['ehref']?>">投稿信息</a>
  202. | <a href="ListAllInfo.php?tbname=<?=$tbname?><?=$addecmscheck?>&showretitle=1&srt=1<?=$ecms_hashur['ehref']?>" title="查询重复标题,并保留一条信息">查询重复标题A</a>
  203. | <a href="ListAllInfo.php?tbname=<?=$tbname?><?=$addecmscheck?>&showretitle=1&srt=0<?=$ecms_hashur['ehref']?>" title="查询重复标题的信息(不保留信息)">查询重复标题B</a>
  204. | <a href="ReHtml/ChangeData.php<?=$ecms_hashur['whehref']?>" target=_blank>更新数据</a> | <a href="../../" target=_blank>预览首页</a></font></div></td>
  205. </tr>
  206. </table></td>
  207. </tr>
  208. <tr>
  209. <td width="3%"><div align="center"></div></td>
  210. <td width="6%" height="25"><div align="center">ID</div></td>
  211. <td width="36%" height="25"><div align="center">标题</div></td>
  212. <td width="12%" height="25"><div align="center">发布者</div></td>
  213. <td width="16%" height="25"> <div align="center">发布时间</div></td>
  214. <td width="7%" height="25"><div align="center">点击</div></td>
  215. <td width="6%"><div align="center">评论</div></td>
  216. <td width="14%" height="25"> <div align="center">操作</div></td>
  217. </tr>
  218. <?php
  219. while($r=$empire->fetch($sql))
  220. {
  221. //状态
  222. $st='';
  223. if($r[istop])//置顶
  224. {
  225. $st.="<font color=red>[顶".$r[istop]."]</font>";
  226. }
  227. if($r[isgood])//推荐
  228. {
  229. $st.="<font color=red>[".$ignamer[$r['isgood']]."]</font>";
  230. }
  231. if($r[firsttitle])//头条
  232. {
  233. $st.="<font color=red>[".$ftnamer[$r['firsttitle']]."]</font>";
  234. }
  235. $oldtitle=$r[title];
  236. $r[title]=stripSlashes(sub($r[title],0,36,false));
  237. //时间
  238. $truetime=date("Y-m-d H:i:s",$r[truetime]);
  239. $lastdotime=date("Y-m-d H:i:s",$r[lastdotime]);
  240. //审核
  241. if(empty($indexchecked))
  242. {
  243. $checked=" title='未审核' style='background:#99C4E3'";
  244. $titleurl="ShowInfo.php?classid=$r[classid]&id=$r[id]".$addecmscheck.$ecms_hashur['ehref'];
  245. }
  246. else
  247. {
  248. $checked="";
  249. $titleurl=sys_ReturnBqTitleLink($r);
  250. }
  251. //会员投稿
  252. if($r[ismember])
  253. {
  254. $r[username]="<a href='member/AddMember.php?enews=EditMember&userid=".$r[userid].$ecms_hashur['ehref']."' target='_blank'><font color=red>".$r[username]."</font></a>";
  255. }
  256. //取得类别名
  257. $do=$r[classid];
  258. $dob=$class_r[$r[classid]][bclassid];
  259. //签发
  260. $qf="";
  261. if($r[isqf])
  262. {
  263. $qfr=$empire->fetch1("select checktno,tstatus from {$dbtbpre}enewswfinfo where id='$r[id]' and classid='$r[classid]' limit 1");
  264. if($qfr[checktno]=='100')
  265. {
  266. $qf="(<font color='red'>已通过</font>)";
  267. }
  268. elseif($qfr[checktno]=='101')
  269. {
  270. $qf="(<font color='red'>返工</font>)";
  271. }
  272. elseif($qfr[checktno]=='102')
  273. {
  274. $qf="(<font color='red'>已否决</font>)";
  275. }
  276. else
  277. {
  278. $qf="(<font color='red'>$qfr[tstatus]</font>)";
  279. }
  280. $qf="<a href='#ecms' onclick=\"window.open('workflow/DoWfInfo.php?classid=$r[classid]&id=$r[id]".$addecmscheck.$ecms_hashur['ehref']."','','width=600,height=520,scrollbars=yes');\">".$qf."</a>";
  281. }
  282. //标题图片
  283. $showtitlepic="";
  284. if($r[titlepic])
  285. {
  286. $showtitlepic="<a href='".$r['titlepic']."' title='预览标题图片' target=_blank><img src='../data/images/showimg.gif' border=0></a>";
  287. }
  288. //未生成
  289. $myid="<a href='ecmschtml.php?enews=ReSingleInfo&classid=$r[classid]&id[]=".$r[id].$ecms_hashur['href']."'>".$r['id']."</a>";
  290. if(empty($r[havehtml]))
  291. {
  292. $myid="<a href='ecmschtml.php?enews=ReSingleInfo&classid=$r[classid]&id[]=".$r[id].$ecms_hashur['href']."' title='未生成'><b>".$r[id]."</b></a>";
  293. }
  294. ?>
  295. <tr bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#C3EFFF'">
  296. <td><div align="center">
  297. <input name="id[]" type="checkbox" id="id[]" value="<?=$r[id]?>"<?=$checked?>>
  298. <input name="infoid[]" type="hidden" value="<?=$r['id']?>">
  299. </div></td>
  300. <td height="42"> <div align="center">
  301. <?=$myid?>
  302. </div></td>
  303. <td height="25"> <div align="left">
  304. <?=$st?>
  305. <?=$showtitlepic?>
  306. <a href="<?=$titleurl?>" target=_blank title="<?=$oldtitle?>">
  307. <?=$r[title]?>
  308. </a>
  309. <?=$qf?>
  310. <br>
  311. <font color="#574D5C">栏目:<a href='ListNews.php?bclassid=<?=$class_r[$r[classid]][bclassid]?>&classid=<?=$r[classid]?><?=$addecmscheck?><?=$ecms_hashur['ehref']?>'>
  312. <font color="#574D5C">
  313. <?=$class_r[$dob][classname]?>
  314. </font> </a> > <a href='ListNews.php?bclassid=<?=$class_r[$r[classid]][bclassid]?>&classid=<?=$r[classid]?><?=$addecmscheck?><?=$ecms_hashur['ehref']?>'>
  315. <font color="#574D5C">
  316. <?=$class_r[$r[classid]][classname]?>
  317. </font> </a></font></div></td>
  318. <td height="25"<?=$r['eckuid']?' title="审核人UID:'.$r['eckuid'].'"':''?>> <div align="center">
  319. <?=$r[username]?>
  320. </div></td>
  321. <td height="25" title="<? echo"增加时间:".$truetime."\r\n最后修改:".$lastdotime;?>"> <div align="center">
  322. <input name="newstime[]" type="text" value="<?=date("Y-m-d H:i:s",$r[newstime])?>" size="20">
  323. </div></td>
  324. <td height="25"> <div align="center"><a title="下载次数:<?=$r[totaldown]?>">
  325. <?=$r[onclick]?>
  326. </a></div></td>
  327. <td><div align="center"><a href="pl/ListPl.php?id=<?=$r[id]?>&classid=<?=$r[classid]?>&bclassid=<?=$class_r[$r[classid]][bclassid]?><?=$addecmscheck?><?=$ecms_hashur['ehref']?>" target="_blank" title="管理评论"><u><?=$r[plnum]?></u></a></div></td>
  328. <td height="25"> <div align="center"><a href="AddNews.php?enews=EditNews&id=<?=$r[id]?>&classid=<?=$r[classid]?>&bclassid=<?=$class_r[$r[classid]][bclassid]?><?=$addecmscheck?><?=$ecms_hashur['ehref']?>" target="_blank">修改</a> | <a href="#empirecms" onclick="window.open('info/EditInfoSimple.php?enews=EditNews&id=<?=$r[id]?>&classid=<?=$r[classid]?>&bclassid=<?=$class_r[$r[classid]][bclassid]?><?=$addecmscheck?><?=$ecms_hashur['ehref']?>','EditInfoSimple','width=600,height=360,scrollbars=yes,resizable=yes');">简改</a> | <a href="ecmsinfo.php?enews=DelNews&id=<?=$r[id]?>&classid=<?=$r[classid]?>&bclassid=<?=$class_r[$r[classid]][bclassid]?><?=$addecmscheck?><?=$ecms_hashur['href']?>" onclick="return confirm('确认要删除?');">删除</a>
  329. </div></td>
  330. </tr>
  331. <?
  332. }
  333. ?>
  334. <input type=hidden name=classid value=<?=$do?>>
  335. <input type=hidden name=bclassid value=<?=$dob?>>
  336. <tr bgcolor="#FFFFFF">
  337. <td height="25"> <div align="center">
  338. <input type=checkbox name=chkall value=on onclick=CheckAll(this.form)>
  339. </div></td>
  340. <td height="25" colspan="7"><div align="right">
  341. <input type="submit" name="Submit3" value="删除" onclick="document.listform.enews.value='DelNews_all';document.listform.action='ecmsinfo.php';">
  342. <?php
  343. if($ecmscheck)
  344. {
  345. ?>
  346. <input type="submit" name="Submit8" value="审核" onClick="document.listform.enews.value='CheckNews_all';document.listform.action='ecmsinfo.php';">
  347. <?php
  348. }
  349. else
  350. {
  351. ?>
  352. <input type="submit" name="Submit9" value="取消审核" onClick="document.listform.enews.value='NoCheckNews_all';document.listform.action='ecmsinfo.php';">
  353. <input type="submit" name="Submit8" value="刷新" onClick="document.listform.enews.value='ReSingleInfo';document.listform.action='ecmschtml.php';">
  354. <input type="button" name="Submit112" value="推送" onClick="PushInfoToSp(this.form);">
  355. <?php
  356. }
  357. ?>
  358. <select name="isgood" id="isgood">
  359. <option value="0">不推荐</option>
  360. <?=$ftnr['igname']?>
  361. </select>
  362. <input type="submit" name="Submit82" value="推荐" onClick="document.listform.enews.value='GoodInfo_all';document.listform.doing.value='0';document.listform.action='ecmsinfo.php';">
  363. <select name="firsttitle" id="firsttitle">
  364. <option value="0">取消头条</option>
  365. <?=$ftnr['ftname']?>
  366. </select>
  367. <input type="submit" name="Submit823" value="头条" onClick="document.listform.enews.value='GoodInfo_all';document.listform.doing.value='1';document.listform.action='ecmsinfo.php';">
  368. <select name="istop" id="istop">
  369. <option value="0">不置顶</option>
  370. <option value="1">一级置顶</option>
  371. <option value="2">二级置顶</option>
  372. <option value="3">三级置顶</option>
  373. <option value="4">四级置顶</option>
  374. <option value="5">五级置顶</option>
  375. <option value="6">六级置顶</option>
  376. <option value="7">七级置顶</option>
  377. <option value="8">八级置顶</option>
  378. <option value="9">九级置顶</option>
  379. </select>
  380. <input type="submit" name="Submit7" value="置顶" onclick="document.listform.enews.value='TopNews_all';document.listform.action='ecmsinfo.php';">
  381. <input type="submit" name="Submit7" value="修改时间" onclick="document.listform.enews.value='EditMoreInfoTime';document.listform.action='ecmsinfo.php';">
  382. <input type="button" name="Submit1122" value="推送至专题" onClick="PushInfoToZt(this.form);">
  383. <span id="moveclassnav"></span>
  384. <input type="submit" name="Submit5" value="移动" onclick="document.listform.enews.value='MoveNews_all';document.listform.action='ecmsinfo.php';">
  385. <input type="submit" name="Submit6" value="复制" onclick="document.listform.enews.value='CopyNews_all';document.listform.action='ecmsinfo.php';">
  386. </div></td>
  387. </tr>
  388. <tr bgcolor="#FFFFFF">
  389. <td height="25" colspan="8">
  390. <?=$returnpage?>
  391.   </td>
  392. </tr>
  393. <tr bgcolor="#FFFFFF">
  394. <td height="25" colspan="8"> <font color="#666666">备注:多选框蓝色为未审核信息;发布者红色为会员投稿;信息ID粗体为未生成,点击ID可刷新页面.</font></td>
  395. </tr>
  396. </table>
  397. </form>
  398. <IFRAME frameBorder="0" id="showclassnav" name="showclassnav" scrolling="no" src="ShowClassNav.php?ecms=2&classid=<?=$classid?><?=$ecms_hashur['ehref']?>" style="HEIGHT:0;VISIBILITY:inherit;WIDTH:0;Z-INDEX:1"></IFRAME>
  399. </body>
  400. </html>