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

69 lines
2.9KB

  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" leftmargin='8' topmargin='8'>
  12. <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
  13. <form name="form1" action="makehtml_spec.php" method="get" target='stafrm'>
  14. <input type="hidden" name="dopost" value="ok">
  15. <tr>
  16. <td height="28" background='images/tbg.gif'>
  17. <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
  18. <tr>
  19. <td width="30%" height="18" style="padding-left:10px;"><strong>生成专题列表HTML:</strong></td>
  20. <td width="70%" align="right">&nbsp; </td>
  21. </tr>
  22. </table>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td height="20" valign="top" bgcolor="#FFFFFF">
  27. 说明:为了安全起见,专题目录建议设置仅可读写权限,发布专题后需要手动更新,默认文件为
  28. <br />
  29. <?php echo $cfg_cmspath.$cfg_special."/index.html"?>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td height="20" bgcolor="#ffffff" align="center">
  34. <button name="b112" type="button" class="btn btn-secondary"
  35. onClick="document.form1.submit();">开始生成HTML</button>
  36. </td>
  37. </tr>
  38. </form>
  39. <tr bgcolor="#F9FCEF">
  40. <td height="20">
  41. <table width="100%" class="table table-borderless">
  42. <tr>
  43. <td width="74%">进行状态: </td>
  44. <td width="26%" align="right">
  45. <script language='javascript'>
  46. function ResizeDiv(obj, ty) {
  47. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  48. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  49. }
  50. </script>
  51. [<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  52. </td>
  53. </tr>
  54. </table>
  55. </td>
  56. </tr>
  57. <tr bgcolor="#FFFFFF">
  58. <td id="mtd">
  59. <div id='mdv' style='width:100%;height:350px;'>
  60. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  61. </div>
  62. </td>
  63. </tr>
  64. </table>
  65. </body>
  66. </html>