source: WAeUP_SRP/trunk/skins/waeup_pins/pins_view.pt @ 1037

Last change on this file since 1037 was 1002, checked in by joachim, 18 years ago

search for PIN added

  • Property svn:keywords set to Id
File size: 649 bytes
RevLine 
[535]1<metal:html>
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="isAnon">
5      </span> 
6      <span tal:condition="not:isAnon">
[543]7        <h3>PIN Batches</h3>
8        <br />
[1001]9        <table tal:define="batches python: context.portal_catalog(portal_type='ScratchCardBatch')">
[535]10          <tr tal:repeat="batch batches">
11            <td><a href="batch"
[1002]12                   tal:attributes="href string:${batch/getPath}/search_pins"
[1001]13                   tal:content="batch/Title"></a></td>   
[535]14          </tr>
15        </table>
16      </span>
17    </metal:main>
18  </metal:body>
19</metal:html>
Note: See TracBrowser for help on using the repository browser.