Changeset 1009 for WAeUP_SRP/trunk/skins/waeup_pins
- Timestamp:
- 7 Dec 2006, 21:14:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/batch_view.pt
r1002 r1009 26 26 <br /> 27 27 28 <span tal:condition="python:member.id in ('admin','joachim')"> 29 <h3>Unused</h3> 30 <table> 31 <tr tal:repeat="pin python: info['unused'][:2]"> 32 <td width="50px"> <span tal:content="pin/serial" />: </td> 33 <td tal:content="pin/pin" /> 34 </tr> 35 </table> 36 </span> 28 37 29 <span tal:replace="structure rendered" /> 38 30 39 <h3>Results</h3>40 31 <table> 41 32 <tr tal:repeat="pin info/used"> … … 50 41 </tr> 51 42 </table> 43 44 45 <br /> 46 47 <span tal:condition="python:member.id in ('admin','joachim')"> 48 ---top secret--- 49 <table> 50 <tr tal:repeat="pin python: info['unused'][:2]"> 51 <td width="50px"> <span tal:content="pin/serial" />: </td> 52 <td tal:content="pin/pin" /> 53 </tr> 54 </table> 55 ---top secret--- 56 </span> 57 58 52 59 </span> 53 60 </metal:main>
Note: See TracChangeset for help on using the changeset viewer.