templates update
This commit is contained in:
parent
9e1df433c9
commit
245360af06
1 changed files with 7 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue