Added metadata switch button.
This commit is contained in:
parent
7d8c144b0f
commit
6597a750e5
1 changed files with 42 additions and 35 deletions
|
@ -73,6 +73,10 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
</#if>
|
||||
</div>
|
||||
<div class="articleToolsContainer">
|
||||
<div class="metadataSwitch">
|
||||
<@expandMetadataSwitch />
|
||||
</div>
|
||||
<div class="toolsWrapper">
|
||||
<div class="articleButtons">
|
||||
<span id="iconControlsRightSide" class="<#if editable>iconControlsEditable<#else>iconControlsNotEditable</#if>" <#if !user.hasSiteAdminAccess></#if>>
|
||||
<#include "individual-iconControls-iph.ftl">
|
||||
|
@ -109,7 +113,10 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
<#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/firstName")!>
|
||||
<#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/lastName")!>
|
||||
</#if>
|
||||
|
||||
<div class="metaDataName collapsible collapsed">
|
||||
<div class="collapsibleLink" style="display:inline;">Метаданные</div>
|
||||
</div>
|
||||
<div class="autoMetadataExpand" style="display:none;">
|
||||
<#if !editable>
|
||||
<@authors_metadata />
|
||||
<#else>
|
||||
|
@ -176,7 +183,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
</div>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
</div>
|
||||
<#assign htmlExcerpt = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#htmlExcerpt")!>
|
||||
<#if htmlExcerpt?has_content >
|
||||
<#if htmlExcerpt.statements?has_content && htmlExcerpt.type == "data">
|
||||
|
|
Loading…
Add table
Reference in a new issue