Merged V3.1 to HEAD

13173: Merged V2.1-A to V3.1
      10964: Fix for ADB-81: String 'Template' in Japanese is not good format
      10971: Fix for ADB-85: Configure dashboard wizard: long items description get truncated
      10972: Fix for ADB-95: All templates should be parameterized using a  such that they pickup the server name and port number of the current installation
      10973: Fix for ADB-117: Configure Dashboard Wizard. Layout word (Step 3) not localized for japanese and french
   13174: Merged V2.1-A to V3.1
      10975: Fix for ADB-118: Content attributes not localized [client templates]
   13182: Merged V2.1-A to V3.1
      11058: Fix for ADB-121: Next & Finish button remain disabled in 'Create Content in your home space' wizard even after entering name when locale is set to French
      11059: Fix for ADB-128: Date format is different for 'Manage Content Rules' in Japanese Locale
   13190: Merged V2.1-A to V3.1
      11070: Fix for ADB-120 ACT 4773
   13192: Merged V2.1-A to V3.1
      11195: Fix for ADB-130: The 'Finish' button doesn't work after editing the content
   13193: Merged V2.1-A to V3.1
      8395: Remove user and group admin actions from Admin console [added config switch - off by default]
      8584: Removed option for user to change password [added config switch - off by default]
      10203: Fix for ADB-96: Remove modify button on the User Options Page in the Web UI [added config switch - off by default]
      10374: Further fix for ADB-96: Remove modify button on the User Options Page in the Web UI [added config switch - off by default]
   13194: Merged V2.1-A to V3.1
      12095: Fix for ADB-131
   13195: Merged V2.1-A to V3.1
      12097: Fix for ADB-133, ADB-134
      12102: Fix for ADB-139
   13196: Merged V2.1-A to V3.1
      12350: Fix for ADB-142
   13197: Merged V2.1-A to V3.1
      12877: Fix for ADB-147: Prevent users from selecting the same action twice in the action wizards
      12878: Merged record-only for V2.1-A to HEAD 
         12877: Fix for ADB-147: Prevent users from selecting the same action twice in the action wizards
   13198: Merged V2.1-A to V3.1
      12977: Fix for ADB-158: Intermittent error while accessing the login page
      13142: Another fix for ADB-158: Intermittent error while accessing the login page
   13199: Merged V2.1-A to V3.1
      11589: Fix for ADB-95: All templates should be parameterized

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13570 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-03-11 14:45:20 +00:00
parent 56ca6373ea
commit 4e11ee9cb4
26 changed files with 145 additions and 48 deletions

View File

@@ -275,6 +275,7 @@
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</prop>
<prop key="location">alfresco/templates/content_template_examples.xml</prop> <prop key="location">alfresco/templates/content_template_examples.xml</prop>
<prop key="messages">alfresco/messages/bootstrap-content-template-examples</prop>
</props> </props>
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</prop>
@@ -283,10 +284,12 @@
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.email.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.email.childname}</prop>
<prop key="location">alfresco/templates/email_templates.acp</prop> <prop key="location">alfresco/templates/email_templates.acp</prop>
<prop key="messages">alfresco/messages/bootstrap-content-template-examples</prop>
</props> </props>
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.rss.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.rss.childname}</prop>
<prop key="location">alfresco/templates/rss_templates.acp</prop> <prop key="location">alfresco/templates/rss_templates.acp</prop>
<prop key="messages">alfresco/messages/bootstrap-content-template-examples</prop>
</props> </props>
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.scripts.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.scripts.childname}</prop>
@@ -295,10 +298,12 @@
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop>
<prop key="location">alfresco/bootstrap/webScripts.xml</prop> <prop key="location">alfresco/bootstrap/webScripts.xml</prop>
<prop key="messages">alfresco/messages/bootstrap-webScripts</prop>
</props> </props>
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop>
<prop key="location">alfresco/bootstrap/webScriptsExtensions.xml</prop> <prop key="location">alfresco/bootstrap/webScriptsExtensions.xml</prop>
<prop key="messages">alfresco/messages/bootstrap-webScriptsExtensions</prop>
</props> </props>
<props> <props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop> <prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop>

View File

@@ -5,10 +5,10 @@
<app:uifacets></app:uifacets> <app:uifacets></app:uifacets>
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<cm:description>URL addressable Web Services</cm:description> <cm:description>${webscripts.url_addressable_web_services}</cm:description>
<app:icon>space-icon-default</app:icon> <app:icon>space-icon-default</app:icon>
<cm:title>URL addressable Web Services</cm:title> <cm:title>${webscripts.url_addressable_web_services}</cm:title>
<cm:name>Web Scripts</cm:name> <cm:name>${webscripts.web_scripts}</cm:name>
</view:properties> </view:properties>
<view:associations> <view:associations>
<cm:contains> <cm:contains>
@@ -20,7 +20,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>What are Web Scripts and how do you develop them?</cm:description> <cm:description>${webscripts.what_are_web_scripts}</cm:description>
<cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readme.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content> <cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readme.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content>
<cm:title></cm:title> <cm:title></cm:title>
<cm:author></cm:author> <cm:author></cm:author>

View File

@@ -5,10 +5,10 @@
<app:uifacets></app:uifacets> <app:uifacets></app:uifacets>
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<cm:description>Customized Web Scripts</cm:description> <cm:description>${webscriptsextentions.customized_web_scripts}</cm:description>
<app:icon>space-icon-default</app:icon> <app:icon>space-icon-default</app:icon>
<cm:title>URL addressable Web Service Extensions</cm:title> <cm:title>${webscriptsextentions.url_addressable_web_service_extensions}</cm:title>
<cm:name>Web Scripts Extensions</cm:name> <cm:name>${webscriptsextentions.web_scripts_extensions}</cm:name>
</view:properties> </view:properties>
<view:associations> <view:associations>
<cm:contains> <cm:contains>
@@ -20,7 +20,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>How to customize an existing Web Script</cm:description> <cm:description>${webscriptsextentions.how_to_customize_an_existing_web_script}</cm:description>
<cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readmeExtension.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content> <cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readmeExtension.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content>
<cm:title></cm:title> <cm:title></cm:title>
<cm:author></cm:author> <cm:author></cm:author>

View File

@@ -0,0 +1,14 @@
content.template.calculates_if_the_document=Calculates if the document has the localizable aspect applied
content.template.displays_useful_information=Displays useful information about the current document
content.template.displays_a_list_of_the_documents=Displays a list of the documents in the current user Home Space
content.template.displays_a_list_of_spaces=Displays a list of spaces in the current user Home Space
content.template.shows_a_simple_summary_page=Shows a simple summary page about the current user and their Home Space
content.template.calculates_if_the_document_has=Calculates if the document has the translatable aspect applied
content.template.displays_a_list_of_the_documents_in_the_current_space=Displays a list of the documents in the current space created or modified in the last 7 days
content.template.example_of_various_lists=Example of various lists of documents, spaces and summary information about the current user
content.template.displays_a_list_of_the_documents_in_the_current_user_Home_Space=Displays a list of the documents in the current user Home Space. Text document content is shown inline, as is JPG content as small thumbnail images.
content.template.displays_the_audit_trail=Displays the audit trail for an object.
email.template.email_template_for_notifying_users=Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users_of_an_Invite=Email template for notifying users of an Invite to a space or document
rss.template.renders_a_valid_rss=Renders a valid RSS2.0 XML document showing the documents in the current space created or modified in the last 7 days. The template should be configured to use the appropriate server and port before use.
rss.template.rss_recent_docs=RSS recent docs

View File

@@ -0,0 +1,14 @@
content.template.calculates_if_the_document=Calculates if the document has the localizable aspect applied
content.template.displays_useful_information=Displays useful information about the current document
content.template.displays_a_list_of_the_documents=Displays a list of the documents in the current user Home Space
content.template.displays_a_list_of_spaces=Displays a list of spaces in the current user Home Space
content.template.shows_a_simple_summary_page=Shows a simple summary page about the current user and their Home Space
content.template.calculates_if_the_document_has=Calculates if the document has the translatable aspect applied
content.template.displays_a_list_of_the_documents_in_the_current_space=Displays a list of the documents in the current space created or modified in the last 7 days
content.template.example_of_various_lists=Example of various lists of documents, spaces and summary information about the current user
content.template.displays_a_list_of_the_documents_in_the_current_user_Home_Space=Displays a list of the documents in the current user Home Space. Text document content is shown inline, as is JPG content as small thumbnail images.
content.template.displays_the_audit_trail=Displays the audit trail for an object.
email.template.email_template_for_notifying_users=Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users_of_an_Invite=Email template for notifying users of an Invite to a space or document
rss.template.renders_a_valid_rss=Renders a valid RSS2.0 XML document showing the documents in the current space created or modified in the last 7 days. The template should be configured to use the appropriate server and port before use.
rss.template.rss_recent_docs=RSS recent docs

View File

@@ -0,0 +1,14 @@
content.template.calculates_if_the_document=Calculates if the document has the localizable aspect applied
content.template.displays_useful_information=Displays useful information about the current document
content.template.displays_a_list_of_the_documents=Displays a list of the documents in the current user Home Space
content.template.displays_a_list_of_spaces=Displays a list of spaces in the current user Home Space
content.template.shows_a_simple_summary_page=Shows a simple summary page about the current user and their Home Space
content.template.calculates_if_the_document_has=Calculates if the document has the translatable aspect applied
content.template.displays_a_list_of_the_documents_in_the_current_space=Displays a list of the documents in the current space created or modified in the last 7 days
content.template.example_of_various_lists=Example of various lists of documents, spaces and summary information about the current user
content.template.displays_a_list_of_the_documents_in_the_current_user_Home_Space=Displays a list of the documents in the current user Home Space. Text document content is shown inline, as is JPG content as small thumbnail images.
content.template.displays_the_audit_trail=Displays the audit trail for an object.
email.template.email_template_for_notifying_users=Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users_of_an_Invite=Email template for notifying users of an Invite to a space or document
rss.template.renders_a_valid_rss=Renders a valid RSS2.0 XML document showing the documents in the current space created or modified in the last 7 days. The template should be configured to use the appropriate server and port before use.
rss.template.rss_recent_docs=RSS recent docs

View File

@@ -0,0 +1,14 @@
content.template.calculates_if_the_document=Calculates if the document has the localizable aspect applied
content.template.displays_useful_information=Displays useful information about the current document
content.template.displays_a_list_of_the_documents=Displays a list of the documents in the current user Home Space
content.template.displays_a_list_of_spaces=Displays a list of spaces in the current user Home Space
content.template.shows_a_simple_summary_page=Shows a simple summary page about the current user and their Home Space
content.template.calculates_if_the_document_has=Calculates if the document has the translatable aspect applied
content.template.displays_a_list_of_the_documents_in_the_current_space=Displays a list of the documents in the current space created or modified in the last 7 days
content.template.example_of_various_lists=Example of various lists of documents, spaces and summary information about the current user
content.template.displays_a_list_of_the_documents_in_the_current_user_Home_Space=Displays a list of the documents in the current user Home Space. Text document content is shown inline, as is JPG content as small thumbnail images.
content.template.displays_the_audit_trail=Displays the audit trail for an object.
email.template.email_template_for_notifying_users=Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users_of_an_Invite=Email template for notifying users of an Invite to a space or document
rss.template.renders_a_valid_rss=Renders a valid RSS2.0 XML document showing the documents in the current space created or modified in the last 7 days. The template should be configured to use the appropriate server and port before use.
rss.template.rss_recent_docs=RSS recent docs

View File

@@ -0,0 +1,4 @@
webscripts.url_addressable_web_services=URL addressable Web Services
webscripts.web_scripts=Web Scripts
webscripts.what_are_web_scripts=What are Web Scripts and how do you develop them?

View File

@@ -0,0 +1,5 @@
webscriptsextentions.customized_web_scripts=Customized Web Scripts
webscriptsextentions.url_addressable_web_service_extensions=URL addressable Web Service Extensions
webscriptsextentions.web_scripts_extensions=Web Scripts Extensions
webscriptsextentions.how_to_customize_an_existing_web_script=How to customize an existing Web Script

View File

@@ -0,0 +1,5 @@
webscriptsextentions.customized_web_scripts=Customized Web Scripts
webscriptsextentions.url_addressable_web_service_extensions=URL addressable Web Service Extensions
webscriptsextentions.web_scripts_extensions=Web Scripts Extensions
webscriptsextentions.how_to_customize_an_existing_web_script=How to customize an existing Web Script

View File

@@ -0,0 +1,5 @@
webscriptsextentions.customized_web_scripts=Customized Web Scripts
webscriptsextentions.url_addressable_web_service_extensions=URL addressable Web Service Extensions
webscriptsextentions.web_scripts_extensions=Web Scripts Extensions
webscriptsextentions.how_to_customize_an_existing_web_script=How to customize an existing Web Script

View File

@@ -0,0 +1,5 @@
webscriptsextentions.customized_web_scripts=Customized Web Scripts
webscriptsextentions.url_addressable_web_service_extensions=URL addressable Web Service Extensions
webscriptsextentions.web_scripts_extensions=Web Scripts Extensions
webscriptsextentions.how_to_customize_an_existing_web_script=How to customize an existing Web Script

View File

@@ -0,0 +1,4 @@
webscripts.url_addressable_web_services=URL addressable Web Services
webscripts.web_scripts=Web Scripts
webscripts.what_are_web_scripts=What are Web Scripts and how do you develop them?

View File

@@ -0,0 +1,4 @@
webscripts.url_addressable_web_services=URL addressable Web Services
webscripts.web_scripts=Web Scripts
webscripts.what_are_web_scripts=What are Web Scripts and how do you develop them?

View File

@@ -0,0 +1,4 @@
webscripts.url_addressable_web_services=URL addressable Web Services
webscripts.web_scripts=Web Scripts
webscripts.what_are_web_scripts=What are Web Scripts and how do you develop them?

View File

@@ -5,7 +5,7 @@
<b>Ref:</b> ${document.nodeRef}<br> <b>Ref:</b> ${document.nodeRef}<br>
<b>Type:</b> ${document.type}<br> <b>Type:</b> ${document.type}<br>
<b>DBID:</b> ${document.properties["sys:node-dbid"]}<br> <b>DBID:</b> ${document.properties["sys:node-dbid"]}<br>
<b>Content URL:</b> <a href="/alfresco${document.url}">/alfresco${document.url}</a><br> <b>Content URL:</b> <a href="${url.context}${document.url}">${url.context}${document.url}</a><br>
<b>Locked:</b> <#if document.isLocked>Yes<#else>No</#if><br> <b>Locked:</b> <#if document.isLocked>Yes<#else>No</#if><br>
<#if hasAspect(document, "cm:countable") == 1 && document.properties['cm:counter']?exists> <#if hasAspect(document, "cm:countable") == 1 && document.properties['cm:counter']?exists>
<b>Counter:</b> ${document.properties['cm:counter']}<br> <b>Counter:</b> ${document.properties['cm:counter']}<br>

View File

@@ -19,7 +19,7 @@
<#list userhome.children as child> <#list userhome.children as child>
<#if child.isContainer> <#if child.isContainer>
<tr> <tr>
<td><img src="/alfresco${child.icon32}"></td> <td><img src="${url.context}${child.icon32}"></td>
<td><b>${child.properties.name}</b> (${child.children?size})</td> <td><b>${child.properties.name}</b> (${child.children?size})</td>
<td><b>Path:</b> ${child.displayPath}</td> <td><b>Path:</b> ${child.displayPath}</td>
</tr> </tr>
@@ -31,11 +31,11 @@
<table> <table>
<#list userhome.children as child> <#list userhome.children as child>
<#if child.isDocument> <#if child.isDocument>
<tr><td><img src="/alfresco${child.icon16}"></td><td><a href="/alfresco${child.url}">${child.properties.name}</a></td></tr> <tr><td><img src="${url.context}${child.icon16}"></td><td><a href="${url.context}${child.url}">${child.properties.name}</a></td></tr>
<#if child.mimetype = "text/plain"> <#if child.mimetype = "text/plain">
<tr><td></td><td>${child.content}</td></tr> <tr><td></td><td>${child.content}</td></tr>
<#elseif child.mimetype = "image/jpeg"> <#elseif child.mimetype = "image/jpeg">
<tr><td></td><td><img width=100 height=65 src="/alfresco${child.url}"></td></tr> <tr><td></td><td><img width=100 height=65 src="${url.context}${child.url}"></td></tr>
</#if> </#if>
</#if> </#if>
</#list> </#list>
@@ -46,4 +46,4 @@
${userhome.children[0].assocs["cm:contains"][0].name} ${userhome.children[0].assocs["cm:contains"][0].name}
</#if> </#if>
<h3>=====Example Template End=====</h3> <h3>=====Example Template End=====</h3>

View File

@@ -11,4 +11,4 @@
</#if> </#if>
<#else> <#else>
No document found! No document found!
</#if> </#if>

View File

@@ -10,11 +10,11 @@
<#list userhome.children as child> <#list userhome.children as child>
<#if child.isDocument> <#if child.isDocument>
<tr> <tr>
<td><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.icon16}" border=0></a></td> <td><a href="${url.context}${child.url}" target="new"><img src="${url.context}${child.icon16}" border=0></a></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td> <td><a href="${url.context}${child.url}" target="new">${child.properties.name}</a></td>
<td>${(child.size / 1000)?string("0.##")} KB</td> <td>${(child.size / 1000)?string("0.##")} KB</td>
<td>&nbsp;<#if child.isLocked>Yes</#if></td> <td>&nbsp;<#if child.isLocked>Yes</#if></td>
</tr> </tr>
</#if> </#if>
</#list> </#list>
</table> </table>

View File

@@ -8,8 +8,8 @@
<#if child.mimetype = "text/plain"> <#if child.mimetype = "text/plain">
<tr><td style='padding-left:16px'>${child.content}</td></tr> <tr><td style='padding-left:16px'>${child.content}</td></tr>
<#elseif child.mimetype = "image/jpeg"> <#elseif child.mimetype = "image/jpeg">
<tr><td style='padding-left:16px'><img width=100 height=65 src="/alfresco${child.url}"><td></tr> <tr><td style='padding-left:16px'><img width=100 height=65 src="${url.context}${child.url}"><td></tr>
</#if> </#if>
</#if> </#if>
</#list> </#list>
</table> </table>

View File

@@ -4,12 +4,12 @@
<#list userhome.children as child> <#list userhome.children as child>
<#if child.isContainer> <#if child.isContainer>
<tr> <tr>
<td><img src="/alfresco${child.icon32}"></td> <td><img src="${url.context}${child.icon32}"></td>
<#assign ref=child.nodeRef> <#assign ref=child.nodeRef>
<#assign workspace=ref[0..ref?index_of("://")-1]> <#assign workspace=ref[0..ref?index_of("://")-1]>
<#assign storenode=ref[ref?index_of("://")+3..]> <#assign storenode=ref[ref?index_of("://")+3..]>
<td><a href="/alfresco/navigate/showSpaceDetails/${workspace}/${storenode}"><b>${child.properties.name}</b></a> (${child.children?size})</td> <td><a href="${url.context}/navigate/showSpaceDetails/${workspace}/${storenode}"><b>${child.properties.name}</b></a> (${child.children?size})</td>
</tr> </tr>
</#if> </#if>
</#list> </#list>
</table> </table>

View File

@@ -5,4 +5,4 @@
<tr><td><b>Home Space location:</b></td> <td>${userhome.displayPath}/${userhome.name}</td></tr> <tr><td><b>Home Space location:</b></td> <td>${userhome.displayPath}/${userhome.name}</td></tr>
<tr><td><b>Items in Home Space:</b></td> <td>${userhome.children?size}</td></tr> <tr><td><b>Items in Home Space:</b></td> <td>${userhome.children?size}</td></tr>
<tr><td><b>Items in Company Space:</b></td> <td>${companyhome.children?size}</td></tr> <tr><td><b>Items in Company Space:</b></td> <td>${companyhome.children?size}</td></tr>
</table> </table>

View File

@@ -10,11 +10,11 @@
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child> <#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child>
<#if (dateCompare(child.properties["cm:modified"], date, 1000*60*60*24*7) == 1) || (dateCompare(child.properties["cm:created"], date, 1000*60*60*24*7) == 1)> <#if (dateCompare(child.properties["cm:modified"], date, 1000*60*60*24*7) == 1) || (dateCompare(child.properties["cm:created"], date, 1000*60*60*24*7) == 1)>
<tr> <tr>
<td><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.icon16}" border=0></a></td> <td><a href="${url.context}${child.url}" target="new"><img src="${url.context}${child.icon16}" border=0></a></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td> <td><a href="${url.context}${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties["cm:created"]?datetime}</td> <td>${child.properties["cm:created"]?datetime}</td>
<td>${child.properties["cm:modified"]?datetime}</td> <td>${child.properties["cm:modified"]?datetime}</td>
</tr> </tr>
</#if> </#if>
</#list> </#list>
</table> </table>

View File

@@ -46,31 +46,31 @@ body {font:small/1.2em arial,helvetica,clean,sans-serif;font:x-small;margin-top:
<#assign fileplanPath="${fpWorkspace}/${fpStorenode}"> <#assign fileplanPath="${fpWorkspace}/${fpStorenode}">
<td width=16> <#-- Record properties icon --> <td width=16> <#-- Record properties icon -->
<a href="/alfresco/navigate/showDocDetails/${childPath}"> <a href="${url.context}/navigate/showDocDetails/${childPath}">
<img src="/alfresco/images/icons/View_details.gif" border=0 align=absmiddle alt="Record Details" title="Record Details"></a> <img src="${url.context}/images/icons/View_details.gif" border=0 align=absmiddle alt="Record Details" title="Record Details"></a>
</td> </td>
<td> <#-- Record identifier --> <td> <#-- Record identifier -->
<a href="/alfresco/navigate/showDocDetails/${childPath}"> <a href="${url.context}/navigate/showDocDetails/${childPath}">
${child.properties["rma:recordIdentifier"]}</a> ${child.properties["rma:recordIdentifier"]}</a>
</td> </td>
<td width=16> <#-- Record icon --> <td width=16> <#-- Record icon -->
<a href="/alfresco/download/direct/${childPath}/${child.name}"> <a href="${url.context}/download/direct/${childPath}/${child.name}">
<img src="/alfresco${child.icon16}" width=16 height=16 border=0 align=absmiddle alt="View Record" title="View Record"></a> <img src="${url.context}${child.icon16}" width=16 height=16 border=0 align=absmiddle alt="View Record" title="View Record"></a>
</td> </td>
<td> <#-- Record title --> <td> <#-- Record title -->
<a href="/alfresco/download/direct/${childPath}/${child.name}"> <a href="${url.context}/download/direct/${childPath}/${child.name}">
${child.properties["cm:title"]}</a> ${child.properties["cm:title"]}</a>
</td> </td>
<td width=16> <#-- Fileplan icon --> <td width=16> <#-- Fileplan icon -->
<a href="/alfresco/navigate/browse/${fileplanPath}"> <a href="${url.context}/navigate/browse/${fileplanPath}">
<img src="/alfresco${fileplan.icon16}" width=16 height=16 border=0 align=absmiddle alt="Fileplan Contents" title="Fileplan Contents"></a> <img src="${url.context}${fileplan.icon16}" width=16 height=16 border=0 align=absmiddle alt="Fileplan Contents" title="Fileplan Contents"></a>
</td> </td>
<td width=16> <#-- Fileplan properties icon --> <td width=16> <#-- Fileplan properties icon -->
<a href="/alfresco/navigate/showDocDetails/${fileplanPath}"> <a href="${url.context}/navigate/showDocDetails/${fileplanPath}">
<img src="/alfresco/images/icons/View_details.gif" border=0 align=absmiddle alt="Fileplan Details" title="Fileplan Details"></a> <img src="${url.context}/images/icons/View_details.gif" border=0 align=absmiddle alt="Fileplan Details" title="Fileplan Details"></a>
</td> </td>
<td> <td>
<a href="/alfresco/navigate/showDocDetails/${fileplanPath}"> <a href="${url.context}/navigate/showDocDetails/${fileplanPath}">
${fileplan.name}</a> ${fileplan.name}</a>
</td> </td>
<td> <td>

View File

@@ -1,6 +1,6 @@
<#-- Shows some general audit info about the current document --> <#-- Shows some general audit info about the current document -->
<#if document?exists> <#if document?exists>
<h4>Current Docuement Audit Info</h4> <h4>Current Document Audit Info</h4>
<b>Name:</b> ${document.name}<br> <b>Name:</b> ${document.name}<br>
<table border="1" cellspacing="0" cellpadding="4"> <table border="1" cellspacing="0" cellpadding="4">
<tr> <tr>

View File

@@ -7,7 +7,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays useful information about the current document</cm:description> <cm:description>${content.template.displays_useful_information}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/doc_info.ftl|mimetype=text/plain|size=2227|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:title>doc_info.ftl</cm:title>
<cm:name>doc_info.ftl</cm:name> <cm:name>doc_info.ftl</cm:name>
@@ -21,7 +21,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Calculates if the document has the localizable aspect applied</cm:description> <cm:description>${content.template.calculates_if_the_document}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/localizable.ftl|mimetype=text/plain|size=380|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/localizable.ftl|mimetype=text/plain|size=380|encoding=UTF-8</cm:content>
<cm:title>localizable.ftl</cm:title> <cm:title>localizable.ftl</cm:title>
<cm:name>localizable.ftl</cm:name> <cm:name>localizable.ftl</cm:name>
@@ -35,7 +35,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays a list of the documents in the current user Home Space</cm:description> <cm:description>${content.template.displays_a_list_of_the_documents}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_docs.ftl|mimetype=text/plain|size=750|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_docs.ftl|mimetype=text/plain|size=750|encoding=UTF-8</cm:content>
<cm:title>my_docs.ftl</cm:title> <cm:title>my_docs.ftl</cm:title>
<cm:name>my_docs.ftl</cm:name> <cm:name>my_docs.ftl</cm:name>
@@ -49,7 +49,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays a list of spaces in the current user Home Space</cm:description> <cm:description>${content.template.displays_a_list_of_spaces}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_spaces.ftl|mimetype=text/plain|size=682|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_spaces.ftl|mimetype=text/plain|size=682|encoding=UTF-8</cm:content>
<cm:title>my_spaces.ftl</cm:title> <cm:title>my_spaces.ftl</cm:title>
<cm:name>my_spaces.ftl</cm:name> <cm:name>my_spaces.ftl</cm:name>
@@ -63,7 +63,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Shows a simple summary page about the current user and their Home Space</cm:description> <cm:description>${content.template.shows_a_simple_summary_page}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_summary.ftl|mimetype=text/plain|size=537|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_summary.ftl|mimetype=text/plain|size=537|encoding=UTF-8</cm:content>
<cm:title>my_summary.ftl</cm:title> <cm:title>my_summary.ftl</cm:title>
<cm:name>my_summary.ftl</cm:name> <cm:name>my_summary.ftl</cm:name>
@@ -77,7 +77,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Calculates if the document has the translatable aspect applied</cm:description> <cm:description>${content.template.calculates_if_the_document_has}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/translatable.ftl|mimetype=text/plain|size=415|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/translatable.ftl|mimetype=text/plain|size=415|encoding=UTF-8</cm:content>
<cm:title>translatable.ftl</cm:title> <cm:title>translatable.ftl</cm:title>
<cm:name>translatable.ftl</cm:name> <cm:name>translatable.ftl</cm:name>
@@ -91,7 +91,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays a list of the documents in the current space created or modified in the last 7 days</cm:description> <cm:description>${content.template.displays_a_list_of_the_documents_in_the_current_space}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/recent_docs.ftl|mimetype=text/plain|size=968|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/recent_docs.ftl|mimetype=text/plain|size=968|encoding=UTF-8</cm:content>
<cm:title>recent_docs.ftl</cm:title> <cm:title>recent_docs.ftl</cm:title>
<cm:name>recent_docs.ftl</cm:name> <cm:name>recent_docs.ftl</cm:name>
@@ -105,7 +105,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Example of various lists of documents, spaces and summary information about the current user</cm:description> <cm:description>${content.template.example_of_various_lists}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/general_example.ftl|mimetype=text/plain|size=1608|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/general_example.ftl|mimetype=text/plain|size=1608|encoding=UTF-8</cm:content>
<cm:title>general_example.ftl</cm:title> <cm:title>general_example.ftl</cm:title>
<cm:name>general_example.ftl</cm:name> <cm:name>general_example.ftl</cm:name>
@@ -119,7 +119,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays a list of the documents in the current user Home Space. Text document content is shown inline, as is JPG content as small thumbnail images.</cm:description> <cm:description>${content.template.displays_a_list_of_the_documents_in_the_current_user_Home_Space}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_docs_inline.ftl|mimetype=text/plain|size=652|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/my_docs_inline.ftl|mimetype=text/plain|size=652|encoding=UTF-8</cm:content>
<cm:title>my_docs_inline.ftl</cm:title> <cm:title>my_docs_inline.ftl</cm:title>
<cm:name>my_docs_inline.ftl</cm:name> <cm:name>my_docs_inline.ftl</cm:name>
@@ -133,7 +133,7 @@
</view:aspects> </view:aspects>
<view:properties> <view:properties>
<app:editInline>true</app:editInline> <app:editInline>true</app:editInline>
<cm:description>Displays the audit trail for an object.</cm:description> <cm:description>${content.template.displays_the_audit_trail}</cm:description>
<cm:content>contentUrl=classpath:alfresco/templates/content/examples/show_audit.ftl|mimetype=text/plain|size=6134|encoding=UTF-8</cm:content> <cm:content>contentUrl=classpath:alfresco/templates/content/examples/show_audit.ftl|mimetype=text/plain|size=6134|encoding=UTF-8</cm:content>
<cm:title>show_audit.ftl</cm:title> <cm:title>show_audit.ftl</cm:title>
<cm:name>show_audit.ftl</cm:name> <cm:name>show_audit.ftl</cm:name>