|
|
@@ -52,8 +52,8 @@
|
|
|
<img th:if="${lecture.lectureUrl} != null" th:src="${avatarUploadHost + lecture.lectureUrl}">
|
|
|
</div>
|
|
|
<div class="lecture_content_info">
|
|
|
- <h4 th:text="${lecture.name}" th:title="${lecture.name}">张泽院士的讲堂</h4>
|
|
|
- <p th:text="${lecture.summary}" th:title="${lecture.summary}">关于从事准晶结构及其向晶体雷声变的中间过程和准晶中的缺陷的研究</p>
|
|
|
+ <h4 th:text="${lecture.name}" th:title="${lecture.name}"></h4>
|
|
|
+ <p th:text="${lecture.summary}" th:title="${lecture.summary}"></p>
|
|
|
<p th:text="${lecture.lectureTimeFormattedDate}" th:title="${lecture.lectureTimeFormattedDate}">2017-07-02 09:30:00</p>
|
|
|
<span class="customer-service">报名中</span>
|
|
|
</div>
|