Last change
on this file was
9592,
checked in by Henrik Bettermann, 12 years ago
|
Show warning message on datacenter page if number of pending files exceeds the max_files limit.
|
File size:
758 bytes
|
Line | |
---|
1 | <p i18n:translate=""> |
---|
2 | Find below the last |
---|
3 | <span tal:content="view/context/max_files" i18n:name="count">50</span> |
---|
4 | imports. The files contain the imported datasets. |
---|
5 | </p> |
---|
6 | <table i18n:domain="waeup.kofa" class="display dataTableFiles"> |
---|
7 | <thead> |
---|
8 | <tr> |
---|
9 | <th i18n:translate="">File</th> |
---|
10 | <th i18n:translate="">Datasets</th> |
---|
11 | <th i18n:translate="">Upload Date</th> |
---|
12 | </tr> |
---|
13 | </thead> |
---|
14 | <tbody> |
---|
15 | <tr tal:repeat="file context/getFinishedFiles" class="gradeC"> |
---|
16 | <td><a tal:attributes="href python: 'download?filename=' + file.rel_path" |
---|
17 | tal:content="file/name">FILENAME</a></td> |
---|
18 | <td tal:content="python: file.lines-1">12 k</td> |
---|
19 | <td tal:content="file/uploaddate">Mar 12, 2008</td> |
---|
20 | </tr> |
---|
21 | </tbody> |
---|
22 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.