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

68 lines
2.9KB

  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/css/bootstrap.min.css">
  7. <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  8. <link href="css/base.css" rel="stylesheet" type="text/css">
  9. </head>
  10. <body background="images/allbg.gif" leftmargin='8' topmargin='8'>
  11. <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
  12. <form name="form1" action="makehtml_map.php" method="get" target='stafrm'>
  13. <tr>
  14. <td height="26" colspan="2" background='images/tbg.gif'>
  15. <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
  16. <tr>
  17. <td width="30%" height="18" style="padding-left:10px;"><strong>更新网站地图:</strong></td>
  18. <td width="70%" align="right"></td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. <tr height="26" bgcolor="#FFFFFF">
  24. <td width="25%">地图类型:</td>
  25. <td>
  26. <label><input name="dopost" type="radio" id="mdopost" class="np" value="site" checked>
  27. 普通地图</label>
  28. &nbsp;
  29. <label><input name="dopost" type="radio" id="mdopost" class="np" value="rss">
  30. RSS地图</label>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td height="26" colspan="2" bgcolor="#ffffff" align="center">
  35. <button name="b112" type="button" class="btn btn-success" onClick="document.form1.submit();"
  36. >开始更新</button>
  37. </td>
  38. </tr>
  39. </form>
  40. <tr bgcolor="#F9FCEF">
  41. <td height="26" colspan="2">
  42. <table width="100%" class="table table-borderless">
  43. <tr>
  44. <td width="74%">进行状态:</td>
  45. <td width="26%" align="right">
  46. <script language='javascript'>
  47. function ResizeDiv(obj, ty) {
  48. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  49. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  50. }
  51. </script>
  52. [<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
  53. </td>
  54. </tr>
  55. </table>
  56. </td>
  57. </tr>
  58. <tr bgcolor="#FFFFFF">
  59. <td colspan="2" id="mtd">
  60. <div id='mdv' style='width:100%;height:350px;'>
  61. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  62. </div>
  63. </td>
  64. </tr>
  65. </table>
  66. </body>
  67. </html>