keywordLetter_list.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" style="font-size: 50px;">
  3. <head>
  4. {{include "mobile/components/tag-meta.html" .}}
  5. <title>{{.tdk.Title}}</title>
  6. {{include "mobile/components/tag-header-common-assets.html" .}}
  7. </head>
  8. <body>
  9. <section class="page-container">
  10. <header class="page-header">
  11. {{include "mobile/components/tag-header.html" .}}
  12. </header>
  13. <main class="page-main">
  14. <div class="module-wrapper">
  15. <!-- 头部搜索-->
  16. {{include "mobile/components/tag-register-login-group.html" .}}
  17. {{include "mobile/components/tag-info-type-nav.html"}}
  18. {{include "mobile/components/tag-area-nav.html"}}
  19. <!-- 广告位-->
  20. {{include "mobile/components/tag-swiper-list.html"}}
  21. <!-- 数据列表-->
  22. <section class="tag-card bg-white bidding-info-list-container mt12">
  23. <header class="tag-card-hd">
  24. <h2 class="tag-card-title"> {{.letterKeywordNode.Name}}招标采购信息列表 </h2>
  25. <div class="tag-card-actions"></div>
  26. </header>
  27. {{include "mobile/components/tag-card-bidding-info-list.html" .}}
  28. </section>
  29. <section class="tag-breadcrumb-navigation ellipsis">
  30. <span>当前位置:</span>
  31. <a href="/">剑鱼标讯首页</a>
  32. &gt; <a href="/tags/letter/{{.letterKeywordNode.Letter}}_1.html">招标采购{{.letterKeywordNode.Letter}}类汇总</a>
  33. > <span class="current-tag">{{.letterKeywordNode.Name}}招标采购</span>
  34. </section>
  35. {{include "mobile/components/tag-footer.html" .}}
  36. </div>
  37. </main>
  38. </section>
  39. <div class="loading-wrapper" style="display: none;">
  40. <div class="loading-icon"></div>
  41. </div>
  42. {{include "mobile/components/tag-footer-common-assets.html"}}
  43. <script>
  44. var templateData = {
  45. homeLink: "/tags/home/home.html",
  46. areaTopTitle: "{{if .areaNode}}{{.areaNode.Name}}招标网{{end}}"
  47. }
  48. </script>
  49. <script src='{{Cdn2}}/common-module/public/js/china-map-data.js?v={{Msg "version"}}'></script>
  50. <script src='/jyseo/mobile/js/common.js'></script>
  51. <script src='/jyseo/mobile/js/tag-common.js'></script>
  52. <script src='/jyseo/mobile/js/index.js'></script>
  53. </body>
  54. </html>