Last change
on this file since 7811 was
7811,
checked in by uli, 13 years ago
|
Rename all non-locales stuff from sirp to kofa.
|
File size:
739 bytes
|
Rev | Line | |
---|
[7811] | 1 | <p i18n:domain="waeup.kofa" i18n:translate=""> |
---|
[4147] | 2 | The data center helps you to manage portal data. You can upload CSV |
---|
| 3 | files here, which will be available for import afterwards. |
---|
[4672] | 4 | </p> |
---|
[4147] | 5 | |
---|
[7811] | 6 | <p i18n:domain="waeup.kofa"> |
---|
[7705] | 7 | <b i18n:translate="">Storage path:</b> |
---|
| 8 | <span tal:content="context/storage">/foo/bar</span> |
---|
[4672] | 9 | </p> |
---|
[4147] | 10 | |
---|
[7811] | 11 | <table i18n:domain="waeup.kofa"> |
---|
[4147] | 12 | <thead> |
---|
| 13 | <tr> |
---|
[7705] | 14 | <th i18n:translate="">File</th> |
---|
| 15 | <th i18n:translate="">Size</th> |
---|
[7745] | 16 | <th i18n:translate="">Upload Date</th> |
---|
[4147] | 17 | </tr> |
---|
| 18 | </thead> |
---|
| 19 | <tbody> |
---|
[7459] | 20 | <tr tal:repeat="file context/getFiles"> |
---|
[7705] | 21 | <td tal:content="file/name">FILENAME</td> |
---|
[4147] | 22 | <td tal:content="file/size">12 k</td> |
---|
| 23 | <td tal:content="file/uploaddate">Mar 12, 2008</td> |
---|
| 24 | </tr> |
---|
| 25 | </tbody> |
---|
| 26 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.