|
|
@ -373,6 +373,7 @@
|
|
|
|
<div carousel-item>
|
|
|
|
<div carousel-item>
|
|
|
|
<tbody th:each="url,status : ${urlList}">
|
|
|
|
<tbody th:each="url,status : ${urlList}">
|
|
|
|
<img th:src="${url.imgUrl}">
|
|
|
|
<img th:src="${url.imgUrl}">
|
|
|
|
|
|
|
|
<a th:href="@{/public_view.html(type=2,id=${url.workId})}" th:title="${url.workTitle}" target="_blank">[[${#strings.abbreviate(url.workTitle,28)}]]</a>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|