Changeset 5089 for main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt
- Timestamp:
- 26 Mar 2010, 11:50:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt
r5082 r5089 7 7 <thead> 8 8 <tr> 9 <th>Prefix</th><th> Number</th><th>Entries</th>9 <th>Prefix</th><th>Entries</th><th>Cost</th> 10 10 <th>Created</th><th>Creator</th> 11 11 </tr> … … 13 13 <tbody> 14 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> 15 tal:attributes="class python: repeat['batch'].odd() and 'even' or 'odd'"> 16 <td> 17 <span tal:replace="batch/prefix">APP</span> 18 - 19 <span tal:replace="batch/num">10</span> 20 </td> 18 21 <td tal:content="batch/entry_num">1012</td> 19 <td tal:content="batch/created">2009/12/24</td> 22 <td tal:content="batch/cost">12.12</td> 23 <td tal:content="python: batch.creation_date.ctime()">2009/12/24</td> 20 24 <td tal:content="batch/creator">some user</td> 21 25 </tr>
Note: See TracChangeset for help on using the changeset viewer.