123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <title>{$sitemap['title']}</title>
- <meta http-equiv="Content-type" content="text/html; charset={CHARSET}" />
- <style type="text/css">
- body {
- background-color: #DDD;
- font: normal 80% "Trebuchet MS", "Helvetica", sans-serif;
- margin:0;
- text-align:center;
- }
- #cont{
- margin:auto;
- width:800px;
- text-align:left;
- }
- a:link,a:visited {
- color: #0180AF;
- text-decoration: underline;
- }
- a:hover {
- color: #666;
- }
- h1 {
- background-color:#fff;
- padding:20px;
- color:#00AEEF;
- text-align:left;
- font-size:32px;
- margin:0px;
- }
- h3 {
- font-size:12px;
- background-color:#B8DCE9;
- margin:0px;
- padding:10px;
- }
- h3 a {
- float:right;
- font-weight:normal;
- display:block;
- }
- th {
- text-align:center;
- background-color:#00AEEF;
- color:#fff;
- padding:4px;
- font-weight:normal;
- font-size:12px;
- }
- td {
- font-size:12px;
- padding:3px;
- text-align:left;
- }
- tr {background: #fff}
- tr:nth-child(odd) {background: #f0f0f0}
- #footer {
- background-color:#B8DCE9;
- padding:10px;
- }
- .pager,.pager a {
- background-color:#00AEEF;
- color:#fff;
- padding:3px;
- }
- .lhead {
- background-color:#fff;
- padding:3px;
- font-weight:bold;
- font-size:16px;
- }
- .lpart {
- background-color:#f0f0f0;
- padding:0px;
- }
- .lpage {
- font:normal 12px verdana;
- }
- .lcount {
- background-color:#00AEEF;
- color:#fff;
- padding:2px;
- margin:2px;
- font:bold 12px verdana;
- }
- a.aemphasis {
- color:#009;
- font-weight:bold;
- }
- </style>
- </head>
- <body>
- <div id="cont">
- <h1>{$sitemap['title']}</h1>
- <h3><a href="{$_G['siteurl']}">{lang milu_seotool:homepage}</a>
- Last updated: {$sitemap['update_dateline']}
- </h3>
- <table cellpadding="0" cellspacing="0" border="0" width="100%">
- <tr valign="top">
- <td class="lpart" colspan="101"><div class="lhead">/<span class="lcount">{$sitemap['url_count']} pages</span></div>
- <table cellpadding="0" cellspacing="0" border="0" width="100%">
- <tr>
- <td width="87%" class="lpage"><a href="http://www.56php.com/" title="sd">URL</a></td>
- <td width="120" class="lpage">Last Change</td></tr>
- {$sitemap['show_url']}
- </table>
- <div id="footer">Generated by <a href="http://www.56php.com/" target="_blank">http://www.56php.com/</a></div>
- </div>
- </body>
- </html>
|