Changeset 543 for WAeUP_SRP/trunk/skins/waeup_pins
- Timestamp:
- 24 Sep 2006, 07:44:32 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_pins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/batch_index_html.pt
r535 r543 7 7 </span> 8 8 <span tal:condition="python:not isAnon and info"> 9 <h3 tal:content="info/review_state|nothing"></h3> 9 10 <h3>Unused PINs</h3> 11 <br /> 10 12 <span tal:omit-tag="" 11 13 tal:content="structure python: info['batch_doc'].render(proxy=info['batch_doc'], … … 13 15 )" 14 16 /> 17 <br /> 18 <table> 19 <tr tal:repeat="pin info/unused"> 20 <td tal:content="pin/serial" /> 21 <td tal:content="pin/pin" /> 22 </tr> 23 </table> 24 15 25 </span> 16 <table> 17 <tr tal:repeat="pin info/unused"> 18 <td tal:content="pin/serial" /> 19 <td tal:content="pin/pin" /> 20 </tr> 21 </table> 26 22 27 </metal:main> 23 28 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_pins/pins_index_html.pt
r535 r543 5 5 </span> 6 6 <span tal:condition="not:isAnon"> 7 <h3>PIN Batches</h3> 8 <br /> 7 9 <table tal:define="batches python: context.objectValues()"> 8 10 <tr tal:repeat="batch batches">
Note: See TracChangeset for help on using the changeset viewer.