sitemap.html 1.3 KB

12345678910111213141516171819202122232425262728293031
  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=utf-8" />
  5. <link rel="shortcut icon" href="{$mymps_global[SiteUrl]}/favicon.ico" />
  6. <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/global.css" />
  7. <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/aboutus.css" />
  8. <script src="{$mymps_global[SiteUrl]}/template/global/noerr.js" type="text/javascript"></script>
  9. <title>{$page_title}</title>
  10. </head>
  11. <body class="{$mymps_global[cfg_tpl_dir]} full">
  12. {mytemplate inc_head_about}
  13. <div class="clearfix"></div>
  14. <div class="sitemap">
  15. <div class="ul">
  16. <!--{loop $categories $mymps}-->
  17. <div class="h3"><a target="_blank" href='{$mymps[uri]}'>{$mymps_global[SiteCity]}{$mymps[catname]}</a></div>
  18. <div class="clearfix"></div>
  19. <ul>
  20. <!--{loop $mymps[children] $w}-->
  21. <li><a target="_blank" href='{$w[uri]}' title="{$mymps_global[SiteCity]}{$w[catname]}">{$mymps_global[SiteCity]}{echo cutstr($w[catname],15)}</a> </li>
  22. <!--{/loop}-->
  23. </ul>
  24. <!--{/loop}-->
  25. </div>
  26. </div>
  27. <div class="clear"></div>
  28. {mytemplate inc_foot_about}
  29. </body>
  30. </html>