source: main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterpage.pt @ 7811

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
Line 
1<p  i18n:domain="waeup.kofa" i18n:translate="">
2The data center helps you to manage portal data. You can upload CSV
3files here, which will be available for import afterwards.
4</p>
5
6<p i18n:domain="waeup.kofa">
7  <b i18n:translate="">Storage path:</b>
8  <span tal:content="context/storage">/foo/bar</span>
9</p>
10
11<table i18n:domain="waeup.kofa">
12  <thead>
13    <tr>
14      <th i18n:translate="">File</th>
15      <th i18n:translate="">Size</th>
16      <th i18n:translate="">Upload Date</th>
17    </tr>
18  </thead>
19  <tbody>
20    <tr tal:repeat="file context/getFiles">
21      <td tal:content="file/name">FILENAME</td>
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.