Last change
on this file since 1006 was
1002,
checked in by joachim, 18 years ago
|
search for PIN added
|
-
Property svn:keywords set to
Id
|
File size:
649 bytes
|
Line | |
---|
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"> |
---|
7 | <h3>PIN Batches</h3> |
---|
8 | <br /> |
---|
9 | <table tal:define="batches python: context.portal_catalog(portal_type='ScratchCardBatch')"> |
---|
10 | <tr tal:repeat="batch batches"> |
---|
11 | <td><a href="batch" |
---|
12 | tal:attributes="href string:${batch/getPath}/search_pins" |
---|
13 | tal:content="batch/Title"></a></td> |
---|
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.