Ignore:
Timestamp:
15 Jun 2007, 11:46:09 (17 years ago)
Author:
joachim
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_directory/search_members_form.pt

    r953 r1901  
    44  global dirtitle dir/title_or_id;
    55  "/>
    6 <metal:block use-macro="here/main_template/macros/master">
    7   <metal:block fill-slot="style_slot">
    8     <tal:block define="dummy
    9       python:context.setDirectoryBreadCrumbs(request, dirname, dir, dirtitle)"/>
    10     <tal:block define="global actions
    11       python:context.getWAeUPDirectoryActions(actions, dirname, dir, 'search')"/>
    12 
    13     <link rel="Stylesheet" type="text/css" href=""
    14       tal:attributes="href string:${base_url}document.css" />
    15 
    16   </metal:block>
    17 
     6  <metal:block use-macro="here/main_template/macros/master" >
    187  <metal:block fill-slot="header"/>
    19 
    208  <metal:block fill-slot="main" tal:define="
    21     validate python: request.has_key('cpsdirectory_search_button');
    22     res python: dir.renderSearchDetailed(request=request, validate=validate,
    23                                       callback='search_members');
    24     global rendered_main python: res[0];
    25     global ok python: res[1];
    26     ds python: res[2];
    27     global portal_status_message python: (validate and not ok and
    28       'psm_content_error') or request.form.get('portal_status_message', '');">
     9  actions python:context.getMembersDirectoryActions('search');
     10  validate python: request.has_key('cpsdirectory_search_button');
     11  res python: dir.renderSearchDetailed(request=request, validate=validate,
     12  callback='search_members');
     13  global rendered_main python: res[0];
     14  global ok python: res[1];
     15  ds python: res[2];
     16  global portal_status_message python: (validate and not ok and
     17  'psm_content_error') or request.form.get('portal_status_message', '');"
     18  >
     19    <span metal:use-macro="here/member_view/macros/members_actions" />
    2920    <h3>
    3021      Search Member Section
     
    3324    <div tal:replace="structure rendered_main">Rendered main...</div>
    3425  </metal:block>
    35 
    3626</metal:block>
Note: See TracChangeset for help on using the changeset viewer.