mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
Document Info example template now displays the target associations for a document.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5503 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
29f74ce148
commit
8977aaa12e
@ -16,6 +16,16 @@
|
||||
<tr><td>${aspect}</td></tr>
|
||||
</#list>
|
||||
</table>
|
||||
<b>Assocs:</b>
|
||||
<table>
|
||||
<#list document.assocs?keys as key>
|
||||
<tr><td>${key}</td><td>
|
||||
<#list document.assocs[key] as t>
|
||||
${t.displayPath}/${t.name}<br>
|
||||
</#list>
|
||||
</td></tr>
|
||||
</#list>
|
||||
</table>
|
||||
<b>Properties:</b>
|
||||
<table>
|
||||
<#-- Get a list of all the property names for the document -->
|
||||
|
@ -8,7 +8,7 @@
|
||||
<view:properties>
|
||||
<app:editInline>true</app:editInline>
|
||||
<cm:description>Displays useful information about the current document</cm:description>
|
||||
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/doc_info.ftl|mimetype=text/plain|size=1884|encoding=UTF-8</cm:content>
|
||||
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/doc_info.ftl|mimetype=text/plain|size=2227|encoding=UTF-8</cm:content>
|
||||
<cm:title>doc_info.ftl</cm:title>
|
||||
<cm:name>doc_info.ftl</cm:name>
|
||||
</view:properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user