|
|
@@ -58,16 +58,16 @@
|
|
|
<ul>
|
|
|
<li th:each="star,iterStart:${starList}">
|
|
|
<div class="star_content_img">
|
|
|
- <img th:if="${star.personPortraitUrl != null}" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
+ <img th:if="${star.personPortraitUrl} != null" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
<a href="#">
|
|
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
关注
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="star_content_info">
|
|
|
- <h4 th:text="${star.username}">陈政清</h4>
|
|
|
- <h5 th:text="${star.workUnit}">湖南大学 土木工程学院</h5>
|
|
|
- <h5 th:text="${star.professionalTitle}">“985”工程首席科学家</h5>
|
|
|
+ <h4 th:text="${star.username}" th:title="${star.username}">陈政清</h4>
|
|
|
+ <h5 th:text="${star.workUnit}" th:title="${star.workUnit}">湖南大学 土木工程学院</h5>
|
|
|
+ <h5 th:text="${star.professionalTitle}" th:title="${star.professionalTitle}">“985”工程首席科学家</h5>
|
|
|
<p class="mt20"><label>技术:</label> <span class="red" th:text="${star.achievementNum}">4</span>项</p>
|
|
|
<p><label>粉丝:</label> <span class="red" th:text="${star.fansNum}">456</span>人</p>
|
|
|
</div>
|
|
|
@@ -107,8 +107,8 @@
|
|
|
<img th:if="${lecture.lectureUrl} != null" th:src="${avatarUploadHost + lecture.lectureUrl}">
|
|
|
</div>
|
|
|
<div class="lecture_content_info">
|
|
|
- <h5 th:text="${lecture.name}">科技成果转化项目开展讲座</h5>
|
|
|
- <p class="mt20" th:text="${lecture.lectureTimeFormattedDate}">2017-06-30</p>
|
|
|
+ <h5 th:text="${lecture.name}" th:title="${lecture.name}">科技成果转化项目开展讲座</h5>
|
|
|
+ <p class="mt20" th:text="${lecture.lectureTimeFormattedDate}" th:title="${lecture.lectureTimeFormattedDate}">2017-06-30</p>
|
|
|
<a href="#" class="customer-service">报名中</a>
|
|
|
</div>
|
|
|
</li>
|