Last change
on this file since 5088 was
5082,
checked in by uli, 15 years ago
|
Add first UI related components for access-codes.
|
File size:
721 bytes
|
Line | |
---|
1 | <h2>Manage Access-Code Batches</h2> |
---|
2 | |
---|
3 | <p> |
---|
4 | The following batches are available: |
---|
5 | </p> |
---|
6 | <table> |
---|
7 | <thead> |
---|
8 | <tr> |
---|
9 | <th>Prefix</th><th>Number</th><th>Entries</th> |
---|
10 | <th>Created</th><th>Creator</th> |
---|
11 | </tr> |
---|
12 | </thead> |
---|
13 | <tbody> |
---|
14 | <tr tal:repeat="batch context/values" |
---|
15 | tal:attributes="class python: batch.odd() and 'even' or 'odd'"> |
---|
16 | <td tal:content="batch/prefix">APP</td> |
---|
17 | <td tal:content="batch/num">10</td> |
---|
18 | <td tal:content="batch/entry_num">1012</td> |
---|
19 | <td tal:content="batch/created">2009/12/24</td> |
---|
20 | <td tal:content="batch/creator">some user</td> |
---|
21 | </tr> |
---|
22 | <tr tal:condition="not: context/values"> |
---|
23 | <td colspan="5"><b>No batches yet</b></td> |
---|
24 | </tr> |
---|
25 | </tbody> |
---|
26 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.