facilitator.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. <title>服务商主页</title>
  10. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  11. <link th:href="${portalHost+'/facilitator.css'}" rel="stylesheet">
  12. </head>
  13. <body>
  14. <div th:replace="common::nav('','index')"></div>
  15. <!--主体部分-->
  16. <div id="facili" class="container">
  17. <div class="facImg">
  18. <div>
  19. <div><img th:src="${org.companyLogoUrl}==null or ${org.companyLogoUrl}==''?${portalHost+'/img/fac/fea1.png'}:${avatarUploadHost+org.companyLogoUrl}" alt=""></div>
  20. </div>
  21. <div>
  22. <h3 th:text="${org.identifyName}">湖南阿凡提有限公司</h3>
  23. </div>
  24. </div>
  25. <div class="facTab">
  26. <span class="facActive">首页</span>
  27. <span>所有项目</span>
  28. </div>
  29. <div class="facFirst">
  30. <div class="jianjie">
  31. <h4>公司简介</h4>
  32. <p th:text="(${org.introduction}==null or ${org.introduction}=='')?'暂无':${org.introduction}"></p>
  33. </div>
  34. <div class="jianjie">
  35. <h4>业务范围</h4>
  36. <p th:text="(${org.businessScope}==null or${org.businessScope}=='')?'暂无':${org.businessScope}"></p>
  37. </div>
  38. <div class="RecommendTitle">
  39. <h2>荣誉资质</h2>
  40. <span></span>
  41. </div>
  42. <div class="rongyuCont" >
  43. <div th:each="pic:${honors}">
  44. <img th:src="(${pic}==null or ${pic}=='')?${portalHost+'/img/fac/fea2.png'}:${avatarUploadHost+pic}" alt="" >
  45. </div>
  46. </div>
  47. <div class="RecommendTitle">
  48. <h2>联系我们</h2>
  49. <span></span>
  50. </div>
  51. <ol class="contantUs">
  52. <li>
  53. <span class="glyphicon glyphicon-earphone"></span>
  54. <div>
  55. <p>联系方式<span class="pho" th:text="(${org.fixedTel}==null or ${org.fixedTel}=='')?'暂无':${org.fixedTel}"></span></p>
  56. <p>QQ号码<span class="pho" th:text="(${org.qq}==null or ${org.qq}=='')?'暂无':${org.qq}"></span></p>
  57. </div>
  58. </li>
  59. <li>
  60. <span class="glyphicon glyphicon-envelope"></span>
  61. <div>
  62. <p>公司邮箱</span></p>
  63. <p><span th:text="(${org.email}==null or ${org.email}=='')?'暂无':${org.email}">3846252890@qq.com</span> </p>
  64. </div>
  65. </li>
  66. <li>
  67. <span class="glyphicon glyphicon-map-marker"></span>
  68. <div>
  69. <p>公司地址</span></p>
  70. <p><span th:text="(${org.postalAddress}==null or ${org.postalAddress}=='')?'暂无':${org.postalAddress}">湖南省长沙市营盘东路</span> </p>
  71. </div>
  72. </li>
  73. </ol>
  74. </div>
  75. <div id="facAll">
  76. <div class="facAll">
  77. </div>
  78. <div class="pagination_box">
  79. <nav aria-label="Page navigation" class="clearfix">
  80. <ul class="pagination">
  81. <li class="pagePre">
  82. <a href="#" aria-label="Previous">
  83. <span aria-hidden="true">&laquo;</span>
  84. </a>
  85. </li>
  86. <li class="pageNumber"><a href="#" value="1">1</a></li>
  87. <li class="pageNext">
  88. <a href="#" aria-label="Next">
  89. <span aria-hidden="true">&raquo;</span>
  90. </a>
  91. </li>
  92. </ul>
  93. <div class="inp">
  94. <input type="text" class=""><button class="btn btn-default">跳转</button>
  95. </div>
  96. <span class="totalCount">共0条数据</span>
  97. </nav>
  98. </div>
  99. </div>
  100. </div>
  101. <footer>
  102. <div th:replace="common::copyright"></div>
  103. <div th:replace="common::login"></div>
  104. </footer>
  105. <div th:replace="common::footer(~{::script})">
  106. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  107. <script type="text/javascript" th:src="${portalHost+'/facilitator.js'}"></script>
  108. </div>
  109. </body>
  110. <!-- <script language="javascript" src="https://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script> -->
  111. </html>