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

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