diff --git a/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl b/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl index 9c7e409a..738401ec 100644 --- a/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl +++ b/webapp/src/main/webapp/templates/freemarker/elenphExcerpt-internal.ftl @@ -91,14 +91,14 @@ <#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/lastName")!> -<#assign author = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#author")!> - <#if author.statements?has_content && author.type == "data"> -
-
Автор
- <@p.dataPropertyList author editable /> -
+ <#assign author = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#author")!> + <#if author?has_content > +
Авторы: <@p.addLink author editable /> <@p.verboseDisplay author />
+ <#if author.statements?has_content && author.type == "data"> +
+ <@p.dataPropertyList author editable /> + - <#assign affiliation = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#affiliation")!> <#if affiliation.statements?has_content && affiliation.type == "data">
@@ -125,7 +125,6 @@
- <#assign htmlExcerpt = propertyGroups.pullProperty("https://iph.ras.ru/text_structures#htmlExcerpt")!> <#if htmlExcerpt?has_content > <#if htmlExcerpt.statements?has_content && htmlExcerpt.type == "data">