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