Added articles info to excerpt
This commit is contained in:
parent
b7b9f23509
commit
d7e36b6f6b
2 changed files with 41 additions and 0 deletions
|
@ -91,6 +91,19 @@
|
|||
<#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/lastName")!>
|
||||
</#if>
|
||||
|
||||
<#if articles?has_content>
|
||||
<div class="label">В составе статей: </div>
|
||||
<div>
|
||||
<#list articles as article>
|
||||
<#if article?has_content >
|
||||
<div style="list-style:none;border:none;width: 100%;text-align:left;" class="article">
|
||||
<a href="${urls.base}/individual?uri=${article.articleUri?url}"">${article.articleName}</a>
|
||||
</div>
|
||||
</#if>
|
||||
</#list>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<#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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue