templates update

This commit is contained in:
Georgy Litvinov 2020-08-03 17:42:45 +02:00
parent 9e1df433c9
commit 245360af06

View file

@ -91,14 +91,14 @@
<#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/lastName")!>
</#if>
<#assign author = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#author")!>
<#assign author = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#author")!>
<#if author?has_content >
<div class="label">Авторы: <@p.addLink author editable /> <@p.verboseDisplay author /> </div>
<#if author.statements?has_content && author.type == "data">
<div class="author" style="list-style:none;">
<div class="label">Автор</div>
<@p.dataPropertyList author editable />
</div>
</#if>
</#if>
<#assign affiliation = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#affiliation")!>
<#if affiliation.statements?has_content && affiliation.type == "data">
<div class="affiliation" style="list-style:none;">
@ -125,7 +125,6 @@
</div>
</#if>
</#if>
<#assign htmlExcerpt = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#htmlExcerpt")!>
<#if htmlExcerpt?has_content >
<#if htmlExcerpt.statements?has_content && htmlExcerpt.type == "data">