|
|
|
@ -152,12 +152,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="crumbs">
|
|
|
|
|
<a th:href="${domainName}" th:text="${subject != null}">探果网</a>
|
|
|
|
|
<a th:href="${domainName}">探果网</a>
|
|
|
|
|
<span th:if="${subject != null}">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:utext="${'>' +subject.name}">社会工作师</a>
|
|
|
|
|
</span>
|
|
|
|
|
<span th:if="${subject != null && course != null}">
|
|
|
|
|
<a th:if="${course != null}" th:href="${domainName + 'chapter/' + subject.id + '/'+course.id+'.html'}" th:utext="${course != null} ? '>' + ${course.name}:''">综合能力(中级)</a>
|
|
|
|
|
<a th:if="${course != null}" th:href="${domainName + 'course/'+course.id+'.html'}" th:utext="${course != null} ? '>' + ${course.name}:''">综合能力(中级)</a>
|
|
|
|
|
</span>
|
|
|
|
|
<span th:utext="${'>' +paper.name}">中国社会工作在不同发展阶段的特点</span>
|
|
|
|
|
</div>
|
|
|
|
|