Fix for sources and literature output for document parts
This commit is contained in:
parent
d98ec70ff7
commit
de5a117418
1 changed files with 3 additions and 2 deletions
|
@ -69,11 +69,12 @@
|
||||||
<button type="button" style="border:none;padding: 18px;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button>
|
<button type="button" style="border:none;padding: 18px;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button>
|
||||||
<div class="autoExpand htmlExcerpt" style="list-style:none; display:none;">
|
<div class="autoExpand htmlExcerpt" style="list-style:none; display:none;">
|
||||||
${excerptText}
|
${excerptText}
|
||||||
<@arrangeSources works works?size order.elenphExcerpt />
|
<@arrangeSources works worksCounter?number order.elenphExcerpt />
|
||||||
<@arrangeLiterature bibliography bibliography?size order.elenphExcerpt />
|
<@arrangeLiterature bibliography bibliographyCounter?number order.elenphExcerpt />
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</#list>
|
</#list>
|
||||||
</div>
|
</div>
|
||||||
<@arrangeSources works works?size />
|
<@arrangeSources works works?size />
|
||||||
|
|
Loading…
Add table
Reference in a new issue