<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Macros for display of individual properties --> <#-- Macro: dataPropWrapper Wrap a dataproperty in the appropriate divs Usage: <@dataPropWrapper id="myId" editStatus=true> <#nested> --> <#macro dataPropWrapper id editStatus=false>
<#nested>
<#----------------------------------------------------------------------------> <#-- Macro: dataPropsWrapper Wrap a dataproperty in the appropriate divs Usage: <@dataPropsWrapper id="myId" editStatus=true> <#nested> --> <#macro dataPropsWrapper id editStatus=false>
<@dataPropWrapper id=id editStatus=editStatus> <#nested>