Renamed Работы to Источники
This commit is contained in:
parent
5b91f360d7
commit
a134b9f98d
3 changed files with 5 additions and 5 deletions
|
@ -171,7 +171,7 @@ ${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph
|
|||
${excerptText}
|
||||
<#if works?? && works?has_content && worksCounter?number > 0 >
|
||||
<div>
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%;text-align:left;">Работы</button>
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%;text-align:left;">Источники</button>
|
||||
<div class="works" style="display:none;">
|
||||
<#list works as work>
|
||||
<#if work.elenphExcerpt == order.elenphExcerpt >
|
||||
|
@ -205,7 +205,7 @@ ${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph
|
|||
|
||||
<#if works?? && works?has_content>
|
||||
<div>
|
||||
<button type="button" class="collapsible" style="border:none;padding: 18px;width: 100%;text-align:left;">Работы</button>
|
||||
<button type="button" class="collapsible" style="border:none;padding: 18px;width: 100%;text-align:left;">Источники</button>
|
||||
<div class="works" style="display:none;">
|
||||
<#list works as work>
|
||||
<div class="work" style="list-style:none;">
|
||||
|
|
|
@ -171,7 +171,7 @@ ${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph
|
|||
<div class="htmlExcerpt" style="list-style:none; display:none;">
|
||||
${excerptText}
|
||||
<#if works?? && works?has_content && worksCounter?number > 0 >
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%;text-align:left; background-image: url(${urls.base}/themes/iph/images/book_icon.png); background-repeat: no-repeat; background-position: left center;">Работы</button>
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%;text-align:left; background-image: url(${urls.base}/themes/iph/images/book_icon.png); background-repeat: no-repeat; background-position: left center;">Источники</button>
|
||||
<div class="works" style="display:none;">
|
||||
<#list works as work>
|
||||
<#if work.elenphExcerpt == order.elenphExcerpt >
|
||||
|
@ -204,7 +204,7 @@ ${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph
|
|||
</div>
|
||||
|
||||
<#if works?? && works?has_content>
|
||||
<button type="button" class="collapsible" style="border: none; color: #8B4513; padding: 18px;width: 100%;text-align:left; background-color: #ffffff; background-image: url(${urls.base}/themes/iph/images/book_icon.png); background-repeat: no-repeat; background-position: left center;">Работы</button>
|
||||
<button type="button" class="collapsible" style="border: none; color: #8B4513; padding: 18px;width: 100%;text-align:left; background-color: #ffffff; background-image: url(${urls.base}/themes/iph/images/book_icon.png); background-repeat: no-repeat; background-position: left center;">Источники</button>
|
||||
<div class="works" style="display:block;">
|
||||
<#list works as work>
|
||||
<div class="work" style="display:list-item;list-style-image:url(${urls.base}/themes/iph/images/bullet_icon.png); font-style: italic; font-family: PT Serif;">
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<#if works.statements?has_content || editable >
|
||||
<br/>
|
||||
<div class="works" style="list-style:none;">
|
||||
<h2 class="label">Работы: <@p.addLink works editable /> <@p.verboseDisplay works /></h2>
|
||||
<h2 class="label">Источники: <@p.addLink works editable /> <@p.verboseDisplay works /></h2>
|
||||
<@p.dataPropertyList works editable />
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Reference in a new issue