Last change
on this file since 595 was
561,
checked in by Henrik Bettermann, 18 years ago
|
started to build WAeUP member search page
|
File size:
956 bytes
|
Rev | Line | |
---|
[561] | 1 | <tal:block define=" |
---|
| 2 | global dirname request/dirname|string:members; |
---|
| 3 | global dir here/portal_directories/?dirname; |
---|
| 4 | global dirtitle dir/title_or_id; |
---|
| 5 | "/> |
---|
| 6 | <metal:block use-macro="here/main_template/macros/master"> |
---|
| 7 | <metal:block fill-slot="style_slot" /> |
---|
| 8 | <metal:block fill-slot="header"/> |
---|
| 9 | |
---|
| 10 | <metal:block fill-slot="main" tal:define=" |
---|
| 11 | validate python: request.has_key('cpsdirectory_search_button'); |
---|
| 12 | res python: dir.renderSearchDetailed(request=request, validate=validate, |
---|
| 13 | callback='cpsdirectory_entry_search_do'); |
---|
| 14 | global rendered_main python: res[0]; |
---|
| 15 | global ok python: res[1]; |
---|
| 16 | ds python: res[2]; |
---|
| 17 | global portal_status_message python: (validate and not ok and |
---|
| 18 | 'psm_content_error') or request.form.get('portal_status_message', '');"> |
---|
| 19 | |
---|
| 20 | <h3>SRP Member Search</h3> |
---|
| 21 | |
---|
| 22 | <br /> |
---|
| 23 | |
---|
| 24 | <div tal:replace="structure rendered_main">Rendered main...</div> |
---|
| 25 | |
---|
| 26 | </metal:block> |
---|
| 27 | |
---|
| 28 | </metal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.