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

42 lines
1.7KB

  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={dede:global name='cfg_soft_lang'/}" />
  5. <title>{dede:global name='cfg_webname'/}_网站地图</title>
  6. <link href="{dede:global name='cfg_templets_skin'/}/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  7. </head>
  8. <body class="mapspage">
  9. <div class="header">
  10. <div class="top w960 center">
  11. <div class="title">
  12. <h1><a href="{dede:global name='cfg_basehost'/}" title="{dede:global name='cfg_webname'/}"><img src="{dede:global name='cfg_templets_skin'/}/images/logo.gif" alt=""/></a> </h1>
  13. </div><!-- /title -->
  14. </div><!-- /top -->
  15. </div><!-- /header -->
  16. <div class="w960 clear center mt1">
  17. <div class="sp-title">
  18. <h2>网站地图</h2>
  19. <span class="more"> <a href='{dede:global name='cfg_basehost'/}'>返回首页</a></span>
  20. </div>
  21. {dede:global name='maplist'/}
  22. </div>
  23. <!-- //底部模板 -->
  24. <div class="footer w960 center mt1 clear">
  25. <div class="footer_left"></div>
  26. <div class="footer_body">
  27. <p class="powered">
  28. Powered by <a href="https://www.dedebiz.com" title="DedeCMSV6内容管理系统-国内流行的内容管理系统(CMS)多端全媒体解决方案。" target="_blank"><strong>DedeCMS{dede:global name='cfg_version'/}</strong></a> &copy; 2020 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br /><div class="copyright">{dede:global name='cfg_powerby'/}&nbsp;&nbsp;{dede:global name='cfg_beian'/}</div></p>
  29. </div>
  30. <div class="footer_right"></div>
  31. </div>
  32. </body>
  33. </html>