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

62 lines
2.5KB

  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 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_map.php" method="get" target='stafrm'>
  11. <tr>
  12. <td height="28" colspan="2" background='images/tbg.gif'>
  13. <table width="98%" border="0" cellpadding="0" cellspacing="0">
  14. <tr>
  15. <td width="30%" height="18" style="padding-left:10px;"><strong>更新网站地图:</strong></td>
  16. <td width="70%" align="right"></td>
  17. </tr>
  18. </table></td>
  19. </tr>
  20. <tr height="20" bgcolor="#FFFFFF">
  21. <td width="25%">地图类型:</td>
  22. <td>
  23. <input name="dopost" type="radio" id="mdopost" class="np" value="site" checked>
  24. 普通地图
  25. &nbsp;
  26. <input name="dopost" type="radio" id="mdopost" class="np" value="rss">
  27. RSS地图
  28. </td>
  29. </tr>
  30. <tr>
  31. <td height="20" colspan="2" bgcolor="#ffffff" align="center">
  32. <input name="b112" type="button" class="coolbg np" value="开始更新" onClick="document.form1.submit();" style="width:100px">
  33. </td>
  34. </tr>
  35. </form>
  36. <tr bgcolor="#F9FCEF">
  37. <td height="20" colspan="2"> <table width="100%">
  38. <tr>
  39. <td width="74%">进行状态: </td>
  40. <td width="26%" align="right"> <script language='javascript'>
  41. function ResizeDiv(obj,ty)
  42. {
  43. if(ty=="+") document.all[obj].style.pixelHeight += 50;
  44. else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  45. }
  46. </script>
  47. [<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  48. </td>
  49. </tr>
  50. </table></td>
  51. </tr>
  52. <tr bgcolor="#FFFFFF">
  53. <td colspan="2" id="mtd">
  54. <div id='mdv' style='width:100%;height:350px;'>
  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>