国内流行的内容管理系统(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.

92 lines
4.0KB

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