Print info about first article publication

This commit is contained in:
Georgy Litvinov 2020-11-12 11:56:22 +01:00
parent 3ee1fc83bc
commit bc5a723c04

View file

@ -97,6 +97,14 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
<input id="expandlCB" type="checkbox" checked="false" onclick="switchExpand();"> <input id="expandlCB" type="checkbox" checked="false" onclick="switchExpand();">
</label> </label>
</div> </div>
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
<#if firstPub.statements?has_content && firstPub.type == "data">
<div class="firstPub" style="list-style:none;">
<div class="label">Первая публикация статьи
</div>
<@p.dataPropertyList firstPub editable />
</div>
</#if>
<#-- <#--
<#assign issue = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#issue")!> <#assign issue = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#issue")!>