Last change
on this file since 8794 was
5,
checked in by Henrik Bettermann, 19 years ago
|
initial import
|
File size:
652 bytes
|
Line | |
---|
1 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" |
---|
2 | i18n:domain="plone"> |
---|
3 | |
---|
4 | <body> |
---|
5 | |
---|
6 | <div id="portal-footer" metal:define-macro="portal_footer" i18n:domain="plone" |
---|
7 | tal:define="portal_url here/portal_url"> |
---|
8 | |
---|
9 | |
---|
10 | <table summary="" width="100%" tal:define="now modules/DateTime/DateTime"> |
---|
11 | <tr> |
---|
12 | <td align="left"> |
---|
13 | <a href="copyright">© Copyright <span tal:content="string:${now/year} ${portal_title}">Copyright</span></a> |
---|
14 | </td> |
---|
15 | <td align="right"> |
---|
16 | <a href="#" tal:attributes="href string:${portal_url}/poweredby">Powered by ...</a> |
---|
17 | </td> |
---|
18 | </tr> |
---|
19 | </table> |
---|
20 | |
---|
21 | </div> |
---|
22 | |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.