NIHVIVO 3778 vitro components for data prop list views
This commit is contained in:
parent
4d5aea69d2
commit
dfb955f39f
12 changed files with 521 additions and 15 deletions
|
@ -34,9 +34,9 @@
|
|||
</#if>
|
||||
</#macro>
|
||||
|
||||
<#macro dataPropertyList property editable>
|
||||
<#macro dataPropertyList property editable template=property.template>
|
||||
<#list property.statements as statement>
|
||||
<@propertyListItem property statement editable >${statement.value}</@propertyListItem>
|
||||
<@propertyListItem property statement editable ><#include "${template}"></@propertyListItem>
|
||||
</#list>
|
||||
</#macro>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue