demandDetail.html 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. <title >科技需求详情--我的技术和科技服务交易平台</title>
  7. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  8. <link th:href="${portalHost + '/technologyTrading/demandDetail.css'}" rel="stylesheet">
  9. </head>
  10. <body>
  11. <div th:replace="common::nav('','')"></div>
  12. <div id="all_achievement">
  13. <div class="detail">
  14. <div class="detail_top">
  15. <div class="detail_toptitle" th:each="demand:${demand}">
  16. <a href="/portal/technologyTrading/index.html">技术交易&nbsp;&nbsp;></a>
  17. <a href="/portal/technologyTrading/demand.html">技术需求&nbsp;&nbsp;></a>
  18. <a href="#"class="a_detail" th:text="${#strings.abbreviate(demand.name,11)}"></a>
  19. </div>
  20. </div>
  21. <div class="detail_center">
  22. <div class="detail_centerimg" th:each="demand:${demand}">
  23. <div class="big_text">
  24. <h3 th:text="${#strings.abbreviate(demand.name,11)}"></h3>
  25. </div>
  26. <div class="big_img">
  27. <div th:if="${demand.pictureUrl} == null " >
  28. <img th:src="${avatarUploadHost+ '/default/bigimg_null.png'}" alt=""/>
  29. </div>
  30. <div th:if="${demand.pictureUrl} != null " >
  31. <img th:src= "${avatarUploadHost+demand.pictureUrl}"alt="" />
  32. </div>
  33. </div>
  34. <div class="basic">
  35. <div>
  36. <h5>名称:</h5>
  37. <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
  38. </div>
  39. <div class="inline_span">
  40. <span>行业:</span> <span th:text="${demand.industryCategory1}?${demand.industryCategory1}:暂无行业分类"></span>
  41. </div>
  42. <div class="inline_span" >
  43. <span>需求预算:</span> <span th:text="${demand.budgetCost}?${demand.budgetCost}:价格面议"></span>
  44. </div>
  45. <div class="inline_span">
  46. <span>有效日期:</span> <span th:text="${demand.validityPeriod}?${#dates.format(demand.validityPeriod,'YYYY-MM-DD')}:永久"></span>
  47. </div>
  48. <div class="loves">
  49. <span class="box_love"></span><span class="dem_number" th:text="${demand.countInterest}"></span><span>我感兴趣</span>
  50. <input type="hidden" th:val="${demand.id}" id="demand_id">
  51. <input type="hidden" th:isInterester="${isInterester}" id="isInterester">
  52. </div>
  53. <div class="detail_btn">
  54. <a href="javascript:;" onclick="_MEIQIA('showPanel')">我要咨询</a><a href="javascript:;" id="purchase">立即购买</a>
  55. <input type="hidden" th:val="${demand.id}" id="Id_" />
  56. <input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
  57. <input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
  58. </div>
  59. </div>
  60. <div class="fine">
  61. <div class="fine_title">精品需求</div>
  62. <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
  63. <div th:if="${reboutiquedemand.pictureUrl} == null " >
  64. <img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
  65. </div>
  66. <div th:if="${reboutiquedemand.pictureUrl} != null" >
  67. <img th:src="${avatarUploadHost+reboutiquedemand.pictureUrl}" alt=""/>
  68. </div>
  69. <p th:text="${reboutiquedemand.name}"></p>
  70. <p th:text="${reboutiquedemand.id}" class="demandId"></p>
  71. <p th:text="${reboutiquedemand.dataCategory}" class="demandTyp"></p>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="detail_centertext">
  76. <div class="text_right" th:each="demand:${demand}">
  77. <div>问题描述</div>
  78. <p th:utext="${demand.problemDes}?${demand.problemDes}:Sorry还没有相关描述"></p>
  79. </div>
  80. </div>
  81. </div>
  82. <div class="detail_bottom">
  83. <div class="line">猜你喜欢</div>
  84. <div class="main_introduce">
  85. <ul>
  86. <li th:each="redemandlist:${redemandlist}">
  87. <div th:if="${redemandlist.pictureUrl} == null " >
  88. <img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
  89. </div>
  90. <div th:if="${redemandlist.pictureUrl} != null" >
  91. <img th:src="${avatarUploadHost+redemandlist.pictureUrl}" alt=""/>
  92. </div>
  93. <div class="list_text">
  94. <p>
  95. 行业:<span th:text="${redemandlist.industryCategory1}?${redemandlist.industryCategory1}:暂无行业分类"></span>
  96. </p>
  97. <p >
  98. 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
  99. </p>
  100. <p>
  101. 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
  102. </p>
  103. <p class="money">
  104. 预算:<span th:text="${redemandlist.budgetCost}?${redemandlist.budgetCost}:价格面议"></span>
  105. </p>
  106. <p th:text="${redemandlist.id}" class="demandId"></p>
  107. <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
  108. <a href="#">了解详情</a>
  109. </div>
  110. <!-- <div class="star">
  111. <p>精品:</p>
  112. <ol>
  113. <li></li>
  114. <li></li>
  115. <li></li>
  116. <li></li>
  117. <li></li>
  118. </ol>
  119. </div> -->
  120. </li>
  121. </ul>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <footer>
  127. <div th:replace="common::copyright"></div>
  128. <div th:replace="common::login"></div>
  129. </footer>
  130. <div th:replace="common::footer(~{::script})">
  131. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  132. <script type="text/javascript"
  133. th:src="${portalHost + '/technologyTrading/demandDetail.js'}"></script>
  134. </div>
  135. </body>
  136. </html>