Web Script: org/alfresco/components/footer/footer.get
Generated from /share/service/script/org/alfresco/components/footer/footer.get on Aug 2, 2026 11:42:26 PM

Script Properties
Id:org/alfresco/components/footer/footer.get
Short Name:Global Footer Component
Description:Footer component used across the whole application
Authentication:none
Transaction:none
Method:GET
URL Template:/components/footer
Format Style:any
Default Format:html
Negotiated Formats:[undefined]
Implementation:class org.alfresco.web.scripts.DeclarativeWebScript
Extensions:[undefined]

Store: classpath:alfresco/site-webscripts

File: org/alfresco/components/footer/footer.get.desc.xml
<webscript>
  <shortname>Global Footer Component</shortname>
  <description>Footer component used across the whole application</description>
  <url>/components/footer</url>
</webscript>
File: org/alfresco/components/footer/footer.get.head.ftl
<!-- Footer Assets -->
<link rel="stylesheet" type="text/css" href="${page.url.context}/components/footer/footer.css" />
<script type="text/javascript" src="${page.url.context}/components/footer/footer.js"></script>
File: org/alfresco/components/footer/footer.get.html.ftl
<script type="text/javascript">//<![CDATA[
   new Alfresco.Footer("${args.htmlid}");
//]]></script>

<div class="footer">
   <span class="copyright">${msg("label.copyright")}</span>
</div>
File: org/alfresco/components/footer/footer.get.properties
label.copyright=Supplied free of charge with <a href='http://www.alfresco.com/services/support/communityterms/#support'>no support</a>, <a href='http://www.alfresco.com/services/support/communityterms/#certification'>no certification</a>, <a href='http://www.alfresco.com/services/support/communityterms/#maintenance'>no maintenance</a>, <a href='http://www.alfresco.com/services/support/communityterms/#warranty'>no warranty</a> and <a href='http://www.alfresco.com/services/support/communityterms/#indemnity'>no indemnity</a> by <a href='http://www.alfresco.com'>Alfresco</a> or its <a href='http://www.alfresco.com/partners/'>Certified Partners</a>. <a href='http://www.alfresco.com/services/support/'>Click here for support</a>. Alfresco Software Inc. &copy; 2008-2009 All rights reserved.

Store: classpath:alfresco/webscripts

[No implementation files]