Changeset 1796 for WAeUP_SRP/trunk/skins/waeup_directory
- Timestamp:
- 18 May 2007, 10:52:31 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_directory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_directory/getWAeUPDirectoryActions.py
r953 r1796 45 45 'name': 'cpsdir_label_edit_entry', 46 46 'category': 'object', 47 'available': True, 48 'visible': True, 49 'allowed': True, 50 'permissions': ('View',), 47 51 } 48 52 -
WAeUP_SRP/trunk/skins/waeup_directory/member_view.pt
r953 r1796 7 7 <metal:block use-macro="here/main_template/macros/master"> 8 8 9 <metal:block fill-slot=" style_slot">9 <metal:block fill-slot="head_slot"> 10 10 <tal:block define="global actions 11 python:context.getWAeUPDirectoryActions(actions, dirname, dir, 'view', id)"/> 11 python:context.getWAeUPDirectoryActions(actions, dirname, dir, 'view', id)"/> 12 </metal:block> 13 14 <metal:block fill-slot="style_slot"> 12 15 <link rel="Stylesheet" type="text/css" href="" 13 16 tal:attributes="href string:${base_url}document.css" /> … … 17 20 18 21 <metal:block fill-slot="main" tal:define=" 19 20 res python: dir.renderEntryDetailed(id); 21 global rendered_main python: res[0]; 22 ds python: res[1]; 23 global title ds/?title_field|id;"> 22 res python: dir.renderEntryDetailed(id); 23 global rendered_main python: res[0]; 24 ds python: res[1]; 25 global title ds/?title_field|id;"> 24 26 25 27 <h3> … … 27 29 </h3> 28 30 29 31 30 32 <div tal:replace="structure rendered_main">Rendered main...</div> 31 33 <input type="submit" name="back" i18n:attributes="value"
Note: See TracChangeset for help on using the changeset viewer.