Ignore:
Timestamp:
27 Nov 2006, 22:03:04 (18 years ago)
Author:
Henrik Bettermann
Message:

member directory acl permission, schema and layouts changed
not yet optimized

File:
1 edited

Legend:

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

    r935 r953  
    66  "/>
    77<metal:block use-macro="here/main_template/macros/master">
     8
    89  <metal:block fill-slot="style_slot">
    9     <tal:block define="dummy
    10       python:context.setDirectoryBreadCrumbs(request, dirname, dir, dirtitle)"/>
    1110    <tal:block define="global actions
    12       python:context.getDirectoryActions(actions, dirname, dir, 'view', id)"/>
    13 
     11      python:context.getWAeUPDirectoryActions(actions, dirname, dir, 'view', id)"/>
    1412    <link rel="Stylesheet" type="text/css" href=""
    1513      tal:attributes="href string:${base_url}document.css" />
    1614  </metal:block>
    1715
    18   <metal:block fill-slot="header">
    19     <h1>
    20       <span i18n:translate="" tal:content="dirtitle" />:
    21       <span i18n:translate="cpsdir_label_view_entry">view entry</span>
    22     </h1>
    23     <div class="description">
    24     </div>
    25   </metal:block>
     16
    2617
    2718  <metal:block fill-slot="main" tal:define="
    28     title_field dir/title_field;
     19   
    2920    res python: dir.renderEntryDetailed(id);
    3021    global rendered_main python: res[0];
    3122    ds python: res[1];
    3223    global title ds/?title_field|id;">
     24   
     25    <h3>
     26      <span tal:content="ds/fullname" />     
     27    </h3>
     28
    3329
    3430    <div tal:replace="structure rendered_main">Rendered main...</div>
Note: See TracChangeset for help on using the changeset viewer.