demandDetail.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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 + '/dll/dll.css'}" rel="stylesheet">
  8. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  9. <link th:href="${portalHost + '/technologyTrading/demandDetail.css'}" rel="stylesheet">
  10. </head>
  11. <body>
  12. <div th:replace="common::nav('','')"></div>
  13. <div id="all_achievement">
  14. <div class="detail">
  15. <div class="detail_top">
  16. <div class="detail_toptitle" th:each="demand:${demand}">
  17. <a href="/portal/technologyTrading/demand">技术需求&nbsp;&nbsp;></a>
  18. <a href="/portal/technologyTrading/demandList">技术需求列表&nbsp;&nbsp;></a>
  19. <a href="#"class="a_detail" th:text="${#strings.abbreviate(demand.name,11)}"></a>
  20. </div>
  21. </div>
  22. <div class="detail_center">
  23. <div class="detail_centerimg" th:each="demand:${demand}">
  24. <div class="big_text">
  25. <h3 th:text="${#strings.abbreviate(demand.name,11)}" type="3" class="orderType cname"></h3>
  26. </div>
  27. <div class="big_img">
  28. <div class="serviceDetailsImg" th:if="${demand.firstPic} == null " >
  29. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  30. </div>
  31. <div class ="serviceDetailsImg" th:if="${demand.firstPic} != null " >
  32. <img th:src= "${avatarUploadHost+demand.firstPic}"alt="" />
  33. </div>
  34. <div class="collection">
  35. <p><span th:class="${interested}==null?'heart':'heart active'"></span><span>收藏</span></p>
  36. </div>
  37. </div>
  38. <div class="basic">
  39. <div>
  40. <h5>名称:</h5>
  41. <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
  42. </div>
  43. <div class="inline_span">
  44. <span>行业:</span> <span th:text="${demand.industryCategory1}?${demand.industryCategory1}:暂无行业分类"></span>
  45. </div>
  46. <div class="inline_span" >
  47. <span th:text="${demand.demandType}==3?'需求资金:':'需求预算:'">需求预算:</span> <span class="price" th:text="${demand.budgetCost}?${demand.budgetCost}+万元:价格面议"></span>
  48. </div>
  49. <div class="inline_span">
  50. <span>所属公司:</span> <span class="companyName" th:text="${demand.employerName}==null?'佚名':${demand.employerName}"></span>
  51. </div>
  52. <div class="inline_span">
  53. <span>有效日期:</span> <span th:text="${demand.validityPeriod}?${#dates.format(demand.validityPeriod,'yyyy-MM-dd')}:永久"></span>
  54. </div>
  55. <div class="detail_btn">
  56. <a onclick="openZoosUrl('chatwin');">
  57. <span class="glyphicon glyphicon-user"></span>
  58. <span >在线咨询</span>
  59. </a></a>
  60. <input type="hidden" th:val="${demand.id}" id="Id_" />
  61. <input type="hidden" id="number" value='1'>
  62. <input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
  63. <input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
  64. <a class="shopCar"><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span>加入购物车</a>
  65. </div>
  66. </div>
  67. <div class="fine">
  68. <div class="fine_title">热门需求</div>
  69. <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
  70. <div th:if="${reboutiquedemand.firstPic} == null " >
  71. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  72. </div>
  73. <div th:if="${reboutiquedemand.firstPic} != null" >
  74. <img th:src="${avatarUploadHost+reboutiquedemand.firstPic}" alt=""/>
  75. </div>
  76. <p th:text="${reboutiquedemand.name}"></p>
  77. <p th:text="${reboutiquedemand.id}" class="demandId"></p>
  78. <p th:text="${reboutiquedemand.dataCategory}" class="demandTyp"></p>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div class="publicComment">
  84. <ol class="tabEvaluate">
  85. <li class="active">技术简介</li>
  86. <li>用户评价(<span class="numberBars">0</span>)
  87. </ol>
  88. <div class="tabList ">
  89. <div class="serviceDetailsList">
  90. <div class="introduction">
  91. <div class="detail_centertext">
  92. <div class="text_right" th:each="demand:${demand}">
  93. <p th:utext="${demand.problemDes}?${demand.problemDes}:Sorry还没有相关描述"></p>
  94. </div>
  95. </div>
  96. <div class="detail_bottom">
  97. <div class="line">猜你喜欢</div>
  98. <div class="main_introduce">
  99. <ul>
  100. <li th:each="redemandlist:${redemandlist}">
  101. <div th:if="${redemandlist.firstPic} == null " >
  102. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  103. </div>
  104. <div th:if="${redemandlist.firstPic} != null" >
  105. <img th:src="${avatarUploadHost+redemandlist.firstPic}" alt=""/>
  106. </div>
  107. <div class="list_text">
  108. <p>
  109. 行业:<span th:text="${redemandlist.industryCategory1}?${redemandlist.industryCategory1}:暂无行业分类"></span>
  110. </p>
  111. <p >
  112. 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
  113. </p>
  114. <p>
  115. 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
  116. </p>
  117. <p class="money">
  118. 预算:<span th:text="${redemandlist.budgetCost}?${redemandlist.budgetCost}:价格面议"></span>
  119. </p>
  120. <p th:text="${redemandlist.id}" class="demandId"></p>
  121. <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
  122. <a href="#">了解详情</a>
  123. </div>
  124. <!-- <div class="star">
  125. <p>精品:</p>
  126. <ol>
  127. <li></li>
  128. <li></li>
  129. <li></li>
  130. <li></li>
  131. <li></li>
  132. </ol>
  133. </div> -->
  134. </li>
  135. </ul>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div class="evaluateList">
  141. <div class="commentDetails">评价 :<span>好评-100%</span><span>中评-100%</span><span>差评-100%</span></div>
  142. <div>
  143. <div class="commentStar">
  144. <span>选择星级 : </span>
  145. <div class="ulStar">
  146. <span class="glyphicon glyphicon-star-empty"></span>
  147. <span class="glyphicon glyphicon-star-empty"></span>
  148. <span class="glyphicon glyphicon-star-empty"></span>
  149. <span class="glyphicon glyphicon-star-empty"></span>
  150. <span class="glyphicon glyphicon-star-empty"></span>
  151. </div>
  152. </div>
  153. <textarea id="commentArea" placeholder="来说几句吧。。"></textarea>
  154. <div class="CommentSend">
  155. <button class="btn btn-primary">评论</button>
  156. </div>
  157. </div>
  158. <ul>
  159. <li>
  160. <div class="stasf">
  161. <p>用户 :<span class="uName">132465498</span></p>
  162. <div class="satisfied">
  163. <span>满意度:</span>
  164. <ol>
  165. <li><span class="glyphicon glyphicon-star"></span></li>
  166. <li><span class="glyphicon glyphicon-star"></span></li>
  167. <li><span class="glyphicon glyphicon-star"></span></li>
  168. <li><span class="glyphicon glyphicon-star"></span></li>
  169. <li><span class="glyphicon glyphicon-star-empty"></span></li>
  170. </ol>
  171. </div>
  172. </div>
  173. <div class="satisfiedContent">
  174. <p>dsadsadsadasdasd</p>
  175. <time>124/121/12</time>
  176. </div>
  177. </li>
  178. </ul>
  179. <div class="pagination_box">
  180. <nav aria-label="Page navigation" class="clearfix">
  181. <ul class="pagination">
  182. <li class="pagePre">
  183. <a href="#" aria-label="Previous">
  184. <span aria-hidden="true">首页</span>
  185. </a>
  186. </li>
  187. <li class="pageNumber"><a href="#" value="1">1</a></li>
  188. <li class="pageNext">
  189. <a href="#" aria-label="Next">
  190. <span aria-hidden="true">末页</span>
  191. </a>
  192. </li>
  193. </ul>
  194. <span class="totalCount">共0条数据1</span>
  195. </nav>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <footer>
  203. <div th:replace="common::copyright"></div>
  204. <div th:replace="common::login"></div>
  205. </footer>
  206. <div th:replace="common::footer(~{::script})">
  207. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  208. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  209. <script type="text/javascript" th:src="${portalHost + '/technologyTrading/demandDetail.js'}"></script>
  210. <script> document.querySelectorAll(".nav>ul>li")[4].className="active"
  211. document.querySelectorAll(".tabEvaluate>li")[1].style.display = "none"
  212. </script>
  213. </div>
  214. </body>
  215. </html>