InfoDoc.php 5.0 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. $link=db_connect();
  7. $empire=new mysqlquery();
  8. //验证用户
  9. $lur=is_login();
  10. $logininid=$lur['userid'];
  11. $loginin=$lur['username'];
  12. $loginrnd=$lur['rnd'];
  13. $loginlevel=$lur['groupid'];
  14. $loginadminstyleid=$lur['adminstyleid'];
  15. //ehash
  16. $ecms_hashur=hReturnEcmsHashStrAll();
  17. //验证权限
  18. CheckLevel($logininid,$loginin,$classid,"infodoc");
  19. $enews=ehtmlspecialchars($_GET['enews']);
  20. $url="<a href=InfoDoc.php".$ecms_hashur['whehref'].">信息批量归档</a>";
  21. //--------------------操作的栏目
  22. $fcfile="../data/fc/ListEnews.php";
  23. $do_class="<script src=../data/fc/cmsclass.js></script>";
  24. if(!file_exists($fcfile))
  25. {$do_class=ShowClass_AddClass("","n",0,"|-",0,0);}
  26. //表
  27. $selecttable="";
  28. $tsql=$empire->query("select tid,tbname,tname from {$dbtbpre}enewstable order by tid");
  29. while($tr=$empire->fetch($tsql))
  30. {
  31. $selecttable.="<option value='".$tr[tbname]."'>".$tr[tname]."</option>";
  32. }
  33. db_close();
  34. $empire=null;
  35. ?>
  36. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  37. <html>
  38. <head>
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  40. <title>信息批量归档</title>
  41. <link href="adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  42. <script type="text/javascript" src="ecmseditor/js/jstime/WdatePicker.js"></script>
  43. </head>
  44. <body>
  45. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  46. <tr>
  47. <td height="25">位置:<?=$url?></td>
  48. </tr>
  49. </table>
  50. <form name="form1" method="get" action="ecmsinfo.php" onsubmit="return confirm('确认要执行此操作?');">
  51. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  52. <?=$ecms_hashur['form']?>
  53. <tr class="header">
  54. <td height="25" colspan="2"><div align="center">信息批量归档
  55. <input name="enews" type="hidden" id="enews" value="InfoToDoc">
  56. <input name="ecmsdoc" type="hidden" id="ecmsdoc" value="2">
  57. <input name="docfrom" type="hidden" id="docfrom" value="InfoDoc.php<?=$ecms_hashur['whehref']?>">
  58. </div></td>
  59. </tr>
  60. <tr>
  61. <td width="28%" height="25" valign="top" bgcolor="#FFFFFF">
  62. <div align="center">
  63. <p>
  64. <select name="classid[]" size="21" multiple id="classid[]" style="width:200">
  65. <?=$do_class?>
  66. </select>
  67. </p>
  68. </div></td>
  69. <td width="72%" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="3" cellspacing="1" class="tableborder">
  70. <tr bgcolor="#FFFFFF">
  71. <td width="26%" height="32">归档数据表</td>
  72. <td width="74%"><select name="tbname" id="tbname">
  73. <option value=''>------ 选择数据表 ------</option>
  74. <?=$selecttable?>
  75. </select></td>
  76. </tr>
  77. <tr bgcolor="#FFFFFF">
  78. <td height="32"> <input name="retype" type="radio" value="0" checked>
  79. 按天数归档 </td>
  80. <td>归档大于 <input name="doctime" type="text" id="doctime" value="100" size="6">
  81. 天的信息</td>
  82. </tr>
  83. <tr bgcolor="#FFFFFF">
  84. <td height="32">&nbsp;</td>
  85. <td>还原归档小于
  86. <input name="doctime1" type="text" id="doctime1" value="100" size="6">
  87. 天的信息</td>
  88. </tr>
  89. <tr bgcolor="#FFFFFF">
  90. <td height="32"> <input name="retype" type="radio" value="1">
  91. 按时间归档</td>
  92. <td>从
  93. <input name="startday" type="text" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  94. <input name="endday" type="text" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  95. 之间的信息</td>
  96. </tr>
  97. <tr bgcolor="#FFFFFF">
  98. <td height="32"> <input name="retype" type="radio" value="2">
  99. 按ID归档</td>
  100. <td>从
  101. <input name="startid" type="text" value="0" size="6">
  102. <input name="endid" type="text" value="0" size="6">
  103. 之间的信息</td>
  104. </tr>
  105. <tr bgcolor="#FFFFFF">
  106. <td height="32">执行操作</td>
  107. <td><input name="doing" type="radio" value="0" checked>
  108. 归档 <input type="radio" name="doing" value="1">
  109. 还原归档</td>
  110. </tr>
  111. <tr bgcolor="#FFFFFF">
  112. <td height="32">&nbsp;</td>
  113. <td><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置"></td>
  114. </tr>
  115. <tr bgcolor="#FFFFFF">
  116. <td height="32" colspan="2"> <font color="#666666"><strong>说明:</strong><br>
  117. 选择多个栏目请用CTRL/SHIFT<br>
  118. 如果归档起始时间与ID不填则不限制下限</font></td>
  119. </tr>
  120. </table></td>
  121. </tr>
  122. </table>
  123. </form>
  124. </body>
  125. </html>