sitemap_tpl.htm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title>{$sitemap['title']}</title>
  5. <meta http-equiv="Content-type" content="text/html; charset={CHARSET}" />
  6. <style type="text/css">
  7. body {
  8. background-color: #DDD;
  9. font: normal 80% "Trebuchet MS", "Helvetica", sans-serif;
  10. margin:0;
  11. text-align:center;
  12. }
  13. #cont{
  14. margin:auto;
  15. width:800px;
  16. text-align:left;
  17. }
  18. a:link,a:visited {
  19. color: #0180AF;
  20. text-decoration: underline;
  21. }
  22. a:hover {
  23. color: #666;
  24. }
  25. h1 {
  26. background-color:#fff;
  27. padding:20px;
  28. color:#00AEEF;
  29. text-align:left;
  30. font-size:32px;
  31. margin:0px;
  32. }
  33. h3 {
  34. font-size:12px;
  35. background-color:#B8DCE9;
  36. margin:0px;
  37. padding:10px;
  38. }
  39. h3 a {
  40. float:right;
  41. font-weight:normal;
  42. display:block;
  43. }
  44. th {
  45. text-align:center;
  46. background-color:#00AEEF;
  47. color:#fff;
  48. padding:4px;
  49. font-weight:normal;
  50. font-size:12px;
  51. }
  52. td {
  53. font-size:12px;
  54. padding:3px;
  55. text-align:left;
  56. }
  57. tr {background: #fff}
  58. tr:nth-child(odd) {background: #f0f0f0}
  59. #footer {
  60. background-color:#B8DCE9;
  61. padding:10px;
  62. }
  63. .pager,.pager a {
  64. background-color:#00AEEF;
  65. color:#fff;
  66. padding:3px;
  67. }
  68. .lhead {
  69. background-color:#fff;
  70. padding:3px;
  71. font-weight:bold;
  72. font-size:16px;
  73. }
  74. .lpart {
  75. background-color:#f0f0f0;
  76. padding:0px;
  77. }
  78. .lpage {
  79. font:normal 12px verdana;
  80. }
  81. .lcount {
  82. background-color:#00AEEF;
  83. color:#fff;
  84. padding:2px;
  85. margin:2px;
  86. font:bold 12px verdana;
  87. }
  88. a.aemphasis {
  89. color:#009;
  90. font-weight:bold;
  91. }
  92. </style>
  93. </head>
  94. <body>
  95. <div id="cont">
  96. <h1>{$sitemap['title']}</h1>
  97. <h3><a href="{$_G['siteurl']}">{lang milu_seotool:homepage}</a>
  98. Last updated: {$sitemap['update_dateline']}
  99. </h3>
  100. <table cellpadding="0" cellspacing="0" border="0" width="100%">
  101. <tr valign="top">
  102. <td class="lpart" colspan="101"><div class="lhead">/<span class="lcount">{$sitemap['url_count']} pages</span></div>
  103. <table cellpadding="0" cellspacing="0" border="0" width="100%">
  104. <tr>
  105. <td width="87%" class="lpage"><a href="http://www.56php.com/" title="sd">URL</a></td>
  106. <td width="120" class="lpage">Last Change</td></tr>
  107. {$sitemap['show_url']}
  108. </table>
  109. <div id="footer">Generated by <a href="http://www.56php.com/" target="_blank">http://www.56php.com/</a></div>
  110. </div>
  111. </body>
  112. </html>