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

65 lines
2.7KB

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