source: main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/datacenterfinishedpage.pt @ 12444

Last change on this file since 12444 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

File size: 963 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.ikoba" class="ikoba-data-table 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">
16      <td><a tal:attributes="href python:  view.url(context)  +
17                             '/download?filename=' + file.rel_path"
18             tal:content="file/name">FILENAME</a></td>
19      <td tal:content="python: file.lines-1">12 k</td>
20      <td tal:content="file/uploaddate">Mar 12, 2008</td>
21    </tr>
22  </tbody>
23</table>
24<form method="POST">
25  <input i18n:translate="" type="submit" class="btn btn-default" name="CANCEL"
26      tal:attributes="value view/cancel_button"/>
27</form>
Note: See TracBrowser for help on using the repository browser.