RepTemp.php 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"template");
  20. $enews=$_POST['enews'];
  21. if($enews)
  22. {
  23. hCheckEcmsRHash();
  24. }
  25. if($enews=="RepTemp")
  26. {
  27. include("../../class/tempfun.php");
  28. DoRepTemp($_POST,$logininid,$loginin);
  29. }
  30. $gid=(int)$_GET['gid'];
  31. $gname=CheckTempGroup($gid);
  32. $urlgname=$gname."&nbsp;->&nbsp;";
  33. $url=$urlgname."<a href=RepTemp.php?gid=$gid".$ecms_hashur['ehref'].">批量替换模板内容</a>";
  34. db_close();
  35. $empire=null;
  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 CheckAll(form)
  45. {
  46. for (var i=0;i<form.elements.length;i++)
  47. {
  48. var e = form.elements[i];
  49. if (e.name != 'chkall')
  50. e.checked = form.chkall.checked;
  51. }
  52. }
  53. </script>
  54. </head>
  55. <body>
  56. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  57. <tr>
  58. <td height="25">位置:<?=$url?></td>
  59. </tr>
  60. </table>
  61. <form name="form1" method="post" action="RepTemp.php" onsubmit="return confirm('确认要替换?');">
  62. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  63. <?=$ecms_hashur['form']?>
  64. <tr class="header">
  65. <td height="25"><div align="center"><strong>批量替换模板内容</strong>
  66. <input name="enews" type="hidden" id="enews" value="RepTemp">
  67. <input name="gid" type="hidden" id="gid" value="<?=$gid?>">
  68. </div></td>
  69. </tr>
  70. <tr bgcolor="#FFFFFF">
  71. <td height="25"><table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  72. <tr>
  73. <td width="21%" height="23"><div align="center"> </div>
  74. <div align="center"><strong>原字符</strong></div></td>
  75. <td width="79%" height="23"><textarea name="oldword" cols="78" rows="8" id="textarea3"></textarea></td>
  76. </tr>
  77. <tr>
  78. <td height="23"><div align="center"><strong>新字符</strong></div></td>
  79. <td height="23"><textarea name="newword" cols="78" rows="8" id="textarea4"></textarea></td>
  80. </tr>
  81. </table></td>
  82. </tr>
  83. <tr bgcolor="#FFFFFF">
  84. <td height="25"><div align="center">
  85. <table width="98%" border="0" cellspacing="1" cellpadding="3">
  86. <tr>
  87. <td width="16%" height="25"> <div align="left">
  88. <input name="classtemp" type="checkbox" id="classtemp" value="1">
  89. 封面模板</div></td>
  90. <td width="16%"> <div align="left">
  91. <input name="bqtemp" type="checkbox" id="bqtemp" value="1">
  92. 标签模板</div></td>
  93. <td width="16%"> <div align="left">
  94. <input name="listtemp" type="checkbox" id="listtemp" value="1">
  95. 列表模板</div></td>
  96. <td width="16%"> <div align="left">
  97. <input name="newstemp" type="checkbox" id="classtemp3" value="1">
  98. 内容模板</div></td>
  99. <td width="16%"> <div align="left">
  100. <input name="searchtemp" type="checkbox" id="newstemp" value="1">
  101. 搜索模板</div></td>
  102. </tr>
  103. <tr>
  104. <td height="25"> <div align="left">
  105. <input name="pltemp" type="checkbox" id="pltemp3" value="1">
  106. 评论列表模板 </div></td>
  107. <td> <div align="left">
  108. <input name="indextemp" type="checkbox" id="indextemp2" value="1">
  109. 首页模板</div></td>
  110. <td> <div align="left">
  111. <input name="cptemp" type="checkbox" id="cptemp" value="1">
  112. 控制面板模板</div></td>
  113. <td> <div align="left">
  114. <input name="sformtemp" type="checkbox" id="sformtemp" value="1">
  115. 高级搜索表单模板</div></td>
  116. <td> <div align="left">
  117. <input name="printtemp" type="checkbox" id="searchtemp" value="1">
  118. 打印模板</div></td>
  119. </tr>
  120. <tr>
  121. <td height="25"> <input name="userpage" type="checkbox" id="userpage" value="1">
  122. 自定义页面</td>
  123. <td> <input name="tempvar" type="checkbox" id="tempvar" value="1">
  124. 模板变量</td>
  125. <td><input name="gbooktemp" type="checkbox" id="gbooktemp" value="1">
  126. 留言板模板</td>
  127. <td><input name="loginiframe" type="checkbox" id="loginiframe" value="1">
  128. 登陆状态模板</td>
  129. <td><input name="votetemp" type="checkbox" id="votetemp" value="1">
  130. 投票模板</td>
  131. </tr>
  132. <tr>
  133. <td height="25"><input name="pagetemp" type="checkbox" id="pagetemp" value="1">
  134. 自定义页面模板</td>
  135. <td> <input name="pljstemp" type="checkbox" id="pljstemp" value="1">
  136. 评论JS模板</td>
  137. <td> <input name="schalltemp" type="checkbox" id="schalltemp" value="1">
  138. 全站搜索模板</td>
  139. <td><input name="loginjstemp" type="checkbox" id="loginjstemp" value="1">
  140. JS调用登陆状态模板 </td>
  141. <td><input name="downpagetemp" type="checkbox" id="downpagetemp" value="1">
  142. 最终下载页模板</td>
  143. </tr>
  144. <tr>
  145. <td height="25"><input name="jstemp" type="checkbox" id="feedbackbtemp" value="1">
  146. JS模板</td>
  147. <td><input name="otherlinktemp" type="checkbox" id="jstemp" value="1">
  148. 相关信息模板</td>
  149. <td><input name="feedbackbtemp" type="checkbox" id="feedbackbtemp3" value="1">
  150. 反馈表单模板</td>
  151. <td>&nbsp;</td>
  152. <td>&nbsp;</td>
  153. </tr>
  154. </table>
  155. </div></td>
  156. </tr>
  157. <tr bgcolor="#FFFFFF">
  158. <td height="30">
  159. <div align="center">
  160. <input type="submit" name="Submit" value=" 替 换 ">&nbsp;&nbsp;
  161. <input type="reset" name="Submit2" value="重置">
  162. &nbsp;&nbsp;<input type=checkbox name=chkall value=on onclick=CheckAll(this.form)>
  163. 选中全部</div></td>
  164. </tr>
  165. </table>
  166. </form>
  167. </body>
  168. </html>