NIHVIVO 3778 vitro components for data prop list views

This commit is contained in:
tworrall 2012-06-05 16:01:53 +00:00
parent 4d5aea69d2
commit dfb955f39f
12 changed files with 521 additions and 15 deletions

View file

@ -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>