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

90 lines
3.9KB

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