Fix for sources and literature output for document parts

This commit is contained in:
Georgy Litvinov 2021-03-03 17:48:22 +01:00
parent d98ec70ff7
commit de5a117418

View file

@ -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 />