Changeset 1001 for WAeUP_SRP/trunk/skins/waeup_pins
- Timestamp:
- 6 Dec 2006, 14:08:48 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_pins/pins_view.pt
r805 r1001 7 7 <h3>PIN Batches</h3> 8 8 <br /> 9 <table tal:define="batches python: context. objectValues()">9 <table tal:define="batches python: context.portal_catalog(portal_type='ScratchCardBatch')"> 10 10 <tr tal:repeat="batch batches"> 11 <span tal:omit-tag="" tal:define="info python: context.getBatchInfo(batch)">12 11 <td><a href="batch" 13 tal:attributes="href string:${batch/absolute_url}" 14 tal:content="info/title"></a></td> 15 </span> 12 tal:attributes="href string:${batch/getPath}" 13 tal:content="batch/Title"></a></td> 16 14 </tr> 17 15 </table>
Note: See TracChangeset for help on using the changeset viewer.