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

61 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>更新订阅</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>
  11. <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  12. <form name="form1" action="makehtml_rss_action.php" method="get" target='stafrm'>
  13. <tr>
  14. <td height="26" colspan="2" background="../static/web/img/tbg.gif">
  15. <table width="98%" cellpadding="0" cellspacing="0" class="table table-borderless">
  16. <tr>
  17. <td width="30%" style="padding-left:10px">更新订阅</td>
  18. <td width="70%" align="right"></td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td width="260" height="26">单个类目最大记录数:</td>
  25. <td><input name="maxrecord" type="text" id="maxrecord" value="50" style="width:60px"> 条</td>
  26. </tr>
  27. <tr>
  28. <td height="26" bgcolor="#F8FCF1" colspan="2" align="center">
  29. <button name="b112" type="button" class="btn btn-success btn-sm" onClick="document.form1.submit();">开始更新</button>
  30. </td>
  31. </tr>
  32. </form>
  33. <tr>
  34. <td height="26" colspan="2">
  35. <table width="100%" class="table table-borderless">
  36. <tr>
  37. <td width="70%">结果:</td>
  38. <td width="30%" align="right">
  39. <script language='javascript'>
  40. function ResizeDiv(obj, ty) {
  41. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  42. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  43. }
  44. </script>
  45. <a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
  46. <a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
  47. </td>
  48. </tr>
  49. </table>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td colspan="2" id="mtd">
  54. <div id="mdv" style="width:100%;height:300px">
  55. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  56. </div>
  57. </td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>