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

  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>更新RSS文件</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_rss_action.php" method="get" target='stafrm'>
  11. <tr>
  12. <td height="28" colspan="2" background="images/tbg.gif"> <table width="98%" border="0" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td width="30%" height="18" style="padding-left:10px;"><strong>更新RSS文件:</strong></td>
  15. <td width="70%" align="right"></td>
  16. </tr>
  17. </table></td>
  18. </tr>
  19. <tr height="20" bgcolor="#FFFFFF">
  20. <td width="25%">单个类目最大记录数:</td>
  21. <td>
  22. <input name="maxrecord" type="text" id="maxrecord" value="50" size="8"> 条
  23. </td>
  24. </tr>
  25. <tr>
  26. <td height="20" colspan="2" bgcolor="#ffffff" align="center">
  27. <input name="b112" type="button" class="coolbg np" value="开始更新" onClick="document.form1.submit();" style="width:100px" />
  28. <?php
  29. if($cfg_remote_site=='Y')
  30. {
  31. ?>  
  32. <input name="isremote" type="checkbox" id="isremote" value="1">是否同步远程发发布
  33. <?php GetFtp();?>
  34. <?php }?>
  35. </td>
  36. </tr>
  37. </form>
  38. <tr bgcolor="#F9FCEF">
  39. <td height="20" colspan="2"> <table width="100%">
  40. <tr>
  41. <td width="74%">进行状态: </td>
  42. <td width="26%" align="right"> <script language='javascript'>
  43. function ResizeDiv(obj,ty)
  44. {
  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='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  50. </td>
  51. </tr>
  52. </table></td>
  53. </tr>
  54. <tr bgcolor="#FFFFFF">
  55. <td colspan="2" id="mtd">
  56. <div id='mdv' style='width:100%;height:350px;'>
  57. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  58. </div>
  59. </td>
  60. </tr>
  61. </table>
  62. </body>
  63. </html>