Added code to create compilation from search results
This commit is contained in:
parent
5442327c71
commit
7a805fa4f6
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
|
1<#-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<#-- Template for adding a new individual from the Site Admin page: VIVO version -->
|
<#-- Template for adding a new individual from the Site Admin page: VIVO version -->
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<section id="newCompilation" role="region">
|
<section id="newCompilation" role="region">
|
||||||
|
|
||||||
<form id="newCompilation" class="customForm noIE67" action="${submitUrl}" role="add new individual">
|
<form id="newCompilation" class="customForm noIE67" action="${submitUrl}" role="add new individual" method="POST">
|
||||||
|
|
||||||
<#if isCompilationType = "true">
|
<#if isCompilationType = "true">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<#import "lib-vivo-properties.ftl" as p>
|
<#import "lib-vivo-properties.ftl" as p>
|
||||||
|
|
||||||
<#-- <@dumpAll /> -->
|
<#-- <@dumpAll /> -->
|
||||||
<div class="virtualArticlePart" style="display:none;">
|
<div class="virtualArticlePart" partUri="${individual.uri}" style="display:none;">
|
||||||
<#list excerptInfo as excerptProperties>
|
<#list excerptInfo as excerptProperties>
|
||||||
<#if excerptProperties.property == "https://litvinovg.pro/text_structures#htmlExcerpt">
|
<#if excerptProperties.property == "https://litvinovg.pro/text_structures#htmlExcerpt">
|
||||||
<#assign excerptText = excerptProperties.value >
|
<#assign excerptText = excerptProperties.value >
|
||||||
|
|
Loading…
Add table
Reference in a new issue