|
|
@@ -5,107 +5,138 @@
|
|
|
<head th:replace="common::header(~{::title},~{::link})">
|
|
|
<title>用户详情页</title>
|
|
|
<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
-<link th:href="${portalHost + '/thinkTank/thinkerDetail.css'}" rel="stylesheet">
|
|
|
+<link th:href="${portalHost + '/thinkTank/thinkerDetail.css'}"
|
|
|
+ rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<header>
|
|
|
<div th:replace="common::nav('user','subscriberDetail')"></div>
|
|
|
</header>
|
|
|
<div class="banner">
|
|
|
- <img th:src="${portalHost + '/img/thinkerDetail_banner01.jpg'}" alt=""/>
|
|
|
+ <img th:src="${portalHost + '/img/thinkerDetail_banner01.jpg'}" alt="" />
|
|
|
</div>
|
|
|
<div id="all_thinkerDetail">
|
|
|
- <div class="thinkerdetail_top" th:each="rePartnerDetail:${rePartnerDetail}">
|
|
|
- <div>
|
|
|
+ <div class="thinkerdetail_top"
|
|
|
+ th:each="rePartnerDetail:${rePartnerDetail}">
|
|
|
+ <div>
|
|
|
<div class="detailtop_text">
|
|
|
<div>
|
|
|
- <h4 th:text="${rePartnerDetail.workUnit}?${rePartnerDetail.workUnit}:${rePartnerDetail.username}"></h4><h4 th:text="${rePartnerDetail.position}?${rePartnerDetail.position}:''"></h4>
|
|
|
+ <h4
|
|
|
+ th:text="${rePartnerDetail.workUnit}?${rePartnerDetail.workUnit}:${rePartnerDetail.username}"></h4>
|
|
|
+ <h4
|
|
|
+ th:text="${rePartnerDetail.position}?${rePartnerDetail.position}:''"></h4>
|
|
|
<p th:text="${rePartnerDetail.achievement}"></p>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<div class="detailtop_img">
|
|
|
<div class="head_img">
|
|
|
- <img th:src= "${avatarUploadHost+rePartnerDetail.personPortraitUrl}"alt="" />
|
|
|
+ <img
|
|
|
+ th:src="${avatarUploadHost+rePartnerDetail.personPortraitUrl}"
|
|
|
+ alt="" />
|
|
|
</div>
|
|
|
<div class="people_name" th:text="${rePartnerDetail.username}"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="thinkerdetail_center">
|
|
|
- <div class="detailcenter_left">
|
|
|
- <div th:each="partnerAchievementList:${partnerAchievementList}">
|
|
|
- <div class="fruit_title">
|
|
|
- <p th:text="${partnerAchievementList.maturityS}"></p>
|
|
|
- <h4 th:text="${partnerAchievementList.name}"></h4>
|
|
|
- </div>
|
|
|
- <div class="fruit_text">
|
|
|
- <p th:text="${partnerAchievementList.introduction}">
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <div class="fruit_bottom">
|
|
|
- <span class="text_spanimg">
|
|
|
- <img th:src="${portalHost + '/img/thinker_detail1.jpg'}" alt="" />
|
|
|
- </span>
|
|
|
- <!-- <span>约1小时|</span> <span>0人约过</span> -->
|
|
|
+ <div th:if="${showflg} == 1 ">
|
|
|
+ <div class="detailcenter_left">
|
|
|
+ <div th:each="partnerAchievementList:${partnerAchievementList}">
|
|
|
+ <div class="fruit_title">
|
|
|
+ <p th:text="${partnerAchievementList.maturityS}"></p>
|
|
|
+ <h4 th:text="${partnerAchievementList.name}"></h4>
|
|
|
+ </div>
|
|
|
+ <div class="fruit_text">
|
|
|
+ <p th:text="${partnerAchievementList.introduction}"></p>
|
|
|
+ </div>
|
|
|
+ <div class="fruit_bottom">
|
|
|
+ <span class="text_spanimg"> <img
|
|
|
+ th:src="${portalHost + '/img/thinker_detail1.jpg'}" alt="" />
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div th:if="${showflg} == 0 ">
|
|
|
+ <div class="detailcenter_">
|
|
|
+ <img th:src="${portalHost+ '/img/all_null.png'}" alt="" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="detailcenter_right">
|
|
|
- <div class="right_img">
|
|
|
- <p th:if="${rePartnerDetail.personPortraitUrl != null and rePartnerDetail.personPortraitUrl !=''}">
|
|
|
- <img th:src="${avatarUploadHost + rePartnerDetail.personPortraitUrl}" alt="" />
|
|
|
- </p>
|
|
|
- <p th:if="${rePartnerDetail.personPortraitUrl == null or rePartnerDetail.personPortraitUrl ==''}">
|
|
|
- <img th:src="${avatarUploadHost + '/default/subscriberDetail.jpg'}" alt="" />
|
|
|
- </p>
|
|
|
+ <div class="right_img">
|
|
|
+ <p
|
|
|
+ th:if="${rePartnerDetail.personPortraitUrl != null and rePartnerDetail.personPortraitUrl !=''}">
|
|
|
+ <img
|
|
|
+ th:src="${avatarUploadHost + rePartnerDetail.personPortraitUrl}"
|
|
|
+ alt="" />
|
|
|
+ </p>
|
|
|
+ <p
|
|
|
+ th:if="${rePartnerDetail.personPortraitUrl == null or rePartnerDetail.personPortraitUrl ==''}">
|
|
|
+ <img
|
|
|
+ th:src="${avatarUploadHost + '/default/subscriberDetail.jpg'}"
|
|
|
+ alt="" />
|
|
|
+ </p>
|
|
|
<div>
|
|
|
线下约见 <span>32次</span>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="right_text" th:each="rePartnerDetail:${rePartnerDetail}">
|
|
|
<h3>关于智者</h3>
|
|
|
<div>
|
|
|
<h5>专业领域:</h5>
|
|
|
- <p th:text="${rePartnerDetail.abilityLabel}?${rePartnerDetail.abilityLabel}:未知"></p>
|
|
|
+ <p
|
|
|
+ th:text="${rePartnerDetail.abilityLabel}?${rePartnerDetail.abilityLabel}:未知"></p>
|
|
|
</div>
|
|
|
<div>
|
|
|
<h5>所在地:</h5>
|
|
|
- <p th:text="${rePartnerDetail.provinceS}?${rePartnerDetail.provinceS}:未公开"></p>
|
|
|
+ <p
|
|
|
+ th:text="${rePartnerDetail.provinceS}?${rePartnerDetail.provinceS}:未公开"></p>
|
|
|
</div>
|
|
|
<div class="summary">
|
|
|
<h5>智者简介:</h5>
|
|
|
- <p th:text="${rePartnerDetail.personalProfile}?${rePartnerDetail.personalProfile}:无"></p>
|
|
|
+ <p
|
|
|
+ th:text="${rePartnerDetail.personalProfile}?${rePartnerDetail.personalProfile}:无"></p>
|
|
|
</div>
|
|
|
<div class="right_btn">
|
|
|
<div class="btn_right">在线咨询</div>
|
|
|
<div id="consultBtn">线下约见</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <h3>相关智者</h3>
|
|
|
- <div class="right_bottom" th:each="reuserPartner:${reuserPartner}">
|
|
|
+ <h3>相关智者</h3>
|
|
|
+ <div class="right_bottom" th:each="reuserPartner:${reuserPartner}">
|
|
|
<div>
|
|
|
- <div class="people_img"> <img th:src= "${avatarUploadHost+reuserPartner.personPortraitUrl}"alt="" /> </div>
|
|
|
+ <div class="people_img">
|
|
|
+ <img th:src="${avatarUploadHost+reuserPartner.personPortraitUrl}"
|
|
|
+ alt="" />
|
|
|
+ </div>
|
|
|
<div class="people_text">
|
|
|
- <h5 th:text="${reuserPartner.username}?${reuserPartner.username}:佚名"></h5>
|
|
|
- <span th:text="${reuserPartner.position}?${reuserPartner.position}:未公开"></span>
|
|
|
- <p th:text="${reuserPartner.personalProfile}?${reuserPartner.personalProfile}:暂无简介"></p>
|
|
|
+ <h5
|
|
|
+ th:text="${reuserPartner.username}?${reuserPartner.username}:佚名"></h5>
|
|
|
+ <span
|
|
|
+ th:text="${reuserPartner.position}?${reuserPartner.position}:未公开"></span>
|
|
|
+ <p
|
|
|
+ th:text="${reuserPartner.personalProfile}?${reuserPartner.personalProfile}:暂无简介"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
|
|
|
+ <div class="modal fade" id="myModal" tabindex="-1" role="dialog"
|
|
|
+ aria-labelledby="myModalLabel">
|
|
|
<div class="modal-dialog" role="document">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
+ <button type="button" class="close" data-dismiss="modal"
|
|
|
+ aria-label="Close">
|
|
|
+ <span aria-hidden="true">×</span>
|
|
|
+ </button>
|
|
|
<h4 class="modal-title" id="myModalLabel">咨询订单提交</h4>
|
|
|
</div>
|
|
|
- <div class="modal-body" id="modal-content">
|
|
|
- </div>
|
|
|
+ <div class="modal-body" id="modal-content"></div>
|
|
|
<div class="modal-footer">
|
|
|
- <input type="hidden" th:value="${uid}" id="userId"/>
|
|
|
+ <input type="hidden" th:value="${uid}" id="userId" />
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
|
|
|
<button type="button" class="btn btn-primary" id="submitOrder">提交订单</button>
|
|
|
</div>
|
|
|
@@ -121,7 +152,8 @@
|
|
|
</div>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/thinkTank/thinkerDetail.js'}"></script>
|
|
|
+ <script type="text/javascript"
|
|
|
+ th:src="${portalHost + '/thinkTank/thinkerDetail.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|