- Timestamp:
- 27 Nov 2006, 22:03:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_directory/search_members_form.pt
r916 r953 9 9 python:context.setDirectoryBreadCrumbs(request, dirname, dir, dirtitle)"/> 10 10 <tal:block define="global actions 11 python:context.get DirectoryActions(actions, dirname, dir, 'search')"/>11 python:context.getWAeUPDirectoryActions(actions, dirname, dir, 'search')"/> 12 12 13 13 <link rel="Stylesheet" type="text/css" href="" … … 27 27 global portal_status_message python: (validate and not ok and 28 28 'psm_content_error') or request.form.get('portal_status_message', '');"> 29 <h1> 30 <span i18n:translate="" tal:content="dirtitle" />: 31 <span tal:condition="python: ok == 'results'" 32 i18n:translate="">cpsdir_label_results 33 </span> 34 <span tal:condition="python: ok != 'results'" 35 i18n:translate="cpsdir_label_search_entry">search an entry 36 </span> 37 </h1> 38 29 <h3> 30 Search Member Section 31 </h3> 32 <br /> 39 33 <div tal:replace="structure rendered_main">Rendered main...</div> 40 34 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.