Last change
on this file since 7464 was
7459,
checked in by Henrik Bettermann, 13 years ago
|
Merge Bootstrap branch into trunk.
|
File size:
946 bytes
|
Line | |
---|
1 | <h3>Reimport Access Code Batches</h3> |
---|
2 | <p> Please select the files to reimport. Please note, that batches with same name have to be deleted before. |
---|
3 | </p> |
---|
4 | <form method="POST"> |
---|
5 | <table> |
---|
6 | <thead> |
---|
7 | <tr> |
---|
8 | <th> |
---|
9 | </th> |
---|
10 | <th>File |
---|
11 | </th> |
---|
12 | </tr> |
---|
13 | </thead> |
---|
14 | <tbody> |
---|
15 | <tr tal:repeat="filename context/getImportFiles" tal:attributes="class python: repeat['filename'].odd() and 'even' or 'odd'"> <td> |
---|
16 | <input type="checkbox" name="filenames" value="filename" tal:attributes="value filename" /> </td> |
---|
17 | <td tal:content="filename">file.name</td> |
---|
18 | </tr> |
---|
19 | <tr tal:condition="python: len(list(context.getImportFiles())) == 0"> |
---|
20 | <td colspan="5"><b>No import batches available</b></td> |
---|
21 | </tr> |
---|
22 | </tbody> |
---|
23 | </table> |
---|
24 | <input type="submit" class="btn primary" name="reimport" value="Reimport" /> |
---|
25 | <input type="submit" class="btn" name="cancel" value="Cancel" /> |
---|
26 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.