OtherLink.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. require '../'.LoadLang("pub/fun.php");
  7. require("../../data/dbcache/class.php");
  8. $link=db_connect();
  9. $empire=new mysqlquery();
  10. $editor=1;
  11. //验证用户
  12. $lur=is_login();
  13. $logininid=$lur['userid'];
  14. $loginin=$lur['username'];
  15. $loginrnd=$lur['rnd'];
  16. $loginlevel=$lur['groupid'];
  17. $loginadminstyleid=$lur['adminstyleid'];
  18. //ehash
  19. $ecms_hashur=hReturnEcmsHashStrAll();
  20. $classid=(int)$_GET['classid'];
  21. $id=(int)$_GET['id'];
  22. $enews=ehtmlspecialchars($_GET['enews']);
  23. $form=RepPostVar($_GET['form']);
  24. $field=RepPostVar($_GET['field']);
  25. $keyid=RepPostVar($_GET['keyid']);
  26. $keyboard=RepPostVar($_GET['keyboard']);
  27. $title=RepPostStr($_GET['title']);
  28. if(!$classid||!$class_r[$classid]['tbname'])
  29. {
  30. printerror("ErrorUrl","history.go(-1)");
  31. }
  32. if($keyboard)
  33. {
  34. $defaultkeyboard=str_replace(',',' ',str_replace(',',' ',$keyboard));
  35. }
  36. ?>
  37. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  38. <html>
  39. <head>
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  41. <title>相关链接</title>
  42. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  43. <script>
  44. function UpdateInfoKeyid(){
  45. opener.document.<?=$form?>.<?=$field?>.value=document.otherlinkform.returnkeyid.value;
  46. window.close();
  47. }
  48. function CheckSearchForm(obj){
  49. if(obj.keyboard.value=='')
  50. {
  51. alert('搜索关键字不能为空');
  52. obj.keyboard.focus();
  53. return false;
  54. }
  55. return true;
  56. }
  57. </script>
  58. </head>
  59. <body>
  60. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  61. <tr>
  62. <td height="25" colspan="2" class="header">
  63. <?=stripSlashes($title)?>
  64. 的相关链接 </td>
  65. </tr>
  66. <tr>
  67. <td height="25" valign="top" bgcolor="#FFFFFF">
  68. <table width="100%" border="0" cellspacing="1" cellpadding="3" class="tableborder">
  69. <form name="otherlinkform" method="post" action="">
  70. <tr>
  71. <td width="80%" height="25"><strong>已选相关链接</strong></td>
  72. <td width="20%">&nbsp;</td>
  73. </tr>
  74. <tr>
  75. <td height="380" colspan="2" valign="top" bgcolor="#FFFFFF"><IFRAME frameBorder="0" id="showinfopage" name="showinfopage" scrolling="yes" src="OtherLinkShow.php?classid=<?=$classid?>&id=<?=$id?>&enews=<?=$enews?>&keyid=<?=$keyid?><?=$ecms_hashur['ehref']?>" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:100%;Z-INDEX:1"></IFRAME></td>
  76. </tr>
  77. <tr>
  78. <td height="25" colspan="2" bgcolor="#FFFFFF"><div align="center">
  79. <input type="button" name="Submit2" value=" 确 定 " onclick="UpdateInfoKeyid();">
  80. &nbsp;&nbsp;&nbsp;
  81. <input type="button" name="Submit3" value="取消" onclick="window.close();">
  82. <input name="returnkeyid" type="hidden" id="returnkeyid">
  83. </div></td>
  84. </tr>
  85. </form>
  86. </table> </td>
  87. <td width="60%" valign="top" bgcolor="#FFFFFF">
  88. <table width="100%" border="0" cellspacing="1" cellpadding="3" class="tableborder">
  89. <form action="OtherLinkSearch.php" method="GET" name="searchinfoform" target="searchinfopage" id="searchinfoform" onsubmit="return CheckSearchForm(document.searchinfoform);">
  90. <?=$ecms_hashur['eform']?>
  91. <tr>
  92. <td height="25">查询:
  93. <input name="keyboard" type="text" id="keyboard" value="<?=$defaultkeyboard?>">
  94. <select name="show" id="show">
  95. <option value="1" selected>标题</option>
  96. <option value="2">关键字</option>
  97. <option value="3">ID</option>
  98. </select><span id="listfileclassnav"></span>
  99. <input type="submit" name="Submit" value="搜索">
  100. <input name="sear" type="hidden" id="sear" value="1">
  101. <input name="returnkeyid" type="hidden" id="returnkeyid">
  102. <input name="pclassid" type="hidden" id="pclassid" value="<?=$classid?>">
  103. <input name="pid" type="hidden" id="pid" value="<?=$id?>">
  104. <input name="keyid" type="hidden" id="keyid" value="<?=$keyid?>">
  105. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"></td>
  106. </tr>
  107. <tr>
  108. <td height="405" valign="top" bgcolor="#FFFFFF">
  109. <IFRAME frameBorder="0" id="searchinfopage" name="searchinfopage" scrolling="yes" src="OtherLinkSearch.php<?=$ecms_hashur['whehref']?>" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:100%;Z-INDEX:1"></IFRAME></td>
  110. </tr>
  111. </form>
  112. </table>
  113. </td>
  114. </tr>
  115. </table>
  116. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  117. <tr>
  118. <td height="25"><div align="center"><font color="#666666">说明:搜索多个关键字可以用空格隔开。</font></div></td>
  119. </tr>
  120. </table>
  121. <IFRAME frameBorder="0" id="showclassnav" name="showclassnav" scrolling="no" src="../ShowClassNav.php?ecms=5&classid=<?=$classid?><?=$ecms_hashur['ehref']?>" style="HEIGHT:0;VISIBILITY:inherit;WIDTH:0;Z-INDEX:1"></IFRAME>
  122. </body>
  123. </html>
  124. <?php
  125. db_close();
  126. $empire=null;
  127. ?>