Add link to verbose panel, handle VCard oddities.

This commit is contained in:
Jim Blake 2014-11-07 10:32:33 -05:00
parent 1439c2195d
commit e665b48971
5 changed files with 135 additions and 82 deletions

View file

@ -231,8 +231,10 @@ name will be used as the label. -->
<#local verboseDisplay = property.verboseDisplay!>
<#if verboseDisplay?has_content>
<section class="verbosePropertyListing">
<#if verboseDisplay.fauxProperty??>
a faux property of
<#if verboseDisplay.fauxProperty?has_content>
<a class="propertyLink" href="${verboseDisplay.fauxProperty.propertyEditUrl}" title="${i18n().name}">
${verboseDisplay.fauxProperty.displayName}
</a>, a faux property of
</#if>
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}" title="${i18n().name}">${verboseDisplay.localName}</a>
(<span>${property.type?lower_case}</span> property);