Last change
on this file since 1001 was
1001,
checked in by joachim, 18 years ago
|
double call in raise_objection fixed (in custom)
pins_view faster (not in custom)
|
-
Property svn:keywords set to
Id
|
File size:
637 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}" |
---|
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.