Ignore:
Timestamp:
26 Mar 2010, 11:50:47 (14 years ago)
Author:
uli
Message:

Update template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt

    r5082 r5089  
    77  <thead>
    88    <tr>
    9       <th>Prefix</th><th>Number</th><th>Entries</th>
     9      <th>Prefix</th><th>Entries</th><th>Cost</th>
    1010      <th>Created</th><th>Creator</th>
    1111    </tr>
     
    1313  <tbody>
    1414    <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>
    1821      <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>
    2024      <td tal:content="batch/creator">some user</td>
    2125    </tr>
Note: See TracChangeset for help on using the changeset viewer.