|
| 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. © 2008-2009 All rights reserved. |