templates update
This commit is contained in:
parent
9e1df433c9
commit
245360af06
1 changed files with 7 additions and 8 deletions
|
@ -92,13 +92,13 @@
|
||||||
</#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?has_content >
|
||||||
|
<div class="label">Авторы: <@p.addLink author editable /> <@p.verboseDisplay author /> </div>
|
||||||
<#if author.statements?has_content && author.type == "data">
|
<#if author.statements?has_content && author.type == "data">
|
||||||
<div class="author" style="list-style:none;">
|
<div class="author" style="list-style:none;">
|
||||||
<div class="label">Автор</div>
|
|
||||||
<@p.dataPropertyList author editable />
|
<@p.dataPropertyList author editable />
|
||||||
</div>
|
|
||||||
</#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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue