中泽后端接口
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.

sitemap.ftl 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!doctype html>
  2. <html lang="cn">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  6. <#include "./headerUp.ftl" parse=true encoding="utf-8">
  7. <title>${htmlTitle!"sitemap"}</title>
  8. <meta name="keywords" content=${keywords!""}>
  9. <meta name="description" content=${description!""}>
  10. <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"/>
  11. <link rel="stylesheet" href="./static/css/animate.min.css">
  12. <link href="./common/index.css" rel="stylesheet">
  13. <link href="./sitemap/index.css" rel="stylesheet">
  14. </head>
  15. <body>
  16. <#include "./header.ftl" parse=true encoding="utf-8">
  17. <div class="main"><h2 class="title_2">SITE MAP</h2>
  18. <div class="content">
  19. <div>
  20. <a class="mapTitle" href="./index.html">HOME</a>
  21. </div>
  22. <div>
  23. <a class="mapTitle" href="./aboutUs-1.html">ABOUT US</a>
  24. <a class="mapText" href="./aboutUs-1.html">OVERVIEW</a>
  25. <a class="mapText" href="./aboutUs-2.html">WHO WE ARE</a>
  26. <a class="mapText" href="./aboutUs-3.html">SUPPLY CHAIN</a>
  27. <a class="mapText" href="./aboutUs-4.html">SUSTAINABILITY</a>
  28. <a class="mapText" href="./aboutUs-5.html">INNOVATION</a>
  29. </div>
  30. <div>
  31. <a class="mapTitle" href="./products.html">PRODUCTS</a>
  32. <#list header as productMap>
  33. <a class="mapText" href="./products.html?defaultTitle=${productMap.catege.uuid}">${productMap.catege.title}</a>
  34. </#list>
  35. </div>
  36. <div><a class="mapTitle" href="./news.html">NEWS</a></div>
  37. <div><a class="mapTitle" href="./dealer.html">DEALER</a></div>
  38. <div><a class="mapTitle" href="./topic.html">ELECTROMOBILITY</a></div>
  39. <div><a class="mapTitle" href="./service.html">SERVICE&PARTS</a></div>
  40. <div><a class="mapTitle" href="./concatUs.html">CONTACT US</a></div>
  41. </div>
  42. </div>
  43. <#include "./footer.ftl" parse=true encoding="utf-8">
  44. <script defer="defer" src="./runtime/index.js"></script>
  45. <script defer="defer" src="./vendor/index.js"></script>
  46. <script defer="defer" src="./common/index.js"></script>
  47. <script defer="defer" src="./sitemap/index.js"></script>
  48. </body>
  49. </html>