Changeset 6403 for main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates
- Timestamp:
- 18 Jun 2011, 06:03:36 (14 years ago)
- Location:
- main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt
r5931 r6403 10 10 <tr> 11 11 <th> </th> 12 <th>Prefix</th><th>Entries /(invalidated)</th><th>Cost</th>12 <th>Prefix</th><th>Entries</th><th>Cost</th> 13 13 <th>Created</th><th>Creator</th> 14 14 </tr> … … 28 28 <td> 29 29 <span tal:replace="batch/entry_num">1012</span> 30 /31 <span tal:replace="batch/invalidated_num">512</span>32 30 </td> 33 31 <td tal:content="batch/cost">12.12</td> -
main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates/searchpage.pt
r5918 r6403 20 20 <div tal:condition="view/searchresults"> 21 21 <h3>Search Results</h3> 22 <table >22 <table class = "zebra"> 23 23 <thead> 24 24 <tr> … … 28 28 </thead> 29 29 <tbody> 30 <tr tal:repeat="item view/searchresults" 31 tal:attributes="class python: repeat['item'].odd() and 'even' or 'odd'"> 30 <tr tal:repeat="item view/searchresults"> 32 31 <td><input type="checkbox" name="entries" 33 32 tal:attributes="value item/code" /></td> 34 33 <td tal:content="item/serial">1</td> 35 34 <td tal:content="item/code">APP-1-1234567890</td> 36 <td tal:content="item/status">unused</td>37 35 </tr> 38 36 </tbody>
Note: See TracChangeset for help on using the changeset viewer.