国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
3.8KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>更新自由列表</title>
  6. <link rel="stylesheet" href="../static/css/bootstrap.min.css">
  7. <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="css/base.css">
  9. </head>
  10. <body background="images/allbg.gif">
  11. <div class="bodytitle mt-3">
  12. <div class="bodytitleleft"></div>
  13. <div class="bodytitletxt">更新自由列表</div>
  14. </div>
  15. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
  16. <form name="form1" action="makehtml_freelist_action.php" method="get" target='stafrm'>
  17. <tr>
  18. <td colspan="2" bgcolor="#EDF9D5" background="images/tbg.gif">
  19. <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table-borderless">
  20. <tr>
  21. <td width="30%" height="18" style="padding-left:10px">更新自由列表:</td>
  22. <td width="70%" align="right"><button type="button" name="b113" onClick="location='freelist_main.php';" class="btn btn-success btn-sm">管理自由列表</button>
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <tr>
  29. <td width="108" height="26" bgcolor="#FFFFFF">&nbsp;&nbsp;起始ID:</td>
  30. <td width="377" height="26" valign="top" bgcolor="#FFFFFF">
  31. &nbsp;&nbsp;
  32. <input name="startid" type="text" id="startid" size="10" <?php if(!empty($aid)) echo " value='$aid'"; ?>>
  33. (空或0表示从头开始)
  34. </td>
  35. </tr>
  36. <tr>
  37. <td height="26" valign="top" bgcolor="#FFFFFF">&nbsp;&nbsp;结束ID:</td>
  38. <td height="26" valign="top" bgcolor="#FFFFFF">
  39. &nbsp;&nbsp;
  40. <input name="endid" type="text" id="endid" size="10" <?php if(!empty($aid)) echo " value='$aid'"; ?>>
  41. (空或0表示直到结束ID)
  42. </td>
  43. </tr>
  44. <tr>
  45. <td height="26" bgcolor="#FFFFFF">&nbsp;&nbsp;每批生成:</td>
  46. <td height="26" bgcolor="#FFFFFF"> &nbsp;&nbsp;
  47. <input name="pagesize" type="text" id="pagesize" value="100" size="8">
  48. 个文件</td>
  49. </tr>
  50. <tr>
  51. <td height="36" colspan="2" bgcolor="#ffffff" align="center">
  52. <button type="button" onClick="document.form1.submit();" class="btn btn-success">开始更新</button>
  53. &nbsp; </td>
  54. </tr>
  55. </form>
  56. <tr>
  57. <td height="26" colspan="2" bgcolor="#f6f6f6">
  58. <table width="100%">
  59. <tr>
  60. <td width="74%">进行状态:</td>
  61. <td width="26%" align="right">
  62. <script language='javascript'>
  63. function ResizeDiv(obj, ty) {
  64. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  65. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  66. }
  67. </script>
  68. [<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
  69. </td>
  70. </tr>
  71. </table>
  72. </td>
  73. </tr>
  74. <tr bgcolor="#FFFFFF">
  75. <td colspan="2" id="mtd">
  76. <div id='mdv' style='width:100%;height:100;'>
  77. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  78. </div>
  79. <script language="JavaScript">
  80. document.all.mdv.style.pixelHeight = screen.height - 360;
  81. </script>
  82. </td>
  83. </tr>
  84. </table>
  85. </body>
  86. </html>